From c4781e35d40b72e0905ea04f96f58e35e803cf86 Mon Sep 17 00:00:00 2001 From: Chomp Date: Sun, 19 Sep 2021 18:29:16 +0100 Subject: [PATCH] Market price lookup tool --- .../MarketPriceLookup.Common.Models.csproj | 7 + MarketPriceLookup.Common.Models/Prices.cs | 14 + MarketPriceLookup.Common.Models/TraderType.cs | 14 + MarketPriceLookup.Common/Assets/items.json | 248814 +++++++++++++++ .../Helpers/DiskHelpers.cs | 21 + .../Helpers/ItemTemplateHelper.cs | 78 + .../Helpers/LoggingHelpers.cs | 79 + .../Helpers/MarketPricesHelper.cs | 92 + MarketPriceLookup.Common/JsonWriter.cs | 29 + .../MarketPriceLookup.Common.csproj | 17 + MarketPriceLookup.Common/Models/Items.cs | 55 + MarketPriceLookup.sln | 37 + MarketPriceLookup/Examples/marketPrices.csv | 2362 + MarketPriceLookup/MarketPriceLookup.csproj | 13 + MarketPriceLookup/Program.cs | 27 + README.md | 4 + 16 files changed, 251663 insertions(+) create mode 100644 MarketPriceLookup.Common.Models/MarketPriceLookup.Common.Models.csproj create mode 100644 MarketPriceLookup.Common.Models/Prices.cs create mode 100644 MarketPriceLookup.Common.Models/TraderType.cs create mode 100644 MarketPriceLookup.Common/Assets/items.json create mode 100644 MarketPriceLookup.Common/Helpers/DiskHelpers.cs create mode 100644 MarketPriceLookup.Common/Helpers/ItemTemplateHelper.cs create mode 100644 MarketPriceLookup.Common/Helpers/LoggingHelpers.cs create mode 100644 MarketPriceLookup.Common/Helpers/MarketPricesHelper.cs create mode 100644 MarketPriceLookup.Common/JsonWriter.cs create mode 100644 MarketPriceLookup.Common/MarketPriceLookup.Common.csproj create mode 100644 MarketPriceLookup.Common/Models/Items.cs create mode 100644 MarketPriceLookup.sln create mode 100644 MarketPriceLookup/Examples/marketPrices.csv create mode 100644 MarketPriceLookup/MarketPriceLookup.csproj create mode 100644 MarketPriceLookup/Program.cs diff --git a/MarketPriceLookup.Common.Models/MarketPriceLookup.Common.Models.csproj b/MarketPriceLookup.Common.Models/MarketPriceLookup.Common.Models.csproj new file mode 100644 index 0000000..cb63190 --- /dev/null +++ b/MarketPriceLookup.Common.Models/MarketPriceLookup.Common.Models.csproj @@ -0,0 +1,7 @@ + + + + netcoreapp3.1 + + + diff --git a/MarketPriceLookup.Common.Models/Prices.cs b/MarketPriceLookup.Common.Models/Prices.cs new file mode 100644 index 0000000..2b2fe4b --- /dev/null +++ b/MarketPriceLookup.Common.Models/Prices.cs @@ -0,0 +1,14 @@ +namespace MarketPriceLookup +{ + public class Prices + { + public string Name { get; set; } + public int Price { get; set; } + public int Average24hPrice { get; set; } + public int Average7DaysPrice { get; set; } + //public string Trader { get; set; } + //public int BuyPackPrice { get; set; } + //public string Currency { get; set; } + public string TemplateId { get; set; } + } +} diff --git a/MarketPriceLookup.Common.Models/TraderType.cs b/MarketPriceLookup.Common.Models/TraderType.cs new file mode 100644 index 0000000..6a1dd8e --- /dev/null +++ b/MarketPriceLookup.Common.Models/TraderType.cs @@ -0,0 +1,14 @@ +namespace MarketPriceLookup.Common.Models +{ + public enum Trader + { + Unknown = 0, + Prapor = 1, + Therapist = 2, + Skier = 3, + Peacekeeper = 4, + Mechanic = 5, + Ragman = 6, + Jaeger = 7 + } +} diff --git a/MarketPriceLookup.Common/Assets/items.json b/MarketPriceLookup.Common/Assets/items.json new file mode 100644 index 0000000..ad29938 --- /dev/null +++ b/MarketPriceLookup.Common/Assets/items.json @@ -0,0 +1,248814 @@ +{ + "54009119af1c881c07000029": { + "_id": "54009119af1c881c07000029", + "_name": "Item", + "_parent": "", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Item", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Item", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Item", + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_type": "Node" + }, + "5422acb9af1c889c16000029": { + "_id": "5422acb9af1c889c16000029", + "_name": "Weapon", + "_parent": "566162e44bdc2d3f298b4573", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": false, + "AllowOverheat": false, + "AllowSlide": false, + "BaseMalfunctionChance": 0, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": -0.5, + "CameraSnap": 3.5, + "CenterOfImpact": 0.01, + "Chambers": [], + "CompactHandling": false, + "Convergence": 1, + "CoolFactor": 0, + "DeviationCurve": 1, + "DeviationMax": 100, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 10, + "Foldable": false, + "FoldedSlot": "", + "HeatFactor": 0, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.01, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "OperatingResource": 0, + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RecoilForceBack": 100, + "RecoilForceUp": 50, + "RecolDispersion": 0, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": 0, + "z": 0 + }, + "SightingRange": 100, + "SizeReduceRight": 0, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Velocity": 0, + "ammoCaliber": "Caliber9x18PM", + "bEffDist": 1, + "bFirerate": 900, + "bHearDist": 1, + "chamberAmmoCount": 1, + "defAmmo": "5485a8684bdc2da71d8b4567", + "defMagType": "5448bc234bdc2d3c308b4569", + "durabSpawnMax": 0, + "durabSpawnMin": 0, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": false, + "shotgunDispersion": 10, + "weapClass": "smg", + "weapFireType": [], + "weapUseType": "primary" + }, + "_type": "Node" + }, + "543be5664bdc2dd4348b4569": { + "_id": "543be5664bdc2dd4348b4569", + "_name": "Meds", + "_parent": "54009119af1c881c07000029", + "_props": { + "MaxHpResource": 0, + "StimulatorBuffs": "", + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 0 + }, + "_type": "Node" + }, + "543be5cb4bdc2deb348b4568": { + "_id": "543be5cb4bdc2deb348b4568", + "_name": "AmmoBox", + "_parent": "5661632d4bdc2d903d8b456b", + "_props": { + "StackSlots": [], + "ammoCaliber": "9mm_PM" + }, + "_type": "Node" + }, + "543be5dd4bdc2deb348b4569": { + "_id": "543be5dd4bdc2deb348b4569", + "_name": "Money", + "_parent": "5661632d4bdc2d903d8b456b", + "_props": { + "eqMax": 0, + "eqMin": 0, + "rate": 1, + "type": "RUB" + }, + "_type": "Node" + }, + "543be5e94bdc2df1348b4568": { + "_id": "543be5e94bdc2df1348b4568", + "_name": "Key", + "_parent": "54009119af1c881c07000029", + "_props": { + "MaximumNumberOfUsage": 0 + }, + "_type": "Node" + }, + "543be5f84bdc2dd4348b456a": { + "_id": "543be5f84bdc2dd4348b456a", + "_name": "Equipment", + "_parent": "566162e44bdc2d3f298b4573", + "_props": { + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false + }, + "_type": "Node" + }, + "543be6564bdc2df4348b4568": { + "_id": "543be6564bdc2df4348b4568", + "_name": "ThrowWeap", + "_parent": "54009119af1c881c07000029", + "_props": { + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "CanBeHiddenDuringThrow": true, + "Contusion": { + "x": 1.5, + "y": 4, + "z": 9 + }, + "ContusionDistance": 5, + "EmitTime": 30, + "ExplDelay": 5, + "FragmentType": "5485a8684bdc2da71d8b4567", + "FragmentsCount": 20, + "MaxExplosionDistance": 4, + "MinExplosionDistance": 1.5, + "Strength": 45, + "ThrowType": "frag_grenade", + "explDelay": 0, + "throwDamMax": 0 + }, + "_type": "Node" + }, + "543be6674bdc2df1348b4569": { + "_id": "543be6674bdc2df1348b4569", + "_name": "FoodDrink", + "_parent": "54009119af1c881c07000029", + "_props": { + "MaxResource": 0, + "StimulatorBuffs": "", + "foodEffectType": "duringUse", + "foodUseTime": 0 + }, + "_type": "Node" + }, + "5447a9cd4bdc2dbd208b4567": { + "_id": "5447a9cd4bdc2dbd208b4567", + "_name": "weapon_colt_m4a1_556x45", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.16, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.145, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.15, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.01, + "Chambers": [{ + "_id": "56eaa85ad2720b69698b456c", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5447a9cd4bdc2dbd208b4567", + "_props": { + "filters": [{ + "Filter": ["59e6920f86f77411d82aa167", "59e6927d86f77411da468256", "54527a984bdc2d4e668b4567", "54527ac44bdc2d36668b4567", "59e68f6f86f7746c9f75e846", "59e6906286f7746c9f75e847", "59e690b686f7746c9f75e848", "59e6918f86f7746c9f75e849", "60194943740c5d77f6705eea", "601949593ae8f707c4608daa", "5c0d5ae286f7741e46554302"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.5, + "CoolFactor": 1, + "CreditsPrice": 18397, + "Description": "Colt M4A1- штурмовая винтовка (карабин) созданная в США на базе платформы AR-15 под патрон 5.56x45 NATO. Планировалась к вооружению экипажей боевых машин и расчетов техники, которым было необходимо иметь оружие меньших габаритов чем штатное вооружение но использующее стандартный боеприпас. Однако вскоре US SOCOM (Командование Сил Специальных Операций США) приняло на вооружение M4A1 для всех входящих в его состав подразделений. Затем последовало полное принятие M4A1 на вооружение в армии и морской пехоте США.", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 48, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.03, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "Штурмовая винтовка Colt M4A1 5.56x45", + "NotShownInSlot": false, + "OperatingResource": 4000, + "Prefab": { + "path": "assets/content/weapons/m4a1/weapon_colt_m4a1_556x45_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.24, + "z": 0 + }, + "RecoilForceBack": 405, + "RecoilForceUp": 147, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 166, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": 0, + "z": 0 + }, + "SendToClient": false, + "ShortName": "M4A1 5.56x45", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "55d354084bdc2d8c2f8b4568", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5447a9cd4bdc2dbd208b4567", + "_props": { + "filters": [{ + "Filter": ["5c0e2ff6d174af02a1659d4a", "5a33e75ac4a2826c6e06d759", "55d4b9964bdc2d1d4e8b456e", "571659bb2459771fb2755a12", "602e71bd53a60014f9705bfa", "5cc9bcaed7f00c011c04e179", "5bb20e18d4351e00320205d5", "5bb20e0ed4351e3bac1212dc", "5d025cc1d7ad1a53845279ef", "5c6d7b3d2e221600114c9b7d", "57c55efc2459772d2c6271e7", "57af48872459771f0b2ebf11", "57c55f092459772d291a8463", "57c55f112459772d28133310", "57c55f172459772d27602381", "5a339805c4a2826c6e06d73d", "55802f5d4bdc2dac148b458f", "5d15cf3bd7ad1a67e71518b2", "59db3a1d86f77429e05b4e92", "5fbcbd6c187fea44d52eda14", "59db3acc86f7742a2c4ab912", "59db3b0886f77429d72fb895", "5b07db875acfc40dc528a5f6"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "55d3555c4bdc2d962f8b4568", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5447a9cd4bdc2dbd208b4567", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["55d4887d4bdc2d962f8b4570", "5c05413a0db834001c390617", "5c6d450c2e221600114c997d", "5c6d42cb2e2216000e69d7d1", "59c1383d86f774290a37e0ca", "5aaa5e60e5b5b000140293d6", "5448c1d04bdc2dff2f8b4569", "5aaa5dfee5b5b000140293d3", "5d1340b3d7ad1a0b52682ed7", "544a378f4bdc2d30388b4567", "5d1340bdd7ad1a0e8d245aab", "55802d5f4bdc2dac148b458e", "5d1340cad7ad1a0b0b249869", "5c6592372e221600133e47d7", "544a37c44bdc2d25388b4567", "5c6d46132e221601da357d56"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "55d5a2ec4bdc2d972f8b4575", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5447a9cd4bdc2dbd208b4567", + "_props": { + "filters": [{ + "Filter": ["5c0e2f26d174af02a9625114", "55d355e64bdc2d962f8b4569", "5d4405aaa4b9361e6a4e6bd3", "5c07a8770db8340023300450", "59bfe68886f7746004266202"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "55d5a3074bdc2d61338b4574", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5447a9cd4bdc2dbd208b4567", + "_props": { + "filters": [{ + "Filter": ["5a33ca0fc4a282000d72292f", "5c0faeddd174af02a962601f", "5649be884bdc2d79388b4577", "5d120a10d7ad1a4e1026ba85", "5b0800175acfc400153aebd4", "5947e98b86f774778f1448bc", "5947eab886f77475961d96c5", "602e3f1254072b51b239f713", "5c793fb92e221644f31bfb64", "5c793fc42e221600114ca25d", "591aef7986f774139d495f03", "591af10186f774139d495f0e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "55d5a30f4bdc2d882f8b4574", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "5447a9cd4bdc2dbd208b4567", + "_props": { + "filters": [{ + "Filter": ["5c0faf68d174af02a96260b8", "56ea7165d2720b6e518b4583", "55d44fd14bdc2d962f8b456e", "5ea16d4d5aad6446a939753d", "5bb20dbcd4351e44f824c04e", "6033749e88382f4fab3fd2c5", "5b2240bf5acfc40dc528af69", "5d44334ba4b9362b346d1948", "5f633ff5c444ce7e3c30a006"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.38, + "Width": 1, + "ammoCaliber": "Caliber556x45NATO", + "bEffDist": 500, + "bFirerate": 800, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "54527a984bdc2d4e668b4567", + "defMagType": "55d4887d4bdc2d962f8b4570", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_type": "Item" + }, + "5447ac644bdc2d6c208b4567": { + "_id": "5447ac644bdc2d6c208b4567", + "_name": "ammo_box_556x45_xx_m193ball", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_556x45_xx_m193ball", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_556x45_xx_m193ball", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_9x18pm_16_civil.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_556x45_xx_m193ball", + "SpawnChance": 7, + "StackMaxRandom": 30, + "StackMaxSize": 1, + "StackMinRandom": 30, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d57d5245977459805ee34", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5447ac644bdc2d6c208b4567", + "_props": { + "filters": [{ + "Filter": ["54527a984bdc2d4e668b4567"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber556x45NATO" + }, + "_type": "Item" + }, + "5447b5cf4bdc2d65278b4567": { + "_id": "5447b5cf4bdc2d65278b4567", + "_name": "Pistol", + "_parent": "5422acb9af1c889c16000029", + "_props": {}, + "_type": "Node" + }, + "5447b5e04bdc2d62278b4567": { + "_id": "5447b5e04bdc2d62278b4567", + "_name": "Smg", + "_parent": "5422acb9af1c889c16000029", + "_props": {}, + "_type": "Node" + }, + "5447b5f14bdc2d61278b4567": { + "_id": "5447b5f14bdc2d61278b4567", + "_name": "AssaultRifle", + "_parent": "5422acb9af1c889c16000029", + "_props": {}, + "_type": "Node" + }, + "5447b5fc4bdc2d87278b4567": { + "_id": "5447b5fc4bdc2d87278b4567", + "_name": "AssaultCarbine", + "_parent": "5422acb9af1c889c16000029", + "_props": {}, + "_type": "Node" + }, + "5447b6094bdc2dc3278b4567": { + "_id": "5447b6094bdc2dc3278b4567", + "_name": "Shotgun", + "_parent": "5422acb9af1c889c16000029", + "_props": { + "ShotgunDispersion": 1 + }, + "_type": "Node" + }, + "5447b6194bdc2d67278b4567": { + "_id": "5447b6194bdc2d67278b4567", + "_name": "MarksmanRifle", + "_parent": "5422acb9af1c889c16000029", + "_props": {}, + "_type": "Node" + }, + "5447b6254bdc2dc3278b4568": { + "_id": "5447b6254bdc2dc3278b4568", + "_name": "SniperRifle", + "_parent": "5422acb9af1c889c16000029", + "_props": {}, + "_type": "Node" + }, + "5447bed64bdc2d97278b4568": { + "_id": "5447bed64bdc2d97278b4568", + "_name": "MachineGun", + "_parent": "5422acb9af1c889c16000029", + "_props": {}, + "_type": "Node" + }, + "5447bedf4bdc2d87278b4568": { + "_id": "5447bedf4bdc2d87278b4568", + "_name": "GrenadeLauncher", + "_parent": "5422acb9af1c889c16000029", + "_props": {}, + "_type": "Node" + }, + "5447bee84bdc2dc3278b4569": { + "_id": "5447bee84bdc2dc3278b4569", + "_name": "SpecialWeapon", + "_parent": "5422acb9af1c889c16000029", + "_props": {}, + "_type": "Node" + }, + "5447e0e74bdc2d3c308b4567": { + "_id": "5447e0e74bdc2d3c308b4567", + "_name": "SpecItem", + "_parent": "54009119af1c881c07000029", + "_props": { + "apResource": 0, + "krResource": 0 + }, + "_type": "Node" + }, + "5447e1d04bdc2dff2f8b4567": { + "_id": "5447e1d04bdc2dff2f8b4567", + "_name": "Knife", + "_parent": "54009119af1c881c07000029", + "_props": { + "AdditionalAnimationLayer": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "AppliedHeadRotation": { + "x": 2, + "y": 4, + "z": 0 + }, + "AppliedTrunkRotation": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ColliderScaleMultiplier": { + "x": 1, + "y": 1, + "z": 1 + }, + "ConflictingItems": [], + "CreditsPrice": 100, + "DeflectionConsumption": 3, + "Description": "Item", + "DiscardingBlock": false, + "DisplayOnModel": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxDurability": 0, + "MaxRepairDegradation": 0.01, + "MaxResource": 0, + "MergesWithChildren": false, + "MinRepairDegradation": 0, + "Name": "Item", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "PrimaryConsumption": 6, + "PrimaryDistance": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SecondryConsumption": 8, + "SecondryDistance": 1, + "SendToClient": false, + "ShortName": "Item", + "SlashPenetration": 5, + "SpawnChance": 50, + "StabPenetration": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StaminaBurnRate": 0, + "StimulatorBuffs": "", + "Unlootable": true, + "UnlootableFromSide": ["Bear", "Usec"], + "UnlootableFromSlot": "Scabbard", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1, + "knifeDurab": 0, + "knifeHitDelay": 0, + "knifeHitRadius": 0, + "knifeHitSlashDam": 0, + "knifeHitSlashRate": 0, + "knifeHitStabDam": 0, + "knifeHitStabRate": 0 + }, + "_type": "Node" + }, + "5448ba0b4bdc2d02308b456c": { + "_id": "5448ba0b4bdc2d02308b456c", + "_name": "exitkey", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 50000, + "Description": "Ключ от аварийной двери на химкомбинате", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 60, + "MaximumNumberOfUsage": 50, + "MergesWithChildren": false, + "Name": "Ключ от выхода с завода", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Factory key", + "SpawnChance": 12, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_type": "Item" + }, + "5448bc234bdc2d3c308b4569": { + "_id": "5448bc234bdc2d3c308b4569", + "_name": "Magazine", + "_parent": "55802f3e4bdc2de7118b4584", + "_props": { + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "Cartridges": [], + "CheckOverride": 0, + "CheckTimeModifier": 0, + "LoadUnloadModifier": 0, + "MalfunctionChance": 0, + "ReloadMagType": "ExternalMagazine", + "VisibleAmmoRangesString": "1-3", + "magAnimationIndex": 0 + }, + "_type": "Node" + }, + "5448bd6b4bdc2dfc2f8b4569": { + "_id": "5448bd6b4bdc2dfc2f8b4569", + "_name": "weapon_izhmeh_pm_9x18pm", + "_parent": "5447b5cf4bdc2d65278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.026, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.02, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.39, + "Chambers": [{ + "_id": "56d5b052d2720bbd418b4578", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5448bd6b4bdc2dfc2f8b4569", + "_props": { + "filters": [{ + "Filter": ["573718ba2459775a75491131", "573719df2459775a626ccbc2", "57371aab2459775a77142f22", "57371b192459775a9f58a5e0", "57371e4124597760ff7b25f1", "57371eb62459776125652ac1", "57371f8d24597761006c6a81", "5737201124597760fc4431f1", "5737207f24597760ff7b25f2", "57371f2b24597761224311f1", "573719762459775a626ccbc1", "573720e02459776143012541", "57372140245977611f70ee91", "5737218f245977612125ba51"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 5, + "CoolFactor": 1, + "CreditsPrice": 5097, + "Description": "pm", + "DeviationCurve": 5, + "DeviationMax": 17, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 85, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_pistol", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "pm", + "NotShownInSlot": false, + "OperatingResource": 2050, + "Prefab": { + "path": "assets/content/weapons/pm/weapon_izhmeh_pm_9x18pm_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RecoilAngle": 85, + "RecoilCenter": { + "x": 0, + "y": -0.44, + "z": -0.005 + }, + "RecoilForceBack": 305, + "RecoilForceUp": 480, + "RecolDispersion": 20, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 25, + "RepairSpeed": 1, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.45, + "z": -0.05 + }, + "SendToClient": false, + "ShortName": "pm", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "55d5a2ae4bdc2d1d4e8b4572", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5448bd6b4bdc2dfc2f8b4569", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["55d485be4bdc2d962f8b456f", "5448c12b4bdc2d02308b456f"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + } + ], + "SpawnChance": 15, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -4.54, + "Weight": 0.686, + "Width": 2, + "ammoCaliber": "Caliber9x18PM", + "bEffDist": 50, + "bFirerate": 30, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "573719762459775a626ccbc1", + "defMagType": "5448c12b4bdc2d02308b456f", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 10, + "weapClass": "pistol", + "weapFireType": ["single"], + "weapUseType": "secondary" + }, + "_type": "Item" + }, + "5448be9a4bdc2dfd2f8b456a": { + "_id": "5448be9a4bdc2dfd2f8b456a", + "_name": "РГД-5", + "_parent": "543be6564bdc2df4348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorDistanceDistanceDamage": { + "x": 1, + "y": 4, + "z": 28 + }, + "BackgroundColor": "grey", + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "CanBeHiddenDuringThrow": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 1.5, + "y": 4, + "z": 14 + }, + "ContusionDistance": 10, + "CreditsPrice": 7230, + "Description": "РГД-5 (Ручная Граната Дистанционная, модификация 5) относится к противопехотным осколочным ручным гранатам дистанционного действия наступательного типа. Время замедления запала 3,2—4,2 секунды. Так как граната наступательного типа осколки гранаты имеют небольшую массу и соответственно летят на меньшую дальность.", + "DiscardingBlock": false, + "EmitTime": 0, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplDelay": 3, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6cb86f774678763a6ca", + "FragmentsCount": 70, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "grenade", + "LootExperience": 20, + "MaxExplosionDistance": 7, + "MergesWithChildren": false, + "MinExplosionDistance": 3, + "Name": "Граната РГД-5", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/rgd5/weapon_grenade_rgd5_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "RGD-5", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Strength": 100, + "ThrowType": "frag_grenade", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.31, + "Width": 1, + "explDelay": 3.5, + "throwDamMax": 0 + }, + "_type": "Item" + }, + "5448bf274bdc2dfc2f8b456a": { + "_id": "5448bf274bdc2dfc2f8b456a", + "_name": "MobContainer", + "_parent": "566168634bdc2d144c8b456c", + "_props": { + "containType": [], + "isSecured": false, + "lootFilter": [], + "maxCountSpawn": 0, + "minCountSpawn": 0, + "openedByKeyID": [], + "sizeHeight": 0, + "sizeWidth": 0, + "spawnRarity": "", + "spawnTypes": "" + }, + "_type": "Node" + }, + "5448c12b4bdc2d02308b456f": { + "_id": "5448c12b4bdc2d02308b456f", + "_name": "mag_pm_izhmeh_9x18pm_8", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "57487eee2459771f6c4d9724", + "_max_count": 8, + "_name": "cartridges", + "_parent": "5448c12b4bdc2d02308b456f", + "_props": { + "filters": [{ + "Filter": ["573718ba2459775a75491131", "573719df2459775a626ccbc2", "57371aab2459775a77142f22", "57371b192459775a9f58a5e0", "57371e4124597760ff7b25f1", "57371eb62459776125652ac1", "57371f8d24597761006c6a81", "5737201124597760fc4431f1", "5737207f24597760ff7b25f2", "57371f2b24597761224311f1", "573719762459775a626ccbc1", "573720e02459776143012541", "57372140245977611f70ee91", "5737218f245977612125ba51"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 1, + "CheckTimeModifier": -20, + "ConflictingItems": [], + "CreditsPrice": 940, + "Description": "8-ми зарядный стандартный магазин 90-93 для пистолета ПМ производства Ижмех. Имеет окно на боковой стороне для контроля количества боеприпасов.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": -20, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин 90-93 9х18ПМ для ПМ на 8 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_pm_izhmeh_9x18pm_8.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "9х18ПМ 90-93", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-1;4-8", + "Weight": 0.044, + "Width": 1, + "magAnimationIndex": 0 + }, + "_type": "Item" + }, + "5448c1d04bdc2dff2f8b4569": { + "_id": "5448c1d04bdc2dff2f8b4569", + "_name": "mag_stanag_magpul_pmag_gen_m3_556x45_20", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "57487abe2459771f6c4d9722", + "_max_count": 20, + "_name": "cartridges", + "_parent": "5448c1d04bdc2dff2f8b4569", + "_props": { + "filters": [{ + "Filter": ["59e6920f86f77411d82aa167", "59e6927d86f77411da468256", "54527a984bdc2d4e668b4567", "54527ac44bdc2d36668b4567", "59e68f6f86f7746c9f75e846", "59e6906286f7746c9f75e847", "59e690b686f7746c9f75e848", "59e6918f86f7746c9f75e849", "60194943740c5d77f6705eea", "601949593ae8f707c4608daa", "5c0d5ae286f7741e46554302", "5fbe3ffdf8b6a877a729ea82", "5fd20ff893a8961fc660a954"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 3006, + "Description": "20-ти зарядный полимерный магазин Magpul PMAG GEN M3 20, под патрон 5.56х45.\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин PMAG GEN M3 20 5.56x45 STANAG на 20 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_stanag_magpul_pmag_gen_m3_556x45_20.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.56x45 PMAG GEN M3 20", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.125, + "Width": 1, + "magAnimationIndex": 2 + }, + "_type": "Item" + }, + "5448e5284bdc2dcb718b4567": { + "_id": "5448e5284bdc2dcb718b4567", + "_name": "Vest", + "_parent": "566168634bdc2d144c8b456c", + "_props": { + "ArmorMaterial": "UHMWPE", + "BluntThroughput": 0, + "Durability": 0, + "MaxDurability": 0, + "RigLayoutName": "", + "armorClass": 0, + "armorZone": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_type": "Node" + }, + "5448e53e4bdc2d60728b4567": { + "_id": "5448e53e4bdc2d60728b4567", + "_name": "Backpack", + "_parent": "566168634bdc2d144c8b456c", + "_props": { + "GridLayoutName": "", + "speedPenaltyPercent": 0 + }, + "_type": "Node" + }, + "5448e54d4bdc2dcc718b4568": { + "_id": "5448e54d4bdc2dcc718b4568", + "_name": "Armor", + "_parent": "57bef4c42459772e8d35a53b", + "_props": {}, + "_type": "Node" + }, + "5448e5724bdc2ddf718b4568": { + "_id": "5448e5724bdc2ddf718b4568", + "_name": "Visors", + "_parent": "57bef4c42459772e8d35a53b", + "_props": {}, + "_type": "Node" + }, + "5448e8d04bdc2ddf718b4569": { + "_id": "5448e8d04bdc2ddf718b4569", + "_name": "Food", + "_parent": "543be6674bdc2df1348b4569", + "_props": {}, + "_type": "Node" + }, + "5448e8d64bdc2dce718b4568": { + "_id": "5448e8d64bdc2dce718b4568", + "_name": "Drink", + "_parent": "543be6674bdc2df1348b4569", + "_props": {}, + "_type": "Node" + }, + "5448eb774bdc2d0a728b4567": { + "_id": "5448eb774bdc2d0a728b4567", + "_name": "BarterItem", + "_parent": "54009119af1c881c07000029", + "_props": { + "MaxResource": 0, + "Resource": 0 + }, + "_type": "Node" + }, + "5448ecbe4bdc2d60728b4568": { + "_id": "5448ecbe4bdc2d60728b4568", + "_name": "Info", + "_parent": "54009119af1c881c07000029", + "_props": {}, + "_type": "Node" + }, + "5448f39d4bdc2d0a728b4568": { + "_id": "5448f39d4bdc2d0a728b4568", + "_name": "MedKit", + "_parent": "543be5664bdc2dd4348b4569", + "_props": {}, + "_type": "Node" + }, + "5448f3a14bdc2d27728b4569": { + "_id": "5448f3a14bdc2d27728b4569", + "_name": "Drugs", + "_parent": "543be5664bdc2dd4348b4569", + "_props": {}, + "_type": "Node" + }, + "5448f3a64bdc2d60728b456a": { + "_id": "5448f3a64bdc2d60728b456a", + "_name": "Stimulator", + "_parent": "543be5664bdc2dd4348b4569", + "_props": {}, + "_type": "Node" + }, + "5448f3ac4bdc2dce718b4569": { + "_id": "5448f3ac4bdc2dce718b4569", + "_name": "Medical", + "_parent": "543be5664bdc2dd4348b4569", + "_props": {}, + "_type": "Node" + }, + "5448fe124bdc2da5018b4567": { + "_id": "5448fe124bdc2da5018b4567", + "_name": "Mod", + "_parent": "566162e44bdc2d3f298b4573", + "_props": { + "Accuracy": 0, + "BlocksCollapsible": false, + "BlocksFolding": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "HasShoulderContact": false, + "IsAnimated": false, + "Loudness": 0, + "MergesWithChildren": true, + "RaidModdable": false, + "Recoil": 0, + "SightingRange": 0, + "ToolModdable": false, + "Velocity": 0 + }, + "_type": "Node" + }, + "5448fe394bdc2d0d028b456c": { + "_id": "5448fe394bdc2d0d028b456c", + "_name": "Muzzle", + "_parent": "550aa4154bdc2dd8348b456b", + "_props": { + "DurabilityBurnModificator": 1, + "HeatFactor": 1, + "muzzleModType": "silencer" + }, + "_type": "Node" + }, + "5448fe7a4bdc2d6f028b456b": { + "_id": "5448fe7a4bdc2d6f028b456b", + "_name": "Sights", + "_parent": "550aa4154bdc2dd8348b456b", + "_props": { + "AimSensitivity": [[1]], + "CalibrationDistances": [[50, 100, 150, 200]], + "CustomAimPlane": "", + "ModesCount": [1], + "OpticCalibrationDistances": [50, 100, 150, 200], + "ScopesCount": 1, + "SightModesCount": 1, + "SightingRange": 0, + "Zooms": [[1]], + "aimingSensitivity": 0.2, + "sightModType": "iron" + }, + "_type": "Node" + }, + "5448fee04bdc2dbc018b4567": { + "_id": "5448fee04bdc2dbc018b4567", + "_name": "Бутылка воды 0.6", + "_parent": "5448e8d64bdc2dce718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2450, + "Description": "грязноватая бутылка воды 0.6", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_bottle", + "LootExperience": 10, + "MaxResource": 60, + "MergesWithChildren": false, + "Name": "Water", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_bottle/item_water_bottle_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Water", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_bottle/item_water_bottle_container.bundle", + "rcid": "" + }, + "Weight": 0.6, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Hydration": { + "value": 60 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 3 + }, + "_type": "Item" + }, + "5448ff904bdc2d6f028b456e": { + "_id": "5448ff904bdc2d6f028b456e", + "_name": "хлебцы армейские", + "_parent": "5448e8d04bdc2ddf718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2402, + "Description": "Crackers", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_snack", + "LootExperience": 10, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "Crackers", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_galette/item_galette_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Crackers", + "SpawnChance": 9, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_galette/item_galette_container.bundle", + "rcid": "" + }, + "Weight": 0.2, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 10 + }, + "Hydration": { + "value": -5 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 4 + }, + "_type": "Item" + }, + "5449016a4bdc2d6f028b456f": { + "_id": "5449016a4bdc2d6f028b456f", + "_name": "Рубли", + "_parent": "543be5dd4bdc2deb348b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "green", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": false, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "Несколько банкнот пока еще котирующихся российских рублей", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": true, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_money", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "Рубли", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/money/item_money_ruble_small.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Roubles", + "SpawnChance": 50, + "StackMaxRandom": 1150, + "StackMaxSize": 500000, + "StackMinRandom": 560, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0, + "Width": 1, + "eqMax": 555, + "eqMin": 275, + "rate": 1, + "type": "RUB" + }, + "_type": "Item" + }, + "544909bb4bdc2d6f028b4577": { + "_id": "544909bb4bdc2d6f028b4577", + "_name": "tactical_all_insight_anpeq15", + "_parent": "55818b164bdc2ddc698b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 19137, + "Description": "ATPIAL (Advanced Target Pointer Illuminator Aiming Laser) AN/PEQ-15 производства L3 Insight Technologies. Тактический блок. Совмещающий в себе лазерные целеуказатели в видимом и невидимом (ИК) диапазоне а также инфракрасный осветитель.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": 4, + "Name": "Тактический блок AN/PEQ-15", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_all_insight_anpeq15.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "AN/PEQ-15", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.21, + "Width": 1 + }, + "_type": "Item" + }, + "54491bb74bdc2d09088b4567": { + "_id": "54491bb74bdc2d09088b4567", + "_name": "ER Bayonet", + "_parent": "5447e1d04bdc2dff2f8b4567", + "_props": { + "AdditionalAnimationLayer": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "AppliedHeadRotation": { + "x": 2, + "y": 4, + "z": 0 + }, + "AppliedTrunkRotation": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ColliderScaleMultiplier": { + "x": 1, + "y": 1, + "z": 1 + }, + "ConflictingItems": [], + "CreditsPrice": 17100, + "DeflectionConsumption": 3, + "Description": "", + "DiscardingBlock": false, + "DisplayOnModel": false, + "Durability": 70, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "knife_generic", + "LootExperience": 20, + "MaxDurability": 70, + "MaxRepairDegradation": 0.01, + "MaxResource": 0, + "MergesWithChildren": false, + "MinRepairDegradation": 0, + "Name": "ER Bayonet", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/fulcrum/weapon_extrema_ratio_fulcrum_container.bundle", + "rcid": "" + }, + "PrimaryConsumption": 8, + "PrimaryDistance": 0.4, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SecondryConsumption": 10, + "SecondryDistance": 0.5, + "SendToClient": false, + "ShortName": "ER Bayonet", + "SlashPenetration": 1, + "SpawnChance": 5, + "StabPenetration": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StaminaBurnRate": 0, + "StimulatorBuffs": "", + "Unlootable": true, + "UnlootableFromSide": ["Bear", "Usec"], + "UnlootableFromSlot": "Scabbard", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.45, + "Width": 2, + "knifeDurab": 70, + "knifeHitDelay": 0, + "knifeHitRadius": 0.4, + "knifeHitSlashDam": 17, + "knifeHitSlashRate": 0, + "knifeHitStabDam": 18, + "knifeHitStabRate": 1 + }, + "_type": "Item" + }, + "54491c4f4bdc2db1078b4568": { + "_id": "54491c4f4bdc2db1078b4568", + "_name": "weapon_izhmeh_mr133_12g", + "_parent": "5447b6094bdc2dc3278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.112, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.13, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.3, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.48, + "Chambers": [{ + "_id": "56eaa97bd2720bf2698b4574", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "54491c4f4bdc2db1078b4568", + "_props": { + "filters": [{ + "Filter": ["560d5e524bdc2d25448b4571", "5d6e6772a4b936088465b17c", "5d6e67fba4b9361bc73bc779", "5d6e6806a4b936088465b17e", "5d6e68dea4b9361bcc29e659", "5d6e6911a4b9361bd5780d52", "5c0d591486f7744c505b416f", "58820d1224597753c90aeb13", "5d6e68c4a4b9361b93413f79", "5d6e68a8a4b9360b6c0d54e2", "5d6e68e6a4b9361c140bcfe0", "5d6e6869a4b9361c140bcfde", "5d6e68b3a4b9361bca7e50b5", "5d6e6891a4b9361bd473feea", "5d6e689ca4b9361bc8618956", "5d6e68d1a4b93622fe60e845"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 2.5, + "CoolFactor": 1, + "CreditsPrice": 14443, + "Description": "Гладкоствольное многозарядное ружьё МР-133 с перезаряжанием цевьем, производства ИжМех. Надежное и удобное оружие для охоты и самообороны. Уникально в своем роде благодаря наличию затворной задержки.", + "DeviationCurve": 6, + "DeviationMax": 13, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 40, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_pump", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "Ружье МР-133 12к", + "NotShownInSlot": false, + "OperatingResource": 2800, + "Prefab": { + "path": "assets/content/weapons/mr133/weapon_izhmeh_mr133_12g_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.3, + "z": 0 + }, + "RecoilForceBack": 650, + "RecoilForceUp": 520, + "RecolDispersion": 15, + "ReloadMode": "InternalMagazine", + "RepairComplexity": 0, + "RepairCost": 72, + "RepairSpeed": 12, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.25, + "z": -0.06 + }, + "SendToClient": false, + "ShortName": "МР-133 12к", + "ShotgunDispersion": 1, + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "560d19c44bdc2de22e8b457a", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "54491c4f4bdc2db1078b4568", + "_props": { + "filters": [{ + "Filter": ["55d4491a4bdc2d882f8b456e", "560835c74bdc2dc8488b456f", "560836484bdc2d20478b456e", "560836b64bdc2d57468b4567", "55d448594bdc2d8c2f8b4569", "55d449444bdc2d962f8b456d", "560836fb4bdc2d773f8b4569", "560837154bdc2da74d8b4568", "5608373c4bdc2dc8488b4570", "560837544bdc2de22e8b456e", "560837824bdc2d57468b4568", "5608379a4bdc2d26448b4569"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "560d1a214bdc2da74d8b4570", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "54491c4f4bdc2db1078b4568", + "_props": { + "filters": [{ + "Filter": ["55d45f484bdc2d972f8b456d", "55d45d3f4bdc2d972f8b456c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "560d1bc94bdc2de22e8b457b", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "54491c4f4bdc2db1078b4568", + "_props": { + "filters": [{ + "AnimationIndex": 0, + "Filter": ["55d484b44bdc2d1d4e8b456d", "55d485804bdc2d8c2f8b456b", "56deee15d2720bee328b4567", "5882163e24597758206fee8c", "5882163824597757561aa922", "5882163224597757561aa920", "56deeefcd2720bc8328b4568"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": true + }, { + "_id": "560d1d074bdc2d26448b4574", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "54491c4f4bdc2db1078b4568", + "_props": { + "filters": [{ + "Filter": ["5bfe7fb30db8340018089fed", "56083a334bdc2dc8488b4571", "56083be64bdc2d20478b456f", "56083cba4bdc2de22e8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "560d1e974bdc2d20478b457b", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "54491c4f4bdc2db1078b4568", + "_props": { + "filters": [{ + "Filter": ["55d48a634bdc2d8b2f8b456a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5792111024597773c72397b5", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "54491c4f4bdc2db1078b4568", + "_props": { + "filters": [{ + "Filter": ["55d48ebc4bdc2d8c2f8b456c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.1, + "Width": 3, + "ammoCaliber": "Caliber12g", + "bEffDist": 70, + "bFirerate": 30, + "bHearDist": 1, + "chamberAmmoCount": 1, + "defAmmo": "560d5e524bdc2d25448b4571", + "defMagType": "55d484b44bdc2d1d4e8b456d", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": false, + "shotgunDispersion": 20, + "weapClass": "shotgun", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_type": "Item" + }, + "544a11ac4bdc2d470e8b456a": { + "_id": "544a11ac4bdc2d470e8b456a", + "_name": "Контейнер Альфа", + "_parent": "5448bf274bdc2dfc2f8b456a", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": false, + "CanSellOnRagfair": false, + "CantRemoveFromSlotsDuringRaid": ["SecuredContainer"], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 360000, + "Description": "", + "DiscardingBlock": true, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "55d718044bdc2d87028b456d", + "_name": "main", + "_parent": "544a11ac4bdc2d470e8b456a", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5a341c4086f77401f2541505", "55818aeb4bdc2ddc698b456a", "5b3b6dc75acfc47a8773fb1e", "5a1ead28fcdbcb001912fa9f", "587e08ee245977446b4410cf", "5c0695860db834001b735461", "5a16b93dfcdbcbcae6687261", "5a16b8a9fcdbcb00165aa6ca", "5c11046cd174af02a012e42b", "5448bf274bdc2dfc2f8b456a"], + "Filter": ["5448eb774bdc2d0a728b4567", "543be5f84bdc2dd4348b456a", "5448fe124bdc2da5018b4567", "60b0f6c058e0b0481a09ad11", "59fafd4b86f7745ca07e1232", "5d235bb686f77443f4331278", "5c093e3486f77430cb02e593", "590c60fc86f77412b13fddcf", "5783c43d2459774bbe137486", "543be6674bdc2df1348b4569", "5448ecbe4bdc2d60728b4568", "543be5e94bdc2df1348b4568", "5447e1d04bdc2dff2f8b4567", "567849dd4bdc2d150f8b456e", "543be5664bdc2dd4348b4569", "5447e0e74bdc2d3c308b4567", "5661632d4bdc2d903d8b456b", "543be5cb4bdc2deb348b4568", "543be6564bdc2df4348b4568"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 2, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_case", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Защищенный контейнер Альфа", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/meds/first_aid_box/item_meds_first_aid_box.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "cashregister_looting", + "SendToClient": false, + "ShortName": "A-secured", + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.8, + "Width": 2, + "containType": [], + "isSecured": true, + "lootFilter": [], + "maxCountSpawn": 0, + "minCountSpawn": 0, + "openedByKeyID": [], + "sizeHeight": 2, + "sizeWidth": 2, + "spawnRarity": "Common", + "spawnTypes": "None" + }, + "_type": "Item" + }, + "544a378f4bdc2d30388b4567": { + "_id": "544a378f4bdc2d30388b4567", + "_name": "mag_stanag_magpul_pmag_gen_m3_556x45_40", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "57487b1f2459771f624a51e1", + "_max_count": 40, + "_name": "cartridges", + "_parent": "544a378f4bdc2d30388b4567", + "_props": { + "filters": [{ + "Filter": ["59e6920f86f77411d82aa167", "59e6927d86f77411da468256", "54527a984bdc2d4e668b4567", "54527ac44bdc2d36668b4567", "59e68f6f86f7746c9f75e846", "59e6906286f7746c9f75e847", "59e690b686f7746c9f75e848", "59e6918f86f7746c9f75e849", "60194943740c5d77f6705eea", "601949593ae8f707c4608daa", "5c0d5ae286f7741e46554302", "5fbe3ffdf8b6a877a729ea82", "5fd20ff893a8961fc660a954"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 15, + "ConflictingItems": [], + "CreditsPrice": 6177, + "Description": "40-ка зарядный полимерный магазин Magpul PMAG GEN M3 40, под патрон 5.56х45.\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -7, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 2, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 3, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 10, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин PMAG GEN M3 40 5.56х45 STANAG на 40 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_stanag_magpul_pmag_gen_m3_556x45_40.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.56х45 PMAG GEN M3 40", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.2, + "Width": 1, + "magAnimationIndex": 3 + }, + "_type": "Item" + }, + "544a37c44bdc2d25388b4567": { + "_id": "544a37c44bdc2d25388b4567", + "_name": "mag_stanag_surefire_mag5_556x45_60", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "57487b4d2459771f643ff538", + "_max_count": 60, + "_name": "cartridges", + "_parent": "544a37c44bdc2d25388b4567", + "_props": { + "filters": [{ + "Filter": ["59e6920f86f77411d82aa167", "59e6927d86f77411da468256", "54527a984bdc2d4e668b4567", "54527ac44bdc2d36668b4567", "59e68f6f86f7746c9f75e846", "59e6906286f7746c9f75e847", "59e690b686f7746c9f75e848", "59e6918f86f7746c9f75e849", "60194943740c5d77f6705eea", "601949593ae8f707c4608daa", "5c0d5ae286f7741e46554302", "5fbe3ffdf8b6a877a729ea82", "5fd20ff893a8961fc660a954"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 25, + "ConflictingItems": [], + "CreditsPrice": 22755, + "Description": "60-ти зарядный металлический магазин Surefire MAG5-60 повышенной емкости, под патрон 5.56х45.\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -18, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 20, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин MAG5-60 5.56x45 STANAG на 60 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_stanag_surefire_mag5_556x45_60.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.56x45 MAG5-60", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.18, + "Width": 1, + "magAnimationIndex": 4 + }, + "_type": "Item" + }, + "544a38634bdc2d58388b4568": { + "_id": "544a38634bdc2d58388b4568", + "_name": "muzzle_ar15_colt_usgi_a2_556x45", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1340, + "Description": "Пламегаситель 5.56x45 Colt USGI A2 также известный как Bird Cage (Птичья Клетка) предназначен для установки на оружие на базе AR-15 под патрон 5.56x45. Однако может быть установлен и на другое оружие под тот же калибр, если ствол имеет ту же резьбу для установки дополнительных дульных устройств. Штатно устанавливается на штурмовую винтовку M4A1.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1.5, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Пламегаситель Colt USGI A2 5.56x45 для AR-15", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar15_colt_usgi_a2_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -7, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.56x45 AR-15 USGI A2", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.064, + "Width": 1, + "muzzleModType": "brake" + }, + "_type": "Item" + }, + "544a3a774bdc2d3a388b4567": { + "_id": "544a3a774bdc2d3a388b4567", + "_name": "scope_all_leupold_mark4_hamr", + "_parent": "55818add4bdc2d5b648b456f", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.1625]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 42902, + "CustomAimPlane": "", + "Description": "scope_all_leupold_mark4_hamr", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3.5, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_all_leupold_mark4_hamr", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_all_leupold_mark4_hamr.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_all_leupold_mark4_hamr", + "SightModesCount": 1, + "SightingRange": 800, + "Slots": [{ + "_id": "58d25ebc86f7746f06698c2b", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "544a3a774bdc2d3a388b4567", + "_props": { + "filters": [{ + "Filter": ["58d268fc86f774111273f8c2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.411, + "Width": 2, + "Zooms": [[4]], + "aimingSensitivity": 0.2, + "sightModType": "hybrid" + }, + "_type": "Item" + }, + "544a5caa4bdc2d1a388b4568": { + "_id": "544a5caa4bdc2d1a388b4568", + "_name": "standartRig", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "default", + "BlocksArmorVest": true, + "BluntThroughput": 0.225, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 85600, + "Description": "Crye Precision AWS", + "DiscardingBlock": false, + "Durability": 70, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "55d7174d4bdc2d1b198b456c", + "_name": "1", + "_parent": "544a5caa4bdc2d1a388b4568", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "55d7174f4bdc2d8a028b4568", + "_name": "2", + "_parent": "544a5caa4bdc2d1a388b4568", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "55d717514bdc2d88028b456c", + "_name": "3", + "_parent": "544a5caa4bdc2d1a388b4568", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "55d717534bdc2d87028b456c", + "_name": "4", + "_parent": "544a5caa4bdc2d1a388b4568", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "55d717574bdc2d86028b456c", + "_name": "5", + "_parent": "544a5caa4bdc2d1a388b4568", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "55d7175a4bdc2d89028b456e", + "_name": "6", + "_parent": "544a5caa4bdc2d1a388b4568", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d67d80886f774599657f154", + "_name": "7", + "_parent": "544a5caa4bdc2d1a388b4568", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d67d81186f77455757e7525", + "_name": "8", + "_parent": "544a5caa4bdc2d1a388b4568", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d67d81c86f7740b98205a82", + "_name": "9", + "_parent": "544a5caa4bdc2d1a388b4568", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d67d82386f7740bd93652d2", + "_name": "10", + "_parent": "544a5caa4bdc2d1a388b4568", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d67d82a86f77455757e7526", + "_name": "11", + "_parent": "544a5caa4bdc2d1a388b4568", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d67d83286f7740b98205a83", + "_name": "12", + "_parent": "544a5caa4bdc2d1a388b4568", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 4, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 70, + "MergesWithChildren": false, + "Name": "USEC Rig", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_cryeavs/item_equipment_rig_cryeavs.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 800, + "RepairSpeed": 0, + "RigLayoutName": "Avs", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "AWS", + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 8.7, + "Width": 3, + "armorClass": 4, + "armorZone": ["Chest", "Stomach"], + "mousePenalty": -2, + "speedPenaltyPercent": -10, + "weaponErgonomicPenalty": -2 + }, + "_type": "Item" + }, + "544a5cde4bdc2d39388b456b": { + "_id": "544a5cde4bdc2d39388b456b", + "_name": "standartBackpack", + "_parent": "5448e53e4bdc2d60728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 11257, + "Description": "", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "GridLayoutName": "", + "Grids": [{ + "_id": "55d4a1374bdc2d8b2f8b456c", + "_name": "main", + "_parent": "544a5cde4bdc2d39388b456b", + "_props": { + "cellsH": 4, + "cellsV": 4, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 4, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_backpack", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "MBSS Backpack", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_baselard/item_equipment_backpack_baselard.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "MBSS", + "Slots": [], + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 4, + "speedPenaltyPercent": 0 + }, + "_type": "Item" + }, + "544fb25a4bdc2dfb738b4567": { + "_id": "544fb25a4bdc2dfb738b4567", + "_name": "bandage", + "_parent": "5448f3ac4bdc2dce718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1300, + "Description": "", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": true, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_bandage", + "LootExperience": 10, + "MaxHpResource": 0, + "MergesWithChildren": false, + "Name": "Бинт стерильный", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_bandage/item_bandage_med_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Bandages", + "SpawnChance": 15, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_bandage/item_bandage_med_container.bundle", + "rcid": "" + }, + "Weight": 0.04, + "Width": 1, + "effects_damage": { + "LightBleeding": { + "delay": 0, + "duration": 0, + "fadeOut": 0 + } + }, + "effects_health": [], + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 2 + }, + "_type": "Item" + }, + "544fb3364bdc2d34748b456a": { + "_id": "544fb3364bdc2d34748b456a", + "_name": "splint", + "_parent": "5448f3ac4bdc2dce718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1855, + "Description": "", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": true, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 40, + "MaxHpResource": 0, + "MergesWithChildren": false, + "Name": "Шина", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_splint/item_splint_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Splint", + "SpawnChance": 12, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_splint/item_splint_container.bundle", + "rcid": "" + }, + "Weight": 0.17, + "Width": 1, + "effects_damage": { + "Fracture": { + "delay": 0, + "duration": 0, + "fadeOut": 0 + } + }, + "effects_health": [], + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 5 + }, + "_type": "Item" + }, + "544fb37f4bdc2dee738b4567": { + "_id": "544fb37f4bdc2dee738b4567", + "_name": "painkiller", + "_parent": "5448f3a14bdc2d27728b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3800, + "Description": "", + "DiscardingBlock": false, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_pills", + "LootExperience": 10, + "MaxHpResource": 4, + "MergesWithChildren": false, + "Name": "Таблетки Анальгин", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_blister/item_analgin_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Painkillers", + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_blister/item_analgin_container.bundle", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "effects_damage": { + "Pain": { + "delay": 0, + "duration": 80, + "fadeOut": 15 + } + }, + "effects_health": { + "Hydration": { + "value": -17 + } + }, + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 3 + }, + "_type": "Item" + }, + "544fb3f34bdc2d03748b456a": { + "_id": "544fb3f34bdc2d03748b456a", + "_name": "morphine", + "_parent": "5448f3a14bdc2d27728b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 16870, + "Description": "", + "DiscardingBlock": false, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_stimulator", + "LootExperience": 20, + "MaxHpResource": 0, + "MergesWithChildren": false, + "Name": "Шприц с морфином", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_morphine_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Morphine", + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_syringe_container.bundle", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "effects_damage": { + "Contusion": { + "delay": 0, + "duration": 0, + "fadeOut": 0 + }, + "Pain": { + "delay": 0, + "duration": 300, + "fadeOut": 5 + } + }, + "effects_health": { + "Energy": { + "value": -10 + }, + "Hydration": { + "value": -15 + } + }, + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 2 + }, + "_type": "Item" + }, + "544fb45d4bdc2dee738b4568": { + "_id": "544fb45d4bdc2dee738b4568", + "_name": "salewa", + "_parent": "5448f39d4bdc2d0a728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 2, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 11789, + "Description": "", + "DiscardingBlock": false, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_medkit", + "LootExperience": 20, + "MaxHpResource": 400, + "MergesWithChildren": false, + "Name": "Аптечка Salewa FIRST AID KIT", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_meds_salewa/item_meds_salewa_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Salewa", + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_meds_salewa/item_meds_salewa_container.bundle", + "rcid": "" + }, + "Weight": 0.6, + "Width": 1, + "effects_damage": { + "HeavyBleeding": { + "cost": 175, + "delay": 0, + "duration": 0, + "fadeOut": 0 + }, + "LightBleeding": { + "cost": 45, + "delay": 0, + "duration": 0, + "fadeOut": 0 + } + }, + "effects_health": [], + "hpResourceRate": 85, + "medEffectType": "duringUse", + "medUseTime": 3 + }, + "_type": "Item" + }, + "544fb5454bdc2df8738b456a": { + "_id": "544fb5454bdc2df8738b456a", + "_name": "mtool", + "_parent": "5447e0e74bdc2d3c308b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 21032, + "Description": "", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "spec_multitool", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Мультитул", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/multitul/item_spec_multitul.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Multitool", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "apResource": 0, + "krResource": 0 + }, + "_type": "Item" + }, + "544fb62a4bdc2dfb738b4568": { + "_id": "544fb62a4bdc2dfb738b4568", + "_name": "juice_army", + "_parent": "5448e8d64bdc2dce718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2135, + "Description": "сок сочок", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_juice_carton", + "LootExperience": 10, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "Пачка армейского сока (яблочный)", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_tetrapak/item_juice_army_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Apple juice", + "SpawnChance": 11, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "Buffs_drink_juice_army", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_tetrapak/item_juice_army_container.bundle", + "rcid": "" + }, + "Weight": 1, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 8 + }, + "Hydration": { + "value": 30 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 3 + }, + "_type": "Item" + }, + "544fb6cc4bdc2d34748b456e": { + "_id": "544fb6cc4bdc2d34748b456e", + "_name": "slippers", + "_parent": "5448e8d04bdc2ddf718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2265, + "Description": "типа сникерса. но нифига", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 10, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "Батончик slippers", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_energy_bar/item_slickers_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Slippers", + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_energy_bar/item_slickers_container.bundle", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 30 + }, + "Hydration": { + "value": -15 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 2 + }, + "_type": "Item" + }, + "54527a984bdc2d4e668b4567": { + "_id": "54527a984bdc2d4e668b4567", + "_name": "patron_556x45_M855", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 37, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber556x45NATO", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 110, + "Damage": 50, + "Description": "patron_556x45_M855", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.15, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.4, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 922, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 4, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_556x45_M855", + "NotShownInSlot": false, + "PenetrationChance": 0.5, + "PenetrationPower": 28, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_556x45_m855.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.4, + "SendToClient": false, + "ShortName": "patron_556x45_M855", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 10, + "SpeedRetardation": 0.000023, + "StackMaxRandom": 60, + "StackMaxSize": 60, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.012, + "Width": 1, + "ammoAccr": -5, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 15, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 11.77, + "casingName": "5.56x45 мм M193 Ball", + "casingSounds": "rifle556" + }, + "_type": "Item" + }, + "54527ac44bdc2d36668b4567": { + "_id": "54527ac44bdc2d36668b4567", + "_name": "patron_556x45_M855A1", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 52, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber556x45NATO", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 142, + "Damage": 46, + "Description": "patron_556x45_M855A1", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.34, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.34, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 945, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_556x45_M855A1", + "NotShownInSlot": false, + "PenetrationChance": 0.55, + "PenetrationPower": 45, + "PenetrationPowerDiviation": 1.375, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_556x45_m855a1.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.38, + "SendToClient": false, + "ShortName": "patron_556x45_M855A1", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 7, + "SpeedRetardation": 0.000023, + "StackMaxRandom": 40, + "StackMaxSize": 60, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.012, + "Width": 1, + "ammoAccr": -10, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 5, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 11.77, + "casingName": "5.56x45 мм M193 FMJ", + "casingSounds": "rifle556" + }, + "_type": "Item" + }, + "545cdae64bdc2d39198b4568": { + "_id": "545cdae64bdc2d39198b4568", + "_name": "bigBackpack", + "_parent": "5448e53e4bdc2d60728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 37216, + "Description": "", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "GridLayoutName": "", + "Grids": [{ + "_id": "55d4a17a4bdc2d8b2f8b456d", + "_name": "main", + "_parent": "545cdae64bdc2d39198b4568", + "_props": { + "cellsH": 5, + "cellsV": 6, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 6, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_backpack", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Camelback Tri Zipps Backpack", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_trizip/item_equipment_backpack_trizip.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "TriZipps", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.3, + "Width": 5, + "speedPenaltyPercent": -15 + }, + "_type": "Item" + }, + "545cdb794bdc2d3a198b456a": { + "_id": "545cdb794bdc2d3a198b456a", + "_name": "heavy", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.3, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 384968, + "DeafStrength": "None", + "Description": "6B43", + "DiscardingBlock": false, + "Durability": 85, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 4, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 85, + "MergesWithChildren": false, + "Name": "6B43", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_6b34/item_equipment_armor_6b34.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 1562, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "6B43", + "Slots": [], + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 20, + "Width": 4, + "armorClass": "6", + "armorZone": ["LeftArm", "RightArm", "Chest", "Stomach"], + "headSegments": [], + "mousePenalty": -21, + "speedPenaltyPercent": -35, + "weaponErgonomicPenalty": -27 + }, + "_type": "Item" + }, + "5485a8684bdc2da71d8b4567": { + "_id": "5485a8684bdc2da71d8b4567", + "_name": "Ammo", + "_parent": "5661632d4bdc2d903d8b456b", + "_props": { + "AmmoLifeTimeSec": 5, + "ArmorDamage": 50, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x18PM", + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "Damage": 0, + "Deterioration": 1, + "DurabilityBurnModificator": 1, + "ExplosionStrength": 0, + "ExplosionType": "", + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "InitialSpeed": 0, + "IsLightAndSoundShot": false, + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "MalfunctionChance": 0, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 0, + "MinExplosionDistance": 0, + "MinFragmentsCount": 0, + "MisfireChance": 0, + "PenetrationChance": 0, + "PenetrationPower": 0, + "PenetrationPowerDiviation": 0, + "ProjectileCount": 1, + "RicochetChance": 0, + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpeedRetardation": 0, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "tracer", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_type": "Node" + }, + "550aa4154bdc2dd8348b456b": { + "_id": "550aa4154bdc2dd8348b456b", + "_name": "FunctionalMod", + "_parent": "5448fe124bdc2da5018b4567", + "_props": {}, + "_type": "Node" + }, + "550aa4af4bdc2dd4348b456e": { + "_id": "550aa4af4bdc2dd4348b456e", + "_name": "Compensator", + "_parent": "5448fe394bdc2d0d028b456c", + "_props": {}, + "_type": "Node" + }, + "550aa4bf4bdc2dd6348b456b": { + "_id": "550aa4bf4bdc2dd6348b456b", + "_name": "FlashHider", + "_parent": "5448fe394bdc2d0d028b456c", + "_props": {}, + "_type": "Node" + }, + "550aa4cd4bdc2dd8348b456c": { + "_id": "550aa4cd4bdc2dd8348b456c", + "_name": "Silencer", + "_parent": "5448fe394bdc2d0d028b456c", + "_props": {}, + "_type": "Node" + }, + "550aa4dd4bdc2dc9348b4569": { + "_id": "550aa4dd4bdc2dc9348b4569", + "_name": "MuzzleCombo", + "_parent": "5448fe394bdc2d0d028b456c", + "_props": {}, + "_type": "Node" + }, + "550ad14d4bdc2dd5348b456c": { + "_id": "550ad14d4bdc2dd5348b456c", + "_name": "Pms", + "_parent": "5448fe394bdc2d0d028b456c", + "_props": {}, + "_type": "Node" + }, + "555ef6e44bdc2de9068b457e": { + "_id": "555ef6e44bdc2de9068b457e", + "_name": "Barrel", + "_parent": "55802f4a4bdc2ddb688b4569", + "_props": { + "CenterOfImpact": 0.01, + "DurabilityBurnModificator": 1, + "HeatFactor": 1, + "IsSilencer": false, + "ShotgunDispersion": 1 + }, + "_type": "Node" + }, + "557596e64bdc2dc2118b4571": { + "_id": "557596e64bdc2dc2118b4571", + "_name": "Pockets", + "_parent": "566168634bdc2d144c8b456c", + "_props": {}, + "_type": "Node" + }, + "557ff21e4bdc2d89578b4586": { + "_id": "557ff21e4bdc2d89578b4586", + "_name": "Goggles", + "_parent": "5448e5724bdc2ddf718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0.1, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1669, + "DeafStrength": "None", + "Description": "Стандартные тактические очки", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "Tactical glasses", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/glasses_protective/item_equipment_glasses_protective.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "TGlass", + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 2, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_type": "Item" + }, + "557ffd194bdc2d28148b457f": { + "_id": "557ffd194bdc2d28148b457f", + "_name": "карманы 2 на 2", + "_parent": "557596e64bdc2dc2118b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Pockets", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "55d717004bdc2d89028b456c", + "_name": "pocket1", + "_parent": "557ffd194bdc2d28148b457f", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "55d717094bdc2d87028b456a", + "_name": "pocket2", + "_parent": "557ffd194bdc2d28148b457f", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "55d717104bdc2d89028b456d", + "_name": "pocket3", + "_parent": "557ffd194bdc2d28148b457f", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "55d717174bdc2d87028b456b", + "_name": "pocket4", + "_parent": "557ffd194bdc2d28148b457f", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Pockets", + "NotShownInSlot": true, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Pockets", + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0, + "Width": 2 + }, + "_type": "Item" + }, + "55801eed4bdc2d89578b4588": { + "_id": "55801eed4bdc2d89578b4588", + "_name": "weapon_izhmash_sv-98_762x54r", + "_parent": "5447b6254bdc2dc3278b4568", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.25, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": true, + "BurstShotsCount": 3, + "CameraRecoil": 0.35, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.016, + "Chambers": [{ + "_id": "56eaa903d2720b69698b456d", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "55801eed4bdc2d89578b4588", + "_props": { + "filters": [{ + "Filter": ["5e023d34e8a400319a28ed44", "5e023d48186a883be655e551", "5e023cf8186a883be655e54f", "59e77a2386f7742ee578960a", "5887431f2459777e1612938f", "560d61e84bdc2da74d8b4571"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 2, + "CoolFactor": 1, + "CreditsPrice": 24989, + "Description": "СВ-98- Российская снайперская винтовка разработанная 1998-2000 г.г. группой конструкторов под руководством В. Стронского. Серийно выпускается концерном \"Ижмаш\". Винтовка имеет магазинное питание и продольно скользящий затвор, предназначена для поражения живой силы на дистанции до 1000 м.", + "DeviationCurve": 1, + "DeviationMax": 33, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 49, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_rifle", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "Снайперская винтовка СВ-98", + "NotShownInSlot": false, + "OperatingResource": 1900, + "Prefab": { + "path": "assets/content/weapons/sv98/weapon_izhmash_sv-98_762x54r_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.43, + "z": 0.03 + }, + "RecoilForceBack": 520, + "RecoilForceUp": 156, + "RecolDispersion": 10, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 1, + "RepairCost": 85, + "RepairSpeed": 14, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.16, + "z": -0.06 + }, + "RotationCenterNoStock": { + "x": 0, + "y": 0, + "z": 0 + }, + "SendToClient": false, + "ShortName": "СВ-98", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "55d5a2c34bdc2d962f8b4575", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "55801eed4bdc2d89578b4588", + "_props": { + "filters": [{ + "AnimationIndex": 0, + "Filter": ["559ba5b34bdc2d1f1a8b4582"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "560bfc1d4bdc2d8b418b4573", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "55801eed4bdc2d89578b4588", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "560d38ae4bdc2d25448b4570", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "55801eed4bdc2d89578b4588", + "_props": { + "filters": [{ + "Filter": ["56083e1b4bdc2dc8488b4572"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "560d40654bdc2d20478b457e", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "55801eed4bdc2d89578b4588", + "_props": { + "filters": [{ + "Filter": ["56083eab4bdc2d26448b456a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "560e68f94bdc2dd7328b456c", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "55801eed4bdc2d89578b4588", + "_props": { + "filters": [{ + "Filter": ["560e620e4bdc2d724b8b456b", "5c4ee3d62e2216152006f302", "5c4eec9b2e2216398b5aaba2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "56e9949fd2720b8d4b8b45b9", + "_mergeSlotWithChildren": false, + "_name": "mod_bipod", + "_parent": "55801eed4bdc2d89578b4588", + "_props": { + "filters": [{ + "Filter": ["56ea8222d2720b69698b4567"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 2.6, + "Weight": 5.425, + "Width": 6, + "ammoCaliber": "Caliber762x54R", + "bEffDist": 1000, + "bFirerate": 30, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5887431f2459777e1612938f", + "defMagType": "559ba5b34bdc2d1f1a8b4582", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "sniperRifle", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_type": "Item" + }, + "558022b54bdc2dac148b458d": { + "_id": "558022b54bdc2dac148b458d", + "_name": "scope_all_eotech_exps3", + "_parent": "55818ad54bdc2ddc698b4569", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.7]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 26250, + "CustomAimPlane": "", + "Description": "scope_all_eotech_exps3Совместим с приборами ночного видения за счет NV режима марки. Используется US SOCOM как первоочередной прицел для операций в ограниченном пространстве.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_all_eotech_exps3", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_all_eotech_exps3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_all_eotech_exps3", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.317, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.6, + "sightModType": "iron" + }, + "_type": "Item" + }, + "55802d5f4bdc2dac148b458e": { + "_id": "55802d5f4bdc2dac148b458e", + "_name": "mag_stanag_magpul_pmag_gen_m3_window_556x45_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "57487b732459771f613b6651", + "_max_count": 30, + "_name": "cartridges", + "_parent": "55802d5f4bdc2dac148b458e", + "_props": { + "filters": [{ + "Filter": ["59e6920f86f77411d82aa167", "59e6927d86f77411da468256", "54527a984bdc2d4e668b4567", "54527ac44bdc2d36668b4567", "59e68f6f86f7746c9f75e846", "59e6906286f7746c9f75e847", "59e690b686f7746c9f75e848", "59e6918f86f7746c9f75e849", "60194943740c5d77f6705eea", "601949593ae8f707c4608daa", "5c0d5ae286f7741e46554302", "5fbe3ffdf8b6a877a729ea82", "5fd20ff893a8961fc660a954"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 1, + "CheckTimeModifier": -35, + "ConflictingItems": [], + "CreditsPrice": 3797, + "Description": "30-ти зарядный полимерный магазин Magpul PMAG GEN M3 30, под патрон 5.56х45 с окном для контроля количества боеприпасов.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин PMAG GEN M3 30 5.56x45 STANAG на 30 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_stanag_magpul_pmag_gen_m3_window_556x45_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.56x45 PMAG GEN M3 30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-1;18-30", + "Weight": 0.138, + "Width": 1, + "magAnimationIndex": 0 + }, + "_type": "Item" + }, + "55802f3e4bdc2de7118b4584": { + "_id": "55802f3e4bdc2de7118b4584", + "_name": "GearMod", + "_parent": "5448fe124bdc2da5018b4567", + "_props": {}, + "_type": "Node" + }, + "55802f4a4bdc2ddb688b4569": { + "_id": "55802f4a4bdc2ddb688b4569", + "_name": "MasterMod", + "_parent": "5448fe124bdc2da5018b4567", + "_props": {}, + "_type": "Node" + }, + "55802f5d4bdc2dac148b458f": { + "_id": "55802f5d4bdc2dac148b458f", + "_name": "pistolgrip_ar15_magpul_moe", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4100, + "Description": "Полимерная пистолетная рукоятка Magpul MOE (Magpul Original Equipment) устанавливается на любое оружие совместимое с пистолетными рукоятками от AR-15. Благодаря эргономике и анти скользящей текстуре рукоятки, удержание и контроль оружия становится комфортнее. Внутри рукоятки находится место под контейнеры для ЗИП или элементов питания.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Пистолетная рукоятка Magpul MOE для AR-15 совместимых", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ar15_magpul_moe.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "MOE Pistol", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.05, + "Width": 1 + }, + "_type": "Item" + }, + "558032614bdc2de7118b4585": { + "_id": "558032614bdc2de7118b4585", + "_name": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3796, + "Description": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_all_tango_down_stubby_bgv_mk46k_blk.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.072, + "Width": 1 + }, + "_type": "Item" + }, + "55818a104bdc2db9688b4569": { + "_id": "55818a104bdc2db9688b4569", + "_name": "Handguard", + "_parent": "55802f4a4bdc2ddb688b4569", + "_props": { + "HeatFactor": 1 + }, + "_type": "Node" + }, + "55818a304bdc2db5418b457d": { + "_id": "55818a304bdc2db5418b457d", + "_name": "Receiver", + "_parent": "55802f4a4bdc2ddb688b4569", + "_props": { + "DurabilityBurnModificator": 1, + "HeatFactor": 1 + }, + "_type": "Node" + }, + "55818a594bdc2db9688b456a": { + "_id": "55818a594bdc2db9688b456a", + "_name": "Stock", + "_parent": "55802f3e4bdc2de7118b4584", + "_props": { + "Foldable": false, + "HeatFactor": 1, + "IsShoulderContact": false, + "Retractable": false, + "SizeReduceRight": 0 + }, + "_type": "Node" + }, + "55818a604bdc2db5418b457e": { + "_id": "55818a604bdc2db5418b457e", + "_name": "Shaft", + "_parent": "55802f3e4bdc2de7118b4584", + "_props": {}, + "_type": "Node" + }, + "55818a684bdc2ddd698b456d": { + "_id": "55818a684bdc2ddd698b456d", + "_name": "PistolGrip", + "_parent": "55802f4a4bdc2ddb688b4569", + "_props": {}, + "_type": "Node" + }, + "55818a6f4bdc2db9688b456b": { + "_id": "55818a6f4bdc2db9688b456b", + "_name": "Charge", + "_parent": "55802f3e4bdc2de7118b4584", + "_props": {}, + "_type": "Node" + }, + "55818ac54bdc2d5b648b456e": { + "_id": "55818ac54bdc2d5b648b456e", + "_name": "IronSight", + "_parent": "5448fe7a4bdc2d6f028b456b", + "_props": {}, + "_type": "Node" + }, + "55818acf4bdc2dde698b456b": { + "_id": "55818acf4bdc2dde698b456b", + "_name": "CompactCollimator", + "_parent": "5448fe7a4bdc2d6f028b456b", + "_props": {}, + "_type": "Node" + }, + "55818ad54bdc2ddc698b4569": { + "_id": "55818ad54bdc2ddc698b4569", + "_name": "Collimator", + "_parent": "5448fe7a4bdc2d6f028b456b", + "_props": {}, + "_type": "Node" + }, + "55818add4bdc2d5b648b456f": { + "_id": "55818add4bdc2d5b648b456f", + "_name": "AssaultScope", + "_parent": "5448fe7a4bdc2d6f028b456b", + "_props": {}, + "_type": "Node" + }, + "55818ae44bdc2dde698b456c": { + "_id": "55818ae44bdc2dde698b456c", + "_name": "OpticScope", + "_parent": "5448fe7a4bdc2d6f028b456b", + "_props": {}, + "_type": "Node" + }, + "55818aeb4bdc2ddc698b456a": { + "_id": "55818aeb4bdc2ddc698b456a", + "_name": "SpecialScope", + "_parent": "5448fe7a4bdc2d6f028b456b", + "_props": {}, + "_type": "Node" + }, + "55818af64bdc2d5b648b4570": { + "_id": "55818af64bdc2d5b648b4570", + "_name": "Foregrip", + "_parent": "550aa4154bdc2dd8348b456b", + "_props": {}, + "_type": "Node" + }, + "55818afb4bdc2dde698b456d": { + "_id": "55818afb4bdc2dde698b456d", + "_name": "Bipod", + "_parent": "550aa4154bdc2dd8348b456b", + "_props": {}, + "_type": "Node" + }, + "55818b014bdc2ddc698b456b": { + "_id": "55818b014bdc2ddc698b456b", + "_name": "Launcher", + "_parent": "55802f3e4bdc2de7118b4584", + "_props": {}, + "_type": "Node" + }, + "55818b084bdc2d5b648b4571": { + "_id": "55818b084bdc2d5b648b4571", + "_name": "Flashlight", + "_parent": "550aa4154bdc2dd8348b456b", + "_props": { + "ModesCount": 0 + }, + "_type": "Node" + }, + "55818b0e4bdc2dde698b456e": { + "_id": "55818b0e4bdc2dde698b456e", + "_name": "LightLaser", + "_parent": "550aa4154bdc2dd8348b456b", + "_props": {}, + "_type": "Node" + }, + "55818b164bdc2ddc698b456c": { + "_id": "55818b164bdc2ddc698b456c", + "_name": "TacticalCombo", + "_parent": "550aa4154bdc2dd8348b456b", + "_props": { + "ModesCount": 0 + }, + "_type": "Node" + }, + "55818b1d4bdc2d5b648b4572": { + "_id": "55818b1d4bdc2d5b648b4572", + "_name": "RailCovers", + "_parent": "550aa4154bdc2dd8348b456b", + "_props": {}, + "_type": "Node" + }, + "55818b224bdc2dde698b456f": { + "_id": "55818b224bdc2dde698b456f", + "_name": "Mount", + "_parent": "55802f3e4bdc2de7118b4584", + "_props": { + "HeatFactor": 1 + }, + "_type": "Node" + }, + "559ba5b34bdc2d1f1a8b4582": { + "_id": "559ba5b34bdc2d1f1a8b4582", + "_name": "mag_sv98_izhmash_sv98_std_762x54r_10", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "57487bb62459771f643ff539", + "_max_count": 10, + "_name": "cartridges", + "_parent": "559ba5b34bdc2d1f1a8b4582", + "_props": { + "filters": [{ + "Filter": ["5e023d34e8a400319a28ed44", "5e023d48186a883be655e551", "5e023cf8186a883be655e54f", "59e77a2386f7742ee578960a", "5887431f2459777e1612938f", "560d61e84bdc2da74d8b4571"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 3900, + "Description": "Стандартный полимерный магазин производства Ижмаш для винтовки СВ-98, под патрон 7.62х54R.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин полимерный 7.62х54R для СВ-98 на 10 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_sv-98_izhmash_sv-98_std_762x54r_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "7.62х54R полимерный", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.115, + "Width": 1, + "magAnimationIndex": 0 + }, + "_type": "Item" + }, + "55d355e64bdc2d962f8b4569": { + "_id": "55d355e64bdc2d962f8b4569", + "_name": "reciever_ar15_colt_m4a1_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5198, + "Description": "Верхний ресивер для M4A1 производства компании Colt. Имеет направляющую для крепления дополнительного оборудования.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Верхний ресивер Colt M4A1 5.56х45 для штурмовой винтовки M4A1", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_ar15_colt_m4a1_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "M4A1 Upper", + "SightingRange": 0, + "Slots": [{ + "_id": "55d357484bdc2d882f8b456a", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "55d355e64bdc2d962f8b4569", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "55d35d0c4bdc2d892f8b456c", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "55d355e64bdc2d962f8b4569", + "_props": { + "filters": [{ + "Filter": ["55d35ee94bdc2d61338b4568", "55d3632e4bdc2d972f8b4569", "5d440b93a4b9364276578d4b", "5d440b9fa4b93601354d480c", "5c0e2f94d174af029f650d56"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "55d35d754bdc2d882f8b456b", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "55d355e64bdc2d962f8b4569", + "_props": { + "filters": [{ + "Filter": ["5c0e2f5cd174af02a012cfc9", "5b2cfa535acfc432ff4db7a0", "5ae30db85acfc408fb139a05", "5c9a25172e2216000f20314e", "55f84c3c4bdc2d5f408b4576", "588b56d02459771481110ae2", "5c9a26332e2216001219ea70", "5ea16ada09aa976f2e7a51be", "5ea16acdfadf1d18c87b0784", "5a329052c4a28200741e22d3", "55d459824bdc2d892f8b4573", "5d122e7bd7ad1a07102d6d7f", "5d123102d7ad1a004e475fe5", "5d4405f0a4b9361e6a4e6bd9", "5c78f2792e221600106f4683", "5c78f26f2e221601da3581d1", "5c78f2492e221600114c9f04", "5c78f2612e221600114c9f0d", "6034e3e20ddce744014cb878", "6034e3d953a60014f970617b", "6034e3cb0ddce744014cb870", "5c6d5d8b2e221644fc630b39", "5d00e0cbd7ad1a6c6566a42d", "5d00f63bd7ad1a59283b1c1e", "6087e0336d0bd7580617bb7a", "595cfa8b86f77427437e845b", "595cf16b86f77427440c32e2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "55d35e074bdc2d882f8b456c", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "55d355e64bdc2d962f8b4569", + "_props": { + "filters": [{ + "Filter": ["5bb20e49d4351e3bac1212de", "5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5fb6564947ce63734e3fa1da", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5fc0fa957283c4046c58147e", "5894a81786f77427140b8347", "55d5f46a4bdc2d1b198b4567", "5ae30bad5acfc400185c2dc4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.27, + "Width": 2 + }, + "_type": "Item" + }, + "55d35ee94bdc2d61338b4568": { + "_id": "55d35ee94bdc2d61338b4568", + "_name": "barrel_ar15_260mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.07, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 19118, + "Description": "Ствол для оружия на базе AR-15 под патрон 5.56х45 NATO длинной 260мм. Соответствует стандартному стволу для M4 CQBR.\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.83, + "EffectiveDistance": 0, + "Ergonomics": -7, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 260мм для AR-15 и совместимых 5.56х45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_ar15_260mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "260мм AR-15 5.56х45", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "564afddf4bdc2d1b2b8b4592", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "55d35ee94bdc2d61338b4568", + "_props": { + "filters": [{ + "Filter": ["5b3a16655acfc40016387a2a", "5c7e5f112e221600106f4ede", "5c0fafb6d174af02a96260ba", "5cf6937cd7f00c056c53fb39", "544a38634bdc2d58388b4568", "5cff9e5ed7ad1a09407397d4", "5c48a2a42e221602b66d1e07", "5f6372e2865db925d54f3869", "56ea8180d2720bf2698b456a", "5d02676dd7ad1a049e54f6dc", "56ea6fafd2720b844b8b4593", "5943ee5a86f77413872d25ec", "609269c3b0e443224b421cc1", "5c7fb51d2e2216001219ce11", "5ea172e498dacb342978818e", "5c6d710d2e22165df16b81e7", "5d440625a4b9361eec4ae6c5", "5cc9b815d7f00c000e2579d6", "5a7c147ce899ef00150bd8b8", "5c7954d52e221600106f4cc7", "59bffc1f86f77435b128b872", "5a9fbb84a2750c00137fa685"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "56ea8e15d2720bf2698b456b", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "55d35ee94bdc2d61338b4568", + "_props": { + "filters": [{ + "Filter": ["5ae30e795acfc408fb139a0b", "56eabcd4d2720b66698b4574", "5d00ec68d7ad1a04a067e5be", "56ea8d2fd2720b7c698b4570"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 40, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -16.31, + "Weight": 0.409, + "Width": 2 + }, + "_type": "Item" + }, + "55d3632e4bdc2d972f8b4569": { + "_id": "55d3632e4bdc2d972f8b4569", + "_name": "barrel_ar15_370mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.053, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 24567, + "Description": "Ствол для оружия на базе AR-15 под патрон 5.56х45 NATO длинной 370мм. Соответствует стандартному стволу для M4A1.\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": -14, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 370мм для AR-15 и совместимых 5.56х45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_ar15_370mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "370мм AR-15 5.56х45", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "55dc9adc4bdc2d86028b4576", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "55d3632e4bdc2d972f8b4569", + "_props": { + "filters": [{ + "Filter": ["5b3a16655acfc40016387a2a", "5c7e5f112e221600106f4ede", "5c0fafb6d174af02a96260ba", "5cf6937cd7f00c056c53fb39", "544a38634bdc2d58388b4568", "5cff9e5ed7ad1a09407397d4", "5c48a2a42e221602b66d1e07", "5f6372e2865db925d54f3869", "56ea8180d2720bf2698b456a", "5d02676dd7ad1a049e54f6dc", "56ea6fafd2720b844b8b4593", "5943ee5a86f77413872d25ec", "609269c3b0e443224b421cc1", "5c7fb51d2e2216001219ce11", "5ea172e498dacb342978818e", "5c6d710d2e22165df16b81e7", "5d440625a4b9361eec4ae6c5", "5cc9b815d7f00c000e2579d6", "5a7c147ce899ef00150bd8b8", "5c7954d52e221600106f4cc7", "59bffc1f86f77435b128b872", "5a9fbb84a2750c00137fa685"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "56ea8e89d2720b75698b4568", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "55d3632e4bdc2d972f8b4569", + "_props": { + "filters": [{ + "Filter": ["5ae30e795acfc408fb139a0b", "56eabcd4d2720b66698b4574", "5d00ec68d7ad1a04a067e5be", "56ea8d2fd2720b7c698b4570"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -6.48, + "Weight": 0.509, + "Width": 3 + }, + "_type": "Item" + }, + "55d448594bdc2d8c2f8b4569": { + "_id": "55d448594bdc2d8c2f8b4569", + "_name": "barrel_mr133_610mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.58, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4902, + "Description": "Стандартный заводской ствол для ружья МР-133 под патрон 12-го калибра, длинной 610мм.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -7, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 610мм для ружья МР-133 12к", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mr133_610mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "610мм МР-133", + "ShotgunDispersion": 1.4, + "SightingRange": 0, + "Slots": [{ + "_id": "56e31509d2720b4c098b4567", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "55d448594bdc2d8c2f8b4569", + "_props": { + "filters": [{ + "Filter": ["5c0111ab0db834001966914d", "560838c94bdc2d77798b4569", "5b363dea5acfc4771e1c5e7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 20, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 10.8, + "Weight": 1.2, + "Width": 4 + }, + "_proto": "55d447bb4bdc2d892f8b456f", + "_type": "Item" + }, + "55d4491a4bdc2d882f8b456e": { + "_id": "55d4491a4bdc2d882f8b456e", + "_name": "barrel_mr133_510mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.62, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4006, + "Description": "Стандартный заводской ствол для ружья МР-133 длинной 510мм.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.95, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 110, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 510мм для МР-133 12к ", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mr133_510mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "510мм МР-133", + "ShotgunDispersion": 1.55, + "SightingRange": 0, + "Slots": [{ + "_id": "560d63bc4bdc2d773f8b4574", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "55d4491a4bdc2d882f8b456e", + "_props": { + "filters": [{ + "Filter": ["5c0111ab0db834001966914d", "560838c94bdc2d77798b4569", "5b363dea5acfc4771e1c5e7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 30, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 5.4, + "Weight": 0.8, + "Width": 3 + }, + "_proto": "55d448594bdc2d8c2f8b4569", + "_type": "Item" + }, + "55d449444bdc2d962f8b456d": { + "_id": "55d449444bdc2d962f8b456d", + "_name": "barrel_mr133_610mm_plank", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.58, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5103, + "Description": "Стандартный заводской ствол для ружья МР-133 длинной 610мм под патрон 12-го калибра, с широкой прицельной планкой.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -6, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 610мм для ружья МР-133 12к с прицельной планкой", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mr133_610mm_plank.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "610мм МР-133 12к", + "ShotgunDispersion": 1.4, + "SightingRange": 0, + "Slots": [{ + "_id": "56e31524d2720b5e068b4570", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "55d449444bdc2d962f8b456d", + "_props": { + "filters": [{ + "Filter": ["5c0111ab0db834001966914d", "560838c94bdc2d77798b4569", "5b363dea5acfc4771e1c5e7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5dfe4036b33c0951220c0912", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "55d449444bdc2d962f8b456d", + "_props": { + "filters": [{ + "Filter": ["609b9e31506cf869cf3eaf41", "5dfe14f30b92095fd441edaf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 10.8, + "Weight": 1.25, + "Width": 4 + }, + "_proto": "55d448594bdc2d8c2f8b4569", + "_type": "Item" + }, + "55d44fd14bdc2d962f8b456e": { + "_id": "55d44fd14bdc2d962f8b456e", + "_name": "charge_ar15_colt_charging_handle", + "_parent": "55818a6f4bdc2db9688b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 733, + "Description": "Стандартная рукоятка заряжания для оружия на базе AR-15 и совместимых.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Рукоятка заряжания Colt AR-15 для AR-15 и совместимых", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/charges/charge_ar15_colt_charging_handle.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Рукоятка заряжания AR-15", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.035, + "Width": 1 + }, + "_proto": "55802f624bdc2d1c128b4580", + "_type": "Item" + }, + "55d459824bdc2d892f8b4573": { + "_id": "55d459824bdc2d892f8b4573", + "_name": "handguard_ar15_kac_ris", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6778, + "Description": "Цевье Knight's Armament KAC RIS является штатным цевьем M4A1. Однако может быть установлено на большинство оружия на базе AR-15, при необходимой длине ствола. Снабжено 4-мя направляющими для крепления дополнительного оборудования и экраном для отвода тепла.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Цевье Knight's Armament KAC RIS для AR-15 и совместимых", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar15_kac_ris.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "KAC RIS", + "SightingRange": 0, + "Slots": [{ + "_id": "55f57a484bdc2d0b288b46bd", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "55d459824bdc2d892f8b4573", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "55f57a5d4bdc2d972b8b4571", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_2", + "_parent": "55d459824bdc2d892f8b4573", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "55f6a6ac4bdc2d472a8b45ab", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "55d459824bdc2d892f8b4573", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5a7dbfc1159bd40016548fde", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "56e3165fd2720b6c058b456c", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "55d459824bdc2d892f8b4573", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c3f46b62e221602b66cd67d", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_003", + "_parent": "55d459824bdc2d892f8b4573", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.323, + "Width": 2 + }, + "_type": "Item" + }, + "55d45d3f4bdc2d972f8b456c": { + "_id": "55d45d3f4bdc2d972f8b456c", + "_name": "handguard_mr133_izhmeh_std", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1529, + "Description": "Стандартное цевье производства Ижмех выполненное из бука для гладкоствольного ружья МР-133.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Цевье Ижмех МР-133 Бук для МР-133", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_mr133_izhmeh_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "МР-133 Бук", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.8, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "55d45f484bdc2d972f8b456d": { + "_id": "55d45f484bdc2d972f8b456d", + "_name": "handguard_mr133_custom_rail", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9150, + "Description": "Нестандартное полимерное цевье, стороннего производства для гладкоствольного ружья МР-133. Снабжено 2-мя короткими и одной длинной направляющими для крепления дополнительного оборудования.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Цевье Кастом МР-133 пластик для МР-133 с направляющими", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_mr133_custom_rail.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Кастом МР-133 пластик", + "SightingRange": 0, + "Slots": [{ + "_id": "560d47ba4bdc2d26448b4576", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "55d45f484bdc2d972f8b456d", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "560d493e4bdc2d26448b4577", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "55d45f484bdc2d972f8b456d", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "560d49504bdc2dcc4c8b4598", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "55d45f484bdc2d972f8b456d", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.5, + "Width": 2 + }, + "_proto": "55d45d3f4bdc2d972f8b456c", + "_type": "Item" + }, + "55d480c04bdc2d1d4e8b456a": { + "_id": "55d480c04bdc2d1d4e8b456a", + "_name": "mag_ak74_izhmash_6L23_545x39_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "57487be52459771f613b6652", + "_max_count": 30, + "_name": "cartridges", + "_parent": "55d480c04bdc2d1d4e8b456a", + "_props": { + "filters": [{ + "Filter": ["5c0d5e4486f77478390952fe", "56dfef82d2720bbd668b4567", "56dff026d2720bb8668b4567", "56dff061d2720bb5668b4567", "56dff0bed2720bb0668b4567", "56dff216d2720bbd668b4568", "56dff2ced2720bb4668b4567", "56dff338d2720bbd668b4569", "56dff3afd2720bba668b4567", "56dff421d2720b5f5a8b4567", "56dff4a2d2720bbd668b456a", "56dff4ecd2720b5f5a8b4568"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1999, + "Description": "30-ти зарядный полимерный магазин Ижмаш 6Л23, под патрон 5.45x39 для АК-74 и совместимых.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 15, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин 6Л23 5.45x39 для АК-74 и совместимых на 30 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ak74_izhmash_6l23_545x39_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.45x39 6Л23", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 14, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.215, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55802d5f4bdc2dac148b458e", + "_type": "Item" + }, + "55d481904bdc2d8c2f8b456a": { + "_id": "55d481904bdc2d8c2f8b456a", + "_name": "mag_ak74_izhmash_6L26_545x39_45", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "57487c0a2459771f6d7b4341", + "_max_count": 45, + "_name": "cartridges", + "_parent": "55d481904bdc2d8c2f8b456a", + "_props": { + "filters": [{ + "Filter": ["5c0d5e4486f77478390952fe", "56dfef82d2720bbd668b4567", "56dff026d2720bb8668b4567", "56dff061d2720bb5668b4567", "56dff0bed2720bb0668b4567", "56dff216d2720bbd668b4568", "56dff2ced2720bb4668b4567", "56dff338d2720bbd668b4569", "56dff3afd2720bba668b4567", "56dff421d2720b5f5a8b4567", "56dff4a2d2720bbd668b456a", "56dff4ecd2720b5f5a8b4568"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 15, + "ConflictingItems": [], + "CreditsPrice": 3765, + "Description": "45-ти зарядный полимерный магазин Ижмаш 6Л26, под патрон 5.45x39 для АК-74 и совместимых.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -8, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 2, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 3, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 40, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин 6Л26 5.45x39 для АК-74 и совместимых на 45 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ak74_izhmash_6l26_545x39_45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.45x39 6Л26", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.3, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "55d482194bdc2d1d4e8b456b": { + "_id": "55d482194bdc2d1d4e8b456b", + "_name": "mag_ak74_izhmash_6L31_545x39_60", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "57487c212459771f6d7b4342", + "_max_count": 60, + "_name": "cartridges", + "_parent": "55d482194bdc2d1d4e8b456b", + "_props": { + "filters": [{ + "Filter": ["5c0d5e4486f77478390952fe", "56dfef82d2720bbd668b4567", "56dff026d2720bb8668b4567", "56dff061d2720bb5668b4567", "56dff0bed2720bb0668b4567", "56dff216d2720bbd668b4568", "56dff2ced2720bb4668b4567", "56dff338d2720bbd668b4569", "56dff3afd2720bba668b4567", "56dff421d2720b5f5a8b4567", "56dff4a2d2720bbd668b456a", "56dff4ecd2720b5f5a8b4568"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 20, + "ConflictingItems": [], + "CreditsPrice": 18319, + "Description": "60-ти зарядный четырехрядный полимерный магазин Ижмаш 6Л31, под патрон 5.45x39 для АК-74 и совместимых. Выпущен малой партией и не попавший в серийное производство.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -16, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 85, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин 6Л31 5.45x39 для АК-74 и совместимых на 60 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ak74_izhmash_6l31_545x39_60.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.45x39 AK74 6Л31", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.3, + "Width": 1, + "magAnimationIndex": 2 + }, + "_proto": "55d481904bdc2d8c2f8b456a", + "_type": "Item" + }, + "55d4837c4bdc2d1d4e8b456c": { + "_id": "55d4837c4bdc2d1d4e8b456c", + "_name": "mag_ak74_izhmash_saiga_545_std_545x39_10", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "57487c342459771f6e0b87c2", + "_max_count": 10, + "_name": "cartridges", + "_parent": "55d4837c4bdc2d1d4e8b456c", + "_props": { + "filters": [{ + "Filter": ["5c0d5e4486f77478390952fe", "56dfef82d2720bbd668b4567", "56dff026d2720bb8668b4567", "56dff061d2720bb5668b4567", "56dff0bed2720bb0668b4567", "56dff216d2720bbd668b4568", "56dff2ced2720bb4668b4567", "56dff338d2720bbd668b4569", "56dff3afd2720bba668b4567", "56dff421d2720b5f5a8b4567", "56dff4a2d2720bbd668b456a", "56dff4ecd2720b5f5a8b4568"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": -30, + "ConflictingItems": [], + "CreditsPrice": 1611, + "Description": "10-ти зарядный полимерный магазин Ижмаш Сайга 545, для одноименного гражданского карабина на базе АК, под патрон 5.45x39.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": -10, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин Сайга 545 5.45x39 для АК-74 и совместимых на 10 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ak74_izhmash_saiga_545_std_545x39_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.45x39 Сайга 545", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 12, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.112, + "Width": 1, + "magAnimationIndex": 3 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "55d484b44bdc2d1d4e8b456d": { + "_id": "55d484b44bdc2d1d4e8b456d", + "_name": "mag_mr133_izhmeh_12g_6", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "57487c4f2459771f6f1cac31", + "_max_count": 6, + "_name": "cartridges", + "_parent": "55d484b44bdc2d1d4e8b456d", + "_props": { + "filters": [{ + "Filter": ["560d5e524bdc2d25448b4571", "5d6e6772a4b936088465b17c", "5d6e67fba4b9361bc73bc779", "5d6e6806a4b936088465b17e", "5d6e68dea4b9361bcc29e659", "5d6e6911a4b9361bd5780d52", "5c0d591486f7744c505b416f", "58820d1224597753c90aeb13", "5d6e68c4a4b9361b93413f79", "5d6e68a8a4b9360b6c0d54e2", "5d6e68e6a4b9361c140bcfe0", "5d6e6869a4b9361c140bcfde", "5d6e68b3a4b9361bca7e50b5", "5d6e6891a4b9361bd473feea", "5d6e689ca4b9361bc8618956", "5d6e68d1a4b93622fe60e845"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1255, + "Description": "6-ти зарядный трубчатый магазин Ижмех для МР-133, под патрон 12к.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин МР-133х6 12к для МР-133 на 6 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_mr133_izhmeh_12g_6.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "InternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "12к МР-133х6", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.2, + "Width": 2, + "magAnimationIndex": 0 + }, + "_proto": "55d4837c4bdc2d1d4e8b456c", + "_type": "Item" + }, + "55d485804bdc2d8c2f8b456b": { + "_id": "55d485804bdc2d8c2f8b456b", + "_name": "mag_mr133_izhmeh_12g_8", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "57487c642459771f661283c2", + "_max_count": 8, + "_name": "cartridges", + "_parent": "55d485804bdc2d8c2f8b456b", + "_props": { + "filters": [{ + "Filter": ["560d5e524bdc2d25448b4571", "5d6e6772a4b936088465b17c", "5d6e67fba4b9361bc73bc779", "5d6e6806a4b936088465b17e", "5d6e68dea4b9361bcc29e659", "5d6e6911a4b9361bd5780d52", "5c0d591486f7744c505b416f", "58820d1224597753c90aeb13", "5d6e68c4a4b9361b93413f79", "5d6e68a8a4b9360b6c0d54e2", "5d6e68e6a4b9361c140bcfe0", "5d6e6869a4b9361c140bcfde", "5d6e68b3a4b9361bca7e50b5", "5d6e6891a4b9361bd473feea", "5d6e689ca4b9361bc8618956", "5d6e68d1a4b93622fe60e845"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 2295, + "Description": "8-ми зарядный трубчатый магазин Ижмех для МР-133, под патрон 12к.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин МР-133х8 12к для МР-133 на 8 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_mr133_izhmeh_12g_8.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "InternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "12к МР-133х8", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.3, + "Width": 3, + "magAnimationIndex": 0 + }, + "_proto": "55d484b44bdc2d1d4e8b456d", + "_type": "Item" + }, + "55d485be4bdc2d962f8b456f": { + "_id": "55d485be4bdc2d962f8b456f", + "_name": "mag_pm_custom_9x18pm_84", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "57487c7c2459771f60760562", + "_max_count": 84, + "_name": "cartridges", + "_parent": "55d485be4bdc2d962f8b456f", + "_props": { + "filters": [{ + "Filter": ["573718ba2459775a75491131", "573719df2459775a626ccbc2", "57371aab2459775a77142f22", "57371b192459775a9f58a5e0", "57371e4124597760ff7b25f1", "57371eb62459776125652ac1", "57371f8d24597761006c6a81", "5737201124597760fc4431f1", "5737207f24597760ff7b25f2", "57371f2b24597761224311f1", "573719762459775a626ccbc1", "573720e02459776143012541", "57372140245977611f70ee91", "5737218f245977612125ba51"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 25, + "ConflictingItems": [], + "CreditsPrice": 17232, + "Description": "84-х зарядный магазин для пистолета ПМ кустарного производства. Был впервые собран неизвестным умельцем в качестве эксперимента, путем объединения в единую конструкцию магазина от ПМ и ППШ, для операций в замкнутых пространствах с использованием штурмовых щитов. До производства или даже малой серии дело не дошло. Однако при наличии довольно прямых рук и магазинов доноров, данный опыт повторить вполне возможно.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -18, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 25, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин ПМ/ППШ 9х18ПМ для ПМ на 84 патрона", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_pm_custom_9x18pm_84.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "9х18ПМ ПМ/ППШ", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-12", + "Weight": 0.364, + "Width": 2, + "magAnimationIndex": 1 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "55d4887d4bdc2d962f8b4570": { + "_id": "55d4887d4bdc2d962f8b4570", + "_name": "mag_stanag_colt_ar15_std_556x45_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "574880192459771f661283c3", + "_max_count": 30, + "_name": "cartridges", + "_parent": "55d4887d4bdc2d962f8b4570", + "_props": { + "filters": [{ + "Filter": ["59e6920f86f77411d82aa167", "59e6927d86f77411da468256", "54527a984bdc2d4e668b4567", "54527ac44bdc2d36668b4567", "59e68f6f86f7746c9f75e846", "59e6906286f7746c9f75e847", "59e690b686f7746c9f75e848", "59e6918f86f7746c9f75e849", "60194943740c5d77f6705eea", "601949593ae8f707c4608daa", "5c0d5ae286f7741e46554302", "5fbe3ffdf8b6a877a729ea82", "5fd20ff893a8961fc660a954"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 2012, + "Description": "30-ти зарядный металлический магазин Colt AR-15 выполненный по стандарту STANAG 4179, под патрон 5.56х45.\nСтандарт STANAG 4179 был принят членами НАТО в 1980 г., что бы дать возможность союзникам унифицировать боеприпасы и магазины на уровне отдельных солдат.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин Colt AR-15 5.56x45 STANAG на 30 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_stanag_colt_ar15_std_556x45_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.56x45 Colt AR-15", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.117, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55802d5f4bdc2dac148b458e", + "_type": "Item" + }, + "55d48a634bdc2d8b2f8b456a": { + "_id": "55d48a634bdc2d8b2f8b456a", + "_name": "mount_all_custom_top_rail_13", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3285, + "Description": "mount_all_custom_top_rail_13", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_all_custom_top_rail_13", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_all_custom_top_rail_13.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_all_custom_top_rail_13", + "SightingRange": 0, + "Slots": [{ + "_id": "560d427d4bdc2dcc4c8b4596", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "55d48a634bdc2d8b2f8b456a", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.12, + "Width": 1 + }, + "_type": "Item" + }, + "55d48ebc4bdc2d8c2f8b456c": { + "_id": "55d48ebc4bdc2d8c2f8b456c", + "_name": "mount_mr133_deltatech_sprut", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2588, + "Description": "mount_mr133_deltatech_sprut", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_mr133_deltatech_sprut", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_mr133_deltatech_sprut.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_mr133_deltatech_sprut", + "SightingRange": 0, + "Slots": [{ + "_id": "560d3fc94bdc2d57468b4575", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "55d48ebc4bdc2d8c2f8b456c", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "560d3fda4bdc2d20478b457d", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "55d48ebc4bdc2d8c2f8b456c", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "560d3fe34bdc2de22e8b457c", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_003", + "_parent": "55d48ebc4bdc2d8c2f8b456c", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.096, + "Width": 1 + }, + "_proto": "55d48c344bdc2d8b2f8b456b", + "_type": "Item" + }, + "55d4ae6c4bdc2d8b2f8b456e": { + "_id": "55d4ae6c4bdc2d8b2f8b456e", + "_name": "stock_ar15_high_standart_m4ss", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3119, + "Description": "Телескопический приклад High Standard M4SS во всем повторяет классический приклад M4A1 за исключением мелких деталей в геометрии.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Приклад High Standard M4SS", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_high_standart_m4ss.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -27, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "M4SS", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.695, + "Width": 2 + }, + "_type": "Item" + }, + "55d4af3a4bdc2d972f8b456f": { + "_id": "55d4af3a4bdc2d972f8b456f", + "_name": "sight_front_ar15_utg_low_gas_block_a2", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 600, + "CustomAimPlane": "", + "Description": "sight_front_ar15_utg_low_gas_block_a2", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_ar15_utg_low_gas_block_a2", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_ar15_utg_low_gas_block_a2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_ar15_utg_low_gas_block_a2", + "SightModesCount": 1, + "SightingRange": 600, + "Slots": [], + "SpawnChance": 43, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.176, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_type": "Item" + }, + "55d4b9964bdc2d1d4e8b456e": { + "_id": "55d4b9964bdc2d1d4e8b456e", + "_name": "pistolgrip_ar15_colt_a2", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1213, + "Description": "Полимерная пистолетная рукоятка Colt A2 устанавливается на любое оружие совместимое с пистолетными рукоятками от AR-15. Штатно устанавливается почти на всё оружие армии и морской пехоты США на базе AR-15.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Пистолетная рукоятка Colt A2 для AR-15 совместимых", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ar15_colt_a2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "A2 Pistol", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "55802f5d4bdc2dac148b458f", + "_type": "Item" + }, + "55d5f46a4bdc2d1b198b4567": { + "_id": "55d5f46a4bdc2d1b198b4567", + "_name": "sight_rear_ar15_colt_a2", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3f024bdc2d1d388b4568", "544a3a774bdc2d3a388b4567", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "5dff772da3651922b360bf91", "56ea70acd2720b844b8b4594", "5aa66be6e5b5b0214e506e97", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "CreditsPrice": 908, + "CustomAimPlane": "", + "Description": "Съемный целик Colt A2 Rearsight. Штатно устанавливается на M4A1.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "Целик Colt A2 Rearsight для AR-15 и совместимых", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_ar15_colt_a2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "CA2R", + "SightModesCount": 1, + "SightingRange": 600, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.15, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "55d614004bdc2d86028b4568": { + "_id": "55d614004bdc2d86028b4568", + "_name": "silencer_socom_surefire_socom556_monster_556x45", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 43000, + "Description": "Глушитель Surefire SOCOM556-MONSTER для патронов калибром 5.56х45 .223. Может быть установлен только на совместимые дульные устройства Surefire.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.63, + "EffectiveDistance": 0, + "Ergonomics": -16, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": -20, + "MergesWithChildren": true, + "Name": "Глушитель Surefire SOCOM556-MONSTER 5.56х45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_socom_surefire_socom556_monster_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "MONSTER", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.75, + "Weight": 0.496, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "54490a4d4bdc2dbc018b4573", + "_type": "Item" + }, + "55d6190f4bdc2d87028b4567": { + "_id": "55d6190f4bdc2d87028b4567", + "_name": "silencer_socom_surefire_socom556_mini_monster_556x45", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 58000, + "Description": "Глушитель Surefire SOCOM556-MINI MONSTER для патронов калибром 5.56х45 .223 является укороченной версией SOCOM556-MONSTER. Может быть установлен только на совместимые дульные устройства Surefire.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.55, + "EffectiveDistance": 0, + "Ergonomics": -7, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": -12, + "MergesWithChildren": true, + "Name": "Глушитель Surefire SOCOM556-MINI MONSTER 5.56х45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_socom_surefire_socom556_mini_monster_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -7, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "M MONSTER", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.413, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "55d720f24bdc2d88028b456d": { + "_id": "55d720f24bdc2d88028b456d", + "_name": "Inventory", + "_parent": "566162e44bdc2d3f298b4573", + "_props": {}, + "_type": "Node" + }, + "55d7217a4bdc2d86028b456d": { + "_id": "55d7217a4bdc2d86028b456d", + "_name": "Default Inventory", + "_parent": "55d720f24bdc2d88028b456d", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Стандартный инвентарь", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "", + "Slots": [{ + "_id": "55d729c64bdc2d89028b4570", + "_mergeSlotWithChildren": false, + "_name": "FirstPrimaryWeapon", + "_parent": "55d7217a4bdc2d86028b456d", + "_props": { + "filters": [{ + "Filter": ["5447b5fc4bdc2d87278b4567", "5447b5f14bdc2d61278b4567", "5447bedf4bdc2d87278b4568", "5447bed64bdc2d97278b4568", "5447b6194bdc2d67278b4567", "5447b6094bdc2dc3278b4567", "5447b5e04bdc2d62278b4567", "5447b6254bdc2dc3278b4568", "5447bee84bdc2dc3278b4569"] + } + ] + }, + "_proto": "55d721144bdc2d89028b456f", + "_required": false + }, { + "_id": "55d729d14bdc2d86028b456e", + "_mergeSlotWithChildren": false, + "_name": "SecondPrimaryWeapon", + "_parent": "55d7217a4bdc2d86028b456d", + "_props": { + "filters": [{ + "Filter": ["5447b5fc4bdc2d87278b4567", "5447b5f14bdc2d61278b4567", "5447bedf4bdc2d87278b4568", "5447bed64bdc2d97278b4568", "5447b6194bdc2d67278b4567", "5447b6094bdc2dc3278b4567", "5447b5e04bdc2d62278b4567", "5447b6254bdc2dc3278b4568", "5447bee84bdc2dc3278b4569"] + } + ] + }, + "_proto": "55d721144bdc2d89028b456f", + "_required": false + }, { + "_id": "55d729d84bdc2de3098b456b", + "_mergeSlotWithChildren": false, + "_name": "Holster", + "_parent": "55d7217a4bdc2d86028b456d", + "_props": { + "filters": [{ + "Filter": ["5447b5cf4bdc2d65278b4567"] + } + ] + }, + "_proto": "55d721144bdc2d89028b456f", + "_required": false + }, { + "_id": "55d729e34bdc2d1b198b456d", + "_mergeSlotWithChildren": false, + "_name": "Scabbard", + "_parent": "55d7217a4bdc2d86028b456d", + "_props": { + "filters": [{ + "Filter": ["5447e1d04bdc2dff2f8b4567"] + } + ] + }, + "_proto": "55d721144bdc2d89028b456f", + "_required": false + }, { + "_id": "55d729e84bdc2d8a028b4569", + "_mergeSlotWithChildren": true, + "_name": "FaceCover", + "_parent": "55d7217a4bdc2d86028b456d", + "_props": { + "filters": [{ + "Filter": ["5a341c4686f77469e155819e", "5c1a1e3f2e221602b66cc4c2"] + } + ] + }, + "_proto": "55d721144bdc2d89028b456f", + "_required": false + }, { + "_id": "55d729ef4bdc2d3a168b456c", + "_mergeSlotWithChildren": true, + "_name": "Headwear", + "_parent": "55d7217a4bdc2d86028b456d", + "_props": { + "filters": [{ + "Filter": ["59e770f986f7742cbe3164ef", "572b7d8524597762b472f9d1", "5aa2b87de5b5b00016327c25", "5aa2a7e8e5b5b00016327c16", "5a43943586f77416ad2f06e2", "5aa2b89be5b5b0001569311f", "5aa2b8d7e5b5b00014028f4a", "5a43957686f7742a2c2f11b0", "5aa2ba46e5b5b000137b758d", "5aa2b9ede5b5b000137b758b", "5aa2ba19e5b5b00014028f4e", "5ab8f20c86f7745cdb629fb2", "5645bc214bdc2d363b8b4571", "5aa7cfc0e5b5b00015693143", "5aa7e276e5b5b000171d0647", "5c066ef40db834001966a595", "5df8a58286f77412631087ed", "59e7711e86f7746cae05fbe1", "5d5e7d28a4b936645d161203", "5d5e9c74a4b9364855191c40", "5a154d5cfcdbcb001a3b00da", "5ac8d6885acfc400180ae7b0", "5a7c4850e899ef00150be885", "5aa7d193e5b5b000171d063f", "5aa7d03ae5b5b00016327db5", "5a16bb52fcdbcb001a3b00dc", "5aa7e454e5b5b0214e506fa2", "5aa7e4a4e5b5b000137b76f2", "5f99418230835532b445e954", "5b4329f05acfc47a86086aa1", "5b43271c5acfc432ff4dce65", "5b40e5e25acfc4001a599bea", "5f60e6403b85f6263c14558c", "5f60e7788adaa7100c3adb49", "5f60e784f2bcbb675b00dac7", "60bf74184a63fc79b60c57f6", "5d96141523f0ea1b7f2aacab", "5bd073c986f7747f627e796c", "603618feffd42c541047f771", "603619720ca681766b6a0fc4", "6040de02647ad86262233012", "60361a7497633951dc245eb4", "60361b0b5a45383c122086a1", "60361b5a9a15b10d96792291", "5b4327aa5acfc400175496e0", "60b52e5bc7d8103275739d67", "5b4329075acfc400153b78ff", "5f994730c91ed922dd355de3", "60a7acf20c5cb24b01346648", "5b40e61f5acfc4001a599bec", "5b40e3f35acfc40016388218", "5b40e4035acfc47a87740943", "5b432d215acfc4771e1c6624", "5b40e1525acfc4771e1c6611", "5b40e2bc5acfc40016388216", "5c17a7ed2e2216152142459c", "5ea17ca01412a1425304d1c0", "5f60b34a41e30a4ab12a6947", "5ea05cf85ad9772e6624305d", "5d6d3716a4b9361bc8618872", "5c091a4e0db834001d5addc8", "5c0e874186f7745dc7616606", "5c0d2727d174af02a012cf58", "5f60c74e3b85f6263c145586", "5c08f87c0db8340019124324", "5c06c6a80db834001b735491", "5e4bfc1586f774264f7582d3", "5e00c1ad86f774747333222c", "5e01ef6886f77445f643baa4", "5ca20ee186f774799474abc2", "59ef13ca86f77445fd0e2483", "572b7fa124597762b472f9d2", "59e7708286f7742cbd762753"] + } + ] + }, + "_proto": "55d721144bdc2d89028b456f", + "_required": false + }, { + "_id": "55d729f74bdc2d87028b456e", + "_mergeSlotWithChildren": false, + "_name": "TacticalVest", + "_parent": "55d7217a4bdc2d86028b456d", + "_props": { + "filters": [{ + "Filter": ["5448e5284bdc2dcb718b4567"] + } + ] + }, + "_proto": "55d721144bdc2d89028b456f", + "_required": false + }, { + "_id": "55d72a054bdc2d88028b456e", + "_mergeSlotWithChildren": false, + "_name": "SecuredContainer", + "_parent": "55d7217a4bdc2d86028b456d", + "_props": { + "filters": [{ + "Filter": ["5448bf274bdc2dfc2f8b456a"] + } + ] + }, + "_proto": "55d721144bdc2d89028b456f", + "_required": false + }, { + "_id": "55d72a104bdc2d89028b4571", + "_mergeSlotWithChildren": false, + "_name": "Backpack", + "_parent": "55d7217a4bdc2d86028b456d", + "_props": { + "filters": [{ + "Filter": ["5448e53e4bdc2d60728b4567"] + } + ] + }, + "_proto": "55d721144bdc2d89028b456f", + "_required": false + }, { + "_id": "55d72a194bdc2d86028b456f", + "_mergeSlotWithChildren": false, + "_name": "ArmorVest", + "_parent": "55d7217a4bdc2d86028b456d", + "_props": { + "filters": [{ + "Filter": ["5448e54d4bdc2dcc718b4568"] + } + ] + }, + "_proto": "55d721144bdc2d89028b456f", + "_required": false + }, { + "_id": "55d72a274bdc2de3098b456c", + "_mergeSlotWithChildren": false, + "_name": "Pockets", + "_parent": "55d7217a4bdc2d86028b456d", + "_props": { + "filters": [{ + "Filter": ["557596e64bdc2dc2118b4571"] + } + ] + }, + "_proto": "55d721144bdc2d89028b456f", + "_required": false + }, { + "_id": "5665b7164bdc2d144c8b4570", + "_mergeSlotWithChildren": true, + "_name": "Earpiece", + "_parent": "55d7217a4bdc2d86028b456d", + "_props": { + "filters": [{ + "Filter": ["5645bcc04bdc2d363b8b4572", "5aa2ba71e5b5b000137b758f", "5b432b965acfc47a8774094e", "6033fa48ffd42c541047f728", "5c165d832e2216398b5a7e36", "5e4d34ca86f774264f758330", "5f60cd6cf2bcbb675b00dac6"] + } + ] + }, + "_proto": "55d721144bdc2d89028b456f", + "_required": false + }, { + "_id": "59f0be1e86f77453be490939", + "_mergeSlotWithChildren": false, + "_name": "Dogtag", + "_parent": "55d7217a4bdc2d86028b456d", + "_props": { + "filters": [{ + "Filter": ["59f32bb586f774757e1e8442", "59f32c3b86f77472a31742f0"] + } + ] + }, + "_proto": "55d721144bdc2d89028b456f", + "_required": false + }, { + "_id": "5a0ad9313f1241000e072755", + "_mergeSlotWithChildren": true, + "_name": "Eyewear", + "_parent": "55d7217a4bdc2d86028b456d", + "_props": { + "filters": [{ + "Filter": ["5448e5724bdc2ddf718b4568", "557ff21e4bdc2d89578b4586", "5aa2b923e5b5b000137b7589", "5aa2b986e5b5b00014028f4c", "5aa2b9aee5b5b00015693121", "5b432be65acfc433000ed01f", "5d6d2ef3a4b93618084f58bd", "5d5fca1ea4b93635fd598c07", "5d6d2e22a4b9361bd5780d05", "5e71f70186f77429ee09f183", "5c1a1cc52e221602b3136e3d", "603409c80ca681766b6a0fb2", "5c0d32fcd174af02a1659c75", "59e770b986f7742cbd762754"] + } + ] + }, + "_proto": "55d721144bdc2d89028b456f", + "_required": false + }, { + "_id": "5b3f583786f77411d552fb2b", + "_mergeSlotWithChildren": true, + "_name": "ArmBand", + "_parent": "55d7217a4bdc2d86028b456d", + "_props": { + "filters": [{ + "Filter": ["5b3f15d486f77432d0509248"] + } + ] + }, + "_proto": "55d721144bdc2d89028b456f", + "_required": false + }, { + "_id": "5f50f11ba5573a5ac31db431", + "_mergeSlotWithChildren": true, + "_name": "Compass", + "_parent": "55d7217a4bdc2d86028b456d", + "_props": { + "filters": [{ + "Filter": ["5f4fbaaca5573a5ac31db429"] + } + ] + }, + "_proto": "55d721144bdc2d89028b456f", + "_required": false + } + ], + "SpawnChance": 0, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0, + "Width": 1 + }, + "_type": "Item" + }, + "55f84c3c4bdc2d5f408b4576": { + "_id": "55f84c3c4bdc2d5f408b4576", + "_name": "handguard_ar15_dd_ris_ii_9,5", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 14927, + "Description": "Цевье Daniel Defence RIS II 9.5. Является частью программы SOPMOD Block II для замены штатного цевья карабина M4CQBR или Mk18 в подразделениях US SOCOM. Выполнено из легкого и прочного авиационного алюминия. Снабжено 4-мя направляющими для крепления дополнительного оборудования. Данный вариант цевья не совместим с подствольным гранатометом М203.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Цевье Daniel Defence RIS II 9.5 для AR-15 и совместимых", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar15_dd_ris_ii_9,5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "RIS II 9.5", + "SightingRange": 0, + "Slots": [{ + "_id": "55f84f4b4bdc2d06308b45ad", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "55f84c3c4bdc2d5f408b4576", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5a7dbfc1159bd40016548fde", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5649d7694bdc2d79388b457f", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "55f84c3c4bdc2d5f408b4576", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5649d79a4bdc2d3d1c8b4587", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical001", + "_parent": "55f84c3c4bdc2d5f408b4576", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5649d7a74bdc2d3b4c8b457d", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical002", + "_parent": "55f84c3c4bdc2d5f408b4576", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "56eaab87d2720b69698b456f", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "55f84c3c4bdc2d5f408b4576", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c", "55d4af3a4bdc2d972f8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "56eaacd2d2720b69698b4570", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "55f84c3c4bdc2d5f408b4576", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.399, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "560835c74bdc2dc8488b456f": { + "_id": "560835c74bdc2dc8488b456f", + "_name": "barrel_mr133_510mm_plank", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.62, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4020, + "Description": "Стандартный заводской ствол для ружья МР-133 длинной 510мм под патрон 12-го калибра, с широкой прицельной планкой.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.95, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 510мм для ружья МР-133 12к с прицельной планкой", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mr133_510mm_plank.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "510мм МР-133 12к", + "ShotgunDispersion": 1.55, + "SightingRange": 0, + "Slots": [{ + "_id": "564e840e4bdc2df55a8b4567", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "560835c74bdc2dc8488b456f", + "_props": { + "filters": [{ + "Filter": ["5c0111ab0db834001966914d", "560838c94bdc2d77798b4569", "5b363dea5acfc4771e1c5e7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5dfe1e7859400025ea5150b2", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "560835c74bdc2dc8488b456f", + "_props": { + "filters": [{ + "Filter": ["609b9e31506cf869cf3eaf41", "5dfe14f30b92095fd441edaf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 5.4, + "Weight": 0.85, + "Width": 3 + }, + "_proto": "55d449444bdc2d962f8b456d", + "_type": "Item" + }, + "560836484bdc2d20478b456e": { + "_id": "560836484bdc2d20478b456e", + "_name": "barrel_mr133_540mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.6, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3900, + "Description": "Стандартный заводской ствол для ружья МР-133 длинной 540мм.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": -6, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 540мм для МР-133 12к ", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mr133_540mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -3.5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "540мм МР-133", + "ShotgunDispersion": 1.5, + "SightingRange": 0, + "Slots": [{ + "_id": "56e31542d2720b5d058b4569", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "560836484bdc2d20478b456e", + "_props": { + "filters": [{ + "Filter": ["5c0111ab0db834001966914d", "560838c94bdc2d77798b4569", "5b363dea5acfc4771e1c5e7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 20, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 8.1, + "Weight": 0.8, + "Width": 3 + }, + "_proto": "55d4491a4bdc2d882f8b456e", + "_type": "Item" + }, + "560836b64bdc2d57468b4567": { + "_id": "560836b64bdc2d57468b4567", + "_name": "barrel_mr133_540mm_plank", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.6, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4200, + "Description": "Стандартный заводской ствол для ружья МР-133 длинной 540мм под патрон 12-го калибра, с широкой прицельной планкой.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 540мм для ружья МР-133 12к с прицельной планкой", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mr133_540mm_plank.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -3.5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "540мм МР-133 12к", + "ShotgunDispersion": 1.5, + "SightingRange": 0, + "Slots": [{ + "_id": "56e31556d2720b4c098b4568", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "560836b64bdc2d57468b4567", + "_props": { + "filters": [{ + "Filter": ["5c0111ab0db834001966914d", "560838c94bdc2d77798b4569", "5b363dea5acfc4771e1c5e7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5dfe4008fca8e055d15b75ac", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "560836b64bdc2d57468b4567", + "_props": { + "filters": [{ + "Filter": ["609b9e31506cf869cf3eaf41", "5dfe14f30b92095fd441edaf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 8.1, + "Weight": 0.85, + "Width": 3 + }, + "_proto": "560835c74bdc2dc8488b456f", + "_type": "Item" + }, + "560836fb4bdc2d773f8b4569": { + "_id": "560836fb4bdc2d773f8b4569", + "_name": "barrel_mr133_660mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.5, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5005, + "Description": "Стандартный заводской ствол для ружья МР-133 под патрон 12-го калибра, длинной 660мм.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -12, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 660мм для ружья МР-133 12к", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mr133_610mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -6, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "660мм МР-133", + "ShotgunDispersion": 1.3, + "SightingRange": 0, + "Slots": [{ + "_id": "56e3156fd2720b6c058b4569", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "560836fb4bdc2d773f8b4569", + "_props": { + "filters": [{ + "Filter": ["5c0111ab0db834001966914d", "560838c94bdc2d77798b4569", "5b363dea5acfc4771e1c5e7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 15, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 13.5, + "Weight": 1.2, + "Width": 4 + }, + "_proto": "55d448594bdc2d8c2f8b4569", + "_type": "Item" + }, + "560837154bdc2da74d8b4568": { + "_id": "560837154bdc2da74d8b4568", + "_name": "barrel_mr133_660mm_plank", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.5, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5501, + "Description": "Стандартный заводской ствол для ружья МР-133 длинной 660мм под патрон 12-го калибра, с широкой прицельной планкой.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -10, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 660мм для ружья МР-133 12к с прицельной планкой", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mr133_660mm_plank.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -6, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "660мм МР-133 12к", + "ShotgunDispersion": 1.3, + "SightingRange": 0, + "Slots": [{ + "_id": "56e31582d2720b42068b4569", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "560837154bdc2da74d8b4568", + "_props": { + "filters": [{ + "Filter": ["5c0111ab0db834001966914d", "560838c94bdc2d77798b4569", "5b363dea5acfc4771e1c5e7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5dfe4057e9dc277128008b42", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "560837154bdc2da74d8b4568", + "_props": { + "filters": [{ + "Filter": ["609b9e31506cf869cf3eaf41", "5dfe14f30b92095fd441edaf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 15, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 13.5, + "Weight": 1.25, + "Width": 4 + }, + "_proto": "55d449444bdc2d962f8b456d", + "_type": "Item" + }, + "5608373c4bdc2dc8488b4570": { + "_id": "5608373c4bdc2dc8488b4570", + "_name": "barrel_mr133_710mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.42, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6123, + "Description": "Стандартный заводской ствол для ружья МР-133 под патрон 12-го калибра, длинной 710мм.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.04, + "EffectiveDistance": 0, + "Ergonomics": -13, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 710мм для ружья МР-133 12к", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mr133_710mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "710мм МР-133", + "ShotgunDispersion": 1.22, + "SightingRange": 0, + "Slots": [{ + "_id": "56e31596d2720b42068b456a", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5608373c4bdc2dc8488b4570", + "_props": { + "filters": [{ + "Filter": ["5c0111ab0db834001966914d", "560838c94bdc2d77798b4569", "5b363dea5acfc4771e1c5e7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 11, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 16.2, + "Weight": 1.3, + "Width": 5 + }, + "_proto": "55d448594bdc2d8c2f8b4569", + "_type": "Item" + }, + "560837544bdc2de22e8b456e": { + "_id": "560837544bdc2de22e8b456e", + "_name": "barrel_mr133_710mm_plank", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.42, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6958, + "Description": "Стандартный заводской ствол для ружья МР-133 длинной 710мм под патрон 12-го калибра, с широкой прицельной планкой.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.04, + "EffectiveDistance": 0, + "Ergonomics": -12, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 710мм для ружья МР-133 12к с прицельной планкой", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mr133_710mm_plank.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "710мм МР-133 12к", + "ShotgunDispersion": 1.22, + "SightingRange": 0, + "Slots": [{ + "_id": "56e315a3d2720b6c058b456a", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "560837544bdc2de22e8b456e", + "_props": { + "filters": [{ + "Filter": ["5c0111ab0db834001966914d", "560838c94bdc2d77798b4569", "5b363dea5acfc4771e1c5e7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5dfe407ab33c0951220c0913", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "560837544bdc2de22e8b456e", + "_props": { + "filters": [{ + "Filter": ["609b9e31506cf869cf3eaf41", "5dfe14f30b92095fd441edaf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 9, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 16.2, + "Weight": 1.35, + "Width": 5 + }, + "_proto": "55d449444bdc2d962f8b456d", + "_type": "Item" + }, + "560837824bdc2d57468b4568": { + "_id": "560837824bdc2d57468b4568", + "_name": "barrel_mr133_750mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.3, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7062, + "Description": "Стандартный заводской ствол для ружья МР-133 под патрон 12-го калибра, длинной 750мм.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.1, + "EffectiveDistance": 0, + "Ergonomics": -19, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 750мм для ружья МР-133 12к", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mr133_750mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "750мм МР-133", + "ShotgunDispersion": 1.1, + "SightingRange": 0, + "Slots": [{ + "_id": "56e315b2d2720b6c058b456b", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "560837824bdc2d57468b4568", + "_props": { + "filters": [{ + "Filter": ["5c0111ab0db834001966914d", "560838c94bdc2d77798b4569", "5b363dea5acfc4771e1c5e7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 18.9, + "Weight": 1.5, + "Width": 5 + }, + "_proto": "5608373c4bdc2dc8488b4570", + "_type": "Item" + }, + "5608379a4bdc2d26448b4569": { + "_id": "5608379a4bdc2d26448b4569", + "_name": "barrel_mr133_750mm_plank", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.3, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7680, + "Description": "Стандартный заводской ствол для ружья МР-133 длинной 750мм под патрон 12-го калибра, с широкой прицельной планкой.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.1, + "EffectiveDistance": 0, + "Ergonomics": -17, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 750мм для ружья МР-133 12к с прицельной планкой", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mr133_750mm_plank.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "750мм МР-133 12к", + "ShotgunDispersion": 1.1, + "SightingRange": 0, + "Slots": [{ + "_id": "56e315d5d2720b5d058b456a", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5608379a4bdc2d26448b4569", + "_props": { + "filters": [{ + "Filter": ["5c0111ab0db834001966914d", "560838c94bdc2d77798b4569", "5b363dea5acfc4771e1c5e7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5dfe40b6fca8e055d15b75ad", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5608379a4bdc2d26448b4569", + "_props": { + "filters": [{ + "Filter": ["609b9e31506cf869cf3eaf41", "5dfe14f30b92095fd441edaf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 18.9, + "Weight": 1.55, + "Width": 5 + }, + "_proto": "560837544bdc2de22e8b456e", + "_type": "Item" + }, + "560838c94bdc2d77798b4569": { + "_id": "560838c94bdc2d77798b4569", + "_name": "muzzle_12g_remington_tactical_12", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 5, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2783, + "Description": "Remington Tactical Choke 12g был разработан специально для тактических ружей и ружей самообороны. Сочетает в себе свойства цилиндра и пламегасителя.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Remington Tactical Choke 12g", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_12g_remington_tactical_12.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "RTC 12g", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.25, + "Weight": 0.101, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "5580239d4bdc2de7118b4583", + "_type": "Item" + }, + "56083a334bdc2dc8488b4571": { + "_id": "56083a334bdc2dc8488b4571", + "_name": "stock_mr133_pistol_plastic", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6510, + "Description": "Пластиковая рукоятка для ружей МР-133 и МР-153 для замены штатного приклада. Производства ИжМех.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 11, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Пластиковая рукоятка МР-133/153", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_mr133_pistol_plastic.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "Пл.Р. 133/153", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "560d416f4bdc2d26448b4575", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "56083a334bdc2dc8488b4571", + "_props": { + "filters": [{ + "Filter": ["57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "56083be64bdc2d20478b456f": { + "_id": "56083be64bdc2d20478b456f", + "_name": "stock_mr133_plastic_long", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1541, + "Description": "Пластиковый приклад с резиновым тыльником, для ружей МР-133 и МР-153 производства ИжМех.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 1, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Приклад пластиковый МР-133/153", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_mr133_plastic_long.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": -34, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "133/153 Пл.п.", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.46, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "56083cba4bdc2de22e8b456f": { + "_id": "56083cba4bdc2de22e8b456f", + "_name": "stock_mr133_std_long", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1499, + "Description": "Деревянный приклад для ружей МР-133 и МР-153 производства ИжМех с резиновым тыльником.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 1, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Приклад деревянный МР-133/153", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_mr133_std_long.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": -34, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "133/153 Д.п.", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.64, + "Width": 2 + }, + "_proto": "56083be64bdc2d20478b456f", + "_type": "Item" + }, + "56083e1b4bdc2dc8488b4572": { + "_id": "56083e1b4bdc2dc8488b4572", + "_name": "sight_rear_sv-98_izhmash_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3f024bdc2d1d388b4568", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "5b2389515acfc4771e1be0c0", "5a37ca54c4a282000d72296a", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93"], + "CreditsPrice": 999, + "CustomAimPlane": "", + "Description": "Стандартный целик для снайперской винтовки СВ-98 производства Ижмаш.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "Целик ИжМаш СВ-98", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_sv-98_izhmash_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "Целик СВ-98", + "SightModesCount": 1, + "SightingRange": 500, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.03, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d5f46a4bdc2d1b198b4567", + "_type": "Item" + }, + "56083eab4bdc2d26448b456a": { + "_id": "56083eab4bdc2d26448b456a", + "_name": "tactical_sv-98_izhmash_heat_ribbon", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2342, + "Description": "Противомиражная лента для снайперской винтовки СВ-98 . Устанавливается на ствол. Препятствует подъему теплого воздуха от ствола и созданию искажений на линии прицеливания.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Противомиражная лента СВ-98", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_sv-98_izhmash_heat_ribbon.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0, + "ShortName": "Лента СВ-98", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.053, + "Width": 1 + }, + "_type": "Item" + }, + "560d5e524bdc2d25448b4571": { + "_id": "560d5e524bdc2d25448b4571", + "_name": "patron_12x70_buckshot", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 26, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber12g", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 30, + "Damage": 39, + "Description": "12x70 Картечь", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 415, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_shotgun", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.532, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "12x70 Картечь", + "NotShownInSlot": false, + "PenetrationChance": 0.02, + "PenetrationPower": 3, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_12x70.bundle", + "rcid": "" + }, + "ProjectileCount": 8, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0, + "SendToClient": false, + "ShortName": "12x70", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 5, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 10, + "StackMaxSize": 20, + "StackMinRandom": 3, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "buckshot", + "buckshotBullets": 8, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "12x70 Картечь", + "casingSounds": "shotgun_big" + }, + "_type": "Item" + }, + "560d61e84bdc2da74d8b4571": { + "_id": "560d61e84bdc2da74d8b4571", + "_name": "patron_762х54R_SNB", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 87, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x54R", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 375, + "Damage": 75, + "Description": "7.62х54R SNB", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.08, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 875, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.364, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "7.62х54R SNB", + "NotShownInSlot": false, + "PenetrationChance": 0.84, + "PenetrationPower": 62, + "PenetrationPowerDiviation": 0.4, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x54r.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.285, + "SendToClient": false, + "ShortName": "7.62х54R SNB", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 2, + "SpeedRetardation": 0.000015, + "StackMaxRandom": 30, + "StackMaxSize": 40, + "StackMinRandom": 10, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.024, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 10, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 77.16, + "casingName": "Обычный 7.62х54R СНБ", + "casingSounds": "rifle762" + }, + "_type": "Item" + }, + "560d657b4bdc2da74d8b4572": { + "_id": "560d657b4bdc2da74d8b4572", + "_name": "tactical_all_zenit_2p_kleh_vis_laser", + "_parent": "55818b164bdc2ddc698b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 15676, + "Description": "tactical_all_zenit_2p_kleh_vis_laser", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 23, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": 3, + "Name": "tactical_all_zenit_2p_kleh_vis_laser", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_all_zenit_2p_kleh_vis_laser.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "tactical_all_zenit_2p_kleh_vis_laser", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.17, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "560d75f54bdc2da74d8b4573": { + "_id": "560d75f54bdc2da74d8b4573", + "_name": "ammo_box_762x54r_xx_SNB", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_762x54r_xx_SNB", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_762x54r_xx_SNB", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_762x39_20.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_762x54r_xx_SNB", + "SpawnChance": 1, + "StackMaxRandom": 30, + "StackMaxSize": 1, + "StackMinRandom": 30, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d57b724597745b015be65", + "_max_count": 30, + "_name": "cartridges", + "_parent": "560d75f54bdc2da74d8b4573", + "_props": { + "filters": [{ + "Filter": ["560d61e84bdc2da74d8b4571"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber762x54R" + }, + "_proto": "5447ac644bdc2d6c208b4567", + "_type": "Item" + }, + "560e620e4bdc2d724b8b456b": { + "_id": "560e620e4bdc2d724b8b456b", + "_name": "muzzle_sv-98_izhmash_std_762x54r", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1497, + "Description": "muzzle_sv-98_izhmash_std_762x54r", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_sv-98_izhmash_std_762x54r", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_sv-98_izhmash_std_762x54r.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -7, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_sv-98_izhmash_std_762x54r", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.105, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5644bd2b4bdc2d3b4c8b4572": { + "_id": "5644bd2b4bdc2d3b4c8b4572", + "_name": "weapon_izhmash_ak74n_545x39", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.19, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.15, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.057, + "Chambers": [{ + "_id": "5648ab2d4bdc2d17108b457f", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5644bd2b4bdc2d3b4c8b4572", + "_props": { + "filters": [{ + "Filter": ["5c0d5e4486f77478390952fe", "56dfef82d2720bbd668b4567", "56dff026d2720bb8668b4567", "56dff061d2720bb5668b4567", "56dff0bed2720bb0668b4567", "56dff216d2720bbd668b4568", "56dff2ced2720bb4668b4567", "56dff338d2720bbd668b4569", "56dff3afd2720bba668b4567", "56dff421d2720b5f5a8b4567", "56dff4a2d2720bbd668b456a", "56dff4ecd2720b5f5a8b4568"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.5, + "CoolFactor": 1, + "CreditsPrice": 23147, + "Description": "Автомат Калашникова калибра 5,45 мм, разработанный в 1970 году конструктором М. Т. Калашниковым. Дальнейшее развитие АКМ в связи с переходом Вооруженных Сил на новый боеприпас 5.45x39. Основное отличие от штатного АК-74 это наличие крепления для оптических и ночных прицелов.", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 31, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "Автомат Калашникова АК-74Н 5.45x39", + "NotShownInSlot": false, + "OperatingResource": 5200, + "Prefab": { + "path": "assets/content/weapons/ak74/weapon_izhmash_ak74n_545x39_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": 0 + }, + "RecoilForceBack": 397, + "RecoilForceUp": 140, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 116, + "RepairSpeed": 5, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.27, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "АК-74N 5.45x39", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5648be524bdc2d91118b45a4", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5644bd2b4bdc2d3b4c8b4572", + "_props": { + "filters": [{ + "Filter": ["5a01ad4786f77450561fda02", "59c6633186f7740cf0493bb9", "59d64ec286f774171d1e0a42", "59e649f986f77411d949b246", "5b237e425acfc4771e1be0b6", "59ccfdba86f7747f2109a587", "5cf656f2d7f00c06585fb6eb", "5d4aab30a4b9365435358c55"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5648be684bdc2d3d1c8b4582", + "_mergeSlotWithChildren": false, + "_name": "mod_launcher", + "_parent": "5644bd2b4bdc2d3b4c8b4572", + "_props": { + "filters": [{ + "Filter": ["5648b62b4bdc2d9d488b4585"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5648be784bdc2d79388b4575", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5644bd2b4bdc2d3b4c8b4572", + "_props": { + "filters": [{ + "Filter": ["5ac72e945acfc43f3b691116", "5ac7655e5acfc40016339a19", "5649aa744bdc2ded0b8b457e", "5f633f791b231926f2329f13", "5943eeeb86f77412d6384f6b", "5cc9a96cd7f00c011c04e04a", "5649ab884bdc2ded0b8b457f", "57dc324a24597759501edc20", "59bffc1f86f77435b128b872", "593d493f86f7745e6b2ceb22", "564caa3d4bdc2d17108b458e", "57ffb0e42459777d047111c5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5648be824bdc2d1b2b8b4583", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5644bd2b4bdc2d3b4c8b4572", + "_props": { + "filters": [{ + "Filter": ["5f6341043ada5942720e2dc5", "6087e663132d4d12c81fd96b", "5beec8ea0db834001a6f9dbf", "5649ad3f4bdc2df8348b4585", "5649ade84bdc2d1b2b8b4587", "59e62cc886f77440d40b52a1", "5a0071d486f77404e23a12b2", "57e3dba62459770f0c32322b", "5cf54404d7f00c108840b2ef", "5e2192a498a36665e8337386", "5b30ac585acfc433000eb79c", "59e6318286f77444dd62c4cc", "5cf50850d7f00c056e24104c", "5cf508bfd7f00c056e24104e", "5947f92f86f77427344a76b1", "5947fa2486f77425b47c1a9b", "5c6bf4aa2e2216001219b0ae", "5649ae4a4bdc2d1b2b8b4588", "5998517986f7746017232f7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5648be8b4bdc2d17108b4581", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5644bd2b4bdc2d3b4c8b4572", + "_props": { + "filters": [{ + "Filter": ["5649af094bdc2df8348b4586", "5ac50da15acfc4001718d287", "5d2c76ed48f03532f2136169", "5d2c770c48f0354b4a07c100", "5d2c772c48f0355d95672c25", "5649af884bdc2d1b2b8b4589"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5648be944bdc2d3b4c8b4579", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5644bd2b4bdc2d3b4c8b4572", + "_props": { + "filters": [{ + "Filter": ["5ac733a45acfc400192630e2", "5649b0544bdc2d1b2b8b458a", "5ac72e475acfc400180ae6fe", "5649d9a14bdc2d79388b4580"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5648bea14bdc2d16268b457a", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5644bd2b4bdc2d3b4c8b4572", + "_props": { + "filters": [{ + "Filter": ["5649b0fc4bdc2d17108b4588", "5cbdb1b0ae9215000d50e105", "5649b1c04bdc2d16268b457c", "5cf518cfd7f00c065b422214", "5b04473a5acfc40018632f70", "5e217ba4c1434648c13568cd", "59d6514b86f774171a068a08", "5b0e794b5acfc47a877359b2", "59e6227d86f77440d64f5dc2", "59e89d0986f77427600d226e", "6087e2a5232e5a31c233d552", "5649b2314bdc2d79388b4576", "5b222d335acfc4771e1be099"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5648beb24bdc2d91118b45a5", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5644bd2b4bdc2d3b4c8b4572", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["564ca9df4bdc2d35148b4569", "564ca99c4bdc2d16268b4589", "55d480c04bdc2d1d4e8b456a", "5cbdaf89ae9215000e5b9c94", "55d481904bdc2d8c2f8b456a", "55d482194bdc2d1d4e8b456b", "55d4837c4bdc2d1d4e8b456c", "5aaa4194e5b5b055d06310a5", "5bed61680db834001d2c45ab", "5bed625c0db834001c062946"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "57486f552459770b2a5e1c05", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5644bd2b4bdc2d3b4c8b4572", + "_props": { + "filters": [{ + "Filter": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "57c44d572459772d2a2169d1", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "5644bd2b4bdc2d3b4c8b4572", + "_props": { + "filters": [{ + "Filter": ["5648ac824bdc2ded0b8b457d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.8, + "Weight": 2.092, + "Width": 4, + "ammoCaliber": "Caliber545x39", + "bEffDist": 650, + "bFirerate": 650, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "56dff3afd2720bba668b4567", + "defMagType": "55d480c04bdc2d1d4e8b456a", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5645bc214bdc2d363b8b4571": { + "_id": "5645bc214bdc2d363b8b4571", + "_name": "helmet", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": true, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.18, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 31124, + "DeafStrength": "High", + "Description": "Ballistic helmet", + "DiscardingBlock": false, + "Durability": 35, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 35, + "MergesWithChildren": true, + "Name": "Kiver-M Helmet", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_kiverm/item_equipment_helmet_kiverm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 562, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.8, + "y": 0.3, + "z": 70 + }, + "SendToClient": false, + "ShortName": "Kiver-M", + "Slots": [{ + "_id": "5b46244386f7741a6a537e22", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment", + "_parent": "5645bc214bdc2d363b8b4571", + "_props": { + "filters": [{ + "Filter": ["5b46238386f7741a693bcf9c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.2, + "Width": 2, + "armorClass": "3", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape", "Ears"], + "mousePenalty": -5, + "speedPenaltyPercent": -3, + "weaponErgonomicPenalty": -1 + }, + "_type": "Item" + }, + "5645bcb74bdc2ded0b8b4578": { + "_id": "5645bcb74bdc2ded0b8b4578", + "_name": "Headphones", + "_parent": "543be5f84bdc2dd4348b456a", + "_props": { + "AmbientVolume": -5, + "CompressorAttack": 35, + "CompressorGain": 10, + "CompressorRelease": 215, + "CompressorTreshold": -20, + "CompressorVolume": -5, + "CutoffFreq": 245, + "Distortion": 0.28, + "DryVolume": -60, + "Resonance": 2.47 + }, + "_type": "Node" + }, + "5645bcc04bdc2d363b8b4572": { + "_id": "5645bcc04bdc2d363b8b4572", + "_name": "headphones", + "_parent": "5645bcb74bdc2ded0b8b4578", + "_props": { + "AllowSpawnOnLocations": [], + "AmbientVolume": -5, + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "CompressorAttack": 35, + "CompressorGain": 10, + "CompressorRelease": 215, + "CompressorTreshold": -20, + "CompressorVolume": -5, + "ConflictingItems": [], + "CreditsPrice": 21709, + "CutoffFreq": 245, + "Description": "Headset", + "DiscardingBlock": false, + "Distortion": 0.28, + "DryVolume": -60, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Peltor ComTac 2 headset", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/headset_comtacii/item_equipment_headset_comtacii.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resonance": 2.47, + "SendToClient": false, + "ShortName": "ComTac2", + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.7, + "Width": 2 + }, + "_type": "Item" + }, + "5648a69d4bdc2ded0b8b457b": { + "_id": "5648a69d4bdc2ded0b8b457b", + "_name": "bearRig", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 40700, + "Description": "BlackRock chest rig", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5648a6f44bdc2d3b4c8b4576", + "_name": "1", + "_parent": "5648a69d4bdc2ded0b8b457b", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5648a6f74bdc2d363b8b4576", + "_name": "2", + "_parent": "5648a69d4bdc2ded0b8b457b", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5648a6f94bdc2d16268b4577", + "_name": "3", + "_parent": "5648a69d4bdc2ded0b8b457b", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5648a6fc4bdc2df8348b457f", + "_name": "4", + "_parent": "5648a69d4bdc2ded0b8b457b", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5648a6ff4bdc2d91118b45a3", + "_name": "5", + "_parent": "5648a69d4bdc2ded0b8b457b", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5648a7034bdc2d3d1c8b457c", + "_name": "6", + "_parent": "5648a69d4bdc2ded0b8b457b", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d67d4f786f774557749dd49", + "_name": "7", + "_parent": "5648a69d4bdc2ded0b8b457b", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d67d4fe86f774557326afae", + "_name": "8", + "_parent": "5648a69d4bdc2ded0b8b457b", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d67d50686f774557749dd4a", + "_name": "9", + "_parent": "5648a69d4bdc2ded0b8b457b", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d67d50e86f774557326afaf", + "_name": "10", + "_parent": "5648a69d4bdc2ded0b8b457b", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d67d51e86f774599657f14a", + "_name": "11", + "_parent": "5648a69d4bdc2ded0b8b457b", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 4, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "BEAR Rig", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_blackrock/item_equipment_rig_blackrock.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RigLayoutName": "blackrock", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "BlackRock", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.8, + "Width": 3, + "armorClass": 0, + "armorZone": [], + "mousePenalty": -1, + "speedPenaltyPercent": -2, + "weaponErgonomicPenalty": -3 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "5648a7494bdc2d9d488b4583": { + "_id": "5648a7494bdc2d9d488b4583", + "_name": "notHeavy", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Aramid", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.36, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 22839, + "DeafStrength": "None", + "Description": "PACA", + "DiscardingBlock": false, + "Durability": 50, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 3, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 50, + "MergesWithChildren": false, + "Name": "PACA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_paca/item_equipment_armor_paca.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 125, + "RepairSpeed": 8, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "PACA", + "Slots": [], + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 3.5, + "Width": 3, + "armorClass": "2", + "armorZone": ["Chest", "Stomach"], + "headSegments": [], + "mousePenalty": -1, + "speedPenaltyPercent": -3, + "weaponErgonomicPenalty": -2 + }, + "_proto": "545cdb794bdc2d3a198b456a", + "_type": "Item" + }, + "5648ac824bdc2ded0b8b457d": { + "_id": "5648ac824bdc2ded0b8b457d", + "_name": "charge_ak_zenit_rp1", + "_parent": "55818a6f4bdc2db9688b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2663, + "Description": "Рукоятка затвора РП-1 от компании Зенит. Совместима со всеми моделями автомата Калашникова и карабинами, созданными на базе АК. \nРП-1 увеличивает штатную рукоятку затвора улучшая эргономику оружия, делает обращение с ним более удобным.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Рукоятка затвора РП-1 для АК и совместимых", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/charges/charge_ak_zenit_rp1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Рукоятка затвора РП-1", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.017, + "Width": 1 + }, + "_proto": "55d44fd14bdc2d962f8b456e", + "_type": "Item" + }, + "5648ae314bdc2d3d1c8b457f": { + "_id": "5648ae314bdc2d3d1c8b457f", + "_name": "handguard_ak_caa_quad_rail_polymer", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 10638, + "Description": "Цевье RS47 от компании Command Arms из легкого полимера, подходит для большинства винтовок и карабинов выполненных на базе АК. Оснащено двумя длинными и двумя короткими направляющими для крепления доп. оборудования.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 0.85, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Цевье CAA RS47 для AK и совместимых", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_caa_quad_rail_polymer.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "CAA RS47", + "SightingRange": 0, + "Slots": [{ + "_id": "5649d4c04bdc2d3d1c8b4586", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5648ae314bdc2d3d1c8b457f", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5649d5094bdc2d16268b457d", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5648ae314bdc2d3d1c8b457f", + "_props": { + "filters": [{ + "Filter": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5b31163c5acfc400153b71cb", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5649d5494bdc2d1b2b8b458b", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5648ae314bdc2d3d1c8b457f", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5649d5534bdc2d9d198b4569", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5648ae314bdc2d3d1c8b457f", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.22, + "Width": 1 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5648b0744bdc2d363b8b4578": { + "_id": "5648b0744bdc2d363b8b4578", + "_name": "handguard_ak_izhmash_ak74_std_wood", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 801, + "Description": "Штатное деревянное цевье для автомата АК-74 производства Ижмаш.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1.4, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Цевье деревянное для AK-74", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_izhmash_ak74_std_wood.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "AK-74 дв.ц.", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.26, + "Width": 1 + }, + "_proto": "5648ae314bdc2d3d1c8b457f", + "_type": "Item" + }, + "5648b1504bdc2d9d488b4584": { + "_id": "5648b1504bdc2d9d488b4584", + "_name": "handguard_ak_izhmash_ak74m_std_plastic", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1022, + "Description": "Полимерное цевье для автомата АК-74 производства Ижмаш, пришедшее на смену классическому деревянному.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1.2, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Цевье пполимерное для AK-74", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_izhmash_ak74m_std_plastic.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "AK-74 пл.ц.", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.25, + "Width": 1 + }, + "_proto": "5648b0744bdc2d363b8b4578", + "_type": "Item" + }, + "5648b4534bdc2d3d1c8b4580": { + "_id": "5648b4534bdc2d3d1c8b4580", + "_name": "handguard_ak_zenit_b10m_b19", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 13327, + "Description": "Цельнофрезерованные, цевьё Б-10М и планка над газоотводной трубкой Б-19, из комплекта обвязки \"Классика\" компании Зенит. Прочные, надежные, имеют четыре направляющие для крепления дополнительного оборудования.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 0.85, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Цевье Б-10М и Газоотводная трубка Б-19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_zenit_b10m_b19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Б-10М Б-19", + "SightingRange": 0, + "Slots": [{ + "_id": "5649d6c24bdc2d1b2b8b458d", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5648b4534bdc2d3d1c8b4580", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5649d6cb4bdc2d9d198b456a", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5648b4534bdc2d3d1c8b4580", + "_props": { + "filters": [{ + "Filter": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5c5952732e2216398b5abda2", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5649d6ec4bdc2df8348b4588", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5648b4534bdc2d3d1c8b4580", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5649d6f84bdc2d9d198b456b", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5648b4534bdc2d3d1c8b4580", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.26, + "Width": 1 + }, + "_proto": "5648b1504bdc2d9d488b4584", + "_type": "Item" + }, + "5648b62b4bdc2d9d488b4585": { + "_id": "5648b62b4bdc2d9d488b4585", + "_name": "launcher_ak74_izhmash_gp34", + "_parent": "55818b014bdc2ddc698b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": true, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 50900, + "Description": "", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": true, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "ГП-34", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/launchers/gp34/launcher_ak74_izhmash_gp34.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ГП-34", + "SightingRange": 0, + "Slots": [{ + "_id": "5707ace7d2720b407b8b4567", + "_mergeSlotWithChildren": false, + "_name": "launcher_0_grenade", + "_parent": "5648b62b4bdc2d9d488b4585", + "_props": { + "filters": [{ + "Filter": ["5656eb674bdc2d35148b457c"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "SpawnChance": 30, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.4, + "Width": 1 + }, + "_type": "Item" + }, + "5649a2464bdc2d91118b45a8": { + "_id": "5649a2464bdc2d91118b45a8", + "_name": "mount_all_ncstar_mpr45", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3088, + "Description": "mount_all_ncstar_mpr45", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_all_ncstar_mpr45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_all_ncstar_mpr45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_all_ncstar_mpr45", + "SightingRange": 0, + "Slots": [{ + "_id": "5649dc074bdc2d1b2b8b458f", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5649a2464bdc2d91118b45a8", + "_props": { + "filters": [{ + "Filter": ["57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.04, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5649aa744bdc2ded0b8b457e": { + "_id": "5649aa744bdc2ded0b8b457e", + "_name": "muzzle_ak74_izhmash_std_545x39", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 694, + "Description": "Штатный дульный тормоз компенсатор производства Ижмаш для автомата АК-74 и других моделей на его базе.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": -5, + "MergesWithChildren": true, + "Name": "Дульный тормоз компенсатор Ижмаш 5.45x39 для АК-74", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ak74_izhmash_std_545x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.56x45 АК-74", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.1, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5649ab884bdc2ded0b8b457f": { + "_id": "5649ab884bdc2ded0b8b457f", + "_name": "muzzle_ak_zenit_dtk1_762x39_545x39", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4230, + "Description": "Дульный тормоз-компенсатор ДТК-1 от компании Зенит предназначен для установки на АК совметимое оружие калибра 7.62х39 и 5.45х39. Понижает отдачу и компенсирует подброс оружия. Корона на окончании дтк предназначена для разбития каленого стекла.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 34, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Дульный тормоз компенсатор Зенит ДТК-1 7.62х39 и 5.45x39 для АК", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ak_zenit_dtk1_762x39_545x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -13, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ДТК-1 АК", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.4, + "Weight": 0.128, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "5649aa744bdc2ded0b8b457e", + "_type": "Item" + }, + "5649ad3f4bdc2df8348b4585": { + "_id": "5649ad3f4bdc2df8348b4585", + "_name": "pistolgrip_ak_izhmash_ak74_bakelit", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 764, + "Description": "pistolgrip_ak_izhmash_ak74_bakelit", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ak_izhmash_ak74_bakelit", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ak_izhmash_ak74_bakelit.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ak_izhmash_ak74_bakelit", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "5649ade84bdc2d1b2b8b4587": { + "_id": "5649ade84bdc2d1b2b8b4587", + "_name": "pistolgrip_ak_izhmash_ak74_plastic", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 789, + "Description": "Полимерная пистолетная рукоятка Ижмаш для автомата АК-74 и других на его базе, пришедшая на смену бакелитовой.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Пистолетная рукоятка Ижмаш Полимер для АК-74", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ak_izhmash_ak74_plastic.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "АК74 Полимер", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.065, + "Width": 1 + }, + "_proto": "5649ad3f4bdc2df8348b4585", + "_type": "Item" + }, + "5649ae4a4bdc2d1b2b8b4588": { + "_id": "5649ae4a4bdc2d1b2b8b4588", + "_name": "pistolgrip_ak_zenit_rk3", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8120, + "Description": "Пистолетная анатомическая рукоятка РК-3 производства компании Зенит. Имеет встроенный контейнер для элементов питания. Устанавливается на АК.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 12, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Пистолетная рукоятка Зенит РК-3 для АК", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ak_zenit_rk3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "РК-3", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.225, + "Width": 1 + }, + "_proto": "5649ade84bdc2d1b2b8b4587", + "_type": "Item" + }, + "5649af094bdc2df8348b4586": { + "_id": "5649af094bdc2df8348b4586", + "_name": "reciever_ak74_izhmash_ak74_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1042, + "Description": "Штатная крышка ствольной коробки АК-74 производства Ижмаш.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Крышка ствольной коробки Ижмаш для АК-74", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_ak74_izhmash_ak74_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Кск АК74", + "SightingRange": 0, + "Slots": [{ + "_id": "5649d89e4bdc2d3b4c8b457e", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5649af094bdc2df8348b4586", + "_props": { + "filters": [{ + "Filter": [], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.088, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5649af884bdc2d1b2b8b4589": { + "_id": "5649af884bdc2d1b2b8b4589", + "_name": "reciever_ak_zenit_b33", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5b237e425acfc4771e1be0b6", "59ccfdba86f7747f2109a587", "5cf656f2d7f00c06585fb6eb", "5d4aab30a4b9365435358c55", "5947db3f86f77447880cf76f", "57486e672459770abd687134", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851", "5cf4e3f3d7f00c06595bc7f0", "5648ae314bdc2d3d1c8b457f", "5d2c829448f0353a5c7d6674", "5b800e9286f7747a8b04f3ff", "5b80242286f77429445e0b47", "5cbda392ae92155f3c17c39f", "5cbda9f4ae9215000e5b9bfc", "5648b0744bdc2d363b8b4578", "5648b1504bdc2d9d488b4584", "59d64f2f86f77417193ef8b3", "59fb375986f7741b681b81a6", "57cff947245977638e6f2a19", "57cffd8224597763b03fc609", "57cffddc24597763133760c6", "57cffe0024597763b03fc60b", "57cffe20245977632f391a9d", "5c9a07572e221644f31c4b32", "5c9a1c3a2e2216000e69fb6a", "5c9a1c422e221600106f69f0", "59e6284f86f77440d569536f", "59e898ee86f77427614bd225", "5a9d56c8a2750c0032157146", "5d1b198cd7ad1a604869ad72", "5d4aaa73a4b9365392071175", "5d4aaa54a4b9365392071170", "5f6331e097199b7db2128dc2", "5c17664f2e2216398b5a7e3c", "5c617a5f2e2216000f1e81b3"], + "CreditsPrice": 13549, + "Description": "Цельнофрезерованная крышка ствольной коробки Б-33 от компании Зенит из комплекта обвязки для АК \"Классика\". Может быть установлена только совместно с цевьём Б-10М или Б-30.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Крышка ствольной коробки Зенит Б-33 для АК-74", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_ak_zenit_b33.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -1.5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Б-33", + "SightingRange": 0, + "Slots": [{ + "_id": "5649d8de4bdc2d3d1c8b4588", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5649af884bdc2d1b2b8b4589", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.215, + "Width": 2 + }, + "_proto": "5649af094bdc2df8348b4586", + "_type": "Item" + }, + "5649b0544bdc2d1b2b8b458a": { + "_id": "5649b0544bdc2d1b2b8b458a", + "_name": "sight_rear_ak_izhmash_ak74_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 499, + "CustomAimPlane": "", + "Description": "Штатный целик АК-74 производства Ижмаш.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "Целик Ижмаш для АК-74", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_ak_izhmash_ak74_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "АК74 Целик", + "SightModesCount": 1, + "SightingRange": 500, + "Slots": [{ + "_id": "5a0ee12cfcdbcb001912fa64", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5649b0544bdc2d1b2b8b458a", + "_props": { + "filters": [{ + "Filter": ["5a0ed824fcdbcb0176308b0d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.025, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d5f46a4bdc2d1b198b4567", + "_type": "Item" + }, + "5649b0fc4bdc2d17108b4588": { + "_id": "5649b0fc4bdc2d17108b4588", + "_name": "stock_ak74_izhmash_ak74_std_plastic", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2068, + "Description": "stock_ak74_izhmash_ak74_std_plastic", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak74_izhmash_ak74_std_plastic", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ak74_izhmash_ak74_std_plastic.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": -32, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak74_izhmash_ak74_std_plastic", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5a0d56941526d8dba31fe3ba", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5649b0fc4bdc2d17108b4588", + "_props": { + "filters": [{ + "Filter": ["5a0c59791526d8dba737bba7"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.35, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5649b1c04bdc2d16268b457c": { + "_id": "5649b1c04bdc2d16268b457c", + "_name": "stock_ak74_izhmash_ak74_std_wood", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1847, + "Description": "stock_ak74_izhmash_ak74_std_wood", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak74_izhmash_ak74_std_wood", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ak74_izhmash_ak74_std_wood.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": -33, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak74_izhmash_ak74_std_wood", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5a0d56c91526d8dbaf658737", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5649b1c04bdc2d16268b457c", + "_props": { + "filters": [{ + "Filter": ["5a0c59791526d8dba737bba7"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.45, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5649b2314bdc2d79388b4576": { + "_id": "5649b2314bdc2d79388b4576", + "_name": "stock_ak_utg_sfs_adapter", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5053, + "Description": "stock_ak_utg_sfs_adapter", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak_utg_sfs_adapter", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ak_utg_sfs_adapter.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak_utg_sfs_adapter", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5649db764bdc2d363b8b4583", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5649b2314bdc2d79388b4576", + "_props": { + "filters": [{ + "Filter": ["57ade1442459771557167e15", "5a33ca0fc4a282000d72292f", "5c0faeddd174af02a962601f", "5649be884bdc2d79388b4577", "5d120a10d7ad1a4e1026ba85", "5b0800175acfc400153aebd4", "5bb20e58d4351e00320205d7", "5947e98b86f774778f1448bc", "5947eab886f77475961d96c5", "5ef1ba28c64c5d0dfc0571a5", "602e3f1254072b51b239f713", "5c793fb92e221644f31bfb64", "5c793fc42e221600114ca25d", "591aef7986f774139d495f03", "591af10186f774139d495f0e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.31, + "Width": 1 + }, + "_proto": "5649b1c04bdc2d16268b457c", + "_type": "Item" + }, + "5649be884bdc2d79388b4577": { + "_id": "5649be884bdc2d79388b4577", + "_name": "stock_ar15_colt_stock_tube_std", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1175, + "Description": "Труба для установки телескопических прикладов производства компании Colt.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Труба приклада Colt", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_colt_stock_tube_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "CST", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5649dbce4bdc2d9d198b456c", + "_mergeSlotWithChildren": false, + "_name": "mod_stock_000", + "_parent": "5649be884bdc2d79388b4577", + "_props": { + "filters": [{ + "Filter": ["5fc2369685fd526b824a5713", "606587d11246154cad35d635", "5a9eb32da2750c00171b3f9c", "5bfe86df0db834001b734685", "55d4ae6c4bdc2d8b2f8b456e", "5c87a07c2e2216001219d4a2", "5bb20e70d4351e0035629f8f", "5beec8c20db834001d2c465c", "5fbbaa86f9986c4cff3fe5f6", "5fce16961f152d4312622bc9", "5ae30c9a5acfc408fb139a03", "5d135e83d7ad1a21b83f42d8", "5d135ecbd7ad1a21c176542e", "56eabf3bd2720b75698b4569", "58d2946386f774496974c37e", "58d2946c86f7744e271174b5", "58d2947686f774485c6a1ee5", "58d2947e86f77447aa070d53", "5d44069ca4b9361ebd26fc37", "5d4406a8a4b9361e4f6eb8b7", "5947c73886f7747701588af5", "5c793fde2e221601da358614", "5b39f8db5acfc40016387a1b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.162, + "Width": 2 + }, + "_proto": "5649b2314bdc2d79388b4576", + "_type": "Item" + }, + "5649d9a14bdc2d79388b4580": { + "_id": "5649d9a14bdc2d79388b4580", + "_name": "sight_rear_ak_tactica_tula_tt01", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "576fd4ec2459777f0b518431", "5a7c74b3e899ef0014332c29", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851", "5649af884bdc2d1b2b8b4589"], + "CreditsPrice": 2698, + "CustomAimPlane": "", + "Description": "sight_rear_ak_tactica_tula_tt01", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_ak_tactica_tula_tt01", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_ak_tactica_tula_tt01.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_ak_tactica_tula_tt01", + "SightModesCount": 1, + "SightingRange": 500, + "Slots": [{ + "_id": "5649daed4bdc2d3b4c8b457f", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5649d9a14bdc2d79388b4580", + "_props": { + "filters": [{ + "Filter": ["558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5d2da1e948f035477b1ce2ba", "584984812459776a704a82a6", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 15, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.085, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "5649b0544bdc2d1b2b8b458a", + "_type": "Item" + }, + "5649ed104bdc2d3d1c8b458b": { + "_id": "5649ed104bdc2d3d1c8b458b", + "_name": "ammo_box_762x39_20_PS", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_762x39_20_PS", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_762x39_20_PS", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_762x39_20.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_762x39_20_PS", + "SpawnChance": 11, + "StackMaxRandom": 30, + "StackMaxSize": 1, + "StackMinRandom": 30, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d57a624597745970e7c88", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5649ed104bdc2d3d1c8b458b", + "_props": { + "filters": [{ + "Filter": ["5656d7c34bdc2d9d198b4587"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber762x39" + }, + "_proto": "5447ac644bdc2d6c208b4567", + "_type": "Item" + }, + "564ca99c4bdc2d16268b4589": { + "_id": "564ca99c4bdc2d16268b4589", + "_name": "mag_ak74_izhmash_6L20_545x39_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "574880312459771f613b6653", + "_max_count": 30, + "_name": "cartridges", + "_parent": "564ca99c4bdc2d16268b4589", + "_props": { + "filters": [{ + "Filter": ["5c0d5e4486f77478390952fe", "56dfef82d2720bbd668b4567", "56dff026d2720bb8668b4567", "56dff061d2720bb5668b4567", "56dff0bed2720bb0668b4567", "56dff216d2720bbd668b4568", "56dff2ced2720bb4668b4567", "56dff338d2720bbd668b4569", "56dff3afd2720bba668b4567", "56dff421d2720b5f5a8b4567", "56dff4a2d2720bbd668b456a", "56dff4ecd2720b5f5a8b4568"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 2031, + "Description": "30-ти зарядный бакелитовый магазин Ижмаш 6Л20, под патрон 5.45x39 для АК-74 и совместимых.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин 6Л20 5.45x39 для АК-74 и совместимых на 30 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ak74_izhmash_6l20_545x39_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.45x39 6Л20", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 12, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.215, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "564ca9df4bdc2d35148b4569": { + "_id": "564ca9df4bdc2d35148b4569", + "_name": "mag_ak74_izhmash_6L18_545x39_45", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "574880482459771f661283c4", + "_max_count": 45, + "_name": "cartridges", + "_parent": "564ca9df4bdc2d35148b4569", + "_props": { + "filters": [{ + "Filter": ["5c0d5e4486f77478390952fe", "56dfef82d2720bbd668b4567", "56dff026d2720bb8668b4567", "56dff061d2720bb5668b4567", "56dff0bed2720bb0668b4567", "56dff216d2720bbd668b4568", "56dff2ced2720bb4668b4567", "56dff338d2720bbd668b4569", "56dff3afd2720bba668b4567", "56dff421d2720b5f5a8b4567", "56dff4a2d2720bbd668b456a", "56dff4ecd2720b5f5a8b4568"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 15, + "ConflictingItems": [], + "CreditsPrice": 3530, + "Description": "45-ти зарядный бакелитовый магазин Ижмаш 6Л26, под патрон 5.45x39 для АК-74 и совместимых. Штатный магазин для РПК-74.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -7, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 2, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 3, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин 6Л18 5.45x39 для АК-74 и совместимых на 45 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ak74_izhmash_6l18_545x39_45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.45x39 6Л18", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.3, + "Width": 1, + "magAnimationIndex": 1 + }, + "_proto": "55d481904bdc2d8c2f8b456a", + "_type": "Item" + }, + "564caa3d4bdc2d17108b458e": { + "_id": "564caa3d4bdc2d17108b458e", + "_name": "silencer_ak74_spectehnika_tgpa_545x39", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": -1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 41889, + "Description": "Глушитель Пламегаситель Тактический ТГП-А производства ГУ НПО \"Спецтехника и связь\" для автоматов на базе АК 5.45х39.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.71, + "EffectiveDistance": 0, + "Ergonomics": -25, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1.3, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -25, + "MergesWithChildren": true, + "Name": "Глушитель Пламегаситель ТГП-А 5.45х39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_ak74_spectehnika_tgpa_545x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -10.5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ТГП-А", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.75, + "Weight": 0.7, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "5656d7c34bdc2d9d198b4587": { + "_id": "5656d7c34bdc2d9d198b4587", + "_name": "patron_762x39_PS", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 52, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x39", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 83, + "Damage": 57, + "Description": "patron_762x39_PS", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.25, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 700, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.308, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_762x39_PS", + "NotShownInSlot": false, + "PenetrationChance": 0.8, + "PenetrationPower": 32, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x39.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.35, + "SendToClient": false, + "ShortName": "patron_762x39_PS", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 10, + "SpeedRetardation": 0.000015, + "StackMaxRandom": 50, + "StackMaxSize": 60, + "StackMinRandom": 10, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.016, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "7.62x39 мм ПС", + "casingSounds": "rifle762" + }, + "_type": "Item" + }, + "5656eb674bdc2d35148b457c": { + "_id": "5656eb674bdc2d35148b457c", + "_name": "40 VOG-25", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 40, + "AnimationVariantsNumber": 0, + "ArmorDamage": 68, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber40mmRU", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 6750, + "Damage": 0, + "Description": "40 мм ВОГ-25", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 76, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_launcher", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 0, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 0, + "MisfireChance": 0.01, + "Name": "40 мм ВОГ-25", + "NotShownInSlot": false, + "PenetrationChance": 0, + "PenetrationPower": 0, + "PenetrationPowerDiviation": 0, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_vog25_40mm.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0, + "SendToClient": false, + "ShortName": "40mm", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 6, + "SpeedRetardation": 0, + "StackMaxRandom": 1, + "StackMaxSize": 1, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.25, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "grenade", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "40 мм ВОГ-25", + "casingSounds": "40mmgrenade" + }, + "_type": "Item" + }, + "566162e44bdc2d3f298b4573": { + "_id": "566162e44bdc2d3f298b4573", + "_name": "CompoundItem", + "_parent": "54009119af1c881c07000029", + "_props": { + "CanPutIntoDuringTheRaid": true, + "CantRemoveFromSlotsDuringRaid": [], + "Grids": [], + "Slots": [] + }, + "_type": "Node" + }, + "5661632d4bdc2d903d8b456b": { + "_id": "5661632d4bdc2d903d8b456b", + "_name": "StackableItem", + "_parent": "54009119af1c881c07000029", + "_props": { + "StackMaxRandom": 0, + "StackMinRandom": 0 + }, + "_type": "Node" + }, + "566168634bdc2d144c8b456c": { + "_id": "566168634bdc2d144c8b456c", + "_name": "SearchableItem", + "_parent": "566162e44bdc2d3f298b4573", + "_props": { + "BlocksArmorVest": false, + "SearchSound": "cashregister_looting" + }, + "_type": "Node" + }, + "566965d44bdc2d814c8b4571": { + "_id": "566965d44bdc2d814c8b4571", + "_name": "LootContainer", + "_parent": "566168634bdc2d144c8b456c", + "_props": { + "SpawnFilter": [] + }, + "_type": "Node" + }, + "566abbb64bdc2d144c8b457d": { + "_id": "566abbb64bdc2d144c8b457d", + "_name": "Stash", + "_parent": "566162e44bdc2d3f298b4573", + "_props": {}, + "_type": "Node" + }, + "566abbc34bdc2d92178b4576": { + "_id": "566abbc34bdc2d92178b4576", + "_name": "Standard stash 10x28", + "_parent": "566abbb64bdc2d144c8b457d", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "Standard stash 10x28\n", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "566abbf74bdc2dd44d8b4579", + "_name": "hideout", + "_parent": "566abbc34bdc2d92178b4576", + "_props": { + "cellsH": 10, + "cellsV": 28, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Standard stash 10x28", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Standard stash 10x28", + "Slots": [], + "SpawnChance": 0, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_type": "Item" + }, + "5671435f4bdc2d96058b4569": { + "_id": "5671435f4bdc2d96058b4569", + "_name": "LockableContainer", + "_parent": "566162e44bdc2d3f298b4573", + "_props": { + "KeyIds": ["543be5e94bdc2df1348b4568"], + "TagColor": 0, + "TagName": "" + }, + "_type": "Node" + }, + "567143bf4bdc2d1a0f8b4567": { + "_id": "567143bf4bdc2d1a0f8b4567", + "_name": "Чемодан", + "_parent": "5671435f4bdc2d96058b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 11000, + "Description": "Pistol case", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "56f95c8ad2720bfa308b4581", + "_name": "main", + "_parent": "567143bf4bdc2d1a0f8b4567", + "_props": { + "cellsH": 4, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": [], + "Filter": ["5448bc234bdc2d3c308b4569", "5447b5cf4bdc2d65278b4567", "5485a8684bdc2da71d8b4567", "543be5cb4bdc2deb348b4568"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 2, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_plastic", + "KeyIds": ["5671446a4bdc2d97058b4569"], + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Pistol case", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/containers/pistol_case/item_container_pistol_case.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Pistol case", + "Slots": [], + "SpawnChance": 15, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TagColor": 0, + "TagName": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 2 + }, + "_type": "Item" + }, + "5672c92d4bdc2d180f8b4567": { + "_id": "5672c92d4bdc2d180f8b4567", + "_name": "Ключ от комнаты в общаге", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5359, + "Description": "Room 118 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Room 118 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Room 118 Key", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_type": "Item" + }, + "5672cb124bdc2d1a0f8b4568": { + "_id": "5672cb124bdc2d1a0f8b4568", + "_name": "item_battery_aa", + "_parent": "57864ee62459775490116fc1", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 652, + "Description": "AA Battery", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "AA Battery", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/battery_aa/item_battery_aa.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "AA Battery", + "SpawnChance": 14, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_type": "Item" + }, + "5672cb304bdc2dc2088b456a": { + "_id": "5672cb304bdc2dc2088b456a", + "_name": "item_battery_d", + "_parent": "57864ee62459775490116fc1", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2207, + "Description": "D Battery", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "D Battery", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/battery_d/item_battery_d.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "D Battery", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.08, + "Width": 1 + }, + "_type": "Item" + }, + "5672cb724bdc2dc2088b456b": { + "_id": "5672cb724bdc2dc2088b456b", + "_name": "item_geiger_counter", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 16684, + "Description": "Gas analyser", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 60, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Gas analyser", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/geiger_counter/item_geiger_counter.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "GasAn", + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.4, + "Width": 1 + }, + "_type": "Item" + }, + "5673de654bdc2d180f8b456d": { + "_id": "5673de654bdc2d180f8b456d", + "_name": "item_food_konserva_fish", + "_parent": "5448e8d04bdc2ddf718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2556, + "Description": "Can of Pacific Saury", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_tin_can", + "LootExperience": 10, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "Can of Pacific Saury", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_canned_food/item_canned_saira_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Saury Can", + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_canned_food/item_canned_saira_container.bundle", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 48 + }, + "Hydration": { + "value": -2 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 5 + }, + "_proto": "544fb6cc4bdc2d34748b456e", + "_type": "Item" + }, + "56742c284bdc2d98058b456d": { + "_id": "56742c284bdc2d98058b456d", + "_name": "crickent", + "_parent": "57864e4c24597754843f8723", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1320, + "Description": "Crickent", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 10, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Crickent", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/lighters/item_crickent.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Crickent", + "SpawnChance": 15, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1 + }, + "_type": "Item" + }, + "56742c2e4bdc2d95058b456d": { + "_id": "56742c2e4bdc2d95058b456d", + "_name": "zibbo", + "_parent": "57864e4c24597754843f8723", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9617, + "Description": "Zibbo", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 10, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Zibbo lighter", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/lighters/item_zibbo.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Zibbo", + "SpawnChance": 11, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_type": "Item" + }, + "56742c324bdc2d150f8b456d": { + "_id": "56742c324bdc2d150f8b456d", + "_name": "phone", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 18682, + "Description": "GPhone 9s", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 30, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Broken GPhone", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/phone/item_phone.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "GPhone", + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1 + }, + "_type": "Item" + }, + "567583764bdc2d98058b456e": { + "_id": "567583764bdc2d98058b456e", + "_name": "StationaryContainer", + "_parent": "566162e44bdc2d3f298b4573", + "_props": {}, + "_type": "Node" + }, + "567849dd4bdc2d150f8b456e": { + "_id": "567849dd4bdc2d150f8b456e", + "_name": "Map", + "_parent": "54009119af1c881c07000029", + "_props": { + "ConfigPathStr": "", + "MaxMarkersCount": 0, + "scaleMax": 0, + "scaleMin": 0 + }, + "_type": "Node" + }, + "5696686a4bdc2da3298b456a": { + "_id": "5696686a4bdc2da3298b456a", + "_name": "Доллары", + "_parent": "543be5dd4bdc2deb348b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "green", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": false, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "Несколько банкнот пока еще котирующихся российских рублей", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": true, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_money", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "Dollars", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/money/item_money_dollar_small.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Dollars", + "SpawnChance": 10, + "StackMaxRandom": 100, + "StackMaxSize": 50000, + "StackMinRandom": 45, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0, + "Width": 1, + "eqMax": 100, + "eqMin": 45, + "rate": 1, + "type": "USD" + }, + "_proto": "5449016a4bdc2d6f028b456f", + "_type": "Item" + }, + "569668774bdc2da2298b4568": { + "_id": "569668774bdc2da2298b4568", + "_name": "Евро", + "_parent": "543be5dd4bdc2deb348b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "green", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": false, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "Несколько банкнот пока еще котирующихся российских рублей", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": true, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_money", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "Euros", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/money/item_money_euro_small.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Euros", + "SpawnChance": 10, + "StackMaxRandom": 90, + "StackMaxSize": 50000, + "StackMinRandom": 35, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0, + "Width": 1, + "eqMax": 90, + "eqMin": 35, + "rate": 1, + "type": "EUR" + }, + "_proto": "5696686a4bdc2da3298b456a", + "_type": "Item" + }, + "56d59856d2720bd8418b456a": { + "_id": "56d59856d2720bd8418b456a", + "_name": "weapon_sig_p226r_9x19", + "_parent": "5447b5cf4bdc2d65278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.026, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.017, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0, + "Chambers": [{ + "_id": "56d5aef7d2720be4418b456a", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "56d59856d2720bd8418b456a", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 5, + "CoolFactor": 1, + "CreditsPrice": 6238, + "Description": "Зиган", + "DeviationCurve": 5, + "DeviationMax": 17, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 80, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_pistol", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "Пистолет P226R 9х19", + "NotShownInSlot": false, + "OperatingResource": 2600, + "Prefab": { + "path": "assets/content/weapons/p226r/weapon_sig_p226r_9x19_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 85, + "RecoilCenter": { + "x": 0, + "y": -0.44, + "z": -0.005 + }, + "RecoilForceBack": 275, + "RecoilForceUp": 450, + "RecolDispersion": 20, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 41, + "RepairSpeed": 2, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.45, + "z": -0.05 + }, + "SendToClient": false, + "ShortName": "P226R", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "56d59f62d2720bdc418b4569", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "56d59856d2720bd8418b456a", + "_props": { + "filters": [{ + "Filter": ["56d5a1f7d2720bb3418b456a", "587de4282459771bca0ec90b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "56d59f88d2720b92418b4569", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "56d59856d2720bd8418b456a", + "_props": { + "filters": [{ + "Filter": ["5bffec120db834001c38f5fa", "5bffef760db8340019668fe4", "5b39ffbd5acfc47a8773fb06", "5c0006470db834001a6697fe", "56d5a2bbd2720bb8418b456a", "57c9a89124597704ee6faec1", "5c00076d0db834001d23ee1f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "56d59f98d2720bd7418b4569", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "56d59856d2720bd8418b456a", + "_props": { + "filters": [{ + "Filter": ["5bffe7c50db834001d23ece1", "5c010a700db834001d23ef5d", "5c0125fc0db834001a669aa3", "56d5a407d2720bb3418b456b", "5c0009510db834001966907f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "56d6ed94d2720b8a0a8b456a", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "56d59856d2720bd8418b456a", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5c920e902e221644f31c3c99", "56d59948d2720bb7418b4582"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "56def3c2d2720bd4328b456a", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "56d59856d2720bd8418b456a", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5a7b4900e899ef197b331a2a", "5b3a08b25acfc4001754880c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.231, + "Width": 2, + "ammoCaliber": "Caliber9x19PARA", + "bEffDist": 50, + "bFirerate": 30, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "56d59d3ad2720bdb418b4577", + "defMagType": "56d59948d2720bb7418b4582", + "durabSpawnMax": 70, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 10, + "weapClass": "pistol", + "weapFireType": ["single"], + "weapUseType": "secondary" + }, + "_proto": "5448bd6b4bdc2dfc2f8b4569", + "_type": "Item" + }, + "56d59948d2720bb7418b4582": { + "_id": "56d59948d2720bb7418b4582", + "_name": "mag_p226_sig_std_9x19_15", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "574880652459771f6e0b87c4", + "_max_count": 15, + "_name": "cartridges", + "_parent": "56d59948d2720bb7418b4582", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 2096, + "Description": "бла бла бла", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин стандартный 9х19 для P226 на 15 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_p226_sig_std_9x19_15.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "9х19 P226", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.096, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "56d59d3ad2720bdb418b4577": { + "_id": "56d59d3ad2720bdb418b4577", + "_name": "patron_9x19_PST_gzh", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 33, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x19PARA", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 62, + "Damage": 54, + "Description": "patron_9x19_PST_gzh", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.17, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.15, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 457, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.03, + "Name": "patron_9x19_PST_gzh", + "NotShownInSlot": false, + "PenetrationChance": 0.2, + "PenetrationPower": 20, + "PenetrationPowerDiviation": 0.8, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x19.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.05, + "SendToClient": false, + "ShortName": "patron_9x19_PST_gzh", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 4, + "SpeedRetardation": 0.0001, + "StackMaxRandom": 10, + "StackMaxSize": 50, + "StackMinRandom": 3, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.005, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "9x18 мм ПМ ПС гс ППО", + "casingSounds": "pistol_small" + }, + "_proto": "54527c774bdc2d3f668b4568", + "_type": "Item" + }, + "56d5a1f7d2720bb3418b456a": { + "_id": "56d5a1f7d2720bb3418b456a", + "_name": "barrel_p226_112mm_9x19_std", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.3, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1563, + "Description": "Ствол для P226", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 112мм для P226 9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_p226_112mm_9x19_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "112мм P226 9x19", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [], + "SpawnChance": 15, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -2.27, + "Weight": 0.18, + "Width": 1 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "56d5a2bbd2720bb8418b456a": { + "_id": "56d5a2bbd2720bb8418b456a", + "_name": "pistolgrip_p226_sig_p226_std", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1001, + "Description": "бла бла бла", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Пистолетная рукоятка Sig Sauer черн. полимер для P226", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_p226_sig_p226_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "GRIP226BLKPOL", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 25, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.09, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "56d5a407d2720bb3418b456b": { + "_id": "56d5a407d2720bb3418b456b", + "_name": "reciever_p226_sig_p226r_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3210, + "Description": "бла бла бла", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Затвор Sig P226R 9x19 для пистолета P226", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_p226_sig_p226r_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Затвор P226", + "SightingRange": 0, + "Slots": [{ + "_id": "56d5a80ed2720bd5418b456a", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "56d5a407d2720bb3418b456b", + "_props": { + "filters": [{ + "Filter": ["5c07b3850db834002330045b", "56d5a77ed2720b90418b4568", "56ea7293d2720b8d4b8b45ba", "5a32aa0cc4a28232996e405f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "56d5a81cd2720bdc418b456a", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "56d5a407d2720bb3418b456b", + "_props": { + "filters": [{ + "Filter": ["5c07b36c0db834002a1259e9", "56d5a661d2720bd8418b456b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.19, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "56d5a661d2720bd8418b456b": { + "_id": "56d5a661d2720bd8418b456b", + "_name": "sight_front_p226_sig_p226r_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 500, + "CustomAimPlane": "", + "Description": "sight_front_p226_sig_p226r_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_p226_sig_p226r_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_p226_sig_p226r_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_p226_sig_p226r_std", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.007, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "56d5a77ed2720b90418b4568": { + "_id": "56d5a77ed2720b90418b4568", + "_name": "sight_rear_p226_sig_p226r_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 605, + "CustomAimPlane": "", + "Description": "sight_rear_p226_sig_p226r_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_p226_sig_p226r_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_p226_sig_p226r_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_p226_sig_p226r_std", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.008, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "56d5a661d2720bd8418b456b", + "_type": "Item" + }, + "56dee2bdd2720bc8328b4567": { + "_id": "56dee2bdd2720bc8328b4567", + "_name": "weapon_izhmeh_mr153_12g", + "_parent": "5447b6094bdc2dc3278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.114, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.13, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.3, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.5, + "Chambers": [{ + "_id": "56deebd7d2720bbd328b4567", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "56dee2bdd2720bc8328b4567", + "_props": { + "filters": [{ + "Filter": ["560d5e524bdc2d25448b4571", "5d6e6772a4b936088465b17c", "5d6e67fba4b9361bc73bc779", "5d6e6806a4b936088465b17e", "5d6e68dea4b9361bcc29e659", "5d6e6911a4b9361bd5780d52", "5c0d591486f7744c505b416f", "58820d1224597753c90aeb13", "5d6e68c4a4b9361b93413f79", "5d6e68a8a4b9360b6c0d54e2", "5d6e68e6a4b9361c140bcfe0", "5d6e6869a4b9361c140bcfde", "5d6e68b3a4b9361bca7e50b5", "5d6e6891a4b9361bd473feea", "5d6e689ca4b9361bc8618956", "5d6e68d1a4b93622fe60e845"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 2.5, + "CoolFactor": 1, + "CreditsPrice": 14981, + "Description": "Гладкоствольное многозарядное ружьё МР-153, производства ИжМех. Надежное и удобное оружие для охоты и самообороны.", + "DeviationCurve": 6, + "DeviationMax": 13, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 43, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "Ружье МР-153 12к", + "NotShownInSlot": false, + "OperatingResource": 2800, + "Prefab": { + "path": "assets/content/weapons/mr153/weapon_izhmeh_mr153_12g_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.3, + "z": 0 + }, + "RecoilForceBack": 585, + "RecoilForceUp": 455, + "RecolDispersion": 15, + "ReloadMode": "InternalMagazine", + "RepairComplexity": 0, + "RepairCost": 82, + "RepairSpeed": 8, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.25, + "z": -0.06 + }, + "SendToClient": false, + "ShortName": "МР-153 12к", + "ShotgunDispersion": 1, + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "56deec06d2720bec348b4567", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "56dee2bdd2720bc8328b4567", + "_props": { + "filters": [{ + "Filter": ["588200af24597742fa221dfb", "588200c224597743990da9ed", "588200cf2459774414733d55", "56deec93d2720bec348b4568"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "56deef95d2720b4c698b4584", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "56dee2bdd2720bc8328b4567", + "_props": { + "filters": [{ + "Filter": ["56deed6ed2720b4c698b4583"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "56deefc4d2720bb1328b4568", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "56dee2bdd2720bc8328b4567", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["55d484b44bdc2d1d4e8b456d", "55d485804bdc2d8c2f8b456b", "56deee15d2720bee328b4567", "5882163e24597758206fee8c", "5882163824597757561aa922", "5882163224597757561aa920", "56deeefcd2720bc8328b4568"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": true + }, { + "_id": "56def02cd2720bec348b4569", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "56dee2bdd2720bc8328b4567", + "_props": { + "filters": [{ + "Filter": ["5bfe7fb30db8340018089fed", "56083a334bdc2dc8488b4571", "56083be64bdc2d20478b456f", "56083cba4bdc2de22e8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "56f2a14dd2720bc7308b45a2", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "56dee2bdd2720bc8328b4567", + "_props": { + "filters": [{ + "Filter": ["55d48a634bdc2d8b2f8b456a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "58172a6d24597714a658fe64", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "56dee2bdd2720bc8328b4567", + "_props": { + "filters": [{ + "Filter": ["55d48ebc4bdc2d8c2f8b456c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.2, + "Width": 3, + "ammoCaliber": "Caliber12g", + "bEffDist": 70, + "bFirerate": 40, + "bHearDist": 1, + "chamberAmmoCount": 1, + "defAmmo": "560d5e524bdc2d25448b4571", + "defMagType": "56deee15d2720bee328b4567", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": false, + "shotgunDispersion": 20, + "weapClass": "shotgun", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "54491c4f4bdc2db1078b4568", + "_type": "Item" + }, + "56deec93d2720bec348b4568": { + "_id": "56deec93d2720bec348b4568", + "_name": "barrel_mr153_750mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.3, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7619, + "Description": "Стандартный заводской ствол для ружья МР-153 длинной 750мм под патрон 12-го калибра.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.1, + "EffectiveDistance": 0, + "Ergonomics": -20, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 750мм для ружья МР-153 12к", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mr153_750mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "750мм МР-153 12к", + "ShotgunDispersion": 1.2, + "SightingRange": 0, + "Slots": [{ + "_id": "56deed28d2720bbd328b4568", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "56deec93d2720bec348b4568", + "_props": { + "filters": [{ + "Filter": ["5c0111ab0db834001966914d", "560838c94bdc2d77798b4569", "5b363dea5acfc4771e1c5e7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5dfe4173a3651922b360bf8c", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "56deec93d2720bec348b4568", + "_props": { + "filters": [{ + "Filter": ["609b9e31506cf869cf3eaf41", "5dfe14f30b92095fd441edaf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 17.91, + "Weight": 1.55, + "Width": 5 + }, + "_proto": "5608379a4bdc2d26448b4569", + "_type": "Item" + }, + "56deed6ed2720b4c698b4583": { + "_id": "56deed6ed2720b4c698b4583", + "_name": "handguard_mr153_izhmeh_polymer", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3388, + "Description": "Стандартное цевье производства Ижмех выполненное из полимера для гладкоствольного ружья МР-153.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Цевье Ижмех МР-153 Полимерное для МР-133", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_mr153_izhmeh_polymer.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "МР-133 Полимер", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.31, + "Width": 2 + }, + "_proto": "55d45d3f4bdc2d972f8b456c", + "_type": "Item" + }, + "56deee15d2720bee328b4567": { + "_id": "56deee15d2720bee328b4567", + "_name": "mag_mr153_izhmeh_12g_4", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "574880be2459771f624a51e3", + "_max_count": 4, + "_name": "cartridges", + "_parent": "56deee15d2720bee328b4567", + "_props": { + "filters": [{ + "Filter": ["560d5e524bdc2d25448b4571", "5d6e6772a4b936088465b17c", "5d6e67fba4b9361bc73bc779", "5d6e6806a4b936088465b17e", "5d6e68dea4b9361bcc29e659", "5d6e6911a4b9361bd5780d52", "5c0d591486f7744c505b416f", "58820d1224597753c90aeb13", "5d6e68c4a4b9361b93413f79", "5d6e68a8a4b9360b6c0d54e2", "5d6e68e6a4b9361c140bcfe0", "5d6e6869a4b9361c140bcfde", "5d6e68b3a4b9361bca7e50b5", "5d6e6891a4b9361bd473feea", "5d6e689ca4b9361bc8618956", "5d6e68d1a4b93622fe60e845"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 500, + "Description": "Заглушка магазина МР-153", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Заглушка магазина МР-153 12к для МР-153", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_mr153_izhmeh_12g_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "ReloadMagType": "InternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "МР153x4", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.1, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55d484b44bdc2d1d4e8b456d", + "_type": "Item" + }, + "56deeefcd2720bc8328b4568": { + "_id": "56deeefcd2720bc8328b4568", + "_name": "mag_mr153_izhmeh_12g_8", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "574880d12459771f661283c5", + "_max_count": 8, + "_name": "cartridges", + "_parent": "56deeefcd2720bc8328b4568", + "_props": { + "filters": [{ + "Filter": ["560d5e524bdc2d25448b4571", "5d6e6772a4b936088465b17c", "5d6e67fba4b9361bc73bc779", "5d6e6806a4b936088465b17e", "5d6e68dea4b9361bcc29e659", "5d6e6911a4b9361bd5780d52", "5c0d591486f7744c505b416f", "58820d1224597753c90aeb13", "5d6e68c4a4b9361b93413f79", "5d6e68a8a4b9360b6c0d54e2", "5d6e68e6a4b9361c140bcfe0", "5d6e6869a4b9361c140bcfde", "5d6e68b3a4b9361bca7e50b5", "5d6e6891a4b9361bd473feea", "5d6e689ca4b9361bc8618956", "5d6e68d1a4b93622fe60e845"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 2122, + "Description": "Удлиннитель магазина МР-153", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -6, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Удлиннитель магазина МР-153 12к для МР-153 до 8 ми патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_mr153_izhmeh_12g_8.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "ReloadMagType": "InternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "МР153x8", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.3, + "Width": 3, + "magAnimationIndex": 0 + }, + "_proto": "56deee15d2720bee328b4567", + "_type": "Item" + }, + "56def37dd2720bec348b456a": { + "_id": "56def37dd2720bec348b456a", + "_name": "tactical_all_surefire_x400_vis_laser", + "_parent": "55818b164bdc2ddc698b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9246, + "Description": "X400", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 33, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": 3, + "Name": "Тактический фонарь X400", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_all_surefire_x400_vis_laser.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "X400", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.138, + "Width": 1 + }, + "_proto": "560d657b4bdc2da74d8b4572", + "_type": "Item" + }, + "56dfef82d2720bbd668b4567": { + "_id": "56dfef82d2720bbd668b4567", + "_name": "patron_545x39_BP", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 41, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber545x39", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 129, + "Damage": 49, + "Description": "patron_545x39_BP", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.35, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.16, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 890, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_545x39_BP", + "NotShownInSlot": false, + "PenetrationChance": 0.72, + "PenetrationPower": 35, + "PenetrationPowerDiviation": 1.35, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_545x39_bp.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.36, + "SendToClient": false, + "ShortName": "patron_545x39_BP", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 8, + "SpeedRetardation": 0.000025, + "StackMaxRandom": 60, + "StackMaxSize": 60, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "5.45x39 мм БП", + "casingSounds": "rifle556" + }, + "_proto": "5656d7c34bdc2d9d198b4587", + "_type": "Item" + }, + "56dff026d2720bb8668b4567": { + "_id": "56dff026d2720bb8668b4567", + "_name": "patron_545x39_BS", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 57, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber545x39", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 380, + "Damage": 40, + "Description": "patron_545x39_BS", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.45, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.17, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 830, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_545x39_BS", + "NotShownInSlot": false, + "PenetrationChance": 0.75, + "PenetrationPower": 51, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_545x39_bs.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.38, + "SendToClient": false, + "ShortName": "patron_545x39_BS", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 5, + "SpeedRetardation": 0.000025, + "StackMaxRandom": 25, + "StackMaxSize": 60, + "StackMinRandom": 10, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": -3, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 10, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "5.45x39 мм БС", + "casingSounds": "rifle556" + }, + "_proto": "56dfef82d2720bbd668b4567", + "_type": "Item" + }, + "56dff061d2720bb5668b4567": { + "_id": "56dff061d2720bb5668b4567", + "_name": "patron_545x39_BT", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 49, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber545x39", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 240, + "Damage": 44, + "Description": "patron_545x39_BT", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.5, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.164, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 880, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_545x39_BT", + "NotShownInSlot": false, + "PenetrationChance": 0.66, + "PenetrationPower": 37, + "PenetrationPowerDiviation": 0.5, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_545x39_bt.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.37, + "SendToClient": false, + "ShortName": "patron_545x39_BT", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 6, + "SpeedRetardation": 0.000025, + "StackMaxRandom": 60, + "StackMaxSize": 60, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": true, + "TracerColor": "tracerRed", + "TracerDistance": 0.1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": -2, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 3, + "ammoSfx": "tracer_red", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "5.45x39 мм БТ", + "casingSounds": "rifle556" + }, + "_proto": "56dff026d2720bb8668b4567", + "_type": "Item" + }, + "56dff0bed2720bb0668b4567": { + "_id": "56dff0bed2720bb0668b4567", + "_name": "patron_545x39_FMJ", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 30, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber545x39", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 36, + "Damage": 56, + "Description": "patron_545x39_FMJ", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.25, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 884, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.28, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.03, + "Name": "patron_545x39_FMJ", + "NotShownInSlot": false, + "PenetrationChance": 0.51, + "PenetrationPower": 21, + "PenetrationPowerDiviation": 0.22, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_545x39_fmj.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.26, + "SendToClient": false, + "ShortName": "patron_545x39_FMJ", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 10, + "SpeedRetardation": 0.000025, + "StackMaxRandom": 15, + "StackMaxSize": 60, + "StackMinRandom": 2, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "5.45x39 мм FMJ", + "casingSounds": "rifle556" + }, + "_proto": "56dff061d2720bb5668b4567", + "_type": "Item" + }, + "56dff216d2720bbd668b4568": { + "_id": "56dff216d2720bbd668b4568", + "_name": "patron_545x39_HP", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 20, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber545x39", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 68, + "Damage": 74, + "Description": "patron_545x39_HP", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.35, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.15, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 884, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.15, + "LootExperience": 0, + "MalfunctionChance": 0.28, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 4, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.02, + "Name": "patron_545x39_HP", + "NotShownInSlot": false, + "PenetrationChance": 0.48, + "PenetrationPower": 11, + "PenetrationPowerDiviation": 0.64, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_545x39_hp.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.2, + "SendToClient": false, + "ShortName": "patron_545x39_HP", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 10, + "SpeedRetardation": 0.000025, + "StackMaxRandom": 60, + "StackMaxSize": 60, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 5, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "5.45x39 мм HP", + "casingSounds": "rifle556" + }, + "_proto": "56dff0bed2720bb0668b4567", + "_type": "Item" + }, + "56dff2ced2720bb4668b4567": { + "_id": "56dff2ced2720bb4668b4567", + "_name": "patron_545x39_PP", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 32, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 0.29, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber545x39", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 108, + "Damage": 48, + "Description": "patron_545x39_PP", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.17, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 890, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_545x39_PP", + "NotShownInSlot": false, + "PenetrationChance": 0.66, + "PenetrationPower": 33, + "PenetrationPowerDiviation": 0.5, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_545x39_pp.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.38, + "SendToClient": false, + "ShortName": "patron_545x39_PP", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 15, + "SpeedRetardation": 0.000025, + "StackMaxRandom": 60, + "StackMaxSize": 60, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 0.0036, + "casingName": "5.45x39 мм ПП", + "casingSounds": "rifle556" + }, + "_proto": "56dff216d2720bbd668b4568", + "_type": "Item" + }, + "56dff338d2720bbd668b4569": { + "_id": "56dff338d2720bbd668b4569", + "_name": "patron_545x39_PRS", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 28, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber545x39", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 46, + "Damage": 60, + "Description": "patron_545x39_PRS", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.15, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.3, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 890, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.308, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_545x39_PRS", + "NotShownInSlot": false, + "PenetrationChance": 0.51, + "PenetrationPower": 14, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_545x39_prs.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.04, + "SendToClient": false, + "ShortName": "patron_545x39_PRS", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 15, + "SpeedRetardation": 0.000025, + "StackMaxRandom": 60, + "StackMaxSize": 60, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -5, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "5.45x39 мм ПРС", + "casingSounds": "rifle556" + }, + "_proto": "56dff2ced2720bb4668b4567", + "_type": "Item" + }, + "56dff3afd2720bba668b4567": { + "_id": "56dff3afd2720bba668b4567", + "_name": "patron_545x39_PS", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 35, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber545x39", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 74, + "Damage": 50, + "Description": "patron_545x39_PS", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.4, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 890, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 4, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_545x39_PS", + "NotShownInSlot": false, + "PenetrationChance": 0.7, + "PenetrationPower": 27, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_545x39_ps.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.4, + "SendToClient": false, + "ShortName": "patron_545x39_PS", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 15, + "SpeedRetardation": 0.000025, + "StackMaxRandom": 60, + "StackMaxSize": 60, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "5.45x39 мм ПС", + "casingSounds": "rifle556" + }, + "_proto": "56dff338d2720bbd668b4569", + "_type": "Item" + }, + "56dff421d2720b5f5a8b4567": { + "_id": "56dff421d2720b5f5a8b4567", + "_name": "patron_545x39_SP", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 34, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber545x39", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 60, + "Damage": 68, + "Description": "patron_545x39_SP", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.45, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.1, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 873, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.1, + "LootExperience": 0, + "MalfunctionChance": 0.308, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.02, + "Name": "patron_545x39_SP", + "NotShownInSlot": false, + "PenetrationChance": 0.4, + "PenetrationPower": 11, + "PenetrationPowerDiviation": 0.5, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_545x39_sp.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.15, + "SendToClient": false, + "ShortName": "patron_545x39_SP", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 10, + "SpeedRetardation": 0.000025, + "StackMaxRandom": 60, + "StackMaxSize": 60, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": 10, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -15, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "5.45x39 мм SP", + "casingSounds": "rifle556" + }, + "_proto": "56dff3afd2720bba668b4567", + "_type": "Item" + }, + "56dff4a2d2720bbd668b456a": { + "_id": "56dff4a2d2720bbd668b456a", + "_name": "patron_545x39_T", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 38, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber545x39", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 40, + "Damage": 57, + "Description": "patron_545x39_T", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.15, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.16, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 883, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.364, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 4, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_545x39_T", + "NotShownInSlot": false, + "PenetrationChance": 0.54, + "PenetrationPower": 20, + "PenetrationPowerDiviation": 0.24, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_545x39_t.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.4, + "SendToClient": false, + "ShortName": "patron_545x39_T", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 10, + "SpeedRetardation": 0.000025, + "StackMaxRandom": 50, + "StackMaxSize": 60, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": true, + "TracerColor": "tracerRed", + "TracerDistance": 0.5, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": -5, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -5, + "ammoSfx": "tracer_red", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "5.45x39 мм Т", + "casingSounds": "rifle556" + }, + "_proto": "56dff421d2720b5f5a8b4567", + "_type": "Item" + }, + "56dff4ecd2720b5f5a8b4568": { + "_id": "56dff4ecd2720b5f5a8b4568", + "_name": "patron_545x39_US", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 34, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber545x39", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 79, + "Damage": 65, + "Description": "patron_545x39_US", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 0.8, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.1, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 303, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.28, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_545x39_US", + "NotShownInSlot": false, + "PenetrationChance": 0.45, + "PenetrationPower": 15, + "PenetrationPowerDiviation": 0.2, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_545x39_us.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.4, + "SendToClient": false, + "ShortName": "patron_545x39_US", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 10, + "SpeedRetardation": 0.000025, + "StackMaxRandom": 60, + "StackMaxSize": 60, + "StackMinRandom": 10, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": -50, + "ammoRec": -25, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "5.45x39 мм УС", + "casingSounds": "rifle556" + }, + "_proto": "56dff4a2d2720bbd668b456a", + "_type": "Item" + }, + "56e0598dd2720bb5668b45a6": { + "_id": "56e0598dd2720bb5668b45a6", + "_name": "weapon_tochmash_pb_9x18pm", + "_parent": "5447b5cf4bdc2d65278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.026, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.015, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.3, + "Chambers": [{ + "_id": "56e05a2ad2720bb4668b45a6", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "56e0598dd2720bb5668b45a6", + "_props": { + "filters": [{ + "Filter": ["573718ba2459775a75491131", "573719df2459775a626ccbc2", "57371aab2459775a77142f22", "57371b192459775a9f58a5e0", "57371e4124597760ff7b25f1", "57371eb62459776125652ac1", "57371f8d24597761006c6a81", "5737201124597760fc4431f1", "5737207f24597760ff7b25f2", "57371f2b24597761224311f1", "573719762459775a626ccbc1", "573720e02459776143012541", "57372140245977611f70ee91", "5737218f245977612125ba51"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 5, + "CoolFactor": 1, + "CreditsPrice": 11498, + "Description": "Пистолет бесшумный ПБ (Индекс ГРАУ 6П9) — был создан для вооружения армейских разведывательных групп, а также персонала КГБ СССР, принят на вооружение в 1967 году. Продолжает находиться на вооружении спецподразделений ФСБ и внутренних войск МВД РФ.", + "DeviationCurve": 5, + "DeviationMax": 17, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 80, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_pistol", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "Пистолет бесшумный ПБ 9х18ПМ", + "NotShownInSlot": false, + "OperatingResource": 3000, + "Prefab": { + "path": "assets/content/weapons/pb/weapon_tochmash_pb_9x18pm_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 85, + "RecoilCenter": { + "x": 0, + "y": -0.44, + "z": -0.005 + }, + "RecoilForceBack": 260, + "RecoilForceUp": 455, + "RecolDispersion": 20, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 69, + "RepairSpeed": 20, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.45, + "z": -0.05 + }, + "SendToClient": false, + "ShortName": "ПБ", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "56e05b74d2720bb8668b4586", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "56e0598dd2720bb5668b45a6", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["55d485be4bdc2d962f8b456f", "5448c12b4bdc2d02308b456f"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "56e05b97d2720bb4668b45a7", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "56e0598dd2720bb5668b45a6", + "_props": { + "filters": [{ + "Filter": ["56e05b06d2720bb2668b4586"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "56e05bbed2720bba668b45a6", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "56e0598dd2720bb5668b45a6", + "_props": { + "filters": [{ + "Filter": ["56e05a6ed2720bd0748b4567"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -13.12, + "Weight": 0.674, + "Width": 2, + "ammoCaliber": "Caliber9x18PM", + "bEffDist": 50, + "bFirerate": 30, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "573719762459775a626ccbc1", + "defMagType": "5448c12b4bdc2d02308b456f", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 10, + "weapClass": "pistol", + "weapFireType": ["single"], + "weapUseType": "secondary" + }, + "_proto": "5448bd6b4bdc2dfc2f8b4569", + "_type": "Item" + }, + "56e05a6ed2720bd0748b4567": { + "_id": "56e05a6ed2720bd0748b4567", + "_name": "pistolgrip_pb_tochmash_pb_std", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1001, + "Description": "Штатные бакелитовые? щечки для пистолета ПБ.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Щечки ЦНИИ Точмаш Бакелитовые для ПБ", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_pb_tochmash_pb_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ПБ Бакелит", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.102, + "Width": 1 + }, + "_proto": "5649ade84bdc2d1b2b8b4587", + "_type": "Item" + }, + "56e05b06d2720bb2668b4586": { + "_id": "56e05b06d2720bb2668b4586", + "_name": "silencer_pb_tochmash_std_9x18pm", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9730, + "Description": "Штатный съемный глушитель от пистолета ПБ.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.65, + "EffectiveDistance": 0, + "Ergonomics": -21, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": -28, + "MergesWithChildren": false, + "Name": "Глушитель штатный ПБ 9х18 ПМ", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_pb_tochmash_std_9x18pm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -12, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Глуш. ПБ", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 12, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1, + "Weight": 0.131, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "564caa3d4bdc2d17108b458e", + "_type": "Item" + }, + "56e294cdd2720b603a8b4575": { + "_id": "56e294cdd2720b603a8b4575", + "_name": "endlessBackpack", + "_parent": "5448e53e4bdc2d60728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100000000, + "Description": "Developer Pack", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "GridLayoutName": "", + "Grids": [{ + "_id": "56e294d8d2720bbb668b456a", + "_name": "main", + "_parent": "56e294cdd2720b603a8b4575", + "_props": { + "cellsH": 6, + "cellsV": 50, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 4, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_backpack", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Developer Pack", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_trizip/item_equipment_backpack_trizip.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Developer Pack", + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 4, + "speedPenaltyPercent": 0 + }, + "_proto": "545cdae64bdc2d39198b4568", + "_type": "Item" + }, + "56e335e4d2720b6c058b456d": { + "_id": "56e335e4d2720b6c058b456d", + "_name": "backpack_wild", + "_parent": "5448e53e4bdc2d60728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 14994, + "Description": "Very Wild Backpack", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "GridLayoutName": "", + "Grids": [{ + "_id": "56e33614d2720b6c058b456e", + "_name": "main", + "_parent": "56e335e4d2720b6c058b456d", + "_props": { + "cellsH": 4, + "cellsV": 5, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 5, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_backpack", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Very Wild Backpack", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_baselardwild/item_equipment_backpack_baselardwild.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "VWB", + "Slots": [], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.4, + "Width": 4, + "speedPenaltyPercent": -8 + }, + "_proto": "545cdae64bdc2d39198b4568", + "_type": "Item" + }, + "56e33634d2720bd8058b456b": { + "_id": "56e33634d2720bd8058b456b", + "_name": "forward_backpack", + "_parent": "5448e53e4bdc2d60728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2075, + "Description": "Forward into Backpack", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "GridLayoutName": "", + "Grids": [{ + "_id": "56e33661d2720b4c098b456a", + "_name": "main", + "_parent": "56e33634d2720bd8058b456b", + "_props": { + "cellsH": 4, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_backpack", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Forward into Backpack", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_sportbag/item_equipment_backpack_sportbag.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "FiB", + "Slots": [], + "SpawnChance": 12, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.9, + "Width": 4, + "speedPenaltyPercent": -8 + }, + "_proto": "56e335e4d2720b6c058b456d", + "_type": "Item" + }, + "56e33680d2720be2748b4576": { + "_id": "56e33680d2720be2748b4576", + "_name": "tactical_backpack", + "_parent": "5448e53e4bdc2d60728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1831, + "Description": "Tacticool Backpack", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "GridLayoutName": "", + "Grids": [{ + "_id": "56e336afd2720be2748b4577", + "_name": "main", + "_parent": "56e33680d2720be2748b4576", + "_props": { + "cellsH": 3, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_backpack", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Tacticool Backpack", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_tactical/item_equipment_backpack_tactical.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "TB", + "Slots": [], + "SpawnChance": 13, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.7, + "Width": 3, + "speedPenaltyPercent": 0 + }, + "_proto": "56e33634d2720bd8058b456b", + "_type": "Item" + }, + "56ea6fafd2720b844b8b4593": { + "_id": "56ea6fafd2720b844b8b4593", + "_name": "muzzle_ar15_noveske_kx3_556x45", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 3, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7237, + "Description": "This KX3 may be used on: \n5.56mm = 1/2x28 \n300BLK, 6.8, & 7.62 = 5/8x24\nGerman rifles = M15x1 \nM14x1LH", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.94, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Пламегаситель Noveske KX3 5.56x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar15_noveske_kx3_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -7, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "KX3", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.4, + "Weight": 0.204, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "56ea70acd2720b844b8b4594": { + "_id": "56ea70acd2720b844b8b4594", + "_name": "scope_34mm_hensoldt_zf_4_16x56_ff", + "_parent": "55818ae44bdc2dde698b456c", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.125, 0.0313]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200, 250, 300, 350, 400, 450]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "5c7d55f52e221644f31bff6a"], + "CreditsPrice": 55784, + "CustomAimPlane": "", + "Description": "scope_34mm_hensoldt_zf_4_16x56_ff", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -6, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [2], + "Name": "scope_34mm_hensoldt_zf_4_16x56_ff", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200, 250, 300, 350, 400, 450], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_34mm_hensoldt_zf_4_16x56_ff.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_34mm_hensoldt_zf_4_16x56_ff", + "SightModesCount": 2, + "SightingRange": 1500, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.9, + "Width": 2, + "Zooms": [[4, 16]], + "aimingSensitivity": 0.06, + "sightModType": "optic" + }, + "_proto": "544a3d0a4bdc2d1b388b4567", + "_type": "Item" + }, + "56ea7165d2720b6e518b4583": { + "_id": "56ea7165d2720b6e518b4583", + "_name": "charge_ar15_badger_ordnance_tactical_latch", + "_parent": "55818a6f4bdc2db9688b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4396, + "Description": "The Badger Ordnance Tactical Charging Handle is optimized for use with Mil Spec AR-15/M16/M4 platform rifles and features our popular Gen I Tactical Latch preinstalled. All components are machined from 6061 Alloy and Mil Spec Type III Hardcoat Anodized.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "charge_ar15_badger_ordnance_tactical_latch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/charges/charge_ar15_badger_ordnance_tactical_latch.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "BOTLcharge_ar15_badger_ordnance_tactical_latch", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.064, + "Width": 1 + }, + "_proto": "55d44fd14bdc2d962f8b456e", + "_type": "Item" + }, + "56ea7293d2720b8d4b8b45ba": { + "_id": "56ea7293d2720b8d4b8b45ba", + "_name": "sight_rear_p226_sight_mount_220-239", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3819, + "CustomAimPlane": "", + "Description": "sight_rear_p226_sight_mount_220-239", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_p226_sight_mount_220-239", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_p226_sight_mount_220-239.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_p226_sight_mount_220-239", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [{ + "_id": "56ea7355d2720bc64d8b458a", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "56ea7293d2720b8d4b8b45ba", + "_props": { + "filters": [{ + "Filter": ["577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 20, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.028, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "5649d9a14bdc2d79388b4580", + "_type": "Item" + }, + "56ea8180d2720bf2698b456a": { + "_id": "56ea8180d2720bf2698b456a", + "_name": "muzzle_ar15_kac_qd_compensator_556x45", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 3, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5500, + "Description": "muzzle_ar15_kac_qd_compensator_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar15_kac_qd_compensator_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar15_kac_qd_compensator_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar15_kac_qd_compensator_556x45", + "SightingRange": 0, + "Slots": [{ + "_id": "57da91d72459771cb524d22c", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "56ea8180d2720bf2698b456a", + "_props": { + "filters": [{ + "Filter": ["57da93632459771cb65bf83f", "57dbb57e2459774673234890"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.063, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "56ea8222d2720b69698b4567": { + "_id": "56ea8222d2720b69698b4567", + "_name": "bipod_sv-98_izhmash_bipod_std", + "_parent": "55818afb4bdc2dde698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4269, + "Description": "Написать", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Сошки Ижмаш СВ-98", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/bipods/bipod_sv-98_izhmash_bipod_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Сошки СВ-98", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.472, + "Width": 2 + }, + "_type": "Item" + }, + "56ea8d2fd2720b7c698b4570": { + "_id": "56ea8d2fd2720b7c698b4570", + "_name": "gas_block_ar15_windham_weaponry_rail_gas_block", + "_parent": "56ea9461d2720b67698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["55f84c3c4bdc2d5f408b4576", "588b56d02459771481110ae2", "5a329052c4a28200741e22d3", "595cfa8b86f77427437e845b", "595cf16b86f77427440c32e2"], + "CreditsPrice": 4190, + "Description": "gas_block_ar15_windham_weaponry_rail_gas_block", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 50, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "gas_block_ar15_windham_weaponry_rail_gas_block", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/gasblock/gas_block_ar15_windham_weaponry_rail_gas_block.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "gas_block_ar15_windham_weaponry_rail_gas_block", + "SightingRange": 0, + "Slots": [{ + "_id": "56ea8dc5d2720b67698b456e", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "56ea8d2fd2720b7c698b4570", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c", "55d4af3a4bdc2d972f8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 23, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.12, + "Width": 1 + }, + "_type": "Item" + }, + "56ea9461d2720b67698b456f": { + "_id": "56ea9461d2720b67698b456f", + "_name": "Gasblock", + "_parent": "550aa4154bdc2dd8348b456b", + "_props": { + "DurabilityBurnModificator": 1, + "HeatFactor": 1 + }, + "_type": "Node" + }, + "56eabcd4d2720b66698b4574": { + "_id": "56eabcd4d2720b66698b4574", + "_name": "gas_block_ar15_dd_mk12_low_profile", + "_parent": "56ea9461d2720b67698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4756, + "Description": "gas_block_ar15_dd_mk12_low_profile", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "gas_block_ar15_dd_mk12_low_profile", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/gasblock/gas_block_ar15_dd_mk12_low_profile.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "gas_block_ar15_dd_mk12_low_profile", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.053, + "Width": 1 + }, + "_proto": "56ea8d2fd2720b7c698b4570", + "_type": "Item" + }, + "56eabf3bd2720b75698b4569": { + "_id": "56eabf3bd2720b75698b4569", + "_name": "stock_ar15_magpul_moe_carbine_blk", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7719, + "Description": "stock_ar15_magpul_moe_carbine_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_magpul_moe_carbine_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_magpul_moe_carbine_blk.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -30, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_magpul_moe_carbine_blk", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "58d2910886f7744e27117492", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "56eabf3bd2720b75698b4569", + "_props": { + "filters": [{ + "Filter": ["58d2912286f7744e27117493"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.226, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "570fd6c2d2720bc6458b457f": { + "_id": "570fd6c2d2720bc6458b457f", + "_name": "scope_all_eotech_553", + "_parent": "55818ad54bdc2ddc698b4569", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.7]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 19377, + "CustomAimPlane": "", + "Description": "scope_all_eotech_553Совместим с приборами ночного видения за счет NV режима марки.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_all_eotech_553", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_all_eotech_553.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_all_eotech_553", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.349, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.6, + "sightModType": "iron" + }, + "_proto": "558022b54bdc2dac148b458d", + "_type": "Item" + }, + "570fd721d2720bc5458b4596": { + "_id": "570fd721d2720bc5458b4596", + "_name": "scope_all_walther_mrs", + "_parent": "55818ad54bdc2ddc698b4569", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.85, 0.85, 0.85, 0.85]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 10000, + "CustomAimPlane": "", + "Description": "Коллиматорный прицел Walther Multi-Reticle Point Sight - MRS", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [4], + "Name": "Walther MRS", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_all_walther_mrs.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "MRS", + "SightModesCount": 4, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.113, + "Width": 1, + "Zooms": [[1, 1, 1, 1]], + "aimingSensitivity": 0.6, + "sightModType": "iron" + }, + "_proto": "570fd6c2d2720bc6458b457f", + "_type": "Item" + }, + "570fd79bd2720bc7458b4583": { + "_id": "570fd79bd2720bc7458b4583", + "_name": "scope_all_ekb_okp7", + "_parent": "55818ad54bdc2ddc698b4569", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.7]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 12767, + "CustomAimPlane": "", + "Description": "scope_all_ekb_okp7", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_all_ekb_okp7", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_all_ekb_okp7.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_all_ekb_okp7", + "SightModesCount": 1, + "SightingRange": 250, + "Slots": [], + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.255, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.6, + "sightModType": "reflex" + }, + "_proto": "570fd721d2720bc5458b4596", + "_type": "Item" + }, + "5710c24ad2720bc3458b45a3": { + "_id": "5710c24ad2720bc3458b45a3", + "_name": "weapon_grenade_f1", + "_parent": "543be6564bdc2df4348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorDistanceDistanceDamage": { + "x": 1, + "y": 4, + "z": 25 + }, + "BackgroundColor": "grey", + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "CanBeHiddenDuringThrow": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 1.5, + "y": 4, + "z": 15 + }, + "ContusionDistance": 12, + "CreditsPrice": 5600, + "Description": "Ф-1, ручная противопехотная оборонительная граната. Предназначена для поражения живой силы в оборонительном бою. Из-за значительного радиуса разлёта осколков метать её можно только из-за укрытия", + "DiscardingBlock": false, + "EmitTime": 0, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExplDelay": 3, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentsCount": 90, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "grenade", + "LootExperience": 20, + "MaxExplosionDistance": 7, + "MergesWithChildren": false, + "MinExplosionDistance": 3, + "Name": "Граната Ф-1", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/f1/weapon_grenade_f1_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Ф-1", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Strength": 80, + "ThrowType": "frag_grenade", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.6, + "Width": 1, + "explDelay": 3.5, + "throwDamMax": 0 + }, + "_proto": "5448be9a4bdc2dfd2f8b456a", + "_type": "Item" + }, + "571659bb2459771fb2755a12": { + "_id": "571659bb2459771fb2755a12", + "_name": "pistolgrip_ar15_damage_industries_ecs_fde", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1599, + "Description": "Полимерная пистолетная рукоятка ECS устанавливается на любое оружие совместимое с пистолетными рукоятками от AR-15. Единственное отличие от штатной рукоятки- цвет.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5.5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Пистолетная рукоятка DI ECS FDE для AR-15 совместимых", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ar15_damage_industries_ecs_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ECS FDE", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "571a12c42459771f627b58a0": { + "_id": "571a12c42459771f627b58a0", + "_name": "weapon_toz_tt_762x25tt", + "_parent": "5447b5cf4bdc2d65278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.026, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.025, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0, + "Chambers": [{ + "_id": "571a13822459771fb2755a68", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "571a12c42459771f627b58a0", + "_props": { + "filters": [{ + "Filter": ["5735ff5c245977640e39ba7e", "573601b42459776410737435", "573602322459776445391df1", "5736026a245977644601dc61", "573603562459776430731618", "573603c924597764442bd9cb", "5735fdcd2459776445391d61"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 5, + "CoolFactor": 1, + "CreditsPrice": 4189, + "Description": "weapon_toz_tt_762x25tt_gold", + "DeviationCurve": 5, + "DeviationMax": 17, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 70, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_pistol", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_toz_tt_762x25tt_gold", + "NotShownInSlot": false, + "OperatingResource": 2600, + "Prefab": { + "path": "assets/content/weapons/tt/weapon_toz_tt_762x25tt_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.44, + "z": -0.005 + }, + "RecoilForceBack": 325, + "RecoilForceUp": 650, + "RecolDispersion": 10, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 21, + "RepairSpeed": 3, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.45, + "z": -0.05 + }, + "SendToClient": false, + "ShortName": "weapon_toz_tt_762x25tt_gold", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "571a13b32459771fd448f522", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "571a12c42459771f627b58a0", + "_props": { + "filters": [{ + "Filter": ["571a26d524597720680fbe8a", "571a279b24597720b4066566", "5b3baf8f5acfc40dc5296692"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "571a13d82459771fd448f523", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "571a12c42459771f627b58a0", + "_props": { + "filters": [{ + "Filter": ["5c0684e50db834002a12585a", "5bffcf7a0db83400232fea79", "5c079ec50db834001966a706", "5b3cadf35acfc400194776a0", "571a282c2459771fb2755a69"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "571a39602459771d1a341e26", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "571a12c42459771f627b58a0", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["571a29dc2459771fb2755a6a"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5bffd9000db83400232feb12", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "571a12c42459771f627b58a0", + "_props": { + "filters": [{ + "Filter": ["5bffd7ed0db834001d23ebf9"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c079fef0db834001808abf8", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "571a12c42459771f627b58a0", + "_props": { + "filters": [{ + "Filter": ["5c079ed60db834001a66b372"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.664, + "Width": 2, + "ammoCaliber": "Caliber762x25TT", + "bEffDist": 50, + "bFirerate": 30, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5736026a245977644601dc61", + "defMagType": "571a29dc2459771fb2755a6a", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 10, + "weapClass": "pistol", + "weapFireType": ["single"], + "weapUseType": "secondary" + }, + "_proto": "56d59856d2720bd8418b456a", + "_type": "Item" + }, + "571a26d524597720680fbe8a": { + "_id": "571a26d524597720680fbe8a", + "_name": "barrel_tt_116mm_762x25tt_std", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.35, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1165, + "Description": "Штатный ствол для пистолета ТТ.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 116мм для ТТ 7.62х25 ТТ", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_tt_116mm_762x25tt_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "116мм ТТ 7.62х25 ТТ", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [], + "SpawnChance": 35, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -2.32, + "Weight": 0.06, + "Width": 1 + }, + "_proto": "56d5a1f7d2720bb3418b456a", + "_type": "Item" + }, + "571a279b24597720b4066566": { + "_id": "571a279b24597720b4066566", + "_name": "barrel_tt_116mm_762x25tt_threaded", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.27, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2149, + "Description": "Изготовленный кустарным методом ствол для пистолета ТТ, с резьбой для установки глушителя.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол кустарный 116мм с резьбой для ТТ 7.62х25 ТТ", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_tt_116mm_762x25tt_threaded.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -3.25, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "116мм куст. ТТ 7.62х25 ТТ", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "571a29612459771fd90bb671", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "571a279b24597720b4066566", + "_props": { + "filters": [{ + "Filter": ["571a28e524597720b4066567"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -2.31, + "Weight": 0.062, + "Width": 1 + }, + "_proto": "571a26d524597720680fbe8a", + "_type": "Item" + }, + "571a282c2459771fb2755a69": { + "_id": "571a282c2459771fb2755a69", + "_name": "pistolgrip_tt_toz_tt_std", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1006, + "Description": "Штатные щечки для пистолета ТТ послевоенного выпуска.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Щечки штатные для ТТ", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_tt_toz_tt_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Щеч. ТТ", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "571659bb2459771fb2755a12", + "_type": "Item" + }, + "571a28e524597720b4066567": { + "_id": "571a28e524597720b4066567", + "_name": "silencer_tt_custom_noname_762x25tt", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 14904, + "Description": "Самопальный глушитель для ТТ с кустарным стволом. Устанавливать и вести стрельбу только на свой страх и риск.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.75, + "EffectiveDistance": 0, + "Ergonomics": -12, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": -30, + "MergesWithChildren": true, + "Name": "Глушитель кустарный 7.62х25 ТТ", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_tt_custom_noname_762x25tt.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Глуш. ТТ", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.75, + "Weight": 0.332, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "56e05b06d2720bb2668b4586", + "_type": "Item" + }, + "571a29dc2459771fb2755a6a": { + "_id": "571a29dc2459771fb2755a6a", + "_name": "mag_tt_toz_std_762x25tt_8", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "574880e12459771f643ff53a", + "_max_count": 8, + "_name": "cartridges", + "_parent": "571a29dc2459771fb2755a6a", + "_props": { + "filters": [{ + "Filter": ["5735ff5c245977640e39ba7e", "573601b42459776410737435", "573602322459776445391df1", "5736026a245977644601dc61", "573603562459776430731618", "573603c924597764442bd9cb", "5735fdcd2459776445391d61"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 1, + "CheckTimeModifier": -20, + "ConflictingItems": [], + "CreditsPrice": 1157, + "Description": "Штатный магазин на 8 патронов для пистолета ТТ.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": -15, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин стандартный 7.62х25 ТТ для ТТ на 8 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_tt_toz_std_762x25tt_8.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "7.62х25 ТТ", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-1;4-8", + "Weight": 0.08, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "56d59948d2720bb7418b4582", + "_type": "Item" + }, + "57235b6f24597759bf5a30f1": { + "_id": "57235b6f24597759bf5a30f1", + "_name": "nvg_pvs_14", + "_parent": "5a2c3a9486f774688b05e574", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.2]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "Color": { + "a": 254, + "b": 86, + "g": 255, + "r": 183 + }, + "ConflictingItems": [], + "CreditsPrice": 91951, + "CustomAimPlane": "", + "Description": "ПНВ", + "DiffuseIntensity": 0.022, + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasHinge": true, + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "Intensity": 2.27, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "Loudness": 0, + "Mask": "OldMonocular", + "MaskSize": 1.2, + "MergesWithChildren": false, + "ModesCount": [1], + "Name": "ПНВ", + "NoiseIntensity": 0.02, + "NoiseScale": 5, + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/equipment/customizable/pvs_14/nvg_pvs_14.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "ПНВ", + "SightModesCount": 1, + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": ["Bear", "Usec", "Savage"], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.65, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.2, + "sightModType": "iron" + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "572b7adb24597762ae139821": { + "_id": "572b7adb24597762ae139821", + "_name": "wild_vest", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4199, + "Description": "Wild Vest", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "583813ed2459777779793e81", + "_name": "1", + "_parent": "572b7adb24597762ae139821", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5838153b2459777781082b73", + "_name": "2", + "_parent": "572b7adb24597762ae139821", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5838154324597776891e38f1", + "_name": "3", + "_parent": "572b7adb24597762ae139821", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5838155324597776891e38f2", + "_name": "4", + "_parent": "572b7adb24597762ae139821", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "Wild Vest", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_vestwild/item_equipment_rig_vestwild.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RigLayoutName": "Wild Wild Vest", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Wild Vest", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.4, + "Width": 2, + "armorClass": 0, + "armorZone": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5648a69d4bdc2ded0b8b457b", + "_type": "Item" + }, + "572b7d8524597762b472f9d1": { + "_id": "572b7d8524597762b472f9d1", + "_name": "cap", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1021, + "DeafStrength": "None", + "Description": "Cap", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "Cap", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_capsuperman/item_equipment_head_capsuperman.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Cap", + "Slots": [], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "572b7f1624597762ae139822": { + "_id": "572b7f1624597762ae139822", + "_name": "balaclava", + "_parent": "5a341c4686f77469e155819e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2589, + "DeafStrength": "None", + "Description": "Balaclava", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "Balaclava", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/facecover_balaclava/item_equipment_facecover_balaclava.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Balaclava", + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7d8524597762b472f9d1", + "_type": "Item" + }, + "572b7fa124597762b472f9d2": { + "_id": "572b7fa124597762b472f9d2", + "_name": "knitcap", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1070, + "DeafStrength": "None", + "Description": "Knitcap", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "Knitcap", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_knitcap/item_equipment_head_knitcap.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Knitcap", + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7f1624597762ae139822", + "_type": "Item" + }, + "572b7fa524597762b747ce82": { + "_id": "572b7fa524597762b747ce82", + "_name": "mask", + "_parent": "5a341c4686f77469e155819e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2614, + "DeafStrength": "None", + "Description": "Mask", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "Mask", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/facecover_buffalo/item_equipment_facecover_buffalo.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Mask", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7fa124597762b472f9d2", + "_type": "Item" + }, + "5732ee6a24597719ae0c0281": { + "_id": "5732ee6a24597719ae0c0281", + "_name": "Сумочка", + "_parent": "5448bf274bdc2dfc2f8b456a", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": false, + "CanSellOnRagfair": false, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 15000, + "Description": "", + "DiscardingBlock": true, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5732efe224597719bd402b1f", + "_name": "main", + "_parent": "5732ee6a24597719ae0c0281", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5a341c4086f77401f2541505", "55818aeb4bdc2ddc698b456a", "5b3b6dc75acfc47a8773fb1e", "5a1ead28fcdbcb001912fa9f", "587e08ee245977446b4410cf", "5c0695860db834001b735461", "5a16b93dfcdbcbcae6687261", "5a16b8a9fcdbcb00165aa6ca", "5c11046cd174af02a012e42b", "5448bf274bdc2dfc2f8b456a"], + "Filter": ["5448eb774bdc2d0a728b4567", "543be5f84bdc2dd4348b456a", "5448fe124bdc2da5018b4567", "59fafd4b86f7745ca07e1232", "5d235bb686f77443f4331278", "5c093e3486f77430cb02e593", "590c60fc86f77412b13fddcf", "5783c43d2459774bbe137486", "543be6674bdc2df1348b4569", "5448ecbe4bdc2d60728b4568", "543be5e94bdc2df1348b4568", "5447e1d04bdc2dff2f8b4567", "567849dd4bdc2d150f8b456e", "543be5664bdc2dd4348b4569", "5447e0e74bdc2d3c308b4567", "5661632d4bdc2d903d8b456b", "543be5cb4bdc2deb348b4568"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 2, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_pouch", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Дамская сумочка", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_beltbag/item_equipment_backpack_beltbag.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Сумка", + "Slots": [], + "SpawnChance": 0.1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.2, + "Width": 2, + "containType": [], + "isSecured": true, + "lootFilter": [], + "maxCountSpawn": 0, + "minCountSpawn": 0, + "openedByKeyID": [], + "sizeHeight": 2, + "sizeWidth": 2, + "spawnRarity": "Common", + "spawnTypes": "None" + }, + "_proto": "544a11ac4bdc2d470e8b456a", + "_type": "Item" + }, + "5733279d245977289b77ec24": { + "_id": "5733279d245977289b77ec24", + "_name": "car_battery", + "_parent": "57864ee62459775490116fc1", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 61563, + "Description": "Automobile battery", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "spec_armorrep", + "LootExperience": 25, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Auto battery", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/car_battery/item_car_battery.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "A Battery", + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 12, + "Width": 3 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "573474f924597738002c6174": { + "_id": "573474f924597738002c6174", + "_name": "chain", + "_parent": "57864a3d24597754843f8721", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7235, + "Description": "Neck chain", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "jewelry", + "LootExperience": 40, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Neck chain", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/chain/item_chain.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Chain", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "5734758f24597738025ee253": { + "_id": "5734758f24597738025ee253", + "_name": "chain_gold", + "_parent": "57864a3d24597754843f8721", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 38177, + "Description": "Golden neck chain", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "jewelry", + "LootExperience": 50, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Golden neck chain", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/chain/item_chain_gold.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Golden chain", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "573474f924597738002c6174", + "_type": "Item" + }, + "573475fb24597737fb1379e1": { + "_id": "573475fb24597737fb1379e1", + "_name": "cigarettes_soyuz_apollo", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2500, + "Description": "Cigarettes Apollon Souz", + "DiscardingBlock": false, + "DogTagQualities": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Cigarettes Apollon Souz", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/cigarettes/item_cigarettes_soyuz_apollo.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Cigarettes", + "SpawnChance": 22, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "5734758f24597738025ee253", + "_type": "Item" + }, + "573476d324597737da2adc13": { + "_id": "573476d324597737da2adc13", + "_name": "cigarettes_malboro", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2210, + "Description": "Cigarettes Malboro", + "DiscardingBlock": false, + "DogTagQualities": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Cigarettes Malboro", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/cigarettes/item_cigarettes_malboro.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Cigarettes", + "SpawnChance": 20, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "573475fb24597737fb1379e1", + "_type": "Item" + }, + "573476f124597737e04bf328": { + "_id": "573476f124597737e04bf328", + "_name": "cigarettes_wilston", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7984, + "Description": "Cigarettes Winston", + "DiscardingBlock": false, + "DogTagQualities": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Cigarettes Winston", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/cigarettes/item_cigarettes_wilston.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Cigarettes", + "SpawnChance": 13, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "573476d324597737da2adc13", + "_type": "Item" + }, + "5734770f24597738025ee254": { + "_id": "5734770f24597738025ee254", + "_name": "cigarettes_strike", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3120, + "Description": "Cigarettes Strike", + "DiscardingBlock": false, + "DogTagQualities": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Cigarettes Strike", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/cigarettes/item_cigarettes_strike.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Cigarettes", + "SpawnChance": 16, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "573476f124597737e04bf328", + "_type": "Item" + }, + "5734773724597737fd047c14": { + "_id": "5734773724597737fd047c14", + "_name": "condensed_milk", + "_parent": "5448e8d04bdc2ddf718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 24943, + "Description": "Condensed milk", + "DiscardingBlock": false, + "ExamineExperience": 20, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_tin_can", + "LootExperience": 50, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "Condensed milk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_food_condensed_milk/item_food_condensed_milk_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Condensed milk", + "SpawnChance": 9, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "Buffs_food_condensed_milk", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_food_condensed_milk/item_food_condensed_milk_container.bundle", + "rcid": "" + }, + "Weight": 0.4, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 75 + }, + "Hydration": { + "value": -65 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 4 + }, + "_proto": "5734770f24597738025ee254", + "_type": "Item" + }, + "5734779624597737e04bf329": { + "_id": "5734779624597737e04bf329", + "_name": "cooler_fan", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4670, + "Description": "PC cooler", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "smallmetal", + "LootExperience": 30, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "PC cooler", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/cooler_fan/item_cooler_fan.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Cooler", + "SpawnChance": 9, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "5734773724597737fd047c14", + "_type": "Item" + }, + "573477e124597737dd42e191": { + "_id": "573477e124597737dd42e191", + "_name": "CPU", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 13914, + "Description": "Central processing unit", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 40, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "PC CPU", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/cpu/item_cpu.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "CPU", + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "5734779624597737e04bf329", + "_type": "Item" + }, + "5734781f24597737e04bf32a": { + "_id": "5734781f24597737e04bf32a", + "_name": "dvd_drive", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8295, + "Description": "PC DVD rom", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "DVD rom", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/dvd_drive/item_dvd_drive.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "DVD", + "SpawnChance": 11, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.6, + "Width": 2 + }, + "_proto": "573477e124597737dd42e191", + "_type": "Item" + }, + "573478bc24597738002c6175": { + "_id": "573478bc24597738002c6175", + "_name": "horse_figurine", + "_parent": "57864a3d24597754843f8721", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 11448, + "Description": "Horse statue", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 30, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Horse statue", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/horse_figurine/item_horse_figurine.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Statue", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1 + }, + "_proto": "5734781f24597737e04bf32a", + "_type": "Item" + }, + "5734795124597738002c6176": { + "_id": "5734795124597738002c6176", + "_name": "insulation_tape", + "_parent": "57864ada245977548638de91", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2019, + "Description": "insulating tape", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 5, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "insulating tape", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/insulation_tape/item_insulation_tape.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Tape", + "SpawnChance": 16, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "573478bc24597738002c6175", + "_type": "Item" + }, + "57347b8b24597737dd42e192": { + "_id": "57347b8b24597737dd42e192", + "_name": "matches", + "_parent": "57864e4c24597754843f8723", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2020, + "Description": "Matches", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 5, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Matches", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/matches/item_matches.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Matches", + "SpawnChance": 16, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.005, + "Width": 1 + }, + "_proto": "5734795124597738002c6176", + "_type": "Item" + }, + "57347baf24597738002c6178": { + "_id": "57347baf24597738002c6178", + "_name": "ram_module", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 10966, + "Description": "Random-access memory", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "RAM", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/ram_module/item_ram_module.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "RAM", + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "57347b8b24597737dd42e192", + "_type": "Item" + }, + "57347c1124597737fb1379e3": { + "_id": "57347c1124597737fb1379e3", + "_name": "ducttape", + "_parent": "57864ada245977548638de91", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2499, + "Description": "Duct tape", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 5, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Duct tape", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/ducttape/item_ducttape.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Duct tape", + "SpawnChance": 17, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "57347baf24597738002c6178", + "_type": "Item" + }, + "57347c2e24597744902c94a1": { + "_id": "57347c2e24597744902c94a1", + "_name": "power_supply_unit", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7936, + "Description": "Power supply", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 25, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Power supply", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/power_supply_unit/item_power_supply_unit.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Power supply", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.8, + "Width": 2 + }, + "_proto": "57347c1124597737fb1379e3", + "_type": "Item" + }, + "57347c5b245977448d35f6e1": { + "_id": "57347c5b245977448d35f6e1", + "_name": "screw_bolts", + "_parent": "57864ada245977548638de91", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 11000, + "Description": "Bolts", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "jewelry", + "LootExperience": 5, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Bolts", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/screw_nut_bolt/item_screw_bolts.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Bolts", + "SpawnChance": 24, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.4, + "Width": 1 + }, + "_proto": "57347c2e24597744902c94a1", + "_type": "Item" + }, + "57347c77245977448d35f6e2": { + "_id": "57347c77245977448d35f6e2", + "_name": "screw_nuts", + "_parent": "57864ada245977548638de91", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8700, + "Description": "Screw nut", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "jewelry", + "LootExperience": 5, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Screw nut", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/screw_nut_bolt/item_screw_nuts.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Screw nut", + "SpawnChance": 24, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.4, + "Width": 1 + }, + "_proto": "57347c5b245977448d35f6e1", + "_type": "Item" + }, + "57347c93245977448d35f6e3": { + "_id": "57347c93245977448d35f6e3", + "_name": "toothpaste", + "_parent": "57864c322459775490116fbf", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1927, + "Description": "toothpaste", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 5, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "toothpaste", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/toothpaste/item_toothpaste.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "toothpaste", + "SpawnChance": 11, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "57347c77245977448d35f6e2", + "_type": "Item" + }, + "57347ca924597744596b4e71": { + "_id": "57347ca924597744596b4e71", + "_name": "video_card", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 198000, + "Description": "Video card", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 45, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Video card", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/video_card/item_video_card.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Video card", + "SpawnChance": 0.4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.6, + "Width": 2 + }, + "_proto": "57347c93245977448d35f6e3", + "_type": "Item" + }, + "57347cd0245977445a2d6ff1": { + "_id": "57347cd0245977445a2d6ff1", + "_name": "tplug", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2481, + "Description": "Power branch", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 5, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Power branch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/tplug/item_tplug.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Branch", + "SpawnChance": 11, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.2, + "Width": 1 + }, + "_proto": "57347ca924597744596b4e71", + "_type": "Item" + }, + "57347d3d245977448f7b7f61": { + "_id": "57347d3d245977448f7b7f61", + "_name": "borodinskiye", + "_parent": "5448e8d04bdc2ddf718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 500, + "Description": "Borodinskiye bread crackers", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_snack", + "LootExperience": 10, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "Bread crackers", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_snacks/item_snacks_borodynsky_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Bread crackers", + "SpawnChance": 9, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "Buffs_food_borodinskiye", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_snacks/item_snacks_borodynsky_container.bundle", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 20 + }, + "Hydration": { + "value": -10 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 4 + }, + "_proto": "5673de654bdc2d180f8b456d", + "_type": "Item" + }, + "57347d5f245977448b40fa81": { + "_id": "57347d5f245977448b40fa81", + "_name": "humpback", + "_parent": "5448e8d04bdc2ddf718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2930, + "Description": "Can of pink salmon", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_tin_can", + "LootExperience": 10, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "Can of pink salmon", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_food_humpback/item_food_humpback_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Pink salmon", + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_food_humpback/item_food_humpback_container.bundle", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 50 + }, + "Hydration": { + "value": -5 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 5 + }, + "_proto": "57347d3d245977448f7b7f61", + "_type": "Item" + }, + "57347d692459774491567cf1": { + "_id": "57347d692459774491567cf1", + "_name": "peas", + "_parent": "5448e8d04bdc2ddf718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6500, + "Description": "Can of green peas", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_tin_can", + "LootExperience": 10, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "Can of green peas", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_food_peas/item_food_peas_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Peas Can", + "SpawnChance": 9, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_food_peas/item_food_peas_container.bundle", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 35 + }, + "Hydration": { + "value": 5 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 5 + }, + "_proto": "57347d5f245977448b40fa81", + "_type": "Item" + }, + "57347d7224597744596b4e72": { + "_id": "57347d7224597744596b4e72", + "_name": "canned_beef", + "_parent": "5448e8d04bdc2ddf718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 11252, + "Description": "Can of beef", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_tin_can", + "LootExperience": 20, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "Can of beef", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_food_beefstew_2/item_food_beefstew_2_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Beef Can", + "SpawnChance": 9, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_food_beefstew_2/item_food_beefstew_2_container.bundle", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 45 + }, + "Hydration": { + "value": -5 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 5 + }, + "_proto": "57347d692459774491567cf1", + "_type": "Item" + }, + "57347d8724597744596b4e76": { + "_id": "57347d8724597744596b4e76", + "_name": "squashspread", + "_parent": "5448e8d04bdc2ddf718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6168, + "Description": "Can of squash caviar", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_tin_can", + "LootExperience": 20, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "Can of squash caviar", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_food_marrow_puree/item_food_marrow_puree_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Squash caviar can", + "SpawnChance": 9, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_food_marrow_puree/item_food_marrow_puree_container.bundle", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 40 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 5 + }, + "_proto": "57347d7224597744596b4e72", + "_type": "Item" + }, + "57347d90245977448f7b7f65": { + "_id": "57347d90245977448f7b7f65", + "_name": "oatmeal", + "_parent": "5448e8d04bdc2ddf718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5568, + "Description": "Oat flakes pack", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 10, + "MaxResource": 40, + "MergesWithChildren": false, + "Name": "Oat flakes pack", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_food_oatmeal/item_oatmeal_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Oat flakes", + "SpawnChance": 9, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_food_oatmeal/item_food_oatmeal_container.bundle", + "rcid": "" + }, + "Weight": 0.4, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 40 + }, + "Hydration": { + "value": -13 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 6 + }, + "_proto": "57347d8724597744596b4e76", + "_type": "Item" + }, + "57347d9c245977448b40fa85": { + "_id": "57347d9c245977448b40fa85", + "_name": "herring", + "_parent": "5448e8d04bdc2ddf718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2948, + "Description": "Can of herring", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_tin_can", + "LootExperience": 20, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "Can of herring", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_food_herring/item_food_herring_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Herring Can", + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_food_herring/item_food_herring_container.bundle", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 47 + }, + "Hydration": { + "value": -3 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 5 + }, + "_proto": "57347d90245977448f7b7f65", + "_type": "Item" + }, + "57347da92459774491567cf5": { + "_id": "57347da92459774491567cf5", + "_name": "beefstew", + "_parent": "5448e8d04bdc2ddf718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8393, + "Description": "Can of beef stew", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_tin_can", + "LootExperience": 20, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "Can of beef stew", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_food_beefstew/item_food_beefstew_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Beef stew Can", + "SpawnChance": 9, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_food_beefstew/item_food_beefstew_container.bundle", + "rcid": "" + }, + "Weight": 0.6, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 50 + }, + "Hydration": { + "value": -5 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 5 + }, + "_proto": "57347d9c245977448b40fa85", + "_type": "Item" + }, + "5735fdcd2459776445391d61": { + "_id": "5735fdcd2459776445391d61", + "_name": "patron_762x25tt_akbs", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 32, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x25TT", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 49, + "Damage": 58, + "Description": "patron_762x25tt_akbs", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.25, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 425, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.392, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.03, + "Name": "patron_762x25tt_akbs", + "NotShownInSlot": false, + "PenetrationChance": 0.17, + "PenetrationPower": 12, + "PenetrationPowerDiviation": 0.06, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x25tt_akbs.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.065, + "SendToClient": false, + "ShortName": "patron_762x25tt_akbs", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 50, + "SpeedRetardation": 0.00005, + "StackMaxRandom": 20, + "StackMaxSize": 50, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": 15, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -15, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "rifle762" + }, + "_proto": "54527c774bdc2d3f668b4568", + "_type": "Item" + }, + "5735ff5c245977640e39ba7e": { + "_id": "5735ff5c245977640e39ba7e", + "_name": "patron_762x25tt_FMJ43", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 29, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x25TT", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 50, + "Damage": 60, + "Description": "patron_762x25tt_FMJ43", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.25, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 427, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 4, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.05, + "Name": "patron_762x25tt_FMJ43", + "NotShownInSlot": false, + "PenetrationChance": 0.17, + "PenetrationPower": 11, + "PenetrationPowerDiviation": 0.06, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x25tt_fmj43.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.065, + "SendToClient": false, + "ShortName": "patron_762x25tt_FMJ43", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 15, + "SpeedRetardation": 0.00005, + "StackMaxRandom": 20, + "StackMaxSize": 50, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "rifle762" + }, + "_proto": "5735fdcd2459776445391d61", + "_type": "Item" + }, + "573601b42459776410737435": { + "_id": "573601b42459776410737435", + "_name": "patron_762x25tt_LRN", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 28, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x25TT", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 48, + "Damage": 64, + "Description": "patron_762x25tt_LRN", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.15, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.35, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.1, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 375, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.15, + "LootExperience": 0, + "MalfunctionChance": 0.28, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 5, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.03, + "Name": "patron_762x25tt_LRN", + "NotShownInSlot": false, + "PenetrationChance": 0.16, + "PenetrationPower": 8, + "PenetrationPowerDiviation": 0.116, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x25tt_lrn.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.05, + "SendToClient": false, + "ShortName": "patron_762x25tt_LRN", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 10, + "SpeedRetardation": 0.00005, + "StackMaxRandom": 20, + "StackMaxSize": 50, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": 5, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -5, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "rifle762" + }, + "_proto": "5735ff5c245977640e39ba7e", + "_type": "Item" + }, + "573602322459776445391df1": { + "_id": "573602322459776445391df1", + "_name": "patron_762x25tt_LRNPC", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 27, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x25TT", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 68, + "Damage": 66, + "Description": "patron_762x25tt_LRNPC", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.15, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.35, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.1, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 385, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.15, + "LootExperience": 0, + "MalfunctionChance": 0.28, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.02, + "Name": "patron_762x25tt_LRNPC", + "NotShownInSlot": false, + "PenetrationChance": 0.16, + "PenetrationPower": 7, + "PenetrationPowerDiviation": 0.216, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x25tt_lrnpc.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.05, + "SendToClient": false, + "ShortName": "patron_762x25tt_LRNPC", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 50, + "SpeedRetardation": 0.00005, + "StackMaxRandom": 20, + "StackMaxSize": 50, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": 10, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -10, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "rifle762" + }, + "_proto": "573601b42459776410737435", + "_type": "Item" + }, + "5736026a245977644601dc61": { + "_id": "5736026a245977644601dc61", + "_name": "patron_762x25tt_P_Gl", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 32, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x25TT", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 52, + "Damage": 58, + "Description": "patron_762x25tt_P_Gl", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.25, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 430, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.02, + "Name": "patron_762x25tt_P_Gl", + "NotShownInSlot": false, + "PenetrationChance": 0.17, + "PenetrationPower": 14, + "PenetrationPowerDiviation": 0.07, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x25tt_p_gl.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.065, + "SendToClient": false, + "ShortName": "patron_762x25tt_P_Gl", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 50, + "SpeedRetardation": 0.00005, + "StackMaxRandom": 20, + "StackMaxSize": 50, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "rifle762" + }, + "_proto": "573602322459776445391df1", + "_type": "Item" + }, + "573603562459776430731618": { + "_id": "573603562459776430731618", + "_name": "patron_762x25tt_Pst_gzh", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 36, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x25TT", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 70, + "Damage": 50, + "Description": "patron_762x25tt_Pst_gzh", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.4, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.2, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 430, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.28, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.02, + "Name": "patron_762x25tt_Pst_gzh", + "NotShownInSlot": false, + "PenetrationChance": 0.2, + "PenetrationPower": 25, + "PenetrationPowerDiviation": 1.5, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x25tt_pst_gzh.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.1, + "SendToClient": false, + "ShortName": "patron_762x25tt_Pst_gzh", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 50, + "SpeedRetardation": 0.00005, + "StackMaxRandom": 20, + "StackMaxSize": 50, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "rifle762" + }, + "_proto": "5736026a245977644601dc61", + "_type": "Item" + }, + "573603c924597764442bd9cb": { + "_id": "573603c924597764442bd9cb", + "_name": "patron_762x25tt_T_Gzh", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 34, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x25TT", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 63, + "Damage": 55, + "Description": "patron_762x25tt_T_Gzh", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.5, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.166, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 415, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.308, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 4, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_762x25tt_T_Gzh", + "NotShownInSlot": false, + "PenetrationChance": 0.18, + "PenetrationPower": 18, + "PenetrationPowerDiviation": 0.08, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x25tt_t_gzh.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.1, + "SendToClient": false, + "ShortName": "patron_762x25tt_T_Gzh", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 50, + "SpeedRetardation": 0.00005, + "StackMaxRandom": 20, + "StackMaxSize": 50, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": true, + "TracerColor": "tracerRed", + "TracerDistance": 0.5, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": -10, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "tracer_red", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "rifle762" + }, + "_proto": "573603562459776430731618", + "_type": "Item" + }, + "573718ba2459775a75491131": { + "_id": "573718ba2459775a75491131", + "_name": "patron_9x18pm_BZT_gzh", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 28, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x18PM", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 65, + "Damage": 53, + "Description": "patron_9x18pm_BZT_gzh", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.15, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.17, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.1, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 325, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.15, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.02, + "Name": "patron_9x18pm_BZT_gzh", + "NotShownInSlot": false, + "PenetrationChance": 0.11, + "PenetrationPower": 18, + "PenetrationPowerDiviation": 0, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x18pm_bzt_gzh.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.095, + "SendToClient": false, + "ShortName": "patron_9x18pm_BZT_gzh", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 5, + "SpeedRetardation": 0.00007, + "StackMaxRandom": 40, + "StackMaxSize": 50, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "54527c774bdc2d3f668b4568", + "_type": "Item" + }, + "573719762459775a626ccbc1": { + "_id": "573719762459775a626ccbc1", + "_name": "patron_9x18pm_P_gzh", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 16, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x18PM", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 12, + "Damage": 50, + "Description": "patron_9x18pm_P_gzh", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.25, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 302, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.1, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.02, + "Name": "patron_9x18pm_P_gzh", + "NotShownInSlot": false, + "PenetrationChance": 0.085, + "PenetrationPower": 5, + "PenetrationPowerDiviation": 0, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x18pm_p_gzh.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.065, + "SendToClient": false, + "ShortName": "patron_9x18pm_P_gzh", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 50, + "SpeedRetardation": 0.00007, + "StackMaxRandom": 10, + "StackMaxSize": 50, + "StackMinRandom": 2, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.011, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "573718ba2459775a75491131", + "_type": "Item" + }, + "573719df2459775a626ccbc2": { + "_id": "573719df2459775a626ccbc2", + "_name": "patron_9x18pm_PBM", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 30, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x18PM", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 71, + "Damage": 40, + "Description": "patron_9x18pm_PBM", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.7, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.16, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 519, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.392, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_9x18pm_PBM", + "NotShownInSlot": false, + "PenetrationChance": 0.12, + "PenetrationPower": 28, + "PenetrationPowerDiviation": 0, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x18pm_pbm.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.09, + "SendToClient": false, + "ShortName": "patron_9x18pm_PBM", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 7, + "SpeedRetardation": 0.00007, + "StackMaxRandom": 40, + "StackMaxSize": 50, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.007, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 4, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "573719762459775a626ccbc1", + "_type": "Item" + }, + "57371aab2459775a77142f22": { + "_id": "57371aab2459775a77142f22", + "_name": "patron_9x18pm_PMM", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 33, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x18PM", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 115, + "Damage": 58, + "Description": "patron_9x18pm_PMM", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.6, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.17, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 420, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.42, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_9x18pm_PMM", + "NotShownInSlot": false, + "PenetrationChance": 0.11, + "PenetrationPower": 24, + "PenetrationPowerDiviation": 0, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x18pm_pmm.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.075, + "SendToClient": false, + "ShortName": "patron_9x18pm_PMM", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 4, + "SpeedRetardation": 0.00007, + "StackMaxRandom": 40, + "StackMaxSize": 50, + "StackMinRandom": 15, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.009, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 5, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "573719df2459775a626ccbc2", + "_type": "Item" + }, + "57371b192459775a9f58a5e0": { + "_id": "57371b192459775a9f58a5e0", + "_name": "patron_9x18pm_PPE_gzh", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 15, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x18PM", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 51, + "Damage": 61, + "Description": "patron_9x18pm_PPE_gzh", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.35, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 297, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.15, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_9x18pm_PPE_gzh", + "NotShownInSlot": false, + "PenetrationChance": 0.08, + "PenetrationPower": 7, + "PenetrationPowerDiviation": 0, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x18pm_ppe_gzh.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.05, + "SendToClient": false, + "ShortName": "patron_9x18pm_PPE_gzh", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 50, + "SpeedRetardation": 0.00007, + "StackMaxRandom": 10, + "StackMaxSize": 50, + "StackMinRandom": 2, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.009, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "57371aab2459775a77142f22", + "_type": "Item" + }, + "57371e4124597760ff7b25f1": { + "_id": "57371e4124597760ff7b25f1", + "_name": "patron_9x18pm_PPT_gzh", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 22, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x18PM", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 43, + "Damage": 59, + "Description": "patron_9x18pm_PPT_gzh", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.15, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.166, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 301, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.15, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 4, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_9x18pm_PPT_gzh", + "NotShownInSlot": false, + "PenetrationChance": 0.09, + "PenetrationPower": 8, + "PenetrationPowerDiviation": 0, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x18pm_ppt_gzh.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.1, + "SendToClient": false, + "ShortName": "patron_9x18pm_PPT_gzh", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 7, + "SpeedRetardation": 0.00007, + "StackMaxRandom": 40, + "StackMaxSize": 50, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": true, + "TracerColor": "red", + "TracerDistance": 0.5, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": -5, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -7, + "ammoSfx": "tracer_red", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "57371b192459775a9f58a5e0", + "_type": "Item" + }, + "57371eb62459776125652ac1": { + "_id": "57371eb62459776125652ac1", + "_name": "patron_9x18pm_PRS_gs", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 16, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x18PM", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 39, + "Damage": 58, + "Description": "patron_9x18pm_PRS_gs", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.3, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 302, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.15, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_9x18pm_PRS_gs", + "NotShownInSlot": false, + "PenetrationChance": 0.085, + "PenetrationPower": 6, + "PenetrationPowerDiviation": 0, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x18pm_prs_gs.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.005, + "SendToClient": false, + "ShortName": "patron_9x18pm_PRS_gs", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 50, + "SpeedRetardation": 0.00007, + "StackMaxRandom": 10, + "StackMaxSize": 50, + "StackMinRandom": 2, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.011, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "57371e4124597760ff7b25f1", + "_type": "Item" + }, + "57371f2b24597761224311f1": { + "_id": "57371f2b24597761224311f1", + "_name": "patron_9x18pm_PS_gs_PPO", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 16, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x18PM", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 29, + "Damage": 55, + "Description": "patron_9x18pm_PS_gs_PPO", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.25, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 330, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.15, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_9x18pm_PS_gs_PPO", + "NotShownInSlot": false, + "PenetrationChance": 0.085, + "PenetrationPower": 6, + "PenetrationPowerDiviation": 0, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x18pm_ps_gs_ppo.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.03, + "SendToClient": false, + "ShortName": "patron_9x18pm_PS_gs_PPO", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 50, + "SpeedRetardation": 0.00007, + "StackMaxRandom": 10, + "StackMaxSize": 50, + "StackMinRandom": 2, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "57371eb62459776125652ac1", + "_type": "Item" + }, + "57371f8d24597761006c6a81": { + "_id": "57371f8d24597761006c6a81", + "_name": "patron_9x18pm_PSO_gzh", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 13, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x18PM", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 22, + "Damage": 54, + "Description": "patron_9x18pm_PSO_gzh", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.35, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 315, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.15, + "LootExperience": 0, + "MalfunctionChance": 0.532, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_9x18pm_PSO_gzh", + "NotShownInSlot": false, + "PenetrationChance": 0.085, + "PenetrationPower": 5, + "PenetrationPowerDiviation": 0, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x18pm_pso_gzh.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.065, + "SendToClient": false, + "ShortName": "patron_9x18pm_PSO_gzh", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 50, + "SpeedRetardation": 0.00007, + "StackMaxRandom": 10, + "StackMaxSize": 50, + "StackMinRandom": 2, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.008, + "Width": 1, + "ammoAccr": 10, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "57371f2b24597761224311f1", + "_type": "Item" + }, + "5737201124597760fc4431f1": { + "_id": "5737201124597760fc4431f1", + "_name": "patron_9x18pm_PST_gzh", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 26, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x18PM", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 45, + "Damage": 50, + "Description": "patron_9x18pm_PST_gzh", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.15, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.2, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 298, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.02, + "Name": "patron_9x18pm_PST_gzh", + "NotShownInSlot": false, + "PenetrationChance": 0.1, + "PenetrationPower": 12, + "PenetrationPowerDiviation": 0, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x18pm_pst_gzh.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.1, + "SendToClient": false, + "ShortName": "patron_9x18pm_PST_gzh", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 50, + "SpeedRetardation": 0.00007, + "StackMaxRandom": 10, + "StackMaxSize": 50, + "StackMinRandom": 2, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "57371f8d24597761006c6a81", + "_type": "Item" + }, + "5737207f24597760ff7b25f2": { + "_id": "5737207f24597760ff7b25f2", + "_name": "patron_9x18pm_PSV", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 5, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x18PM", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 69, + "Damage": 69, + "Description": "patron_9x18pm_PSV", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.4, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 280, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.1, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_9x18pm_PSV", + "NotShownInSlot": false, + "PenetrationChance": 0.05, + "PenetrationPower": 3, + "PenetrationPowerDiviation": 0, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x18pm_psv.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.01, + "SendToClient": false, + "ShortName": "patron_9x18pm_PSV", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 5, + "SpeedRetardation": 0.00007, + "StackMaxRandom": 40, + "StackMaxSize": 50, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.6, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.012, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "5737201124597760fc4431f1", + "_type": "Item" + }, + "573720e02459776143012541": { + "_id": "573720e02459776143012541", + "_name": "patron_9x18pm_RG028_gzh", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 26, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x18PM", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 78, + "Damage": 65, + "Description": "patron_9x18pm_RG028_gzh", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.02, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 330, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_9x18pm_RG028_gzh", + "NotShownInSlot": false, + "PenetrationChance": 0.1, + "PenetrationPower": 13, + "PenetrationPowerDiviation": 0, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x18pm_rg028_gzh.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.05, + "SendToClient": false, + "ShortName": "patron_9x18pm_RG028_gzh", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 50, + "SpeedRetardation": 0.00007, + "StackMaxRandom": 10, + "StackMaxSize": 50, + "StackMinRandom": 2, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.011, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "5737207f24597760ff7b25f2", + "_type": "Item" + }, + "57372140245977611f70ee91": { + "_id": "57372140245977611f70ee91", + "_name": "patron_9x18pm_SP7_gzh", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 5, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x18PM", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 97, + "Damage": 77, + "Description": "patron_9x18pm_SP7_gzh", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.02, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.1, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 420, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.25, + "LootExperience": 0, + "MalfunctionChance": 0.28, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_9x18pm_SP7_gzh", + "NotShownInSlot": false, + "PenetrationChance": 0.1, + "PenetrationPower": 2, + "PenetrationPowerDiviation": 0, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x18pm_sp7_gzh.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.05, + "SendToClient": false, + "ShortName": "patron_9x18pm_SP7_gzh", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 10, + "SpeedRetardation": 0.00007, + "StackMaxRandom": 40, + "StackMaxSize": 50, + "StackMinRandom": 15, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.85, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.011, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "573720e02459776143012541", + "_type": "Item" + }, + "5737218f245977612125ba51": { + "_id": "5737218f245977612125ba51", + "_name": "patron_9x18pm_SP8_gzh", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 2, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x18PM", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 45, + "Damage": 67, + "Description": "patron_9x18pm_SP8_gzh", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 0.8, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.6, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.1, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 250, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.15, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_9x18pm_SP8_gzh", + "NotShownInSlot": false, + "PenetrationChance": 0.01, + "PenetrationPower": 1, + "PenetrationPowerDiviation": 0, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x18pm_sp8_gzh.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.05, + "SendToClient": false, + "ShortName": "patron_9x18pm_SP8_gzh", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 8, + "SpeedRetardation": 0.00007, + "StackMaxRandom": 40, + "StackMaxSize": 50, + "StackMinRandom": 15, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.7, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.009, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "57372140245977611f70ee91", + "_type": "Item" + }, + "573722e82459776104581c21": { + "_id": "573722e82459776104581c21", + "_name": "item_ammo_box_9x18pm_16_BZT_gzh", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_9x18pm_16_BZT_gzh", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_9x18pm_16_BZT_gzh", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_9x18pm_16.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_9x18pm_16_BZT_gzh", + "SpawnChance": 10, + "StackMaxRandom": 16, + "StackMaxSize": 1, + "StackMinRandom": 16, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d577224597745ae67dfd3", + "_max_count": 16, + "_name": "cartridges", + "_parent": "573722e82459776104581c21", + "_props": { + "filters": [{ + "Filter": ["573718ba2459775a75491131"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "5448bc144bdc2d5a308b4569", + "_type": "Item" + }, + "573724b42459776125652ac2": { + "_id": "573724b42459776125652ac2", + "_name": "item_ammo_box_9x18pm_16_P_gzh", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_9x18pm_16_P_gzh", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_9x18pm_16_P_gzh", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_9x18pm_16.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_9x18pm_16_P_gzh", + "SpawnChance": 70, + "StackMaxRandom": 16, + "StackMaxSize": 1, + "StackMinRandom": 16, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d575a245977459d455763", + "_max_count": 16, + "_name": "cartridges", + "_parent": "573724b42459776125652ac2", + "_props": { + "filters": [{ + "Filter": ["573719762459775a626ccbc1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "573722e82459776104581c21", + "_type": "Item" + }, + "5737250c2459776125652acc": { + "_id": "5737250c2459776125652acc", + "_name": "item_ammo_box_9x18pm_16_PBM", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_9x18pm_16_PBM", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_9x18pm_16_PBM", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_9x18pm_16.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_9x18pm_16_PBM", + "SpawnChance": 8, + "StackMaxRandom": 16, + "StackMaxSize": 1, + "StackMinRandom": 16, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d56e8245977459939d009", + "_max_count": 16, + "_name": "cartridges", + "_parent": "5737250c2459776125652acc", + "_props": { + "filters": [{ + "Filter": ["573719df2459775a626ccbc2"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "573724b42459776125652ac2", + "_type": "Item" + }, + "5737256c2459776125652acd": { + "_id": "5737256c2459776125652acd", + "_name": "item_ammo_box_9x18pm_16_PMM", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_9x18pm_16_PMM", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_9x18pm_16_PMM", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_9x18pm_16.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_9x18pm_16_PMM", + "SpawnChance": 4, + "StackMaxRandom": 16, + "StackMaxSize": 1, + "StackMinRandom": 16, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d56ba245977459939d008", + "_max_count": 16, + "_name": "cartridges", + "_parent": "5737256c2459776125652acd", + "_props": { + "filters": [{ + "Filter": ["57371aab2459775a77142f22"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "5737250c2459776125652acc", + "_type": "Item" + }, + "573725b0245977612125bae2": { + "_id": "573725b0245977612125bae2", + "_name": "item_ammo_box_9x18pm_16_PPE_gzh", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_9x18pm_16_PPE_gzh", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_9x18pm_16_PPE_gzh", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_9x18pm_16.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_9x18pm_16_PPE_gzh", + "SpawnChance": 10, + "StackMaxRandom": 16, + "StackMaxSize": 1, + "StackMinRandom": 16, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d569f245977459805ee33", + "_max_count": 16, + "_name": "cartridges", + "_parent": "573725b0245977612125bae2", + "_props": { + "filters": [{ + "Filter": ["57371b192459775a9f58a5e0"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "5737256c2459776125652acd", + "_type": "Item" + }, + "5737260b24597761224311f2": { + "_id": "5737260b24597761224311f2", + "_name": "item_ammo_box_9x18pm_16_PPT_gzh", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_9x18pm_16_PPT_gzh", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_9x18pm_16_PPT_gzh", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_9x18pm_16.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_9x18pm_16_PPT_gzh", + "SpawnChance": 3, + "StackMaxRandom": 16, + "StackMaxSize": 1, + "StackMinRandom": 16, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d565d245977459805ee32", + "_max_count": 16, + "_name": "cartridges", + "_parent": "5737260b24597761224311f2", + "_props": { + "filters": [{ + "Filter": ["57371e4124597760ff7b25f1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "573725b0245977612125bae2", + "_type": "Item" + }, + "5737266524597761006c6a8c": { + "_id": "5737266524597761006c6a8c", + "_name": "item_ammo_box_9x18pm_16_PRS_gs", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_9x18pm_16_PRS_gs", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_9x18pm_16_PRS_gs", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_9x18pm_16.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_9x18pm_16_PRS_gs", + "SpawnChance": 70, + "StackMaxRandom": 16, + "StackMaxSize": 1, + "StackMinRandom": 16, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d5644245977459d455762", + "_max_count": 16, + "_name": "cartridges", + "_parent": "5737266524597761006c6a8c", + "_props": { + "filters": [{ + "Filter": ["57371eb62459776125652ac1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "5737260b24597761224311f2", + "_type": "Item" + }, + "573726d824597765d96be361": { + "_id": "573726d824597765d96be361", + "_name": "item_ammo_box_9x18pm_16_PS_gs_PPO", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_9x18pm_16_PS_gs_PPO", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_9x18pm_16_PS_gs_PPO", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_9x18pm_16.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_9x18pm_16_PS_gs_PPO", + "SpawnChance": 3, + "StackMaxRandom": 16, + "StackMaxSize": 1, + "StackMinRandom": 16, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d562d245977459805ee31", + "_max_count": 16, + "_name": "cartridges", + "_parent": "573726d824597765d96be361", + "_props": { + "filters": [{ + "Filter": ["57371f2b24597761224311f1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "5737266524597761006c6a8c", + "_type": "Item" + }, + "5737273924597765dd374461": { + "_id": "5737273924597765dd374461", + "_name": "item_ammo_box_9x18pm_16_PSO_gzh", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_9x18pm_16_PSO_gzh", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_9x18pm_16_PSO_gzh", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_9x18pm_16_civil.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_9x18pm_16_PSO_gzh", + "SpawnChance": 3, + "StackMaxRandom": 16, + "StackMaxSize": 1, + "StackMinRandom": 16, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d561b24597745b015be64", + "_max_count": 16, + "_name": "cartridges", + "_parent": "5737273924597765dd374461", + "_props": { + "filters": [{ + "Filter": ["57371f8d24597761006c6a81"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "573726d824597765d96be361", + "_type": "Item" + }, + "573727c624597765cc785b5b": { + "_id": "573727c624597765cc785b5b", + "_name": "item_ammo_box_9x18pm_16_PST_gzh", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_9x18pm_16_PST_gzh", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_9x18pm_16_PST_gzh", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_9x18pm_16.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_9x18pm_16_PST_gzh", + "SpawnChance": 12, + "StackMaxRandom": 16, + "StackMaxSize": 1, + "StackMinRandom": 16, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d560824597745970e7c87", + "_max_count": 16, + "_name": "cartridges", + "_parent": "573727c624597765cc785b5b", + "_props": { + "filters": [{ + "Filter": ["5737201124597760fc4431f1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "5737273924597765dd374461", + "_type": "Item" + }, + "5737280e24597765cc785b5c": { + "_id": "5737280e24597765cc785b5c", + "_name": "item_ammo_box_9x18pm_16_PSV", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_9x18pm_16_PSV", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_9x18pm_16_PSV", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_9x18pm_16.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_9x18pm_16_PSV", + "SpawnChance": 70, + "StackMaxRandom": 16, + "StackMaxSize": 1, + "StackMinRandom": 16, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d55f624597745a21eb3da", + "_max_count": 16, + "_name": "cartridges", + "_parent": "5737280e24597765cc785b5c", + "_props": { + "filters": [{ + "Filter": ["5737207f24597760ff7b25f2"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "573727c624597765cc785b5b", + "_type": "Item" + }, + "5737287724597765e1625ae2": { + "_id": "5737287724597765e1625ae2", + "_name": "item_ammo_box_9x18pm_RG028_gzh", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_9x18pm_RG028_gzh", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_9x18pm_RG028_gzh", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_9x18pm_16.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_9x18pm_RG028_gzh", + "SpawnChance": 70, + "StackMaxRandom": 16, + "StackMaxSize": 1, + "StackMinRandom": 16, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d55df245977459939d007", + "_max_count": 16, + "_name": "cartridges", + "_parent": "5737287724597765e1625ae2", + "_props": { + "filters": [{ + "Filter": ["573720e02459776143012541"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "5737280e24597765cc785b5c", + "_type": "Item" + }, + "573728cc24597765cc785b5d": { + "_id": "573728cc24597765cc785b5d", + "_name": "item_ammo_box_9x18pm_SP7_gzh", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_9x18pm_SP7_gzh", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_9x18pm_SP7_gzh", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_9x18pm_16.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_9x18pm_SP7_gzh", + "SpawnChance": 10, + "StackMaxRandom": 16, + "StackMaxSize": 1, + "StackMinRandom": 16, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d55ce245977459805ee30", + "_max_count": 16, + "_name": "cartridges", + "_parent": "573728cc24597765cc785b5d", + "_props": { + "filters": [{ + "Filter": ["57372140245977611f70ee91"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "5737287724597765e1625ae2", + "_type": "Item" + }, + "573728f324597765e5728561": { + "_id": "573728f324597765e5728561", + "_name": "item_ammo_box_9x18pm_SP8_gzh", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_9x18pm_SP8_gzh", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_9x18pm_SP8_gzh", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_9x18pm_16.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_9x18pm_SP8_gzh", + "SpawnChance": 12, + "StackMaxRandom": 16, + "StackMaxSize": 1, + "StackMinRandom": 16, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d55ab245977459a2f1585", + "_max_count": 16, + "_name": "cartridges", + "_parent": "573728f324597765e5728561", + "_props": { + "filters": [{ + "Filter": ["5737218f245977612125ba51"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "573728cc24597765cc785b5d", + "_type": "Item" + }, + "5737292724597765e5728562": { + "_id": "5737292724597765e5728562", + "_name": "item_ammo_box_545x39_120_BP", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_120_BP", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_120_BP", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_120_bp.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_120_BP", + "SpawnChance": 1, + "StackMaxRandom": 120, + "StackMaxSize": 1, + "StackMinRandom": 120, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d559a24597745970e7c86", + "_max_count": 120, + "_name": "cartridges", + "_parent": "5737292724597765e5728562", + "_props": { + "filters": [{ + "Filter": ["56dfef82d2720bbd668b4567"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 2, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "573728f324597765e5728561", + "_type": "Item" + }, + "57372a7f24597766fe0de0c1": { + "_id": "57372a7f24597766fe0de0c1", + "_name": "item_ammo_box_545x39_120_BP_damaged", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_120_BP_damaged", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_120_BP_damaged", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_120_bp_damaged.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_120_BP_damaged", + "SpawnChance": 70, + "StackMaxRandom": 120, + "StackMaxSize": 1, + "StackMinRandom": 120, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d5583245977459805ee2f", + "_max_count": 120, + "_name": "cartridges", + "_parent": "57372a7f24597766fe0de0c1", + "_props": { + "filters": [{ + "Filter": ["56dfef82d2720bbd668b4567"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 2, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "5737292724597765e5728562", + "_type": "Item" + }, + "57372ac324597767001bc261": { + "_id": "57372ac324597767001bc261", + "_name": "item_ammo_box_545x39_30_BP", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_30_BP", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_30_BP", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_30_BP", + "SpawnChance": 3, + "StackMaxRandom": 30, + "StackMaxSize": 1, + "StackMinRandom": 30, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d5568245977459939d006", + "_max_count": 30, + "_name": "cartridges", + "_parent": "57372ac324597767001bc261", + "_props": { + "filters": [{ + "Filter": ["56dfef82d2720bbd668b4567"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "5737292724597765e5728562", + "_type": "Item" + }, + "57372b832459776701014e41": { + "_id": "57372b832459776701014e41", + "_name": "item_ammo_box_545x39_120_BS", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_120_BS", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_120_BS", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_120_bs.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_120_BS", + "SpawnChance": 0.5, + "StackMaxRandom": 120, + "StackMaxSize": 1, + "StackMinRandom": 120, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d5556245977459805ee2e", + "_max_count": 120, + "_name": "cartridges", + "_parent": "57372b832459776701014e41", + "_props": { + "filters": [{ + "Filter": ["56dff026d2720bb8668b4567"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 2, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "5737292724597765e5728562", + "_type": "Item" + }, + "57372bad245977670b7cd242": { + "_id": "57372bad245977670b7cd242", + "_name": "item_ammo_box_545x39_120_BS_damaged", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_120_BS_damaged", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_120_BS_damaged", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_120_bs_damaged.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_120_BS_damaged", + "SpawnChance": 70, + "StackMaxRandom": 120, + "StackMaxSize": 1, + "StackMinRandom": 120, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d5546245977459a2f1584", + "_max_count": 120, + "_name": "cartridges", + "_parent": "57372bad245977670b7cd242", + "_props": { + "filters": [{ + "Filter": ["56dff026d2720bb8668b4567"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 2, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "57372a7f24597766fe0de0c1", + "_type": "Item" + }, + "57372bd3245977670b7cd243": { + "_id": "57372bd3245977670b7cd243", + "_name": "item_ammo_box_545x39_30_BS", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_30_BS", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_30_BS", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_30_BS", + "SpawnChance": 2, + "StackMaxRandom": 30, + "StackMaxSize": 1, + "StackMinRandom": 30, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d553524597745970e7c85", + "_max_count": 30, + "_name": "cartridges", + "_parent": "57372bd3245977670b7cd243", + "_props": { + "filters": [{ + "Filter": ["56dff026d2720bb8668b4567"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "57372ac324597767001bc261", + "_type": "Item" + }, + "57372c21245977670937c6c2": { + "_id": "57372c21245977670937c6c2", + "_name": "item_ammo_box_545x39_120_BT", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_120_BT", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_120_BT", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_120_bt.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_120_BT", + "SpawnChance": 2, + "StackMaxRandom": 120, + "StackMaxSize": 1, + "StackMinRandom": 120, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d54df24597745964bdfa1", + "_max_count": 120, + "_name": "cartridges", + "_parent": "57372c21245977670937c6c2", + "_props": { + "filters": [{ + "Filter": ["56dff061d2720bb5668b4567"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 2, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "57372b832459776701014e41", + "_type": "Item" + }, + "57372c56245977685e584582": { + "_id": "57372c56245977685e584582", + "_name": "item_ammo_box_545x39_120_BT_damaged", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_120_BT_damaged", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_120_BT_damaged", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_120_bt_damaged.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_120_BT_damaged", + "SpawnChance": 70, + "StackMaxRandom": 120, + "StackMaxSize": 1, + "StackMinRandom": 120, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d54c6245977459a2f1583", + "_max_count": 120, + "_name": "cartridges", + "_parent": "57372c56245977685e584582", + "_props": { + "filters": [{ + "Filter": ["56dff061d2720bb5668b4567"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 2, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "57372bad245977670b7cd242", + "_type": "Item" + }, + "57372c89245977685d4159b1": { + "_id": "57372c89245977685d4159b1", + "_name": "item_ammo_box_545x39_30_BT", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_30_BT", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_30_BT", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_30_BT", + "SpawnChance": 2, + "StackMaxRandom": 30, + "StackMaxSize": 1, + "StackMinRandom": 30, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d54b424597745b015be63", + "_max_count": 30, + "_name": "cartridges", + "_parent": "57372c89245977685d4159b1", + "_props": { + "filters": [{ + "Filter": ["56dff061d2720bb5668b4567"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "57372bd3245977670b7cd243", + "_type": "Item" + }, + "57372d1b2459776862260581": { + "_id": "57372d1b2459776862260581", + "_name": "item_ammo_box_545x39_120_PP", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_120_PP", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_120_PP", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_120_pp.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_120_PP", + "SpawnChance": 70, + "StackMaxRandom": 120, + "StackMaxSize": 1, + "StackMinRandom": 120, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d549a24597745b015be62", + "_max_count": 120, + "_name": "cartridges", + "_parent": "57372d1b2459776862260581", + "_props": { + "filters": [{ + "Filter": ["56dff2ced2720bb4668b4567"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 2, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "57372c21245977670937c6c2", + "_type": "Item" + }, + "57372d4c245977685a3da2a1": { + "_id": "57372d4c245977685a3da2a1", + "_name": "item_ammo_box_545x39_120_PP_damaged", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_120_PP_damaged", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_120_PP_damaged", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_120_pp_damaged.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_120_PP_damaged", + "SpawnChance": 6, + "StackMaxRandom": 120, + "StackMaxSize": 1, + "StackMinRandom": 120, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d547724597745a1163d83", + "_max_count": 120, + "_name": "cartridges", + "_parent": "57372d4c245977685a3da2a1", + "_props": { + "filters": [{ + "Filter": ["56dff2ced2720bb4668b4567"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 2, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "57372c56245977685e584582", + "_type": "Item" + }, + "57372db0245977685d4159b2": { + "_id": "57372db0245977685d4159b2", + "_name": "item_ammo_box_545x39_30_PP", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_30_PP", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_30_PP", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_30_PP", + "SpawnChance": 10, + "StackMaxRandom": 30, + "StackMaxSize": 1, + "StackMinRandom": 30, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d5455245977459939d005", + "_max_count": 30, + "_name": "cartridges", + "_parent": "57372db0245977685d4159b2", + "_props": { + "filters": [{ + "Filter": ["56dff2ced2720bb4668b4567"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "57372c89245977685d4159b1", + "_type": "Item" + }, + "57372deb245977685d4159b3": { + "_id": "57372deb245977685d4159b3", + "_name": "item_ammo_box_545x39_120_PRS", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_120_PRS", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_120_PRS", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_120_prs.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_120_PRS", + "SpawnChance": 6, + "StackMaxRandom": 120, + "StackMaxSize": 1, + "StackMinRandom": 120, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d543d245977459939d004", + "_max_count": 120, + "_name": "cartridges", + "_parent": "57372deb245977685d4159b3", + "_props": { + "filters": [{ + "Filter": ["56dff338d2720bbd668b4569"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 2, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "57372d1b2459776862260581", + "_type": "Item" + }, + "57372e1924597768553071c1": { + "_id": "57372e1924597768553071c1", + "_name": "item_ammo_box_545x39_120_PRS_damaged", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_120_PRS_damaged", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_120_PRS_damaged", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_120_prs_damaged.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_120_PRS_damaged", + "SpawnChance": 70, + "StackMaxRandom": 120, + "StackMaxSize": 1, + "StackMinRandom": 120, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d541f24597745970e7c84", + "_max_count": 120, + "_name": "cartridges", + "_parent": "57372e1924597768553071c1", + "_props": { + "filters": [{ + "Filter": ["56dff338d2720bbd668b4569"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 2, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "57372d4c245977685a3da2a1", + "_type": "Item" + }, + "57372e4a24597768553071c2": { + "_id": "57372e4a24597768553071c2", + "_name": "item_ammo_box_545x39_30_PRS", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_30_PRS", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_30_PRS", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_30_PRS", + "SpawnChance": 10, + "StackMaxRandom": 30, + "StackMaxSize": 1, + "StackMinRandom": 30, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d540a24597745a21eb3d9", + "_max_count": 30, + "_name": "cartridges", + "_parent": "57372e4a24597768553071c2", + "_props": { + "filters": [{ + "Filter": ["56dff338d2720bbd668b4569"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "57372db0245977685d4159b2", + "_type": "Item" + }, + "57372e73245977685d4159b4": { + "_id": "57372e73245977685d4159b4", + "_name": "item_ammo_box_545x39_120_PS", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_120_PS", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_120_PS", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_120_ps.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_120_PS", + "SpawnChance": 1, + "StackMaxRandom": 120, + "StackMaxSize": 1, + "StackMinRandom": 120, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d5aa024597745970e7c89", + "_max_count": 120, + "_name": "cartridges", + "_parent": "57372e73245977685d4159b4", + "_props": { + "filters": [{ + "Filter": ["56dff3afd2720bba668b4567"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 2, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "57372deb245977685d4159b3", + "_type": "Item" + }, + "57372e94245977685648d3e1": { + "_id": "57372e94245977685648d3e1", + "_name": "item_ammo_box_545x39_120_PS_damaged", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_120_PS_damaged", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_120_PS_damaged", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_120_ps_damaged.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_120_PS_damaged", + "SpawnChance": 70, + "StackMaxRandom": 120, + "StackMaxSize": 1, + "StackMinRandom": 120, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d53ef245977459939d003", + "_max_count": 120, + "_name": "cartridges", + "_parent": "57372e94245977685648d3e1", + "_props": { + "filters": [{ + "Filter": ["56dff3afd2720bba668b4567"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 2, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "57372e1924597768553071c1", + "_type": "Item" + }, + "57372ebf2459776862260582": { + "_id": "57372ebf2459776862260582", + "_name": "item_ammo_box_545x39_30_PS", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_30_PS", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_30_PS", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_30_PS", + "SpawnChance": 12, + "StackMaxRandom": 30, + "StackMaxSize": 1, + "StackMinRandom": 30, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d53d0245977459939d002", + "_max_count": 30, + "_name": "cartridges", + "_parent": "57372ebf2459776862260582", + "_props": { + "filters": [{ + "Filter": ["56dff3afd2720bba668b4567"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "57372e4a24597768553071c2", + "_type": "Item" + }, + "57372ee1245977685d4159b5": { + "_id": "57372ee1245977685d4159b5", + "_name": "item_ammo_box_545x39_120_T", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_120_T", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_120_T", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_120_t.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_120_T", + "SpawnChance": 3, + "StackMaxRandom": 120, + "StackMaxSize": 1, + "StackMinRandom": 120, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d53b124597745970e7c83", + "_max_count": 120, + "_name": "cartridges", + "_parent": "57372ee1245977685d4159b5", + "_props": { + "filters": [{ + "Filter": ["56dff4a2d2720bbd668b456a"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 2, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "57372e73245977685d4159b4", + "_type": "Item" + }, + "57372f2824597769a270a191": { + "_id": "57372f2824597769a270a191", + "_name": "item_ammo_box_545x39_120_T_damaged", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_120_T_damaged", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_120_T_damaged", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_120_t_damaged.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_120_T_damaged", + "SpawnChance": 70, + "StackMaxRandom": 120, + "StackMaxSize": 1, + "StackMinRandom": 120, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d539c24597745970e7c82", + "_max_count": 120, + "_name": "cartridges", + "_parent": "57372f2824597769a270a191", + "_props": { + "filters": [{ + "Filter": ["56dff4a2d2720bbd668b456a"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 2, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "57372e94245977685648d3e1", + "_type": "Item" + }, + "57372f5c24597769917c0131": { + "_id": "57372f5c24597769917c0131", + "_name": "item_ammo_box_545x39_30_T", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_30_T", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_30_T", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_30_T", + "SpawnChance": 3, + "StackMaxRandom": 30, + "StackMaxSize": 1, + "StackMinRandom": 30, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d538724597745a21eb3d8", + "_max_count": 30, + "_name": "cartridges", + "_parent": "57372f5c24597769917c0131", + "_props": { + "filters": [{ + "Filter": ["56dff4a2d2720bbd668b456a"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "57372ebf2459776862260582", + "_type": "Item" + }, + "57372f7d245977699b53e301": { + "_id": "57372f7d245977699b53e301", + "_name": "item_ammo_box_545x39_120_US", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_120_US", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_120_US", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_120_us.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_120_US", + "SpawnChance": 70, + "StackMaxRandom": 120, + "StackMaxSize": 1, + "StackMinRandom": 120, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d536e24597745ae67dfd2", + "_max_count": 120, + "_name": "cartridges", + "_parent": "57372f7d245977699b53e301", + "_props": { + "filters": [{ + "Filter": ["56dff4ecd2720b5f5a8b4568"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 2, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "57372ee1245977685d4159b5", + "_type": "Item" + }, + "57372fc52459776998772ca1": { + "_id": "57372fc52459776998772ca1", + "_name": "item_ammo_box_545x39_120_US_damaged", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_120_US_damaged", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_120_US_damaged", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_120_us.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_120_US_damaged", + "SpawnChance": 10, + "StackMaxRandom": 120, + "StackMaxSize": 1, + "StackMinRandom": 120, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d5350245977459939d001", + "_max_count": 120, + "_name": "cartridges", + "_parent": "57372fc52459776998772ca1", + "_props": { + "filters": [{ + "Filter": ["56dff4ecd2720b5f5a8b4568"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 2, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "57372f2824597769a270a191", + "_type": "Item" + }, + "5737300424597769942d5a01": { + "_id": "5737300424597769942d5a01", + "_name": "item_ammo_box_545x39_30_US", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_30_US", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_30_US", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_30_US", + "SpawnChance": 70, + "StackMaxRandom": 30, + "StackMaxSize": 1, + "StackMinRandom": 30, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d5339245977459d455761", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5737300424597769942d5a01", + "_props": { + "filters": [{ + "Filter": ["56dff4ecd2720b5f5a8b4568"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "57372f5c24597769917c0131", + "_type": "Item" + }, + "5737330a2459776af32363a1": { + "_id": "5737330a2459776af32363a1", + "_name": "item_ammo_box_545x39_30_bpz_fmj", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_30_bpz_fmj", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_30_bpz_fmj", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_30_bpz_fmj.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_30_bpz_fmj", + "SpawnChance": 70, + "StackMaxRandom": 30, + "StackMaxSize": 1, + "StackMinRandom": 30, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d532624597745a1163d82", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5737330a2459776af32363a1", + "_props": { + "filters": [{ + "Filter": ["56dff0bed2720bb0668b4567"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "5737300424597769942d5a01", + "_type": "Item" + }, + "5737339e2459776af261abeb": { + "_id": "5737339e2459776af261abeb", + "_name": "item_ammo_box_545x39_30_bpz_hp", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_30_bpz_hp", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_30_bpz_hp", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_30_bpz_hp.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_30_bpz_hp", + "SpawnChance": 4, + "StackMaxRandom": 30, + "StackMaxSize": 1, + "StackMinRandom": 30, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d5312245977459a2f1582", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5737339e2459776af261abeb", + "_props": { + "filters": [{ + "Filter": ["56dff216d2720bbd668b4568"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "5737330a2459776af32363a1", + "_type": "Item" + }, + "573733c72459776b0b7b51b0": { + "_id": "573733c72459776b0b7b51b0", + "_name": "item_ammo_box_545x39_30_bpz_sp", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_30_bpz_sp", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_30_bpz_sp", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_30_bpz_sp.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_30_bpz_sp", + "SpawnChance": 70, + "StackMaxRandom": 30, + "StackMaxSize": 1, + "StackMinRandom": 30, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d52e6245977459a2f1581", + "_max_count": 30, + "_name": "cartridges", + "_parent": "573733c72459776b0b7b51b0", + "_props": { + "filters": [{ + "Filter": ["56dff421d2720b5f5a8b4567"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "5737339e2459776af261abeb", + "_type": "Item" + }, + "5739d41224597779c3645501": { + "_id": "5739d41224597779c3645501", + "_name": "item_ammo_box_9x19_default", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_9x19_default", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_9x19_default", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_9x18pm_16_civil.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_9x19_default", + "SpawnChance": 15, + "StackMaxRandom": 16, + "StackMaxSize": 1, + "StackMinRandom": 16, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "574d52c724597745970e7c81", + "_max_count": 16, + "_name": "cartridges", + "_parent": "5739d41224597779c3645501", + "_props": { + "filters": [{ + "Filter": ["56d59d3ad2720bdb418b4577"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "5737273924597765dd374461", + "_type": "Item" + }, + "57486e672459770abd687134": { + "_id": "57486e672459770abd687134", + "_name": "scope_dovetail_ekb_okp7_dovetail", + "_parent": "55818ad54bdc2ddc698b4569", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.7]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": true, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 15155, + "CustomAimPlane": "", + "Description": "scope_dovetail_ekb_okp7_dovetail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_dovetail_ekb_okp7_dovetail", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_dovetail_ekb_okp7_dovetail.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_dovetail_ekb_okp7_dovetail", + "SightModesCount": 1, + "SightingRange": 250, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.295, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.6, + "sightModType": "reflex" + }, + "_proto": "570fd79bd2720bc7458b4583", + "_type": "Item" + }, + "574d967124597745970e7c94": { + "_id": "574d967124597745970e7c94", + "_name": "weapon_toz_sks_762x39", + "_parent": "5447b5fc4bdc2d87278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.25, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.18, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.05, + "Chambers": [{ + "_id": "574d982f24597745a21eb3e5", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "574d967124597745970e7c94", + "_props": { + "filters": [{ + "Filter": ["59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.5, + "CoolFactor": 1, + "CreditsPrice": 19331, + "Description": "Item", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 40, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_dmr", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": true, + "MustBoltBeOpennedForInternalReload": true, + "Name": "Item", + "NotShownInSlot": false, + "OperatingResource": 3550, + "Prefab": { + "path": "assets/content/weapons/sks/weapon_toz_sks_762x39_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.3, + "z": 0.03 + }, + "RecoilForceBack": 400, + "RecoilForceUp": 182, + "RecolDispersion": 10, + "ReloadMode": "InternalMagazine", + "RepairComplexity": 0, + "RepairCost": 77, + "RepairSpeed": 0, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.25, + "z": -0.03 + }, + "SendToClient": false, + "ShortName": "Item", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "574dae34245977459a2f3f5c", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "574d967124597745970e7c94", + "_props": { + "filters": [{ + "Filter": ["5d0236dad7ad1a0940739d29", "587e0531245977466077a0f7", "5afd7ded5acfc40017541f5e", "574dad8024597745964bf05c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "574db2a824597773a448aad1", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "574d967124597745970e7c94", + "_props": { + "filters": [{ + "Filter": ["574db213245977459a2f3f5d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "587df681245977373c4f112e", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "574d967124597745970e7c94", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5c5970672e221602b21d7855", "587df583245977373c4f1129", "587df3a12459772c28142567"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "593d49e086f7745e5838a14d", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "574d967124597745970e7c94", + "_props": { + "filters": [{ + "Filter": ["5cf67cadd7f00c065a5abab7", "593d490386f7745ee97a1555"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 12, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 2.627, + "Width": 4, + "ammoCaliber": "Caliber762x39", + "bEffDist": 400, + "bFirerate": 40, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5656d7c34bdc2d9d198b4587", + "defMagType": "587df3a12459772c28142567", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": false, + "isFastReload": false, + "shotgunDispersion": 10, + "weapClass": "assaultCarbine", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_type": "Item" + }, + "574dad8024597745964bf05c": { + "_id": "574dad8024597745964bf05c", + "_name": "stock_sks_toz_sks_std_wood", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3780, + "Description": "SKS stock", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "SKS stock", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_sks_toz_sks_std_wood.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": -15, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "SKS stock", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "593d22cb86f7746ccd73e1fc", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "574dad8024597745964bf05c", + "_props": { + "filters": [{ + "Filter": ["593d1fa786f7746da62d61ac"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.913, + "Width": 4 + }, + "_proto": "56083cba4bdc2de22e8b456f", + "_type": "Item" + }, + "574db213245977459a2f3f5d": { + "_id": "574db213245977459a2f3f5d", + "_name": "sight_rear_sks_toz_sks_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 300, + "CustomAimPlane": "", + "Description": "sight_rear_sks_toz_sks_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_sks_toz_sks_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_sks_toz_sks_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_sks_toz_sks_std", + "SightModesCount": 1, + "SightingRange": 500, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.025, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "5649b0544bdc2d1b2b8b458a", + "_type": "Item" + }, + "574eb85c245977648157eec3": { + "_id": "574eb85c245977648157eec3", + "_name": "factory plan", + "_parent": "567849dd4bdc2d150f8b456e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConfigPathStr": "UI/PocketMap/Plans/FactoryPlan/config", + "ConflictingItems": [], + "CreditsPrice": 16122, + "Description": "Factory Plan", + "DiscardingBlock": false, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_map", + "LootExperience": 20, + "MaxMarkersCount": 100, + "MergesWithChildren": false, + "Name": "Factory Plan", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/map/map.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Factory Plan", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "scaleMax": 1, + "scaleMin": 0.35 + }, + "_proto": "56784a144bdc2d99058b4569", + "_type": "Item" + }, + "57505f6224597709a92585a9": { + "_id": "57505f6224597709a92585a9", + "_name": "alyonka", + "_parent": "5448e8d04bdc2ddf718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6483, + "Description": "Chocolate bar", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_snack", + "LootExperience": 20, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "Chocolate bar", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_chocolate/item_alyonka_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Chocolate bar", + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_chocolate/item_alyonka_container.bundle", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 35 + }, + "Hydration": { + "value": -15 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 2 + }, + "_proto": "57347d3d245977448f7b7f61", + "_type": "Item" + }, + "575062b524597720a31c09a1": { + "_id": "575062b524597720a31c09a1", + "_name": "drink_icegreen", + "_parent": "5448e8d64bdc2dce718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2429, + "Description": "Green Ice", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_soda_can", + "LootExperience": 5, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "Green Ice", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_drink_cans/item_icegreen_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Green Ice", + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_drink_cans/item_icegeen_container.bundle", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Hydration": { + "value": 15 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 2 + }, + "_proto": "544fb62a4bdc2dfb738b4568", + "_type": "Item" + }, + "57513f07245977207e26a311": { + "_id": "57513f07245977207e26a311", + "_name": "drink_juice_apple", + "_parent": "5448e8d64bdc2dce718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3422, + "Description": "Apple juice", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_juice_carton", + "LootExperience": 10, + "MaxResource": 40, + "MergesWithChildren": false, + "Name": "Apple juice", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_juice/item_juice_apple_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Apple juice", + "SpawnChance": 13, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_juice/item_juice_apple_container.bundle", + "rcid": "" + }, + "Weight": 1, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 5 + }, + "Hydration": { + "value": 25 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 4 + }, + "_proto": "575062b524597720a31c09a1", + "_type": "Item" + }, + "57513f9324597720a7128161": { + "_id": "57513f9324597720a7128161", + "_name": "drink_juice_grand", + "_parent": "5448e8d64bdc2dce718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3412, + "Description": "Grand juice", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_juice_carton", + "LootExperience": 10, + "MaxResource": 40, + "MergesWithChildren": false, + "Name": "Grand juice", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_juice/item_juice_grand_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Grand juice", + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_juice/item_juice_grand_container.bundle", + "rcid": "" + }, + "Weight": 1, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 6 + }, + "Hydration": { + "value": 30 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 4 + }, + "_proto": "57513f07245977207e26a311", + "_type": "Item" + }, + "57513fcc24597720a31c09a6": { + "_id": "57513fcc24597720a31c09a6", + "_name": "drink_juice_vita", + "_parent": "5448e8d64bdc2dce718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1800, + "Description": "Vita juice", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_juice_carton", + "LootExperience": 20, + "MaxResource": 40, + "MergesWithChildren": false, + "Name": "Vita juice", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_juice/item_juice_vita_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Vita juice", + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_juice/item_juice_vita_container.bundle", + "rcid": "" + }, + "Weight": 1, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 8 + }, + "Hydration": { + "value": 28 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 4 + }, + "_proto": "57513f9324597720a7128161", + "_type": "Item" + }, + "5751435d24597720a27126d1": { + "_id": "5751435d24597720a27126d1", + "_name": "drink_maxenergy", + "_parent": "5448e8d64bdc2dce718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2934, + "Description": "Max energy", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_soda_can", + "LootExperience": 10, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "Max energy", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_drink_cans/item_maxenergy_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Max energy", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "Buffs_drink_maxenergy", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_drink_cans/item_maxenergy_container.bundle", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 12 + }, + "Hydration": { + "value": 20 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 2 + }, + "_proto": "57513fcc24597720a31c09a6", + "_type": "Item" + }, + "57514643245977207f2c2d09": { + "_id": "57514643245977207f2c2d09", + "_name": "drink_tarcola", + "_parent": "5448e8d64bdc2dce718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3980, + "Description": "TarCola", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_soda_can", + "LootExperience": 10, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "TarCola", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_drink_cans/item_tarcola_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "TarCola", + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "Buffs_drink_tarcola", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_drink_cans/item_tarcola_container.bundle", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 5 + }, + "Hydration": { + "value": 15 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 4 + }, + "_proto": "5751435d24597720a27126d1", + "_type": "Item" + }, + "575146b724597720a27126d5": { + "_id": "575146b724597720a27126d5", + "_name": "drink_milk", + "_parent": "5448e8d64bdc2dce718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4753, + "Description": "Carton of milk", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_juice_carton", + "LootExperience": 10, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "Carton of milk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_tetrapak/item_tetrapak_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Carton of milk", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "Buffs_drink_milk", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_tetrapak/item_tetrapak_container.bundle", + "rcid": "" + }, + "Weight": 1, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 20 + }, + "Hydration": { + "value": 30 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 3 + }, + "_proto": "57514643245977207f2c2d09", + "_type": "Item" + }, + "5751487e245977207e26a315": { + "_id": "5751487e245977207e26a315", + "_name": "emelya", + "_parent": "5448e8d04bdc2ddf718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 298, + "Description": "Emelya", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_snack", + "LootExperience": 10, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "Emelya", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_snacks/item_snacks_emelya_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Emelya", + "SpawnChance": 11, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "Buffs_food_emelya", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_snacks/item_snacks_emelya_container.bundle", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 10 + }, + "Hydration": { + "value": -10 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 4 + }, + "_proto": "57347d3d245977448f7b7f61", + "_type": "Item" + }, + "5751496424597720a27126da": { + "_id": "5751496424597720a27126da", + "_name": "hotrod", + "_parent": "5448e8d64bdc2dce718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4236, + "Description": "Hot rod", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_soda_can", + "LootExperience": 20, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "Hot rod", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_hotrod/item_hotrod_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Hot rod", + "SpawnChance": 14, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "Buffs_drink_hotrod", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_hotrod/item_hotrod_container.bundle", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 10 + }, + "Hydration": { + "value": 20 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 2 + }, + "_proto": "575146b724597720a27126d5", + "_type": "Item" + }, + "5751a25924597722c463c472": { + "_id": "5751a25924597722c463c472", + "_name": "bandage_army", + "_parent": "5448f3ac4bdc2dce718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1830, + "Description": "Army bandage", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_bandage", + "LootExperience": 20, + "MaxHpResource": 2, + "MergesWithChildren": false, + "Name": "Army bandage", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_bandage/item_bandage_army_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Army bandage", + "SpawnChance": 14, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_bandage/item_bandage_army_container.bundle", + "rcid": "" + }, + "Weight": 0.043, + "Width": 1, + "effects_damage": { + "LightBleeding": { + "delay": 0, + "duration": 0, + "fadeOut": 0 + } + }, + "effects_health": [], + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 2 + }, + "_proto": "544fb25a4bdc2dfb738b4567", + "_type": "Item" + }, + "5751a89d24597722aa0e8db0": { + "_id": "5751a89d24597722aa0e8db0", + "_name": "golden_star_balm", + "_parent": "5448f3a14bdc2d27728b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 19259, + "Description": "Golden Star Balm", + "DiscardingBlock": false, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 250, + "MaxHpResource": 10, + "MergesWithChildren": false, + "Name": "Golden Star Balm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_golden_star_balm/item_golden_star_balm_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Golden Star Balm", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "BuffsGoldenStarBalm", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_golden_star_balm/item_golden_star_balm_container.bundle", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "effects_damage": { + "Contusion": { + "delay": 0, + "duration": 0, + "fadeOut": 0 + }, + "Pain": { + "delay": 0, + "duration": 350, + "fadeOut": 20 + }, + "RadExposure": { + "delay": 0, + "duration": 400, + "fadeOut": 20 + } + }, + "effects_health": { + "Energy": { + "value": -15 + } + }, + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 7 + }, + "_proto": "544fb25a4bdc2dfb738b4567", + "_type": "Item" + }, + "5755356824597772cb798962": { + "_id": "5755356824597772cb798962", + "_name": "medkit", + "_parent": "5448f39d4bdc2d0a728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 2, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3250, + "Description": "Medkit", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": true, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_medkit", + "LootExperience": 25, + "MaxHpResource": 100, + "MergesWithChildren": false, + "Name": "Medkit", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_medkit/item_medkit_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Medkit", + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_medkit/item_medkit_container.bundle", + "rcid": "" + }, + "Weight": 0.2, + "Width": 1, + "effects_damage": { + "RadExposure": { + "cost": 0, + "delay": 0, + "duration": 0, + "fadeOut": 0 + } + }, + "effects_health": [], + "hpResourceRate": 50, + "medEffectType": "duringUse", + "medUseTime": 2 + }, + "_proto": "544fb45d4bdc2dee738b4568", + "_type": "Item" + }, + "5755383e24597772cb798966": { + "_id": "5755383e24597772cb798966", + "_name": "vaseline", + "_parent": "5448f3a14bdc2d27728b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9896, + "Description": "Vaseline", + "DiscardingBlock": false, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 100, + "MaxHpResource": 6, + "MergesWithChildren": false, + "Name": "Vaseline", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_vaselin/item_vaselin_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Vaseline", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_vaselin/item_vaselin_container.bundle", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "effects_damage": { + "Pain": { + "delay": 0, + "duration": 300, + "fadeOut": 50 + } + }, + "effects_health": { + "Energy": { + "value": -5 + }, + "Hydration": { + "value": -5 + } + }, + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 6 + }, + "_proto": "544fb37f4bdc2dee738b4567", + "_type": "Item" + }, + "576165642459773c7a400233": { + "_id": "576165642459773c7a400233", + "_name": "weapon_izhmash_saiga12k_10_12g", + "_parent": "5447b6094bdc2dc3278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.101, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.13, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.25, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.55, + "Chambers": [{ + "_id": "57616e2e2459773c362ab462", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "576165642459773c7a400233", + "_props": { + "filters": [{ + "Filter": ["560d5e524bdc2d25448b4571", "5d6e6772a4b936088465b17c", "5d6e67fba4b9361bc73bc779", "5d6e6806a4b936088465b17e", "5d6e68dea4b9361bcc29e659", "5d6e6911a4b9361bd5780d52", "5c0d591486f7744c505b416f", "58820d1224597753c90aeb13", "5d6e68c4a4b9361b93413f79", "5d6e68a8a4b9360b6c0d54e2", "5d6e68e6a4b9361c140bcfe0", "5d6e6869a4b9361c140bcfde", "5d6e68b3a4b9361bca7e50b5", "5d6e6891a4b9361bd473feea", "5d6e689ca4b9361bc8618956", "5d6e68d1a4b93622fe60e845"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 2, + "CoolFactor": 1, + "CreditsPrice": 16517, + "Description": "Saiga", + "DeviationCurve": 6, + "DeviationMax": 13, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 35, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "mod_stock", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "Saiga", + "NotShownInSlot": false, + "OperatingResource": 2250, + "Prefab": { + "path": "assets/content/weapons/saiga12/weapon_izhmash_saiga12k_10_12g_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": 0 + }, + "RecoilForceBack": 650, + "RecoilForceUp": 390, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 99, + "RepairSpeed": 7, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.27, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "Saiga", + "ShotgunDispersion": 1.3, + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "576166c92459773ccd7031c7", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "576165642459773c7a400233", + "_props": { + "filters": [{ + "Filter": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "57616d962459773c7a400235", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "576165642459773c7a400233", + "_props": { + "filters": [{ + "Filter": ["5f63418ef5750b524b45f116", "6086b5731246154cad35d6c7", "576169e62459773c69055191", "5827272a24597748c74bdeea", "58272b392459774b4c7b3ccd"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "57616dbd2459773c7a400236", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "576165642459773c7a400233", + "_props": { + "filters": [{ + "Filter": ["58272d7f2459774f6311ddfd", "59fb137a86f7740adb646af1", "576167ab2459773cad038c43", "5b363e1b5acfc4771e1c5e80", "59c0ec5b86f77435b128bfca"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "57616dcf2459773ccd7031ca", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "576165642459773c7a400233", + "_props": { + "filters": [{ + "Filter": ["5f6341043ada5942720e2dc5", "6087e663132d4d12c81fd96b", "5beec8ea0db834001a6f9dbf", "5649ad3f4bdc2df8348b4585", "5649ade84bdc2d1b2b8b4587", "59e62cc886f77440d40b52a1", "5a0071d486f77404e23a12b2", "57e3dba62459770f0c32322b", "5cf54404d7f00c108840b2ef", "5e2192a498a36665e8337386", "5b30ac585acfc433000eb79c", "59e6318286f77444dd62c4cc", "5cf50850d7f00c056e24104c", "5cf508bfd7f00c056e24104e", "5947f92f86f77427344a76b1", "5947fa2486f77425b47c1a9b", "5c6bf4aa2e2216001219b0ae", "5649ae4a4bdc2d1b2b8b4588", "5998517986f7746017232f7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "57616ddc2459773c687dcdc3", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "576165642459773c7a400233", + "_props": { + "filters": [{ + "Filter": ["57616c112459773cce774d66"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "57616ded2459773cce774d67", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "576165642459773c7a400233", + "_props": { + "filters": [{ + "Filter": ["58272b842459774abc128d50", "57a9b9ce2459770ee926038d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "57616e062459773c7a400237", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "576165642459773c7a400233", + "_props": { + "filters": [{ + "Filter": ["5cf50fc5d7f00c056c53f83c", "5ac78eaf5acfc4001926317a", "5beec8b20db834001961942a", "57616ca52459773c69055192"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "57616e1f2459773cae04eae5", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "576165642459773c7a400233", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["57616a9e2459773c7a400234", "5cf8f3b0d7f00c00217872ef", "5a966f51a2750c00156aacf6"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "57616f1e2459775d4d100241", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "576165642459773c7a400233", + "_props": { + "filters": [{ + "Filter": ["5648ac824bdc2ded0b8b457d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 2.7, + "Weight": 2.622, + "Width": 4, + "ammoCaliber": "Caliber12g", + "bEffDist": 70, + "bFirerate": 40, + "bHearDist": 1, + "chamberAmmoCount": 1, + "defAmmo": "560d5e524bdc2d25448b4571", + "defMagType": "57616a9e2459773c7a400234", + "durabSpawnMax": 100, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 20, + "weapClass": "shotgun", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "56dee2bdd2720bc8328b4567", + "_type": "Item" + }, + "576167ab2459773cad038c43": { + "_id": "576167ab2459773cad038c43", + "_name": "muzzle_saiga12_izhmash_saiga12_std_12g", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 701, + "Description": "muzzle_saiga12_izhmash_saiga12_std_12g", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_saiga12_izhmash_saiga12_std_12g", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_saiga12_izhmash_saiga12_std_12g.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_saiga12_izhmash_saiga12_std_12g", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 65, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1, + "muzzleModType": "muzzleCombo" + }, + "_proto": "560838c94bdc2d77798b4569", + "_type": "Item" + }, + "576169e62459773c69055191": { + "_id": "576169e62459773c69055191", + "_name": "handguard_saiga12_izhmash_saiga12k_10_std", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1397, + "Description": "", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_saiga12_izhmash_saiga12k_10_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.18, + "Width": 1 + }, + "_proto": "5648b1504bdc2d9d488b4584", + "_type": "Item" + }, + "57616a9e2459773c7a400234": { + "_id": "57616a9e2459773c7a400234", + "_name": "mag_saiga12_izhmash_Sb5_12x76_5", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "57616b2e2459773cae04eae4", + "_max_count": 5, + "_name": "cartridges", + "_parent": "57616a9e2459773c7a400234", + "_props": { + "filters": [{ + "Filter": ["560d5e524bdc2d25448b4571", "5d6e6772a4b936088465b17c", "5d6e67fba4b9361bc73bc779", "5d6e6806a4b936088465b17e", "5d6e68dea4b9361bcc29e659", "5d6e6911a4b9361bd5780d52", "5c0d591486f7744c505b416f", "58820d1224597753c90aeb13", "5d6e68c4a4b9361b93413f79", "5d6e68a8a4b9360b6c0d54e2", "5d6e68e6a4b9361c140bcfe0", "5d6e6869a4b9361c140bcfde", "5d6e68b3a4b9361bca7e50b5", "5d6e6891a4b9361bd473feea", "5d6e689ca4b9361bc8618956", "5d6e68d1a4b93622fe60e845"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1694, + "Description": "mag_saiga12_izhmash_Sb5_12x76_5", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": -15, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_saiga12_izhmash_Sb5_12x76_5", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_saiga12_izhmash_sb5_12x76_5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_saiga12_izhmash_Sb5_12x76_5", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.19, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "564ca99c4bdc2d16268b4589", + "_type": "Item" + }, + "57616c112459773cce774d66": { + "_id": "57616c112459773cce774d66", + "_name": "reciever_saiga12_izhmash_saiga12k_10_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1195, + "Description": "", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_saiga12_izhmash_saiga12k_10_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.12, + "Width": 2 + }, + "_proto": "5649af094bdc2df8348b4586", + "_type": "Item" + }, + "57616ca52459773c69055192": { + "_id": "57616ca52459773c69055192", + "_name": "stock_saiga12_izhmash_saiga12_fold_ak_type", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1661, + "Description": "stock_saiga12", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_saiga12", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_saiga12_izhmash_saiga12_fold_ak_type.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": -34, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_saiga12", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5ac224b1d8ce8700150a20cb", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "57616ca52459773c69055192", + "_props": { + "filters": [{ + "Filter": ["5a0c59791526d8dba737bba7"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.35, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "576a581d2459771e7b1bc4f1": { + "_id": "576a581d2459771e7b1bc4f1", + "_name": "weapon_izhmeh_mp443_9x19", + "_parent": "5447b5cf4bdc2d65278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.026, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.025, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.4, + "Chambers": [{ + "_id": "576a599b2459771e7b1bc4f2", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "576a581d2459771e7b1bc4f1", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 5, + "CoolFactor": 1, + "CreditsPrice": 10437, + "Description": "mp443", + "DeviationCurve": 5, + "DeviationMax": 17, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 75, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_pistol", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "mp443", + "NotShownInSlot": false, + "OperatingResource": 2050, + "Prefab": { + "path": "assets/content/weapons/mp443/weapon_izhmeh_mp443_9x19_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RecoilAngle": 85, + "RecoilCenter": { + "x": 0, + "y": -0.44, + "z": -0.005 + }, + "RecoilForceBack": 310, + "RecoilForceUp": 500, + "RecolDispersion": 20, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 37, + "RepairSpeed": 3, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.45, + "z": -0.05 + }, + "SendToClient": false, + "ShortName": "mp443", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "576a59ce2459771e7c64ef24", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "576a581d2459771e7b1bc4f1", + "_props": { + "filters": [{ + "Filter": ["576a7c512459771e796e0e17"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "576a69f42459771ea02a5618", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "576a581d2459771e7b1bc4f1", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["576a5ed62459771e9c2096cb"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "576a6a012459771e9f0215d7", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "576a581d2459771e7b1bc4f1", + "_props": { + "filters": [{ + "Filter": ["576a63cd2459771e796e0e11"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -1.74, + "Weight": 0.79, + "Width": 2, + "ammoCaliber": "Caliber9x19PARA", + "bEffDist": 50, + "bFirerate": 30, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "56d59d3ad2720bdb418b4577", + "defMagType": "576a5ed62459771e9c2096cb", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 10, + "weapClass": "pistol", + "weapFireType": ["single"], + "weapUseType": "secondary" + }, + "_proto": "56d59856d2720bd8418b456a", + "_type": "Item" + }, + "576a5ed62459771e9c2096cb": { + "_id": "576a5ed62459771e9c2096cb", + "_name": "mag_mp443_izhmeh_std_9x19_18", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "576a62b72459771e7c64ef26", + "_max_count": 18, + "_name": "cartridges", + "_parent": "576a5ed62459771e9c2096cb", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1535, + "Description": "mag_mp443_izhmeh_std_9x19_18", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 15, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_mp443_izhmeh_std_9x19_18", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_mp443_izhmeh_std_9x19_18.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_mp443_izhmeh_std_9x19_18", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 12, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.105, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "56d59948d2720bb7418b4582", + "_type": "Item" + }, + "576a63cd2459771e796e0e11": { + "_id": "576a63cd2459771e796e0e11", + "_name": "pistolgrip_mp443_izmeh_mp443_std", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 703, + "Description": "", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_mp443_izmeh_mp443_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.055, + "Width": 1 + }, + "_proto": "56d5a2bbd2720bb8418b456a", + "_type": "Item" + }, + "576a7c512459771e796e0e17": { + "_id": "576a7c512459771e796e0e17", + "_name": "mount_mp443_zenit_b8", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2744, + "Description": "mount_mp443_zenit_b8", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_mp443_zenit_b8", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_mp443_zenit_b8.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_mp443_zenit_b8", + "SightingRange": 0, + "Slots": [{ + "_id": "576a7ca92459771e796e0e18", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "576a7c512459771e796e0e17", + "_props": { + "filters": [{ + "Filter": ["5cc9c20cd7f00c001336c65d", "5a800961159bd4315e3a1657", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5a7b4900e899ef197b331a2a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 15, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.04, + "Width": 1 + }, + "_proto": "5649a2464bdc2d91118b45a8", + "_type": "Item" + }, + "576fd4ec2459777f0b518431": { + "_id": "576fd4ec2459777f0b518431", + "_name": "scope_dovetail_belomo_pso_1m2-1_4×24", + "_parent": "55818ae44bdc2dde698b456c", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.1625, 0.1625]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": true, + "CalibrationDistances": [[50, 75, 100, 125, 150, 200, 250, 300]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "591ee00d86f774592f7b841e", "57acb6222459771ec34b5cb0", "5827272a24597748c74bdeea", "58272b392459774b4c7b3ccd"], + "CreditsPrice": 19784, + "CustomAimPlane": "", + "Description": "scope_dovetail_belomo_pso_1m2-1_4×24", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -7, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [2], + "Name": "scope_dovetail_belomo_pso_1m2-1_4×24", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 75, 100, 125, 150, 200, 250, 300], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_dovetail_belomo_pso_1m2_1_4x24.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_dovetail_belomo_pso_1m2-1_4×24", + "SightModesCount": 2, + "SightingRange": 600, + "Slots": [{ + "_id": "57f3a7082459772ae24f5cbf", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "576fd4ec2459777f0b518431", + "_props": { + "filters": [{ + "Filter": ["57f3a5ae2459772b0e0bf19e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.6, + "Width": 2, + "Zooms": [[4, 4]], + "aimingSensitivity": 0.2, + "sightModType": "optic" + }, + "_proto": "544a3d0a4bdc2d1b388b4567", + "_type": "Item" + }, + "577d128124597739d65d0e56": { + "_id": "577d128124597739d65d0e56", + "_name": "mount_all_burris_fast_fire_weaver", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1582, + "Description": "mount_all_burris_fast_fire_weaver", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_all_burris_fast_fire_weaver", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_all_burris_fast_fire_weaver.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_all_burris_fast_fire_weaver", + "SightingRange": 0, + "Slots": [{ + "_id": "577d13f724597739ba176c31", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "577d128124597739d65d0e56", + "_props": { + "filters": [{ + "Filter": ["577d141e24597739c5255e01"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.017, + "Width": 1 + }, + "_proto": "5649a2464bdc2d91118b45a8", + "_type": "Item" + }, + "577d141e24597739c5255e01": { + "_id": "577d141e24597739c5255e01", + "_name": "scope_base_burris_fast_fire_3", + "_parent": "55818acf4bdc2dde698b456b", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.7]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25, 50, 100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 16509, + "CustomAimPlane": "", + "Description": "scope_base_burris_fast_fire_3", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_base_burris_fast_fire_3", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25, 50, 100], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_base_burris_fast_fire_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_base_burris_fast_fire_3", + "SightModesCount": 1, + "SightingRange": 100, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.025, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.6, + "sightModType": "reflex" + }, + "_proto": "544a39de4bdc2d24388b4567", + "_type": "Item" + }, + "577e1c9d2459773cd707c525": { + "_id": "577e1c9d2459773cd707c525", + "_name": "copy_paper", + "_parent": "57864c322459775490116fbf", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2337, + "Description": "Copy & printer paper", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 15, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Copy & printer paper", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/copy_paper/item_copy_paper.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Copy paper", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.7, + "Width": 2 + }, + "_proto": "57347cd0245977445a2d6ff1", + "_type": "Item" + }, + "5780cda02459777b272ede61": { + "_id": "5780cda02459777b272ede61", + "_name": "Общага1 306", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6108, + "Description": "Room 306 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Room 306 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Room 306 Key", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5780cf692459777de4559321": { + "_id": "5780cf692459777de4559321", + "_name": "Общага1 315", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 11000, + "Description": "Room 315 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Room 315 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Room 315 Key", + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5780cda02459777b272ede61", + "_type": "Item" + }, + "5780cf722459777a5108b9a1": { + "_id": "5780cf722459777a5108b9a1", + "_name": "Общага1 308", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3500, + "Description": "Room 308 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Room 308 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Room 308 Key", + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5780cf692459777de4559321", + "_type": "Item" + }, + "5780cf7f2459777de4559322": { + "_id": "5780cf7f2459777de4559322", + "_name": "Общага1 мат", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 33678, + "Description": "Room M", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 70, + "MaximumNumberOfUsage": 25, + "MergesWithChildren": false, + "Name": "Room M", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_14.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Room M", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5780cf722459777a5108b9a1", + "_type": "Item" + }, + "5780cf942459777df90dcb72": { + "_id": "5780cf942459777df90dcb72", + "_name": "Общага1 214", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 42000, + "Description": "Room 214 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Room 214 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Room 214 Key", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5780cf7f2459777de4559322", + "_type": "Item" + }, + "5780cf9e2459777df90dcb73": { + "_id": "5780cf9e2459777df90dcb73", + "_name": "Общага1 218", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7657, + "Description": "Room 218 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 30, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Room 218 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Room 218 Key", + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5780cf942459777df90dcb72", + "_type": "Item" + }, + "5780cfa52459777dfb276eb1": { + "_id": "5780cfa52459777dfb276eb1", + "_name": "Общага1 220", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 11101, + "Description": "Room 220 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 40, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Room 220 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Room 220 Key", + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5780cf9e2459777df90dcb73", + "_type": "Item" + }, + "5780d0532459777a5108b9a2": { + "_id": "5780d0532459777a5108b9a2", + "_name": "Офисы тамож", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 11107, + "Description": "Office key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Office key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Office key", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "57518f7724597720a31c09ab", + "_type": "Item" + }, + "5780d0652459777df90dcb74": { + "_id": "5780d0652459777df90dcb74", + "_name": "Дирик бенз", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 11755, + "Description": "Gasstation director", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 60, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Gasstation director", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Gasstation director", + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5751916f24597720a27126df", + "_type": "Item" + }, + "5780d07a2459777de4559324": { + "_id": "5780d07a2459777de4559324", + "_name": "Будка автоб пар", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5700, + "Description": "Bus park key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Bus park key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Bus park key", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "57838ad32459774a17445cd2": { + "_id": "57838ad32459774a17445cd2", + "_name": "weapon_tochmash_vss_9x39", + "_parent": "5447b6194bdc2d67278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 1, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.17, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.095, + "Chambers": [{ + "_id": "57838bcf2459774a26674906", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "57838ad32459774a17445cd2", + "_props": { + "filters": [{ + "Filter": ["5c0d688c86f77413ae3407b2", "57a0dfb82459774d3078b56c", "57a0e5022459774d1673f889", "5c0d668f86f7747ccb7f13b2"], + "MaxStackCount": 0 + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 2.5, + "CoolFactor": 1, + "CreditsPrice": 54336, + "Description": "", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 43, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_dmr", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.05, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "", + "NotShownInSlot": false, + "OperatingResource": 3400, + "Prefab": { + "path": "assets/content/weapons/vss/weapon_tochmash_vss_9x39_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.31, + "z": 0.01 + }, + "RecoilForceBack": 300, + "RecoilForceUp": 140, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 456, + "RepairSpeed": 100, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.09 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.3, + "z": -0.09 + }, + "SendToClient": false, + "ShortName": "", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "57838c0b2459774a256959af", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "57838ad32459774a17445cd2", + "_props": { + "filters": [{ + "Filter": ["5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5dff8db859400025ea5150d4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "578399aa2459774a0e553c7c", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "57838ad32459774a17445cd2", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["57838f0b2459774a256959b2", "57838f9f2459774a150289a0", "5a9e81fba2750c00164f6b11"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "578399c52459774a0d5f2fee", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "57838ad32459774a17445cd2", + "_props": { + "filters": [{ + "Filter": ["57c44dd02459772d2e0ae249", "57838c962459774a1651ec63"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "578399f42459774bbe1373be", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "57838ad32459774a17445cd2", + "_props": { + "filters": [{ + "Filter": ["57c44f4f2459772d2c627113", "578395402459774a256959b5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "57839a1a2459774a150289a1", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "57838ad32459774a17445cd2", + "_props": { + "filters": [{ + "Filter": ["578395e82459774a0e553c7b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "57b2e5d92459771c44796fcd", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "57838ad32459774a17445cd2", + "_props": { + "filters": [{ + "Filter": ["5648ac824bdc2ded0b8b457d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "57b33a0b2459771ee32dac59", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_004", + "_parent": "57838ad32459774a17445cd2", + "_props": { + "filters": [{ + "Filter": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "5e569a2e56edd02abe09f280", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.92, + "Width": 2, + "ammoCaliber": "Caliber9x39", + "bEffDist": 400, + "bFirerate": 900, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "57a0dfb82459774d3078b56c", + "defMagType": "57838f0b2459774a256959b2", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "sniperRifle", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "55801eed4bdc2d89578b4588", + "_type": "Item" + }, + "57838c962459774a1651ec63": { + "_id": "57838c962459774a1651ec63", + "_name": "silencer_vss_tochmash_std_9x39", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 22507, + "Description": "silencer_vss_tochmash_std_9x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.49, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": -30, + "MergesWithChildren": true, + "Name": "silencer_vss_tochmash_std_9x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_vss_tochmash_std_9x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -20, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_vss_tochmash_std_9x39", + "SightingRange": 0, + "Slots": [{ + "_id": "57838d2f2459774a256959b0", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "57838c962459774a1651ec63", + "_props": { + "filters": [{ + "Filter": ["57c44e7b2459772d28133248", "57838e1b2459774a256959b1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "57e02a3824597706777d7ec7", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "57838c962459774a1651ec63", + "_props": { + "filters": [{ + "Filter": ["59eb7ebe86f7740b373438ce", "57a3459f245977764a01f703", "5a9fc7e6a2750c0032157184"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 2, + "Weight": 0.496, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "564caa3d4bdc2d17108b458e", + "_type": "Item" + }, + "57838e1b2459774a256959b1": { + "_id": "57838e1b2459774a256959b1", + "_name": "sight_rear_vss_tochmash_vss_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 996, + "CustomAimPlane": "", + "Description": "sight_rear_vss_tochmash_vss_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_vss_tochmash_vss_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_vss_tochmash_vss_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_vss_tochmash_vss_std", + "SightModesCount": 1, + "SightingRange": 420, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.025, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "574db213245977459a2f3f5d", + "_type": "Item" + }, + "57838f0b2459774a256959b2": { + "_id": "57838f0b2459774a256959b2", + "_name": "mag_vss_tochmash_6L24_9x39_10", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "57838f872459774a256959b3", + "_max_count": 10, + "_name": "cartridges", + "_parent": "57838f0b2459774a256959b2", + "_props": { + "filters": [{ + "Filter": ["5c0d688c86f77413ae3407b2", "57a0dfb82459774d3078b56c", "57a0e5022459774d1673f889", "5c0d668f86f7747ccb7f13b2"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 4637, + "Description": "", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_vss_tochmash_6l24_9x39_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.25, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "57838f9f2459774a150289a0": { + "_id": "57838f9f2459774a150289a0", + "_name": "mag_vss_tochmash_6L25_9x39_20", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "57838fae2459774a0d5f2fed", + "_max_count": 20, + "_name": "cartridges", + "_parent": "57838f9f2459774a150289a0", + "_props": { + "filters": [{ + "Filter": ["5c0d688c86f77413ae3407b2", "57a0dfb82459774d3078b56c", "57a0e5022459774d1673f889", "5c0d668f86f7747ccb7f13b2"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 5999, + "Description": "", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_vss_tochmash_6l25_9x39_20.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.3, + "Width": 1, + "magAnimationIndex": 1 + }, + "_proto": "57838f0b2459774a256959b2", + "_type": "Item" + }, + "578395402459774a256959b5": { + "_id": "578395402459774a256959b5", + "_name": "reciever_vss_tochmash_vss_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1620, + "Description": "", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_vss_tochmash_vss_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.2, + "Width": 2 + }, + "_proto": "5649af094bdc2df8348b4586", + "_type": "Item" + }, + "578395e82459774a0e553c7b": { + "_id": "578395e82459774a0e553c7b", + "_name": "stock_vss_tochmash_vss_std_wood", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1786, + "Description": "", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 15, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_vss_tochmash_vss_std_wood.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": -33, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.7, + "Width": 2 + }, + "_proto": "57616ca52459773c69055192", + "_type": "Item" + }, + "5783c43d2459774bbe137486": { + "_id": "5783c43d2459774bbe137486", + "_name": "wallet", + "_parent": "5795f317245977243854e041", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 10542, + "Description": "Empty Wallet", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "579604ac2459772e2a2a3d91", + "_name": "main", + "_parent": "5783c43d2459774bbe137486", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": [], + "Filter": ["5c164d2286f774194c5e69fa", "543be5dd4bdc2deb348b4569"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Empty Wallet", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/wallet/item_wallet.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Wallet", + "Slots": [], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TagColor": 0, + "TagName": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.23, + "Width": 1 + }, + "_proto": "577e1c9d2459773cd707c525", + "_type": "Item" + }, + "57864a3d24597754843f8721": { + "_id": "57864a3d24597754843f8721", + "_name": "Jewelry", + "_parent": "5448eb774bdc2d0a728b4567", + "_props": {}, + "_type": "Node" + }, + "57864a66245977548f04a81f": { + "_id": "57864a66245977548f04a81f", + "_name": "Electronics", + "_parent": "5448eb774bdc2d0a728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Item", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Item", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Item", + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_type": "Node" + }, + "57864ada245977548638de91": { + "_id": "57864ada245977548638de91", + "_name": "BuildingMaterial", + "_parent": "5448eb774bdc2d0a728b4567", + "_props": {}, + "_type": "Node" + }, + "57864bb7245977548b3b66c2": { + "_id": "57864bb7245977548b3b66c2", + "_name": "Tool", + "_parent": "5448eb774bdc2d0a728b4567", + "_props": {}, + "_type": "Node" + }, + "57864c322459775490116fbf": { + "_id": "57864c322459775490116fbf", + "_name": "HouseholdGoods", + "_parent": "5448eb774bdc2d0a728b4567", + "_props": {}, + "_type": "Node" + }, + "57864c8c245977548867e7f1": { + "_id": "57864c8c245977548867e7f1", + "_name": "MedicalSupplies", + "_parent": "5448eb774bdc2d0a728b4567", + "_props": {}, + "_type": "Node" + }, + "57864e4c24597754843f8723": { + "_id": "57864e4c24597754843f8723", + "_name": "Lubricant", + "_parent": "5448eb774bdc2d0a728b4567", + "_props": {}, + "_type": "Node" + }, + "57864ee62459775490116fc1": { + "_id": "57864ee62459775490116fc1", + "_name": "Battery", + "_parent": "5448eb774bdc2d0a728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Item", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Item", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Item", + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_type": "Node" + }, + "578f8778245977358849a9b5": { + "_id": "578f8778245977358849a9b5", + "_name": "Jacket", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Куртка", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "578f887c2459773546601e30", + "_name": "main", + "_parent": "578f8778245977358849a9b5", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 2, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Куртка", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "jacket_looting", + "SendToClient": false, + "ShortName": "Куртка", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["5e2aedd986f7746d404f3aa4", "5672cb124bdc2d1a0f8b4568", "5672cb304bdc2dc2088b456a", "57347c1124597737fb1379e3", "5734795124597738002c6176", "590c31c586f774245e3141b2", "59e35ef086f7741777737012", "5d1b39a386f774252339976f", "57347c5b245977448d35f6e1", "57347c77245977448d35f6e2", "5c1265fc86f7743f896a21c2", "5c12620d86f7743f8b198b72", "590a3cd386f77436f20848cb", "590a3efd86f77437d351a25b", "590a3d9c86f774385926e510", "56742c324bdc2d150f8b456d", "573474f924597738002c6174", "5734758f24597738025ee253", "59faff1d86f7746c51718c9c", "5bc9bdb8d4351e003562b8a1", "5d235b4d86f7742e017bc88a", "5d235a5986f77443f6329bc6", "56742c284bdc2d98058b456d", "5e2af2bc86f7746d3f3c33fc", "5e2af37686f774755a234b65", "57347b8b24597737dd42e192", "56742c2e4bdc2d95058b456d", "5e2af51086f7746d3f3c3402", "573476d324597737da2adc13", "573475fb24597737fb1379e1", "5734770f24597738025ee254", "573476f124597737e04bf328", "590c2b4386f77425357b6123", "590c2e1186f77425357b6124", "5a341c4686f77469e155819e", "57514643245977207f2c2d09", "5751496424597720a27126da", "57505f6224597709a92585a9", "57347d3d245977448f7b7f61", "5751487e245977207e26a315", "544fb6cc4bdc2d34748b456e", "5c12613b86f7743bbe2c3f76", "590c639286f774151567fa95", "590c651286f7741e566b6461", "5c99f98d86f7745c314214b3", "544fb37f4bdc2dee738b4567", "5755383e24597772cb798966", "5449016a4bdc2d6f028b456f"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "566966cd4bdc2d0c4c8b4578", + "_type": "Item" + }, + "578f8782245977354405a1e3": { + "_id": "578f8782245977354405a1e3", + "_name": "Safe", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Сейф", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "578f889524597735675ff17e", + "_name": "main", + "_parent": "578f8782245977354405a1e3", + "_props": { + "cellsH": 3, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 6, + "maxWeight": 0, + "minCount": 1 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Сейф", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "safe_looting", + "SendToClient": false, + "ShortName": "Сейф", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["57864a3d24597754843f8721", "5bc9c049d4351e44f824d360", "590c392f86f77444754deb29", "590c621186f774138d11ea29", "5c12613b86f7743bbe2c3f76", "590c645c86f77412b01304d9", "590c651286f7741e566b6461", "5696686a4bdc2da3298b456a", "569668774bdc2da2298b4568", "5449016a4bdc2d6f028b456f"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "578f8778245977358849a9b5", + "_type": "Item" + }, + "578f879c24597735401e6bc6": { + "_id": "578f879c24597735401e6bc6", + "_name": "CashRegister", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Кассовый аппарат", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "578f88f32459773546601e31", + "_name": "main", + "_parent": "578f879c24597735401e6bc6", + "_props": { + "cellsH": 2, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 3, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Кассовый аппарат", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "cashregister_looting", + "SendToClient": false, + "ShortName": "Касса", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["5449016a4bdc2d6f028b456f"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "578f8782245977354405a1e3", + "_type": "Item" + }, + "578f87a3245977356274f2cb": { + "_id": "578f87a3245977356274f2cb", + "_name": "SportBag", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Спортивная сумка", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "578f88a4245977354729d381", + "_name": "main", + "_parent": "578f87a3245977356274f2cb", + "_props": { + "cellsH": 4, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 4, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Спортивная сумка", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "sportbag_looting", + "SendToClient": false, + "ShortName": "Спортивная сумка", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["5448eb774bdc2d0a728b4567", "5a341c4686f77469e155819e", "5448bd6b4bdc2dfc2f8b4569", "543be6674bdc2df1348b4569", "590c639286f774151567fa95", "590c645c86f77412b01304d9", "590c651286f7741e566b6461", "57e26fc7245977162a14b800", "57e26ea924597715ca604a09", "543be5664bdc2dd4348b4569"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "578f879c24597735401e6bc6", + "_type": "Item" + }, + "578f87ad245977356274f2cc": { + "_id": "578f87ad245977356274f2cc", + "_name": "WeaponCrate", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Деревянный ящик", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "578f8949245977358849a9b6", + "_name": "main", + "_parent": "578f87ad245977356274f2cc", + "_props": { + "cellsH": 5, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 4, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Деревянный ящик", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "woodbox_looting", + "SendToClient": false, + "ShortName": "Деревянный ящик", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["5d0375ff86f774186372f685", "5d03784a86f774203e7e0c4d", "5d0376a486f7747d8050965c", "5d0377ce86f774186372f689", "5d1c819a86f774771b0acd6c", "590c595c86f7747884343ad7", "5a341c4086f77401f2541505", "5645bcb74bdc2ded0b8b4578", "550aa4154bdc2dd8348b456b", "5648ac824bdc2ded0b8b457d", "564ca9df4bdc2d35148b4569", "564ca99c4bdc2d16268b4589", "55d480c04bdc2d1d4e8b456a", "55d481904bdc2d8c2f8b456a", "55d482194bdc2d1d4e8b456b", "55d4837c4bdc2d1d4e8b456c", "576a5ed62459771e9c2096cb", "56d59948d2720bb7418b4582", "55d485be4bdc2d962f8b456f", "5448c12b4bdc2d02308b456f", "57d14e1724597714010c3f4b", "57616a9e2459773c7a400234", "55d4887d4bdc2d962f8b4570", "5448c1d04bdc2dff2f8b4569", "544a378f4bdc2d30388b4567", "55802d5f4bdc2dac148b458e", "544a37c44bdc2d25388b4567", "559ba5b34bdc2d1f1a8b4582", "571a29dc2459771fb2755a6a", "57838f0b2459774a256959b2", "57838f9f2459774a150289a0", "57c69dd424597774c03b7bbc", "57d17e212459775a1179a0f5", "57ffaea724597779f52b3a4d", "57ffb0062459777a045af529", "57acb6222459771ec34b5cb0", "576a7c512459771e796e0e17", "55d48ebc4bdc2d8c2f8b456c", "57ee59b42459771c7b045da5", "57a3459f245977764a01f703", "5649b2314bdc2d79388b4576", "57ade1442459771557167e15", "5649be884bdc2d79388b4577", "55d4ae6c4bdc2d8b2f8b456e", "5648ae314bdc2d3d1c8b457f", "57cffe20245977632f391a9d", "5648b4534bdc2d3d1c8b4580", "57ffa9f4245977728561e844", "55f84c3c4bdc2d5f408b4576", "5827272a24597748c74bdeea", "58272b392459774b4c7b3ccd", "5649ae4a4bdc2d1b2b8b4588", "5649af884bdc2d1b2b8b4589", "57c44b372459772d2b39b8ce", "574d967124597745970e7c94", "5ac66cb05acfc40198510a10", "5ac66d015acfc400180ae6e4", "5ac66d2e5acfc43b321d4b53", "5ac66d725acfc43b321d4b60", "5ac66d9b5acfc4001633997a", "5bf3e03b0db834001d2c4a9c", "5ac4cd105acfc40016339859", "5644bd2b4bdc2d3b4c8b4572", "59d6088586f774275f37482f", "5a0ec13bfcdbcb00165aa685", "59ff346386f77477562ff5e2", "5abcbc27d8ce8700182eceeb", "5bf3e0490db83400196199af", "5ab8e9fcd8ce870019439434", "57dc2fa62459775949412633", "5839a40f24597726f856b511", "583990e32459771419544dd2", "5c46fbd72e2216398b5a8c9c", "57838ad32459774a17445cd2", "576a581d2459771e7b1bc4f1", "5448bd6b4bdc2dfc2f8b4569", "579204f224597773d619e051", "5a17f98cfcdbcb0980087290", "56e0598dd2720bb5668b45a6", "5abccb7dd8ce87001773e277", "571a12c42459771f627b58a0", "576165642459773c7a400233", "59984ab886f7743e98271174", "5ea03f7400685063ec28bfa8", "57f3c6bd24597738e730fa2f", "57d14d2524597714373db789", "57f4c844245977379d5c14d1", "5bfd297f0db834001a669119", "5ae08f0a5acfc408fb1398a1", "55801eed4bdc2d89578b4588", "544fb62a4bdc2dfb738b4568", "590c5d4b86f774784e1b9c45", "5448ff904bdc2d6f028b456e", "5bffdc370db834001d23eca8", "5bead2e00db834001c062938", "5448f39d4bdc2d0a728b4568", "5751a25924597722c463c472", "5485a8684bdc2da71d8b4567", "5710c24ad2720bc3458b45a3", "5a2a57cfc4a2826c6e06d44a", "5a0c27731526d80618476ac4", "5448be9a4bdc2dfd2f8b456a"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "578f87a3245977356274f2cb", + "_type": "Item" + }, + "578f87b7245977356274f2cd": { + "_id": "578f87b7245977356274f2cd", + "_name": "Drawer", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Выдвижной ящик", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "578f892924597735675ff17f", + "_name": "main", + "_parent": "578f87b7245977356274f2cd", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 2, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Выдвижной ящик", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "drawer_metal_looting", + "SendToClient": false, + "ShortName": "Выдвижной ящик", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["5e2aedd986f7746d404f3aa4", "5af0561e86f7745f5f3ad6ac", "5672cb124bdc2d1a0f8b4568", "5672cb304bdc2dc2088b456a", "590a358486f77429692b2790", "57347c1124597737fb1379e3", "5734795124597738002c6176", "5e2af29386f7746d4159f077", "5d1b392c86f77425243e98fe", "59e35de086f7741778269d84", "5c1265fc86f7743f896a21c2", "590a386e86f77429692b27ab", "5d1b304286f774253763a528", "5d1b309586f77425227d1676", "5d1b2ffd86f77425243e8d17", "59e36c6f86f774176c10a2a7", "590a3c0a86f774385a33c450", "5c12620d86f7743f8b198b72", "5bc9b720d4351e450201234b", "590a3cd386f77436f20848cb", "590a3efd86f77437d351a25b", "590a3d9c86f774385926e510", "5672cb724bdc2dc2088b456b", "56742c324bdc2d150f8b456d", "57347cd0245977445a2d6ff1", "5909e99886f7740c983b9984", "577e1c9d2459773cd707c525", "56742c284bdc2d98058b456d", "57347b8b24597737dd42e192", "56742c2e4bdc2d95058b456d", "590c2c9c86f774245b1f03f2", "5448ecbe4bdc2d60728b4568", "591382d986f774465a6413a7", "5780d0652459777df90dcb74", "5938504186f7740991483f30", "5780cf9e2459777df90dcb73", "5780cfa52459777dfb276eb1", "5780cf722459777a5108b9a1", "5780cf692459777de4559321", "5780d0532459777a5108b9a2", "59148c8a86f774197930e983", "5c94bbff86f7747ee735c08f", "5696686a4bdc2da3298b456a", "569668774bdc2da2298b4568"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "578f87ad245977356274f2cc", + "_type": "Item" + }, + "579204f224597773d619e051": { + "_id": "579204f224597773d619e051", + "_name": "weapon_izhmeh_pm_treaded_9x18pm", + "_parent": "5447b5cf4bdc2d65278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.026, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.02, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.38, + "Chambers": [{ + "_id": "5792051224597773dd2097b1", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "579204f224597773d619e051", + "_props": { + "filters": [{ + "Filter": ["573718ba2459775a75491131", "573719df2459775a626ccbc2", "57371aab2459775a77142f22", "57371b192459775a9f58a5e0", "57371e4124597760ff7b25f1", "57371eb62459776125652ac1", "57371f8d24597761006c6a81", "5737201124597760fc4431f1", "5737207f24597760ff7b25f2", "57371f2b24597761224311f1", "573719762459775a626ccbc1", "573720e02459776143012541", "57372140245977611f70ee91", "5737218f245977612125ba51"], + "MaxStackCount": 0 + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 5, + "CoolFactor": 1, + "CreditsPrice": 8517, + "Description": "pmtr", + "DeviationCurve": 5, + "DeviationMax": 17, + "DiscardingBlock": false, + "Durability": 90, + "DurabilityBurnRatio": 1, + "Ergonomics": 80, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_pistol", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "pmtr", + "NotShownInSlot": false, + "OperatingResource": 2050, + "Prefab": { + "path": "assets/content/weapons/pm/weapon_izhmeh_pm_threaded_9x18pm_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 85, + "RecoilCenter": { + "x": 0, + "y": -0.44, + "z": -0.005 + }, + "RecoilForceBack": 305, + "RecoilForceUp": 480, + "RecolDispersion": 20, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 43, + "RepairSpeed": 1, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.45, + "z": -0.05 + }, + "SendToClient": false, + "ShortName": "pmtr", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5792056c24597773da7463b1", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "579204f224597773d619e051", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["55d485be4bdc2d962f8b456f", "5448c12b4bdc2d02308b456f"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "579207a224597773d8662241", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "579204f224597773d619e051", + "_props": { + "filters": [{ + "Filter": ["59bffc1f86f77435b128b872", "5c7e8fab2e22165df16b889b", "5a33a8ebc4a282000c5a950d", "5c6165902e22160010261b28", "5a32a064c4a28200741e22de"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 0.3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -4.54, + "Weight": 0.69, + "Width": 2, + "ammoCaliber": "Caliber9x18PM", + "bEffDist": 50, + "bFirerate": 30, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "573719762459775a626ccbc1", + "defMagType": "5448c12b4bdc2d02308b456f", + "durabSpawnMax": 50, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 10, + "weapClass": "pistol", + "weapFireType": ["single"], + "weapUseType": "secondary" + }, + "_proto": "5448bd6b4bdc2dfc2f8b4569", + "_type": "Item" + }, + "5795f317245977243854e041": { + "_id": "5795f317245977243854e041", + "_name": "SimpleContainer", + "_parent": "566162e44bdc2d3f298b4573", + "_props": { + "TagColor": 0, + "TagName": "" + }, + "_type": "Node" + }, + "5798a2832459774b53341029": { + "_id": "5798a2832459774b53341029", + "_name": "customs plan", + "_parent": "567849dd4bdc2d150f8b456e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConfigPathStr": "UI/PocketMap/Plans/CustomsPlan/config", + "ConflictingItems": [], + "CreditsPrice": 13428, + "Description": "Customs Plan", + "DiscardingBlock": false, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_map", + "LootExperience": 20, + "MaxMarkersCount": 100, + "MergesWithChildren": false, + "Name": "Customs Plan", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/map/map.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Customs Plan", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "scaleMax": 1, + "scaleMin": 0.07 + }, + "_proto": "574eb85c245977648157eec3", + "_type": "Item" + }, + "57a0dfb82459774d3078b56c": { + "_id": "57a0dfb82459774d3078b56c", + "_name": "patron_9x39_sp5", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 52, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 0.55, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x39", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 160, + "Damage": 68, + "Description": "patron_9x39_sp5", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.2, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 290, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.308, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_9x39_sp5", + "NotShownInSlot": false, + "PenetrationChance": 0.6, + "PenetrationPower": 38, + "PenetrationPowerDiviation": 0.1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x39_sp5.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.4, + "SendToClient": false, + "ShortName": "patron_9x39_sp5", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 3, + "SpeedRetardation": 0, + "StackMaxRandom": 50, + "StackMaxSize": 50, + "StackMinRandom": 10, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.023, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 16, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "57372140245977611f70ee91", + "_type": "Item" + }, + "57a0e5022459774d1673f889": { + "_id": "57a0e5022459774d1673f889", + "_name": "patron_9x39_sp6", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 60, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x39", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 215, + "Damage": 58, + "Description": "patron_9x39_sp6", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.35, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.1, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 305, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.336, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_9x39_sp6", + "NotShownInSlot": false, + "PenetrationChance": 0.7, + "PenetrationPower": 46, + "PenetrationPowerDiviation": 0.1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x39_sp6.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.5, + "SendToClient": false, + "ShortName": "patron_9x39_sp6", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 7, + "SpeedRetardation": 0, + "StackMaxRandom": 50, + "StackMaxSize": 50, + "StackMinRandom": 10, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.023, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 10, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 16, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "57a0dfb82459774d3078b56c", + "_type": "Item" + }, + "57a3459f245977764a01f703": { + "_id": "57a3459f245977764a01f703", + "_name": "mount_vss_zenit_b3", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2752, + "Description": "mount_vss_zenit_b3", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_vss_zenit_b3", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_vss_zenit_b3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_vss_zenit_b3", + "SightingRange": 0, + "Slots": [{ + "_id": "57a3460e24597776ce718f59", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "57a3459f245977764a01f703", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.04, + "Width": 1 + }, + "_proto": "576a7c512459771e796e0e17", + "_type": "Item" + }, + "57a349b2245977762b199ec7": { + "_id": "57a349b2245977762b199ec7", + "_name": "Factory office", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5271, + "Description": "Factory office ", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Factory office ", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Factory office ", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5780d07a2459777de4559324", + "_type": "Item" + }, + "57a9b9ce2459770ee926038d": { + "_id": "57a9b9ce2459770ee926038d", + "_name": "sight_rear_saiga_izhmash_saiga_fixed", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 400, + "CustomAimPlane": "", + "Description": "sight_rear_saiga_izhmash_saiga_fixed", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_saiga_izhmash_saiga_fixed", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_saiga_izhmash_saiga_fixed.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_saiga_izhmash_saiga_fixed", + "SightModesCount": 1, + "SightingRange": 100, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.003, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "5649b0544bdc2d1b2b8b458a", + "_type": "Item" + }, + "57ac965c24597706be5f975c": { + "_id": "57ac965c24597706be5f975c", + "_name": "scope_all_elcan_specter_dr_1-4", + "_parent": "55818add4bdc2d5b648b456f", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.1625, 0.65], [0.7]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200], [25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 32963, + "CustomAimPlane": "", + "Description": "", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [2, 1], + "Name": "", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_all_elcan_specter_dr_1-4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 2, + "SendToClient": false, + "ShortName": "", + "SightModesCount": 2, + "SightingRange": 800, + "Slots": [{ + "_id": "57ac971424597706be5f975f", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "57ac965c24597706be5f975c", + "_props": { + "filters": [{ + "Filter": [], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.64, + "Width": 2, + "Zooms": [[4, 1], [1]], + "aimingSensitivity": 0.2, + "sightModType": "optic" + }, + "_proto": "544a3f024bdc2d1d388b4568", + "_type": "Item" + }, + "57aca93d2459771f2c7e26db": { + "_id": "57aca93d2459771f2c7e26db", + "_name": "scope_all_elcan_specter_dr_1-4_fde", + "_parent": "55818add4bdc2d5b648b456f", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.1625, 0.65], [0.7]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200], [25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 32263, + "CustomAimPlane": "", + "Description": "", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [2, 1], + "Name": "", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_all_elcan_specter_dr_1-4_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 2, + "SendToClient": false, + "ShortName": "", + "SightModesCount": 2, + "SightingRange": 800, + "Slots": [{ + "_id": "57efc7a0245977623f0eb454", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "57aca93d2459771f2c7e26db", + "_props": { + "filters": [{ + "Filter": [], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.64, + "Width": 2, + "Zooms": [[4, 1], [1]], + "aimingSensitivity": 0.2, + "sightModType": "optic" + }, + "_proto": "57ac965c24597706be5f975c", + "_type": "Item" + }, + "57acb6222459771ec34b5cb0": { + "_id": "57acb6222459771ec34b5cb0", + "_name": "mount_dovetail_pilad_043_02", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": true, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5118, + "Description": "mount_dovetail_pilad_043_02", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_dovetail_pilad_043_02", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_dovetail_pilad_043_02.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_dovetail_pilad_043_02", + "SightingRange": 0, + "Slots": [{ + "_id": "57acb64b2459771e5e68a8e3", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "57acb6222459771ec34b5cb0", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "577d128124597739d65d0e56", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.04, + "Width": 1 + }, + "_proto": "57a3459f245977764a01f703", + "_type": "Item" + }, + "57ade1442459771557167e15": { + "_id": "57ade1442459771557167e15", + "_name": "stock_ar15_armacon_baskak", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5381, + "Description": "stock_ar15_armacon_baskak", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_armacon_baskak", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_armacon_baskak.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -35, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_armacon_baskak", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.27, + "Width": 2 + }, + "_proto": "5649be884bdc2d79388b4577", + "_type": "Item" + }, + "57adff4f24597737f373b6e6": { + "_id": "57adff4f24597737f373b6e6", + "_name": "scope_all_sig_bravo4_4x30", + "_parent": "55818add4bdc2d5b648b456f", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.1625]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 42728, + "CustomAimPlane": "", + "Description": "", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_all_sig_bravo4_4x30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "", + "SightModesCount": 1, + "SightingRange": 800, + "Slots": [{ + "_id": "57ae043a24597737b022f573", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "57adff4f24597737f373b6e6", + "_props": { + "filters": [{ + "Filter": ["57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.419, + "Width": 2, + "Zooms": [[4]], + "aimingSensitivity": 0.2, + "sightModType": "optic" + }, + "_proto": "544a3f024bdc2d1d388b4568", + "_type": "Item" + }, + "57ae0171245977343c27bfcf": { + "_id": "57ae0171245977343c27bfcf", + "_name": "scope_all_belomo_pk_06", + "_parent": "55818acf4bdc2dde698b456b", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.7, 0.7, 0.7]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25, 50, 100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8000, + "CustomAimPlane": "", + "Description": "scope_all_belomo_pk_06", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 23, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [3], + "Name": "scope_all_belomo_pk_06", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25, 50, 100], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_all_belomo_pk_06.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_all_belomo_pk_06", + "SightModesCount": 3, + "SightingRange": 100, + "Slots": [], + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.09, + "Width": 1, + "Zooms": [[1, 1, 1]], + "aimingSensitivity": 0.6, + "sightModType": "reflex" + }, + "_proto": "57655f7d2459777aa2064c85", + "_type": "Item" + }, + "57af48872459771f0b2ebf11": { + "_id": "57af48872459771f0b2ebf11", + "_name": "pistolgrip_ar15_hogue_overmolded_fde", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3600, + "Description": "pistolgrip_ar15_hogue_overmolded_fde", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ar15_hogue_overmolded_fde", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ar15_hogue_overmolded_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ar15_hogue_overmolded_fde", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "57bef4c42459772e8d35a53b": { + "_id": "57bef4c42459772e8d35a53b", + "_name": "ArmoredEquipment", + "_parent": "543be5f84bdc2dd4348b456a", + "_props": { + "ArmorMaterial": "UHMWPE", + "BlindnessProtection": 0, + "BluntThroughput": 0, + "DeafStrength": "None", + "Durability": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "HasHinge": false, + "Indestructibility": 0.9, + "MaterialType": "BodyArmor", + "MaxDurability": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_type": "Node" + }, + "57c44b372459772d2b39b8ce": { + "_id": "57c44b372459772d2b39b8ce", + "_name": "weapon_tochmash_val_9x39", + "_parent": "5447b5fc4bdc2d87278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.2, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.16, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.1, + "Chambers": [{ + "_id": "57c44c7c2459772d28133240", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "57c44b372459772d2b39b8ce", + "_props": { + "filters": [{ + "Filter": ["5c0d688c86f77413ae3407b2", "57a0dfb82459774d3078b56c", "57a0e5022459774d1673f889", "5c0d668f86f7747ccb7f13b2"], + "MaxStackCount": 0 + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 2.5, + "CoolFactor": 1, + "CreditsPrice": 58147, + "Description": "", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 46, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "mod_stock", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.05, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "", + "NotShownInSlot": false, + "OperatingResource": 3800, + "Prefab": { + "path": "assets/content/weapons/val/weapon_tochmash_val_9x39_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.31, + "z": 0.01 + }, + "RecoilForceBack": 300, + "RecoilForceUp": 140, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 1, + "RepairCost": 448, + "RepairSpeed": 10, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.09 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.3, + "z": -0.09 + }, + "SendToClient": false, + "ShortName": "", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "57c44cb62459772d2d75e37f", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "57c44b372459772d2b39b8ce", + "_props": { + "filters": [{ + "Filter": ["57c44dd02459772d2e0ae249", "57838c962459774a1651ec63"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "57c44ce02459772d2b39b8d4", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "57c44b372459772d2b39b8ce", + "_props": { + "filters": [{ + "Filter": ["57c44f4f2459772d2c627113", "578395402459774a256959b5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "57c44cec2459772d303d899c", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "57c44b372459772d2b39b8ce", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["57838f0b2459774a256959b2", "57838f9f2459774a150289a0", "5a9e81fba2750c00164f6b11"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "57c44cf92459772d2b39b8d5", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "57c44b372459772d2b39b8ce", + "_props": { + "filters": [{ + "Filter": ["5a69a2ed8dc32e000d46d1f1", "57c44fa82459772d2d75e415"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "57c44d062459772d28133242", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "57c44b372459772d2b39b8ce", + "_props": { + "filters": [{ + "Filter": ["57c450252459772d28133253"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "57c44d162459772d2f482f38", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "57c44b372459772d2b39b8ce", + "_props": { + "filters": [{ + "Filter": ["5648ac824bdc2ded0b8b457d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "57c452612459772d2d75e495", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_004", + "_parent": "57c44b372459772d2b39b8ce", + "_props": { + "filters": [{ + "Filter": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "5e569a2e56edd02abe09f280", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "57c4526f2459772d291a83e9", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "57c44b372459772d2b39b8ce", + "_props": { + "filters": [{ + "Filter": ["5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5dff8db859400025ea5150d4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.92, + "Width": 2, + "ammoCaliber": "Caliber9x39", + "bEffDist": 400, + "bFirerate": 900, + "bHearDist": 70, + "chamberAmmoCount": 1, + "defAmmo": "57a0dfb82459774d3078b56c", + "defMagType": "57838f0b2459774a256959b2", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "sniperRifle", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "57838ad32459774a17445cd2", + "_type": "Item" + }, + "57c44dd02459772d2e0ae249": { + "_id": "57c44dd02459772d2e0ae249", + "_name": "silencer_val_tochmash_std_9x39", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 23346, + "Description": "silencer_val_tochmash_std_9x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.52, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": -39, + "MergesWithChildren": true, + "Name": "silencer_val_tochmash_std_9x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_val_tochmash_std_9x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -20, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_val_tochmash_std_9x39", + "SightingRange": 0, + "Slots": [{ + "_id": "57c44e9a2459772d303d89a3", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "57c44dd02459772d2e0ae249", + "_props": { + "filters": [{ + "Filter": ["57c44e7b2459772d28133248", "57838e1b2459774a256959b1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "58246acc24597753c0717aa2", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "57c44dd02459772d2e0ae249", + "_props": { + "filters": [{ + "Filter": ["59eb7ebe86f7740b373438ce", "57a3459f245977764a01f703", "5a9fc7e6a2750c0032157184"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 2, + "Weight": 0.496, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "57838c962459774a1651ec63", + "_type": "Item" + }, + "57c44e7b2459772d28133248": { + "_id": "57c44e7b2459772d28133248", + "_name": "sight_rear_val_tochmash_val_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 996, + "CustomAimPlane": "", + "Description": "sight_rear_vss_tochmash_vss_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_vss_tochmash_vss_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_val_tochmash_val_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_vss_tochmash_vss_std", + "SightModesCount": 1, + "SightingRange": 420, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.025, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "57838e1b2459774a256959b1", + "_type": "Item" + }, + "57c44f4f2459772d2c627113": { + "_id": "57c44f4f2459772d2c627113", + "_name": "reciever_val_tochmash_val_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1599, + "Description": "reciever_val_tochmash_val_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_val_tochmash_val_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_val_tochmash_val_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_val_tochmash_val_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.2, + "Width": 2 + }, + "_proto": "578395402459774a256959b5", + "_type": "Item" + }, + "57c44fa82459772d2d75e415": { + "_id": "57c44fa82459772d2d75e415", + "_name": "pistolgrip_val_tochmash_val_std", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1493, + "Description": "pistolgrip_val_tochmash_val_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_val_tochmash_val_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_val_tochmash_val_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_val_tochmash_val_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.146, + "Width": 1 + }, + "_proto": "5649ade84bdc2d1b2b8b4587", + "_type": "Item" + }, + "57c450252459772d28133253": { + "_id": "57c450252459772d28133253", + "_name": "stock_val_tochmash_val_std", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3111, + "Description": "stock_val_tochmash_val_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 50, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_val_tochmash_val_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_val_tochmash_val_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": -30, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_val_tochmash_val_std", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.5, + "Width": 2 + }, + "_proto": "578395e82459774a0e553c7b", + "_type": "Item" + }, + "57c55efc2459772d2c6271e7": { + "_id": "57c55efc2459772d2c6271e7", + "_name": "pistolgrip_ar15_hogue_overmolded_blk", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3600, + "Description": "pistolgrip_ar15_hogue_overmolded_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ar15_hogue_overmolded_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ar15_hogue_overmolded_blk.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ar15_hogue_overmolded_blk", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "57af48872459771f0b2ebf11", + "_type": "Item" + }, + "57c55f092459772d291a8463": { + "_id": "57c55f092459772d291a8463", + "_name": "pistolgrip_ar15_hogue_overmolded_ge", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3600, + "Description": "pistolgrip_ar15_hogue_overmolded_ge", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ar15_hogue_overmolded_ge", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ar15_hogue_overmolded_ge.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ar15_hogue_overmolded_ge", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "57c55efc2459772d2c6271e7", + "_type": "Item" + }, + "57c55f112459772d28133310": { + "_id": "57c55f112459772d28133310", + "_name": "pistolgrip_ar15_hogue_overmolded_gg", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3600, + "Description": "pistolgrip_ar15_hogue_overmolded_gg", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ar15_hogue_overmolded_gg", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ar15_hogue_overmolded_gg.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ar15_hogue_overmolded_gg", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "57c55f092459772d291a8463", + "_type": "Item" + }, + "57c55f172459772d27602381": { + "_id": "57c55f172459772d27602381", + "_name": "pistolgrip_ar15_hogue_overmolded_od", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3600, + "Description": "pistolgrip_ar15_hogue_overmolded_od", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ar15_hogue_overmolded_od", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ar15_hogue_overmolded_od.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ar15_hogue_overmolded_od", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "57c55f112459772d28133310", + "_type": "Item" + }, + "57c5ac0824597754771e88a9": { + "_id": "57c5ac0824597754771e88a9", + "_name": "scope_30mm_march_tactical_3-24x42", + "_parent": "55818ae44bdc2dde698b456c", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.0393]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200, 250, 300, 350, 400, 450]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "5c7d55f52e221644f31bff6a"], + "CreditsPrice": 41616, + "CustomAimPlane": "", + "Description": "scope_30mm_march_tactical_3-24x42", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_30mm_march_tactical_3-24x42", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200, 250, 300, 350, 400, 450], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_30mm_march_tactical_3-24x42.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_30mm_march_tactical_3-24x42", + "SightModesCount": 1, + "SightingRange": 1000, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.64, + "Width": 2, + "Zooms": [[14]], + "aimingSensitivity": 0.03, + "sightModType": "optic" + }, + "_proto": "56ea70acd2720b844b8b4594", + "_type": "Item" + }, + "57c69dd424597774c03b7bbc": { + "_id": "57c69dd424597774c03b7bbc", + "_name": "mount_all_lobaev_dvl_std", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4086, + "Description": "mount_all_lobaev_dvl_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_all_lobaev_dvl_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_all_lobaev_dvl_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_all_lobaev_dvl_std", + "SightingRange": 0, + "Slots": [{ + "_id": "57c69e8824597774be24ef4d", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "57c69dd424597774c03b7bbc", + "_props": { + "filters": [{ + "Filter": ["5b2388675acfc4771e1be0be", "5b3b99475acfc432ff4dcbee", "5a37cb10c4a282329a73b4e7", "57c5ac0824597754771e88a9"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.25, + "Width": 2 + }, + "_proto": "577d128124597739d65d0e56", + "_type": "Item" + }, + "57c9a89124597704ee6faec1": { + "_id": "57c9a89124597704ee6faec1", + "_name": "pistolgrip_p226_sig_p226_std_fde", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1247, + "Description": "", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": " полимер для P226", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_p226_sig_p226_std_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 35, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.09, + "Width": 1 + }, + "_proto": "56d5a2bbd2720bb8418b456a", + "_type": "Item" + }, + "57cd379a24597778e7682ecf": { + "_id": "57cd379a24597778e7682ecf", + "_name": "weapon_tactical_tomahawk", + "_parent": "5447e1d04bdc2dff2f8b4567", + "_props": { + "AdditionalAnimationLayer": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "AppliedHeadRotation": { + "x": 2, + "y": 4, + "z": 0 + }, + "AppliedTrunkRotation": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ColliderScaleMultiplier": { + "x": 1, + "y": 1, + "z": 1 + }, + "ConflictingItems": [], + "CreditsPrice": 16800, + "DeflectionConsumption": 3, + "Description": "weapon_kiba_arms_axe", + "DiscardingBlock": false, + "DisplayOnModel": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 3, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "knife_generic", + "LootExperience": 20, + "MaxDurability": 100, + "MaxRepairDegradation": 0.01, + "MaxResource": 0, + "MergesWithChildren": false, + "MinRepairDegradation": 0, + "Name": "weapon_kiba_arms_axe", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/kiba_axe/weapon_kiba_arms_axe_container.bundle", + "rcid": "" + }, + "PrimaryConsumption": 10, + "PrimaryDistance": 0.5, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SecondryConsumption": 13, + "SecondryDistance": 0.6, + "SendToClient": false, + "ShortName": "weapon_kiba_arms_axe", + "SlashPenetration": 1, + "SpawnChance": 50, + "StabPenetration": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StaminaBurnRate": 0, + "StimulatorBuffs": "", + "Unlootable": true, + "UnlootableFromSide": ["Bear", "Usec"], + "UnlootableFromSlot": "Scabbard", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.861, + "Width": 1, + "knifeDurab": 100, + "knifeHitDelay": 0, + "knifeHitRadius": 0.5, + "knifeHitSlashDam": 25, + "knifeHitSlashRate": 0, + "knifeHitStabDam": 35, + "knifeHitStabRate": 1 + }, + "_proto": "54491bb74bdc2d09088b4567", + "_type": "Item" + }, + "57cff947245977638e6f2a19": { + "_id": "57cff947245977638e6f2a19", + "_name": "handguard_ak_magpul_moe_ak_blk", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 16234, + "Description": "handguard_ak_magpul_moe_ak_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_magpul_moe_ak_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_magpul_moe_ak_blk.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_magpul_moe_ak_blk", + "SightingRange": 0, + "Slots": [{ + "_id": "57cffb3524597763887ef4c0", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_003", + "_parent": "57cff947245977638e6f2a19", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7d23735acfc400196d5845", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "57cff947245977638e6f2a19", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.221, + "Width": 1 + }, + "_proto": "5648b0744bdc2d363b8b4578", + "_type": "Item" + }, + "57cffb66245977632f391a99": { + "_id": "57cffb66245977632f391a99", + "_name": "foregrip_m-lok_magpul_m-lok_afg_blk", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7043, + "Description": "foregrip_m-lok_magpul_m-lok_afg_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_m-lok_magpul_m-lok_afg_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_m-lok_magpul_m-lok_afg_blk.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_m-lok_magpul_m-lok_afg_blk", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.042, + "Width": 1 + }, + "_proto": "558032614bdc2de7118b4585", + "_type": "Item" + }, + "57cffcd624597763133760c5": { + "_id": "57cffcd624597763133760c5", + "_name": "foregrip_m-lok_magpul_m-lok_afg_fde", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7014, + "Description": "foregrip_m-lok_magpul_m-lok_afg_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_m-lok_magpul_m-lok_afg_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_m-lok_magpul_m-lok_afg_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_m-lok_magpul_m-lok_afg_blk", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 15, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.042, + "Width": 1 + }, + "_proto": "57cffb66245977632f391a99", + "_type": "Item" + }, + "57cffcdd24597763f5110006": { + "_id": "57cffcdd24597763f5110006", + "_name": "foregrip_m-lok_magpul_m-lok_afg_od", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7984, + "Description": "foregrip_m-lok_magpul_m-lok_afg_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_m-lok_magpul_m-lok_afg_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_m-lok_magpul_m-lok_afg_od.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_m-lok_magpul_m-lok_afg_blk", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 15, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.042, + "Width": 1 + }, + "_proto": "57cffcd624597763133760c5", + "_type": "Item" + }, + "57cffce524597763b31685d8": { + "_id": "57cffce524597763b31685d8", + "_name": "foregrip_m-lok_magpul_m-lok_afg_sg", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7925, + "Description": "foregrip_m-lok_magpul_m-lok_afg_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_m-lok_magpul_m-lok_afg_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_m-lok_magpul_m-lok_afg_sg.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_m-lok_magpul_m-lok_afg_blk", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 15, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.042, + "Width": 1 + }, + "_proto": "57cffcdd24597763f5110006", + "_type": "Item" + }, + "57cffd8224597763b03fc609": { + "_id": "57cffd8224597763b03fc609", + "_name": "handguard_ak_magpul_moe_ak_fde", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 13885, + "Description": "handguard_ak_magpul_moe_ak_fde", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_magpul_moe_ak_fde", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_magpul_moe_ak_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_magpul_moe_ak_fde", + "SightingRange": 0, + "Slots": [{ + "_id": "57cffe7c24597763133760c7", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_003", + "_parent": "57cffd8224597763b03fc609", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7d23a75acfc4001a5c4013", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "57cffd8224597763b03fc609", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.221, + "Width": 1 + }, + "_proto": "57cff947245977638e6f2a19", + "_type": "Item" + }, + "57cffddc24597763133760c6": { + "_id": "57cffddc24597763133760c6", + "_name": "handguard_ak_magpul_moe_ak_od", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 13666, + "Description": "handguard_ak_magpul_moe_ak_od", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_magpul_moe_ak_od", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_magpul_moe_ak_od.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_magpul_moe_ak_od", + "SightingRange": 0, + "Slots": [{ + "_id": "57cffe8e245977638e6f2a32", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_003", + "_parent": "57cffddc24597763133760c6", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7d24145acfc400161d0a87", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "57cffddc24597763133760c6", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.221, + "Width": 1 + }, + "_proto": "57cffd8224597763b03fc609", + "_type": "Item" + }, + "57cffe0024597763b03fc60b": { + "_id": "57cffe0024597763b03fc60b", + "_name": "handguard_ak_magpul_moe_ak_plm", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 14141, + "Description": "handguard_ak_magpul_moe_ak_plm", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_magpul_moe_ak_plm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_magpul_moe_ak_plm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_magpul_moe_ak_plm", + "SightingRange": 0, + "Slots": [{ + "_id": "57cffe9f24597763b31685de", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_003", + "_parent": "57cffe0024597763b03fc60b", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7d243e5acfc4001a5c4014", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "57cffe0024597763b03fc60b", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.221, + "Width": 1 + }, + "_proto": "57cffddc24597763133760c6", + "_type": "Item" + }, + "57cffe20245977632f391a9d": { + "_id": "57cffe20245977632f391a9d", + "_name": "handguard_ak_magpul_moe_ak_sg", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 13751, + "Description": "handguard_ak_magpul_moe_ak_sg", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_magpul_moe_ak_sg", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_magpul_moe_ak_sg.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_magpul_moe_ak_sg", + "SightingRange": 0, + "Slots": [{ + "_id": "57cffeb624597763887ef4c9", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_003", + "_parent": "57cffe20245977632f391a9d", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7d247a5acfc4001510988c", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "57cffe20245977632f391a9d", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.221, + "Width": 1 + }, + "_proto": "57cffe0024597763b03fc60b", + "_type": "Item" + }, + "57d14d2524597714373db789": { + "_id": "57d14d2524597714373db789", + "_name": "weapon_zmz_pp-91_9x18pm", + "_parent": "5447b5e04bdc2d62278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.05, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.08, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.25, + "Chambers": [{ + "_id": "57d14daa245977143472e95c", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "57d14d2524597714373db789", + "_props": { + "filters": [{ + "Filter": ["573718ba2459775a75491131", "573719df2459775a626ccbc2", "57371b192459775a9f58a5e0", "57371e4124597760ff7b25f1", "57371eb62459776125652ac1", "57371f8d24597761006c6a81", "5737201124597760fc4431f1", "5737207f24597760ff7b25f2", "57371f2b24597761224311f1", "573719762459775a626ccbc1", "573720e02459776143012541", "57372140245977611f70ee91", "5737218f245977612125ba51"], + "MaxStackCount": 0 + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 2.5, + "CoolFactor": 1, + "CreditsPrice": 18846, + "Description": "weapon_zmz_pp-91_9x18pm", + "DeviationCurve": 4, + "DeviationMax": 20, + "DiscardingBlock": false, + "Durability": 95, + "DurabilityBurnRatio": 1, + "Ergonomics": 65, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 50, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_zmz_pp-91_9x18pm", + "NotShownInSlot": false, + "OperatingResource": 5000, + "Prefab": { + "path": "assets/content/weapons/pp-91/weapon_zmz_pp-91_9x18pm_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.27, + "z": 0.02 + }, + "RecoilForceBack": 235, + "RecoilForceUp": 65, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 80, + "RepairSpeed": 14, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.13, + "z": -0.04 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.3, + "z": -0.05 + }, + "SendToClient": false, + "ShortName": "weapon_zmz_pp-91_9x18pm", + "SightingRange": 100, + "SizeReduceRight": 1, + "Slots": [{ + "_id": "57d1536524597714020ae83b", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "57d14d2524597714373db789", + "_props": { + "filters": [{ + "Filter": ["57d152ec245977144076ccdf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "57d1538b245977143b65a8cf", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "57d14d2524597714373db789", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["57d14e1724597714010c3f4b", "57d1519e24597714373db79d"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "57ee5bb22459771c7b046669", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "57d14d2524597714373db789", + "_props": { + "filters": [{ + "Filter": ["57ee59b42459771c7b045da5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -6.06, + "Weight": 1.33, + "Width": 3, + "ammoCaliber": "Caliber9x18PM", + "bEffDist": 100, + "bFirerate": 900, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "573719762459775a626ccbc1", + "defMagType": "57d14e1724597714010c3f4b", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": false, + "isFastReload": true, + "shotgunDispersion": 10, + "weapClass": "smg", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_type": "Item" + }, + "57d14e1724597714010c3f4b": { + "_id": "57d14e1724597714010c3f4b", + "_name": "mag_pp-91_zmz_pp-91_std_9x18pm_20", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "57d14e6b24597714020ae825", + "_max_count": 20, + "_name": "cartridges", + "_parent": "57d14e1724597714010c3f4b", + "_props": { + "filters": [{ + "Filter": ["573718ba2459775a75491131", "573719df2459775a626ccbc2", "57371aab2459775a77142f22", "57371b192459775a9f58a5e0", "57371e4124597760ff7b25f1", "57371eb62459776125652ac1", "57371f8d24597761006c6a81", "5737201124597760fc4431f1", "5737207f24597760ff7b25f2", "57371f2b24597761224311f1", "573719762459775a626ccbc1", "573720e02459776143012541", "57372140245977611f70ee91", "5737218f245977612125ba51"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1502, + "Description": "mag_pp-91_zmz_pp-91_std_9x18pm_20", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_pp-91_zmz_pp-91_std_9x18pm_20", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_pp-91_zmz_pp-91_std_9x18pm_20.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_pp-91_zmz_pp-91_std_9x18pm_20", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.103, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "57d1519e24597714373db79d": { + "_id": "57d1519e24597714373db79d", + "_name": "mag_pp-91_zmz_pp-91_std_9x18pm_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "57d15ad52459775a79095e23", + "_max_count": 30, + "_name": "cartridges", + "_parent": "57d1519e24597714373db79d", + "_props": { + "filters": [{ + "Filter": ["573718ba2459775a75491131", "573719df2459775a626ccbc2", "57371aab2459775a77142f22", "57371b192459775a9f58a5e0", "57371e4124597760ff7b25f1", "57371eb62459776125652ac1", "57371f8d24597761006c6a81", "5737201124597760fc4431f1", "5737207f24597760ff7b25f2", "57371f2b24597761224311f1", "573719762459775a626ccbc1", "573720e02459776143012541", "57372140245977611f70ee91", "5737218f245977612125ba51"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 2877, + "Description": "mag_pp-91_zmz_pp-91_std_9x18pm_30", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_pp-91_zmz_pp-91_std_9x18pm_30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_pp-91_zmz_pp-91_std_9x18pm_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_pp-91_zmz_pp-91_std_9x18pm_30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.128, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "57d14e1724597714010c3f4b", + "_type": "Item" + }, + "57d152ec245977144076ccdf": { + "_id": "57d152ec245977144076ccdf", + "_name": "pistolgrip_pp-91_zmz_pp_std_plastic", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1319, + "Description": "pistolgrip_pp-91_zmz_pp_std_plastic", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_pp-91_zmz_pp_std_plastic", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_pp-91_zmz_pp_std_plastic.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_pp-91_zmz_pp_std_plastic", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.071, + "Width": 1 + }, + "_proto": "5649ade84bdc2d1b2b8b4587", + "_type": "Item" + }, + "57d17c5e2459775a5c57d17d": { + "_id": "57d17c5e2459775a5c57d17d", + "_name": "flashlight_ultrafire_WF-501B", + "_parent": "55818b084bdc2d5b648b4571", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3752, + "Description": "flashlight_ultrafire_WF-501B", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": 2, + "Name": "flashlight_ultrafire_WF-501B", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/flashlights/flashlight_ultrafire_wf-501b.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "flashlight_ultrafire_WF-501B", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.12, + "Width": 1 + }, + "_type": "Item" + }, + "57d17e212459775a1179a0f5": { + "_id": "57d17e212459775a1179a0f5", + "_name": "mount_all_noname_25mm_ring", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2799, + "Description": "mount_all_noname_25mm_ring", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_all_noname_25mm_ring", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_all_noname_25mm_ring.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_all_noname_25mm_ring", + "SightingRange": 0, + "Slots": [{ + "_id": "57d17f852459775aba1dae06", + "_mergeSlotWithChildren": false, + "_name": "mod_flashlight", + "_parent": "57d17e212459775a1179a0f5", + "_props": { + "filters": [{ + "Filter": ["59d790f486f77403cb06aec6", "57d17c5e2459775a5c57d17d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.085, + "Width": 1 + }, + "_proto": "57c69dd424597774c03b7bbc", + "_type": "Item" + }, + "57da93632459771cb65bf83f": { + "_id": "57da93632459771cb65bf83f", + "_name": "silencer_kac_nt-4_556x45_blk", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": -1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 47712, + "Description": "silencer_kac_nt-4_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.75, + "EffectiveDistance": 0, + "Ergonomics": -21, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -20, + "MergesWithChildren": true, + "Name": "silencer_kac_nt-4_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_kac_nt-4_556x45_blk.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_kac_nt-4_556x45", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.75, + "Weight": 0.68, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "57dbb57e2459774673234890": { + "_id": "57dbb57e2459774673234890", + "_name": "silencer_kac_nt-4_556x45_fde", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": -1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 45247, + "Description": "silencer_kac_nt-4_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.75, + "EffectiveDistance": 0, + "Ergonomics": -21, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -20, + "MergesWithChildren": true, + "Name": "silencer_kac_nt-4_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_kac_nt-4_556x45_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_kac_nt-4_556x45", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.75, + "Weight": 0.68, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "57da93632459771cb65bf83f", + "_type": "Item" + }, + "57dc2fa62459775949412633": { + "_id": "57dc2fa62459775949412633", + "_name": "weapon_izhmash_aks74u_545x39", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.15, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.165, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.1, + "Chambers": [{ + "_id": "57dc318524597759805c1581", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "57dc2fa62459775949412633", + "_props": { + "filters": [{ + "Filter": ["5c0d5e4486f77478390952fe", "56dfef82d2720bbd668b4567", "56dff026d2720bb8668b4567", "56dff061d2720bb5668b4567", "56dff0bed2720bb0668b4567", "56dff216d2720bbd668b4568", "56dff2ced2720bb4668b4567", "56dff338d2720bbd668b4569", "56dff3afd2720bba668b4567", "56dff421d2720b5f5a8b4567", "56dff4a2d2720bbd668b456a", "56dff4ecd2720b5f5a8b4568"], + "MaxStackCount": 0 + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1, + "CoolFactor": 1, + "CreditsPrice": 13643, + "Description": "weapon_izhmash_aks74u_545x39", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 95, + "DurabilityBurnRatio": 1, + "Ergonomics": 44, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "mod_stock", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_izhmash_aks74u_545x39", + "NotShownInSlot": false, + "OperatingResource": 5000, + "Prefab": { + "path": "assets/content/weapons/aks74u/weapon_izhmash_aks74u_545x39_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": 0 + }, + "RecoilForceBack": 445, + "RecoilForceUp": 141, + "RecolDispersion": 35, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 68, + "RepairSpeed": 4, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.27, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "weapon_izhmash_aks74u_545x39", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "57dc31bc245977596d4ef3d2", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "57dc2fa62459775949412633", + "_props": { + "filters": [{ + "Filter": ["5f6341043ada5942720e2dc5", "6087e663132d4d12c81fd96b", "5beec8ea0db834001a6f9dbf", "5649ad3f4bdc2df8348b4585", "5649ade84bdc2d1b2b8b4587", "59e62cc886f77440d40b52a1", "5a0071d486f77404e23a12b2", "57e3dba62459770f0c32322b", "5cf54404d7f00c108840b2ef", "5e2192a498a36665e8337386", "5b30ac585acfc433000eb79c", "59e6318286f77444dd62c4cc", "5cf50850d7f00c056e24104c", "5cf508bfd7f00c056e24104e", "5947f92f86f77427344a76b1", "5947fa2486f77425b47c1a9b", "5c6bf4aa2e2216001219b0ae", "5649ae4a4bdc2d1b2b8b4588", "5998517986f7746017232f7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "57dc31ce245977593d4e1453", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "57dc2fa62459775949412633", + "_props": { + "filters": [{ + "Filter": ["59ecc28286f7746d7a68aa8c", "5ab626e4d8ce87272e4c6e43", "57dc347d245977596754e7a1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "57dc31e1245977597164366e", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "57dc2fa62459775949412633", + "_props": { + "filters": [{ + "Filter": ["5648ac824bdc2ded0b8b457d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "57dc31f2245977596c274b4f", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "57dc2fa62459775949412633", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["564ca9df4bdc2d35148b4569", "564ca99c4bdc2d16268b4589", "55d480c04bdc2d1d4e8b456a", "5cbdaf89ae9215000e5b9c94", "55d481904bdc2d8c2f8b456a", "55d482194bdc2d1d4e8b456b", "55d4837c4bdc2d1d4e8b456c", "5aaa4194e5b5b055d06310a5", "5bed61680db834001d2c45ab", "5bed625c0db834001c062946"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "57dc35ce2459775971643671", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "57dc2fa62459775949412633", + "_props": { + "filters": [{ + "Filter": ["5ac72e945acfc43f3b691116", "5ac7655e5acfc40016339a19", "5649aa744bdc2ded0b8b457e", "5f633f791b231926f2329f13", "5943eeeb86f77412d6384f6b", "5cc9a96cd7f00c011c04e04a", "5649ab884bdc2ded0b8b457f", "57dc324a24597759501edc20", "59bffc1f86f77435b128b872", "593d493f86f7745e6b2ceb22", "564caa3d4bdc2d17108b458e", "57ffb0e42459777d047111c5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "57dc35fb245977596d4ef3d7", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "57dc2fa62459775949412633", + "_props": { + "filters": [{ + "Filter": ["57dc334d245977597164366f", "5839a7742459773cf9693481"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59d368ce86f7747e6a5beb03", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "57dc2fa62459775949412633", + "_props": { + "filters": [{ + "Filter": ["59d36a0086f7747e673f3946"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 15, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -17.9, + "Weight": 1.809, + "Width": 3, + "ammoCaliber": "Caliber545x39", + "bEffDist": 300, + "bFirerate": 650, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "56dff3afd2720bba668b4567", + "defMagType": "55d480c04bdc2d1d4e8b456a", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5644bd2b4bdc2d3b4c8b4572", + "_type": "Item" + }, + "57dc324a24597759501edc20": { + "_id": "57dc324a24597759501edc20", + "_name": "muzzle_aks74u_izhmash_std_545x39", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 719, + "Description": "muzzle_aks74u_izhmash_std_545x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_aks74u_izhmash_std_545x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_aks74u_izhmash_std_545x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_aks74u_izhmash_std_545x39", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.1, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "5649aa744bdc2ded0b8b457e", + "_type": "Item" + }, + "57dc32dc245977596d4ef3d3": { + "_id": "57dc32dc245977596d4ef3d3", + "_name": "handguard_aks74u_izhmash_aks74u_std_wood", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 698, + "Description": "handguard_aks74u_izhmash_aks74u_std_wood", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_aks74u_izhmash_aks74u_std_wood", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_aks74u_izhmash_aks74u_std_wood.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_aks74u_izhmash_aks74u_std_wood", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.116, + "Width": 1 + }, + "_proto": "5648b0744bdc2d363b8b4578", + "_type": "Item" + }, + "57dc334d245977597164366f": { + "_id": "57dc334d245977597164366f", + "_name": "reciever_aks74u_izhmash_aks74u_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["57486e672459770abd687134", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "CreditsPrice": 1198, + "Description": "reciever_aks74u_izhmash_aks74u_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_aks74u_izhmash_aks74u_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_aks74u_izhmash_aks74u_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_aks74u_izhmash_aks74u_std", + "SightingRange": 500, + "Slots": [{ + "_id": "57ffa94b245977725b498add", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "57dc334d245977597164366f", + "_props": { + "filters": [{ + "Filter": ["57ffb0062459777a045af529"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.136, + "Width": 2 + }, + "_proto": "5649af094bdc2df8348b4586", + "_type": "Item" + }, + "57dc347d245977596754e7a1": { + "_id": "57dc347d245977596754e7a1", + "_name": "stock_aks74u_izhmash_aks74u_std", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1544, + "Description": "stock_aks74u_izhmash_aks74u_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_aks74u_izhmash_aks74u_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_aks74u_izhmash_aks74u_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -30, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_aks74u_izhmash_aks74u_std", + "SightingRange": 0, + "SizeReduceRight": 1, + "Slots": [{ + "_id": "5a0d587d1526d8dbaf658738", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "57dc347d245977596754e7a1", + "_props": { + "filters": [{ + "Filter": ["5a0c59791526d8dba737bba7"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.218, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "57e26ea924597715ca604a09": { + "_id": "57e26ea924597715ca604a09", + "_name": "weapon_bars_a-2607_damask", + "_parent": "5447e1d04bdc2dff2f8b4567", + "_props": { + "AdditionalAnimationLayer": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "AppliedHeadRotation": { + "x": 2, + "y": 4, + "z": 0 + }, + "AppliedTrunkRotation": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ColliderScaleMultiplier": { + "x": 1, + "y": 1, + "z": 1 + }, + "ConflictingItems": [], + "CreditsPrice": 3591, + "DeflectionConsumption": 3, + "Description": "weapon_bars_a-2607_damask\n", + "DiscardingBlock": false, + "DisplayOnModel": false, + "Durability": 38, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "knife_generic", + "LootExperience": 50, + "MaxDurability": 38, + "MaxRepairDegradation": 0.01, + "MaxResource": 0, + "MergesWithChildren": false, + "MinRepairDegradation": 0, + "Name": "weapon_bars_a-2607_damask", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/a-2607/weapon_bars_a-2607_damask_container.bundle", + "rcid": "" + }, + "PrimaryConsumption": 8, + "PrimaryDistance": 0.35, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SecondryConsumption": 10, + "SecondryDistance": 0.45, + "SendToClient": false, + "ShortName": "weapon_bars_a-2607_damask", + "SlashPenetration": 1, + "SpawnChance": 30, + "StabPenetration": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StaminaBurnRate": 0, + "StimulatorBuffs": "", + "Unlootable": true, + "UnlootableFromSide": ["Bear", "Usec"], + "UnlootableFromSlot": "Scabbard", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.28, + "Width": 2, + "knifeDurab": 38, + "knifeHitDelay": 0, + "knifeHitRadius": 0.35, + "knifeHitSlashDam": 15, + "knifeHitSlashRate": 0, + "knifeHitStabDam": 21, + "knifeHitStabRate": 1 + }, + "_proto": "54491bb74bdc2d09088b4567", + "_type": "Item" + }, + "57e26fc7245977162a14b800": { + "_id": "57e26fc7245977162a14b800", + "_name": "weapon_bars_a-2607_95x18", + "_parent": "5447e1d04bdc2dff2f8b4567", + "_props": { + "AdditionalAnimationLayer": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "AppliedHeadRotation": { + "x": 2, + "y": 4, + "z": 0 + }, + "AppliedTrunkRotation": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ColliderScaleMultiplier": { + "x": 1, + "y": 1, + "z": 1 + }, + "ConflictingItems": [], + "CreditsPrice": 5112, + "DeflectionConsumption": 3, + "Description": "weapon_bars_a-2607_95x18\n", + "DiscardingBlock": false, + "DisplayOnModel": false, + "Durability": 40, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "knife_generic", + "LootExperience": 20, + "MaxDurability": 40, + "MaxRepairDegradation": 0.01, + "MaxResource": 0, + "MergesWithChildren": false, + "MinRepairDegradation": 0, + "Name": "weapon_bars_a-2607_95x18", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/a-2607/weapon_bars_a-2607_95x18_container.bundle", + "rcid": "" + }, + "PrimaryConsumption": 8, + "PrimaryDistance": 0.35, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SecondryConsumption": 10, + "SecondryDistance": 0.45, + "SendToClient": false, + "ShortName": "weapon_bars_a-2607_95x18", + "SlashPenetration": 1, + "SpawnChance": 30, + "StabPenetration": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StaminaBurnRate": 0, + "StimulatorBuffs": "", + "Unlootable": true, + "UnlootableFromSide": ["Bear", "Usec"], + "UnlootableFromSlot": "Scabbard", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.28, + "Width": 2, + "knifeDurab": 40, + "knifeHitDelay": 0, + "knifeHitRadius": 0.35, + "knifeHitSlashDam": 16, + "knifeHitSlashRate": 0, + "knifeHitStabDam": 21, + "knifeHitStabRate": 1 + }, + "_proto": "57e26ea924597715ca604a09", + "_type": "Item" + }, + "57e3dba62459770f0c32322b": { + "_id": "57e3dba62459770f0c32322b", + "_name": "pistolgrip_ak_izhmash_aks74u_std", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 739, + "Description": "pistolgrip_ak_izhmash_aks74u_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ak_izhmash_aks74u_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ak_izhmash_aks74_bakelit.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ak_izhmash_aks74u_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "5649ad3f4bdc2df8348b4585", + "_type": "Item" + }, + "57ee59b42459771c7b045da5": { + "_id": "57ee59b42459771c7b045da5", + "_name": "mount_pp-91_rotor_43_kedr_ris", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3823, + "Description": "mount_pp-91_rotor_43_kedr_ris", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_pp-91_rotor_43_kedr_ris", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_pp-91_rotor_43_kedr_ris.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_pp-91_rotor_43_kedr_ris", + "SightingRange": 0, + "Slots": [{ + "_id": "57ee5b312459771afb5bad87", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "57ee59b42459771c7b045da5", + "_props": { + "filters": [{ + "Filter": ["57ae0171245977343c27bfcf", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "57ee5b702459771c30246a12", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "57ee59b42459771c7b045da5", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.04, + "Width": 1 + }, + "_proto": "57a3459f245977764a01f703", + "_type": "Item" + }, + "57f3a5ae2459772b0e0bf19e": { + "_id": "57f3a5ae2459772b0e0bf19e", + "_name": "tactical_pso_belomo_eyecup", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 276, + "Description": "tactical_pso_belomo_eyecup", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "tactical_pso_belomo_eyecup", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_pso_belomo_eyecup.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0.04, + "ShortName": "tactical_pso_belomo_eyecup", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.005, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "57f3c6bd24597738e730fa2f": { + "_id": "57f3c6bd24597738e730fa2f", + "_name": "weapon_zmz_pp-91-01_9x18pm", + "_parent": "5447b5e04bdc2d62278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.05, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.06, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.2, + "Chambers": [{ + "_id": "57f3c75e24597738eb6c49da", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "57f3c6bd24597738e730fa2f", + "_props": { + "filters": [{ + "Filter": ["573718ba2459775a75491131", "573719df2459775a626ccbc2", "57371b192459775a9f58a5e0", "57371e4124597760ff7b25f1", "57371eb62459776125652ac1", "57371f8d24597761006c6a81", "5737201124597760fc4431f1", "5737207f24597760ff7b25f2", "57371f2b24597761224311f1", "573719762459775a626ccbc1", "573720e02459776143012541", "57372140245977611f70ee91", "5737218f245977612125ba51"], + "MaxStackCount": 0 + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 2.5, + "CoolFactor": 1, + "CreditsPrice": 20238, + "Description": "weapon_zmz_pp-91-01_9x18pm", + "DeviationCurve": 4, + "DeviationMax": 20, + "DiscardingBlock": false, + "Durability": 95, + "DurabilityBurnRatio": 1, + "Ergonomics": 65, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 50, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_zmz_pp-91-01_9x18pm", + "NotShownInSlot": false, + "OperatingResource": 5000, + "Prefab": { + "path": "assets/content/weapons/pp-91/weapon_zmz_pp-91-01_9x18pm_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.27, + "z": 0.02 + }, + "RecoilForceBack": 235, + "RecoilForceUp": 65, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 76, + "RepairSpeed": 14, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.13, + "z": -0.04 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.3, + "z": -0.05 + }, + "SendToClient": false, + "ShortName": "weapon_zmz_pp-91-01_9x18pm", + "SightingRange": 100, + "SizeReduceRight": 1, + "Slots": [{ + "_id": "57f3c7872459773c9c1f34dd", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "57f3c6bd24597738e730fa2f", + "_props": { + "filters": [{ + "Filter": ["57d152ec245977144076ccdf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "57f3c7a524597738e8253ce4", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "57f3c6bd24597738e730fa2f", + "_props": { + "filters": [{ + "Filter": ["57f3c7e024597738ea4ba286"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "57f3caf424597738eb6c4a68", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "57f3c6bd24597738e730fa2f", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["57d14e1724597714010c3f4b", "57d1519e24597714373db79d"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -5, + "Weight": 1.33, + "Width": 3, + "ammoCaliber": "Caliber9x18PM", + "bEffDist": 100, + "bFirerate": 900, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "573719762459775a626ccbc1", + "defMagType": "57d14e1724597714010c3f4b", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": false, + "isFastReload": true, + "shotgunDispersion": 10, + "weapClass": "smg", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "57d14d2524597714373db789", + "_type": "Item" + }, + "57f3c7e024597738ea4ba286": { + "_id": "57f3c7e024597738ea4ba286", + "_name": "muzzle_pp-91-01_zmz_std_9x18pm", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5110, + "Description": "muzzle_pp-91-01_zmz_std_9x18pm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_pp-91-01_zmz_std_9x18pm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_pp-91-01_zmz_std_9x18pm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_pp-91-01_zmz_std_9x18pm", + "SightingRange": 0, + "Slots": [{ + "_id": "57f3c8bc2459773c9c1f3509", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "57f3c7e024597738ea4ba286", + "_props": { + "filters": [{ + "Filter": ["57f3c8cc2459773ec4480328"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.07, + "Width": 1, + "muzzleModType": "muzzleCombo" + }, + "_proto": "576167ab2459773cad038c43", + "_type": "Item" + }, + "57f3c8cc2459773ec4480328": { + "_id": "57f3c8cc2459773ec4480328", + "_name": "silencer_pp-91-01_zmz_kedr_b_std_9x18pm", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 14681, + "Description": "silencer_pp-91-01_zmz_kedr_b_std_9x18pm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.62, + "EffectiveDistance": 0, + "Ergonomics": -16, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": -27, + "MergesWithChildren": true, + "Name": "silencer_pp-91-01_zmz_kedr_b_std_9x18pm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_pp-91-01_zmz_kedr_b_std_9x18pm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -13, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_pp-91-01_zmz_kedr_b_std_9x18pm", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 15, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.13, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "56e05b06d2720bb2668b4586", + "_type": "Item" + }, + "57f4c844245977379d5c14d1": { + "_id": "57f4c844245977379d5c14d1", + "_name": "weapon_zmz_pp-9_9x18pmm", + "_parent": "5447b5e04bdc2d62278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.05, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.09, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.25, + "Chambers": [{ + "_id": "57f4cbad245977379f1ded64", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "57f4c844245977379d5c14d1", + "_props": { + "filters": [{ + "Filter": ["573718ba2459775a75491131", "573719df2459775a626ccbc2", "57371aab2459775a77142f22", "57371b192459775a9f58a5e0", "57371e4124597760ff7b25f1", "57371eb62459776125652ac1", "57371f8d24597761006c6a81", "5737201124597760fc4431f1", "5737207f24597760ff7b25f2", "57371f2b24597761224311f1", "573719762459775a626ccbc1", "573720e02459776143012541", "57372140245977611f70ee91", "5737218f245977612125ba51"], + "MaxStackCount": 0 + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 2.7, + "CoolFactor": 1, + "CreditsPrice": 24460, + "Description": "weapon_zmz_pp-9_9x18pmm", + "DeviationCurve": 4, + "DeviationMax": 20, + "DiscardingBlock": false, + "Durability": 95, + "DurabilityBurnRatio": 1, + "Ergonomics": 65, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 50, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_zmz_pp-9_9x18pmm", + "NotShownInSlot": false, + "OperatingResource": 5800, + "Prefab": { + "path": "assets/content/weapons/pp-91/weapon_zmz_pp-9_9x18pmm_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.27, + "z": 0.02 + }, + "RecoilForceBack": 235, + "RecoilForceUp": 65, + "RecolDispersion": 15, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 92, + "RepairSpeed": 14, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.13, + "z": -0.04 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.3, + "z": -0.05 + }, + "SendToClient": false, + "ShortName": "weapon_zmz_pp-9_9x18pmm", + "SightingRange": 100, + "SizeReduceRight": 1, + "Slots": [{ + "_id": "57f4cc31245977379c268554", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "57f4c844245977379d5c14d1", + "_props": { + "filters": [{ + "Filter": ["57d152ec245977144076ccdf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "57f4cc65245977379f1ded66", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "57f4c844245977379d5c14d1", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["57d14e1724597714010c3f4b", "57d1519e24597714373db79d"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "57f4cc8624597737a2564363", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "57f4c844245977379d5c14d1", + "_props": { + "filters": [{ + "Filter": ["57ee59b42459771c7b045da5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -6.06, + "Weight": 1.33, + "Width": 3, + "ammoCaliber": "Caliber9x18PMM", + "bEffDist": 100, + "bFirerate": 1000, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "573719762459775a626ccbc1", + "defMagType": "57d14e1724597714010c3f4b", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": false, + "isFastReload": true, + "shotgunDispersion": 10, + "weapClass": "smg", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "57d14d2524597714373db789", + "_type": "Item" + }, + "57fd23e32459772d0805bcf1": { + "_id": "57fd23e32459772d0805bcf1", + "_name": "tactical_all_holosun_ls321", + "_parent": "55818b164bdc2ddc698b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 12531, + "Description": "tactical_all_holosun_ls321", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": 4, + "Name": "tactical_all_holosun_ls321", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_all_holosun_ls321.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "tactical_all_holosun_ls321", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.19, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "57ffa9f4245977728561e844": { + "_id": "57ffa9f4245977728561e844", + "_name": "handguard_aks74u_zenit_b11", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5194, + "Description": "handguard_aks74u_zenit_b11", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_aks74u_zenit_b11", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_aks74u_zenit_b11.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_aks74u_zenit_b11", + "SightingRange": 0, + "Slots": [{ + "_id": "57ffad2224597779db60ceb4", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "57ffa9f4245977728561e844", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "57ffad2e24597779f33d0f38", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "57ffa9f4245977728561e844", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5", "57ffaea724597779f52b3a4d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "57ffad5624597779f63b6528", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "57ffa9f4245977728561e844", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.15, + "Width": 1 + }, + "_proto": "57dc32dc245977596d4ef3d3", + "_type": "Item" + }, + "57ffaea724597779f52b3a4d": { + "_id": "57ffaea724597779f52b3a4d", + "_name": "mount_all_zenit_b12", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3453, + "Description": "mount_all_zenit_b12", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_all_zenit_b12", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_all_zenit_b12.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_all_zenit_b12", + "SightingRange": 0, + "Slots": [{ + "_id": "57ffaeb824597779fd511db1", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "57ffaea724597779f52b3a4d", + "_props": { + "filters": [{ + "Filter": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "57ffb5d624597702841ea407", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "57ffaea724597779f52b3a4d", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.087, + "Width": 1 + }, + "_proto": "57a3459f245977764a01f703", + "_type": "Item" + }, + "57ffb0062459777a045af529": { + "_id": "57ffb0062459777a045af529", + "_name": "mount_all_zenit_b18", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3298, + "Description": "mount_all_zenit_b18", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_all_zenit_b18", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_all_zenit_b18.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_all_zenit_b18", + "SightingRange": 0, + "Slots": [{ + "_id": "57ffb08724597779f52b3a4f", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "57ffb0062459777a045af529", + "_props": { + "filters": [{ + "Filter": ["558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5d2da1e948f035477b1ce2ba", "584984812459776a704a82a6", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5b31163c5acfc400153b71cb", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.053, + "Width": 1 + }, + "_proto": "57ffaea724597779f52b3a4d", + "_type": "Item" + }, + "57ffb0e42459777d047111c5": { + "_id": "57ffb0e42459777d047111c5", + "_name": "silencer_aks74u_tochmash_pbs-4_545x39", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 32991, + "Description": "silencer_aks74u_tochmash_pbs-4_545x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.7, + "EffectiveDistance": 0, + "Ergonomics": -25, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -29, + "MergesWithChildren": true, + "Name": "silencer_aks74u_tochmash_pbs-4_545x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_aks74u_tochmash_pbs-4_545x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_aks74u_tochmash_pbs-4_545x39", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.75, + "Weight": 0.7, + "Width": 2, + "muzzleModType": "pms" + }, + "_proto": "564caa3d4bdc2d17108b458e", + "_type": "Item" + }, + "5811ce572459770cba1a34ea": { + "_id": "5811ce572459770cba1a34ea", + "_name": "Left Behind stash 10x38", + "_parent": "566abbb64bdc2d144c8b457d", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "Left Behind stash 10x38", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5811cf5e2459770e83232ec2", + "_name": "hideout", + "_parent": "5811ce572459770cba1a34ea", + "_props": { + "cellsH": 10, + "cellsV": 38, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Left Behind stash 10x38", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Left Behind stash 10x38", + "Slots": [], + "SpawnChance": 0, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "566abbc34bdc2d92178b4576", + "_type": "Item" + }, + "5811ce662459770f6f490f32": { + "_id": "5811ce662459770f6f490f32", + "_name": "Prepare for escape stash 10x48", + "_parent": "566abbb64bdc2d144c8b457d", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "Prepare for escape stash 10x48\n", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5811cf742459770cba1a34eb", + "_name": "hideout", + "_parent": "5811ce662459770f6f490f32", + "_props": { + "cellsH": 10, + "cellsV": 48, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Prepare for escape stash 10x48", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Prepare for escape stash 10x48", + "Slots": [], + "SpawnChance": 0, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "5811ce572459770cba1a34ea", + "_type": "Item" + }, + "5811ce772459770e9e5f9532": { + "_id": "5811ce772459770e9e5f9532", + "_name": "Edge of darkness stash 10x68", + "_parent": "566abbb64bdc2d144c8b457d", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "Edge of darkness stash 10x68\n", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5811cf932459770e83232ec3", + "_name": "hideout", + "_parent": "5811ce772459770e9e5f9532", + "_props": { + "cellsH": 10, + "cellsV": 68, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Edge of darkness stash 10x68", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Edge of darkness stash 10x68", + "Slots": [], + "SpawnChance": 0, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "5811ce662459770f6f490f32", + "_type": "Item" + }, + "5827272a24597748c74bdeea": { + "_id": "5827272a24597748c74bdeea", + "_name": "handguard_saiga12_utg_pro_mtu002_long_top", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["57486e672459770abd687134", "591ee00d86f774592f7b841e", "57acb6222459771ec34b5cb0", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "CreditsPrice": 10246, + "Description": "", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_saiga12_utg_pro_mtu002_long_top.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "", + "SightingRange": 0, + "Slots": [{ + "_id": "5827296f2459774aba7098e9", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5827272a24597748c74bdeea", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5827298e2459774a913ef5aa", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5827272a24597748c74bdeea", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "582729a52459774a8d5eb0b8", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5827272a24597748c74bdeea", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "582729b52459774abc128d33", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5827272a24597748c74bdeea", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "582729c624597749585f70e9", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5827272a24597748c74bdeea", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.428, + "Width": 2 + }, + "_proto": "576169e62459773c69055191", + "_type": "Item" + }, + "58272b392459774b4c7b3ccd": { + "_id": "58272b392459774b4c7b3ccd", + "_name": "handguard_saiga12_utg_pro_mtu002_short_top", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5c61a40d2e2216001403158d"], + "CreditsPrice": 7539, + "Description": "", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_saiga12_utg_pro_mtu002_short_top.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "", + "SightingRange": 0, + "Slots": [{ + "_id": "58272b392459774b4c7b3cce", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "58272b392459774b4c7b3ccd", + "_props": { + "filters": [{ + "Filter": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "58272b392459774b4c7b3ccf", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "58272b392459774b4c7b3ccd", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "58272b392459774b4c7b3cd0", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "58272b392459774b4c7b3ccd", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "58272b392459774b4c7b3cd1", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "58272b392459774b4c7b3ccd", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "58272b392459774b4c7b3cd2", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "58272b392459774b4c7b3ccd", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.408, + "Width": 2 + }, + "_proto": "5827272a24597748c74bdeea", + "_type": "Item" + }, + "58272b842459774abc128d50": { + "_id": "58272b842459774abc128d50", + "_name": "sight_rear_saiga_css_sight_rail_mount", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5827272a24597748c74bdeea", "58272b392459774b4c7b3ccd"], + "CreditsPrice": 2400, + "CustomAimPlane": "", + "Description": "sight_rear_saiga_css_sight_rail_mount", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_saiga_css_sight_rail_mount", + "NotShownInSlot": false, + "OpticCalibrationDistances": null, + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_saiga_css_sight_rail_mount.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_saiga_css_sight_rail_mount", + "SightModesCount": 1, + "SightingRange": 100, + "Slots": [{ + "_id": "58272c042459774aba70991d", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "58272b842459774abc128d50", + "_props": { + "filters": [{ + "Filter": ["570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "584984812459776a704a82a6", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.03, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "57a9b9ce2459770ee926038d", + "_type": "Item" + }, + "58272d7f2459774f6311ddfd": { + "_id": "58272d7f2459774f6311ddfd", + "_name": "muzzle_12g_red_heat_gk-02_12g", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4046, + "Description": "muzzle_12g_red_heat_gk-02_12g", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_12g_red_heat_gk-02_12g", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_12g_red_heat_gk-02_12g.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -14, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_12g_red_heat_gk-02_12g", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 15, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.25, + "Weight": 0.233, + "Width": 1, + "muzzleModType": "muzzleCombo" + }, + "_proto": "576167ab2459773cad038c43", + "_type": "Item" + }, + "583990e32459771419544dd2": { + "_id": "583990e32459771419544dd2", + "_name": "weapon_izhmash_aks74un_545x39", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.15, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.165, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.1, + "Chambers": [{ + "_id": "583990e32459771419544dd3", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "583990e32459771419544dd2", + "_props": { + "filters": [{ + "Filter": ["5c0d5e4486f77478390952fe", "56dfef82d2720bbd668b4567", "56dff026d2720bb8668b4567", "56dff061d2720bb5668b4567", "56dff0bed2720bb0668b4567", "56dff216d2720bbd668b4568", "56dff2ced2720bb4668b4567", "56dff338d2720bbd668b4569", "56dff3afd2720bba668b4567", "56dff421d2720b5f5a8b4567", "56dff4a2d2720bbd668b456a", "56dff4ecd2720b5f5a8b4568"], + "MaxStackCount": 0 + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1, + "CoolFactor": 1, + "CreditsPrice": 19345, + "Description": "weapon_izhmash_aks74un_545x39", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 95, + "DurabilityBurnRatio": 1, + "Ergonomics": 44, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "mod_stock", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_izhmash_aks74un_545x39", + "NotShownInSlot": false, + "OperatingResource": 5000, + "Prefab": { + "path": "assets/content/weapons/aks74u/weapon_izhmash_aks74ub_545x39_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": 0 + }, + "RecoilForceBack": 445, + "RecoilForceUp": 140, + "RecolDispersion": 30, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 111, + "RepairSpeed": 5, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.27, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "weapon_izhmash_aks74un_545x39", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "583990e32459771419544dd5", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "583990e32459771419544dd2", + "_props": { + "filters": [{ + "Filter": ["5f6341043ada5942720e2dc5", "6087e663132d4d12c81fd96b", "5beec8ea0db834001a6f9dbf", "5649ad3f4bdc2df8348b4585", "5649ade84bdc2d1b2b8b4587", "59e62cc886f77440d40b52a1", "5a0071d486f77404e23a12b2", "57e3dba62459770f0c32322b", "5cf54404d7f00c108840b2ef", "5e2192a498a36665e8337386", "5b30ac585acfc433000eb79c", "59e6318286f77444dd62c4cc", "5cf50850d7f00c056e24104c", "5cf508bfd7f00c056e24104e", "5947f92f86f77427344a76b1", "5947fa2486f77425b47c1a9b", "5c6bf4aa2e2216001219b0ae", "5649ae4a4bdc2d1b2b8b4588", "5998517986f7746017232f7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "583990e32459771419544dd6", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "583990e32459771419544dd2", + "_props": { + "filters": [{ + "Filter": ["59ecc28286f7746d7a68aa8c", "5ab626e4d8ce87272e4c6e43", "57dc347d245977596754e7a1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "583990e32459771419544dd7", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "583990e32459771419544dd2", + "_props": { + "filters": [{ + "Filter": ["5648ac824bdc2ded0b8b457d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "583990e32459771419544dd8", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "583990e32459771419544dd2", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["564ca9df4bdc2d35148b4569", "564ca99c4bdc2d16268b4589", "55d480c04bdc2d1d4e8b456a", "5cbdaf89ae9215000e5b9c94", "55d481904bdc2d8c2f8b456a", "55d482194bdc2d1d4e8b456b", "55d4837c4bdc2d1d4e8b456c", "5aaa4194e5b5b055d06310a5", "5bed61680db834001d2c45ab", "5bed625c0db834001c062946"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "583990e32459771419544dd9", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "583990e32459771419544dd2", + "_props": { + "filters": [{ + "Filter": ["5ac72e945acfc43f3b691116", "5ac7655e5acfc40016339a19", "5649aa744bdc2ded0b8b457e", "5f633f791b231926f2329f13", "5943eeeb86f77412d6384f6b", "5cc9a96cd7f00c011c04e04a", "5649ab884bdc2ded0b8b457f", "57dc324a24597759501edc20", "59bffc1f86f77435b128b872", "593d493f86f7745e6b2ceb22", "564caa3d4bdc2d17108b458e", "57ffb0e42459777d047111c5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "583990e32459771419544dda", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "583990e32459771419544dd2", + "_props": { + "filters": [{ + "Filter": ["57dc334d245977597164366f", "5839a7742459773cf9693481"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5839957824597712102f7c81", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "583990e32459771419544dd2", + "_props": { + "filters": [{ + "Filter": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59d37aa286f7747e673f3977", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "583990e32459771419544dd2", + "_props": { + "filters": [{ + "Filter": ["59d36a0086f7747e673f3946"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -17.9, + "Weight": 1.85, + "Width": 3, + "ammoCaliber": "Caliber545x39", + "bEffDist": 300, + "bFirerate": 650, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "56dff3afd2720bba668b4567", + "defMagType": "55d480c04bdc2d1d4e8b456a", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5644bd2b4bdc2d3b4c8b4572", + "_type": "Item" + }, + "5839a40f24597726f856b511": { + "_id": "5839a40f24597726f856b511", + "_name": "weapon_izhmash_aks74ub_545x39", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.15, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.165, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.1, + "Chambers": [{ + "_id": "5839a40f24597726f856b512", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5839a40f24597726f856b511", + "_props": { + "filters": [{ + "Filter": ["5c0d5e4486f77478390952fe", "56dfef82d2720bbd668b4567", "56dff026d2720bb8668b4567", "56dff061d2720bb5668b4567", "56dff0bed2720bb0668b4567", "56dff216d2720bbd668b4568", "56dff2ced2720bb4668b4567", "56dff338d2720bbd668b4569", "56dff3afd2720bba668b4567", "56dff421d2720b5f5a8b4567", "56dff4a2d2720bbd668b456a", "56dff4ecd2720b5f5a8b4568"], + "MaxStackCount": 0 + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1, + "CoolFactor": 1, + "CreditsPrice": 21746, + "Description": "weapon_izhmash_aks74ub_545x39", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 95, + "DurabilityBurnRatio": 1, + "Ergonomics": 44, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "mod_stock", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_izhmash_aks74ub_545x39", + "NotShownInSlot": false, + "OperatingResource": 5000, + "Prefab": { + "path": "assets/content/weapons/aks74u/weapon_izhmash_aks74ub_545x39_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": 0 + }, + "RecoilForceBack": 445, + "RecoilForceUp": 140, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 109, + "RepairSpeed": 5, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.27, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "weapon_izhmash_aks74ub_545x39", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5839a40f24597726f856b514", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5839a40f24597726f856b511", + "_props": { + "filters": [{ + "Filter": ["5f6341043ada5942720e2dc5", "6087e663132d4d12c81fd96b", "5beec8ea0db834001a6f9dbf", "5649ad3f4bdc2df8348b4585", "5649ade84bdc2d1b2b8b4587", "59e62cc886f77440d40b52a1", "5a0071d486f77404e23a12b2", "57e3dba62459770f0c32322b", "5cf54404d7f00c108840b2ef", "5e2192a498a36665e8337386", "5b30ac585acfc433000eb79c", "59e6318286f77444dd62c4cc", "5cf50850d7f00c056e24104c", "5cf508bfd7f00c056e24104e", "5947f92f86f77427344a76b1", "5947fa2486f77425b47c1a9b", "5c6bf4aa2e2216001219b0ae", "5649ae4a4bdc2d1b2b8b4588", "5998517986f7746017232f7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5839a40f24597726f856b515", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5839a40f24597726f856b511", + "_props": { + "filters": [{ + "Filter": ["59ecc28286f7746d7a68aa8c", "5ab626e4d8ce87272e4c6e43", "57dc347d245977596754e7a1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5839a40f24597726f856b516", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "5839a40f24597726f856b511", + "_props": { + "filters": [{ + "Filter": ["5648ac824bdc2ded0b8b457d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5839a40f24597726f856b517", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5839a40f24597726f856b511", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["564ca9df4bdc2d35148b4569", "564ca99c4bdc2d16268b4589", "55d480c04bdc2d1d4e8b456a", "5cbdaf89ae9215000e5b9c94", "55d481904bdc2d8c2f8b456a", "55d482194bdc2d1d4e8b456b", "55d4837c4bdc2d1d4e8b456c", "5aaa4194e5b5b055d06310a5", "5bed61680db834001d2c45ab", "5bed625c0db834001c062946"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5839a40f24597726f856b518", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5839a40f24597726f856b511", + "_props": { + "filters": [{ + "Filter": ["5ac72e945acfc43f3b691116", "5ac7655e5acfc40016339a19", "5649aa744bdc2ded0b8b457e", "5f633f791b231926f2329f13", "5943eeeb86f77412d6384f6b", "5cc9a96cd7f00c011c04e04a", "57dc324a24597759501edc20", "59bffc1f86f77435b128b872", "593d493f86f7745e6b2ceb22", "564caa3d4bdc2d17108b458e", "57ffb0e42459777d047111c5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5839a40f24597726f856b519", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5839a40f24597726f856b511", + "_props": { + "filters": [{ + "Filter": ["57dc334d245977597164366f", "5839a7742459773cf9693481"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5839a40f24597726f856b51a", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5839a40f24597726f856b511", + "_props": { + "filters": [{ + "Filter": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59d37a7886f7747ff1158152", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5839a40f24597726f856b511", + "_props": { + "filters": [{ + "Filter": ["59d36a0086f7747e673f3946"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -17.9, + "Weight": 1.85, + "Width": 3, + "ammoCaliber": "Caliber545x39", + "bEffDist": 300, + "bFirerate": 650, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "56dff3afd2720bba668b4567", + "defMagType": "55d480c04bdc2d1d4e8b456a", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5644bd2b4bdc2d3b4c8b4572", + "_type": "Item" + }, + "5839a7742459773cf9693481": { + "_id": "5839a7742459773cf9693481", + "_name": "reciever_aks74u_izhmash_aks74ub_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["57486e672459770abd687134", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "CreditsPrice": 3203, + "Description": "reciever_aks74u_izhmash_aks74ub_std\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 7, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_aks74u_izhmash_aks74ub_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_aks74u_izhmash_aks74ub_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_aks74u_izhmash_aks74ub_std", + "SightingRange": 500, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.142, + "Width": 2 + }, + "_proto": "5649af094bdc2df8348b4586", + "_type": "Item" + }, + "58491f3324597764bc48fa02": { + "_id": "58491f3324597764bc48fa02", + "_name": "scope_all_eotech_xps3-0", + "_parent": "55818ad54bdc2ddc698b4569", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.7]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 19985, + "CustomAimPlane": "", + "Description": "scope_all_eotech_xps3-0", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_all_eotech_xps3-0", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_all_eotech_xps3-0.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_all_eotech_xps3-0", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.255, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.6, + "sightModType": "reflex" + }, + "_proto": "558022b54bdc2dac148b458d", + "_type": "Item" + }, + "584924ec24597768f12ae244": { + "_id": "584924ec24597768f12ae244", + "_name": "scope_all_eotech_xps3-2", + "_parent": "55818ad54bdc2ddc698b4569", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.7]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 23019, + "CustomAimPlane": "", + "Description": "scope_all_eotech_xps3-2", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_all_eotech_xps3-2", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_all_eotech_xps3-2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_all_eotech_xps3-2", + "SightModesCount": 1, + "SightingRange": 400, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.255, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.6, + "sightModType": "reflex" + }, + "_proto": "558022b54bdc2dac148b458d", + "_type": "Item" + }, + "584984812459776a704a82a6": { + "_id": "584984812459776a704a82a6", + "_name": "scope_all_vomz_pilad_p1x42_weaver", + "_parent": "55818ad54bdc2ddc698b4569", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.7, 0.7, 0.7]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 11000, + "CustomAimPlane": "", + "Description": "scope_all_vomz_pilad_p1x42_weaver", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [3], + "Name": "scope_all_vomz_pilad_p1x42_weaver", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_all_vomz_pilad_p1x42_weaver.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_all_vomz_pilad_p1x42_weaver", + "SightModesCount": 3, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.16, + "Width": 1, + "Zooms": [[1, 1, 1]], + "aimingSensitivity": 0.6, + "sightModType": "reflex" + }, + "_proto": "558022b54bdc2dac148b458d", + "_type": "Item" + }, + "5857a8b324597729ab0a0e7d": { + "_id": "5857a8b324597729ab0a0e7d", + "_name": "Beta container", + "_parent": "5448bf274bdc2dfc2f8b456a", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": false, + "CanSellOnRagfair": false, + "CantRemoveFromSlotsDuringRaid": ["SecuredContainer"], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 750000, + "Description": "", + "DiscardingBlock": true, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5857a8b324597729ab0a0e7e", + "_name": "main", + "_parent": "5857a8b324597729ab0a0e7d", + "_props": { + "cellsH": 3, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5a341c4086f77401f2541505", "55818aeb4bdc2ddc698b456a", "5b3b6dc75acfc47a8773fb1e", "5a1ead28fcdbcb001912fa9f", "587e08ee245977446b4410cf", "5c0695860db834001b735461", "5a16b93dfcdbcbcae6687261", "5a16b8a9fcdbcb00165aa6ca", "5c11046cd174af02a012e42b", "5448bf274bdc2dfc2f8b456a"], + "Filter": ["5448eb774bdc2d0a728b4567", "543be5f84bdc2dd4348b456a", "5448fe124bdc2da5018b4567", "60b0f6c058e0b0481a09ad11", "59fafd4b86f7745ca07e1232", "5d235bb686f77443f4331278", "5c093e3486f77430cb02e593", "590c60fc86f77412b13fddcf", "5783c43d2459774bbe137486", "543be6674bdc2df1348b4569", "5448ecbe4bdc2d60728b4568", "543be5e94bdc2df1348b4568", "5447e1d04bdc2dff2f8b4567", "567849dd4bdc2d150f8b456e", "543be5664bdc2dd4348b4569", "5447e0e74bdc2d3c308b4567", "5661632d4bdc2d903d8b456b", "543be5cb4bdc2deb348b4568", "543be6564bdc2df4348b4568"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 2, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_case", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Защищенный контейнер Бета", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/containers/double_gun_case/item_double_gun_case.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "techno_box_looting_01", + "SendToClient": false, + "ShortName": "β-secured", + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 3, + "containType": [], + "isSecured": true, + "lootFilter": [], + "maxCountSpawn": 0, + "minCountSpawn": 0, + "openedByKeyID": [], + "sizeHeight": 2, + "sizeWidth": 3, + "spawnRarity": "Common", + "spawnTypes": "None" + }, + "_proto": "544a11ac4bdc2d470e8b456a", + "_type": "Item" + }, + "5857a8bc2459772bad15db29": { + "_id": "5857a8bc2459772bad15db29", + "_name": "Gamma container", + "_parent": "5448bf274bdc2dfc2f8b456a", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": false, + "CanSellOnRagfair": false, + "CantRemoveFromSlotsDuringRaid": ["SecuredContainer"], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1850000, + "Description": "", + "DiscardingBlock": true, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5857a8bc2459772bad15db2a", + "_name": "main", + "_parent": "5857a8bc2459772bad15db29", + "_props": { + "cellsH": 3, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5a341c4086f77401f2541505", "55818aeb4bdc2ddc698b456a", "5b3b6dc75acfc47a8773fb1e", "5a1ead28fcdbcb001912fa9f", "587e08ee245977446b4410cf", "5c0695860db834001b735461", "5a16b93dfcdbcbcae6687261", "5a16b8a9fcdbcb00165aa6ca", "5c11046cd174af02a012e42b", "5448bf274bdc2dfc2f8b456a"], + "Filter": ["5448eb774bdc2d0a728b4567", "543be5f84bdc2dd4348b456a", "5448fe124bdc2da5018b4567", "60b0f6c058e0b0481a09ad11", "59fafd4b86f7745ca07e1232", "5d235bb686f77443f4331278", "5c093e3486f77430cb02e593", "590c60fc86f77412b13fddcf", "5783c43d2459774bbe137486", "543be6674bdc2df1348b4569", "5448ecbe4bdc2d60728b4568", "543be5e94bdc2df1348b4568", "5447e1d04bdc2dff2f8b4567", "567849dd4bdc2d150f8b456e", "543be5664bdc2dd4348b4569", "5447e0e74bdc2d3c308b4567", "5661632d4bdc2d903d8b456b", "543be5cb4bdc2deb348b4568", "543be6564bdc2df4348b4568"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_case", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Защищенный DEVELOPER контейнер", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/containers/plano_pistol_case/item_plano_pistol_case.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "techno_box_looting_01", + "SendToClient": false, + "ShortName": "dev-secured", + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.2, + "Width": 3, + "containType": [], + "isSecured": true, + "lootFilter": [], + "maxCountSpawn": 0, + "minCountSpawn": 0, + "openedByKeyID": [], + "sizeHeight": 3, + "sizeWidth": 3, + "spawnRarity": "Common", + "spawnTypes": "None" + }, + "_proto": "544a11ac4bdc2d470e8b456a", + "_type": "Item" + }, + "587de4282459771bca0ec90b": { + "_id": "587de4282459771bca0ec90b", + "_name": "barrel_p226_112mm_threaded_9x19", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.3, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1562, + "Description": "barrel_p226_112mm_threaded_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_p226_112mm_threaded_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_p226_112mm_threaded_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_p226_112mm_threaded_9x19", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "587de4be2459771bca0ec90d", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "587de4282459771bca0ec90b", + "_props": { + "filters": [{ + "Filter": ["5c6beec32e221601da3578f2", "587de5ba2459771c0f1e8a58", "5c7e8fab2e22165df16b889b", "5a33a8ebc4a282000c5a950d", "5c6165902e22160010261b28", "5a32a064c4a28200741e22de"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -2.28, + "Weight": 0.18, + "Width": 1 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "587de5ba2459771c0f1e8a58": { + "_id": "587de5ba2459771c0f1e8a58", + "_name": "muzzle_p226_sig_thread_protector_std_9x19", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 400, + "Description": "muzzle_p226_sig_thread_protector_std_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_p226_sig_thread_protector_std_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_p226_sig_thread_protector_std_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_p226_sig_thread_protector_std_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.01, + "Width": 1, + "muzzleModType": "muzzleCombo" + }, + "_proto": "560838c94bdc2d77798b4569", + "_type": "Item" + }, + "587df3a12459772c28142567": { + "_id": "587df3a12459772c28142567", + "_name": "mag_sks_toz_std_internal_762x39_10", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "587df3a12459772c28142568", + "_max_count": 10, + "_name": "cartridges", + "_parent": "587df3a12459772c28142567", + "_props": { + "filters": [{ + "Filter": ["59e655cb86f77411dc52a77b", "59e6542b86f77411dc52a77a", "59e6658b86f77411d949b250", "5f0596629e22f464da6bbdd9", "59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1600, + "Description": "mag_sks_toz_std_internal_762x39_10", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_sks_toz_std_internal_762x39_10", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_sks_toz_std_internal_762x39_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "ReloadMagType": "InternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": true, + "ShortName": "mag_sks_toz_std_internal_762x39_10", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 40, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.185, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "587df583245977373c4f1129": { + "_id": "587df583245977373c4f1129", + "_name": "mag_sks_tapco_mag6610_762x39_10", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "587df583245977373c4f112a", + "_max_count": 20, + "_name": "cartridges", + "_parent": "587df583245977373c4f1129", + "_props": { + "filters": [{ + "Filter": ["59e655cb86f77411dc52a77b", "59e6542b86f77411dc52a77a", "59e6658b86f77411d949b250", "5f0596629e22f464da6bbdd9", "59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 10, + "ConflictingItems": [], + "CreditsPrice": 5697, + "Description": "mag_sks_tapco_mag6610_762x39_10", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 10, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_sks_tapco_mag6610_762x39_10", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_sks_tapco_mag6610_762x39_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_sks_tapco_mag6610_762x39_10", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.112, + "Width": 1, + "magAnimationIndex": 1 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "587e02ff24597743df3deaeb": { + "_id": "587e02ff24597743df3deaeb", + "_name": "weapon_molot_op_sks_762x39", + "_parent": "5447b5fc4bdc2d87278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.25, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.18, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.07, + "Chambers": [{ + "_id": "587e030024597743df3deaef", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "587e02ff24597743df3deaeb", + "_props": { + "filters": [{ + "Filter": ["59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.5, + "CoolFactor": 1, + "CreditsPrice": 21814, + "Description": "weapon_molot_op_sks_762x39", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 40, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_dmr", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": true, + "MustBoltBeOpennedForInternalReload": true, + "Name": "weapon_molot_op_sks_762x39", + "NotShownInSlot": false, + "OperatingResource": 2850, + "Prefab": { + "path": "assets/content/weapons/sks/weapon_molot_op_sks_762x39_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.3, + "z": 0.03 + }, + "RecoilForceBack": 400, + "RecoilForceUp": 182, + "RecolDispersion": 15, + "ReloadMode": "InternalMagazine", + "RepairComplexity": 0, + "RepairCost": 109, + "RepairSpeed": 0, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.25, + "z": -0.03 + }, + "SendToClient": false, + "ShortName": "weapon_molot_op_sks_762x39", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "587e02ff24597743df3deaec", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "587e02ff24597743df3deaeb", + "_props": { + "filters": [{ + "Filter": ["5d0236dad7ad1a0940739d29", "587e0531245977466077a0f7", "5afd7ded5acfc40017541f5e", "574dad8024597745964bf05c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "587e02ff24597743df3deaed", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "587e02ff24597743df3deaeb", + "_props": { + "filters": [{ + "Filter": ["574db213245977459a2f3f5d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "587e02ff24597743df3deaee", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "587e02ff24597743df3deaeb", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5c5970672e221602b21d7855", "587df583245977373c4f1129", "587df3a12459772c28142567"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "587e09d924597743df3deb26", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "587e02ff24597743df3deaeb", + "_props": { + "filters": [{ + "Filter": ["587e08ee245977446b4410cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "593d4a0586f7745e5838a153", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "587e02ff24597743df3deaeb", + "_props": { + "filters": [{ + "Filter": ["5cf67cadd7f00c065a5abab7", "593d490386f7745ee97a1555"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 2.627, + "Width": 4, + "ammoCaliber": "Caliber762x39", + "bEffDist": 400, + "bFirerate": 40, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5656d7c34bdc2d9d198b4587", + "defMagType": "587df3a12459772c28142567", + "durabSpawnMax": 65, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": false, + "isFastReload": false, + "shotgunDispersion": 10, + "weapClass": "assaultCarbine", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "574d967124597745970e7c94", + "_type": "Item" + }, + "587e0531245977466077a0f7": { + "_id": "587e0531245977466077a0f7", + "_name": "stock_sks_molot_op_sks_std", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1885, + "Description": "stock_sks_molot_op_sks_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_sks_molot_op_sks_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_sks_molot_op_sks_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": -15, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_sks_molot_op_sks_std", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "593d229e86f7746d9c44fbd9", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "587e0531245977466077a0f7", + "_props": { + "filters": [{ + "Filter": ["593d1fa786f7746da62d61ac"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.913, + "Width": 4 + }, + "_proto": "56083cba4bdc2de22e8b456f", + "_type": "Item" + }, + "587e08ee245977446b4410cf": { + "_id": "587e08ee245977446b4410cf", + "_name": "mount_sks_molot_op_sks_std", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6017, + "Description": "mount_sks_molot_op_sks_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_sks_molot_op_sks_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_sks_molot_op_sks_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_sks_molot_op_sks_std", + "SightingRange": 0, + "Slots": [{ + "_id": "587e08ee245977446b4410d0", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "587e08ee245977446b4410cf", + "_props": { + "filters": [{ + "Filter": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "57acb6222459771ec34b5cb0"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.02, + "Width": 1 + }, + "_proto": "57a3459f245977764a01f703", + "_type": "Item" + }, + "588200af24597742fa221dfb": { + "_id": "588200af24597742fa221dfb", + "_name": "barrel_mr153_610mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.58, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7180, + "Description": "barrel_mr153_610mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -7, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_mr153_610mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mr153_610mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_mr153_610mm", + "ShotgunDispersion": 1.4, + "SightingRange": 0, + "Slots": [{ + "_id": "588200af24597742fa221dfc", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "588200af24597742fa221dfb", + "_props": { + "filters": [{ + "Filter": ["5c0111ab0db834001966914d", "560838c94bdc2d77798b4569", "5b363dea5acfc4771e1c5e7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5dfe40fefca8e055d15b75ae", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "588200af24597742fa221dfb", + "_props": { + "filters": [{ + "Filter": ["609b9e31506cf869cf3eaf41", "5dfe14f30b92095fd441edaf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 9.8, + "Weight": 1.25, + "Width": 4 + }, + "_proto": "5608379a4bdc2d26448b4569", + "_type": "Item" + }, + "588200c224597743990da9ed": { + "_id": "588200c224597743990da9ed", + "_name": "barrel_mr153_660mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.5, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7179, + "Description": "barrel_mr153_660mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -12, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_mr153_660mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mr153_660mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -6, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_mr153_660mm", + "ShotgunDispersion": 1.35, + "SightingRange": 0, + "Slots": [{ + "_id": "588200c224597743990da9ee", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "588200c224597743990da9ed", + "_props": { + "filters": [{ + "Filter": ["5c0111ab0db834001966914d", "560838c94bdc2d77798b4569", "5b363dea5acfc4771e1c5e7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5dfe411973d8eb11426f59b2", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "588200c224597743990da9ed", + "_props": { + "filters": [{ + "Filter": ["609b9e31506cf869cf3eaf41", "5dfe14f30b92095fd441edaf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 12.5, + "Weight": 1.25, + "Width": 4 + }, + "_proto": "5608379a4bdc2d26448b4569", + "_type": "Item" + }, + "588200cf2459774414733d55": { + "_id": "588200cf2459774414733d55", + "_name": "barrel_mr153_710mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.42, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7481, + "Description": "barrel_mr153_710mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.04, + "EffectiveDistance": 0, + "Ergonomics": -16, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_mr153_710mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mr153_710mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_mr153_710mm", + "ShotgunDispersion": 1.25, + "SightingRange": 0, + "Slots": [{ + "_id": "588200cf2459774414733d56", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "588200cf2459774414733d55", + "_props": { + "filters": [{ + "Filter": ["5c0111ab0db834001966914d", "560838c94bdc2d77798b4569", "5b363dea5acfc4771e1c5e7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5dfe4131f0dd306e765a2e38", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "588200cf2459774414733d55", + "_props": { + "filters": [{ + "Filter": ["609b9e31506cf869cf3eaf41", "5dfe14f30b92095fd441edaf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 15.21, + "Weight": 1.35, + "Width": 5 + }, + "_proto": "5608379a4bdc2d26448b4569", + "_type": "Item" + }, + "58820d1224597753c90aeb13": { + "_id": "58820d1224597753c90aeb13", + "_name": "patron_12x70_slug", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 55, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber12g", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 56, + "Damage": 167, + "Description": "12x70 Картечь", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.5, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.2, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.15, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 370, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_shotgun", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.1, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "12x70 Картечь", + "NotShownInSlot": false, + "PenetrationChance": 0.2, + "PenetrationPower": 15, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_12x70_slug.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.1, + "SendToClient": false, + "ShortName": "12x70", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 5, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 10, + "StackMaxSize": 20, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.73, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1, + "ammoAccr": 120, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 8, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "12x70 Пуля", + "casingSounds": "shotgun_big" + }, + "_proto": "560d5e524bdc2d25448b4571", + "_type": "Item" + }, + "5882163224597757561aa920": { + "_id": "5882163224597757561aa920", + "_name": "mag_mr153_izhmeh_12g_7", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5882163224597757561aa921", + "_max_count": 7, + "_name": "cartridges", + "_parent": "5882163224597757561aa920", + "_props": { + "filters": [{ + "Filter": ["560d5e524bdc2d25448b4571", "5d6e6772a4b936088465b17c", "5d6e67fba4b9361bc73bc779", "5d6e6806a4b936088465b17e", "5d6e68dea4b9361bcc29e659", "5d6e6911a4b9361bd5780d52", "5c0d591486f7744c505b416f", "58820d1224597753c90aeb13", "5d6e68c4a4b9361b93413f79", "5d6e68a8a4b9360b6c0d54e2", "5d6e68e6a4b9361c140bcfe0", "5d6e6869a4b9361c140bcfde", "5d6e68b3a4b9361bca7e50b5", "5d6e6891a4b9361bd473feea", "5d6e689ca4b9361bc8618956", "5d6e68d1a4b93622fe60e845"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1663, + "Description": "Удлиннитель магазина МР-153", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Удлиннитель магазина МР-153 12к для МР-153 до 8 ми патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_mr153_izhmeh_12g_7.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "ReloadMagType": "InternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "МР153x8", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.156, + "Width": 3, + "magAnimationIndex": 0 + }, + "_proto": "56deee15d2720bee328b4567", + "_type": "Item" + }, + "5882163824597757561aa922": { + "_id": "5882163824597757561aa922", + "_name": "mag_mr153_izhmeh_12g_6", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5882163824597757561aa923", + "_max_count": 6, + "_name": "cartridges", + "_parent": "5882163824597757561aa922", + "_props": { + "filters": [{ + "Filter": ["560d5e524bdc2d25448b4571", "5d6e6772a4b936088465b17c", "5d6e67fba4b9361bc73bc779", "5d6e6806a4b936088465b17e", "5d6e68dea4b9361bcc29e659", "5d6e6911a4b9361bd5780d52", "5c0d591486f7744c505b416f", "58820d1224597753c90aeb13", "5d6e68c4a4b9361b93413f79", "5d6e68a8a4b9360b6c0d54e2", "5d6e68e6a4b9361c140bcfe0", "5d6e6869a4b9361c140bcfde", "5d6e68b3a4b9361bca7e50b5", "5d6e6891a4b9361bd473feea", "5d6e689ca4b9361bc8618956", "5d6e68d1a4b93622fe60e845"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1221, + "Description": "Удлиннитель магазина МР-153", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Удлиннитель магазина МР-153 12к для МР-153 до 8 ми патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_mr153_izhmeh_12g_6.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "ReloadMagType": "InternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "МР153x8", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.124, + "Width": 2, + "magAnimationIndex": 0 + }, + "_proto": "56deee15d2720bee328b4567", + "_type": "Item" + }, + "5882163e24597758206fee8c": { + "_id": "5882163e24597758206fee8c", + "_name": "mag_mr153_izhmeh_12g_5", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5882163e24597758206fee8d", + "_max_count": 5, + "_name": "cartridges", + "_parent": "5882163e24597758206fee8c", + "_props": { + "filters": [{ + "Filter": ["560d5e524bdc2d25448b4571", "5d6e6772a4b936088465b17c", "5d6e67fba4b9361bc73bc779", "5d6e6806a4b936088465b17e", "5d6e68dea4b9361bcc29e659", "5d6e6911a4b9361bd5780d52", "5c0d591486f7744c505b416f", "58820d1224597753c90aeb13", "5d6e68c4a4b9361b93413f79", "5d6e68a8a4b9360b6c0d54e2", "5d6e68e6a4b9361c140bcfe0", "5d6e6869a4b9361c140bcfde", "5d6e68b3a4b9361bca7e50b5", "5d6e6891a4b9361bd473feea", "5d6e689ca4b9361bc8618956", "5d6e68d1a4b93622fe60e845"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 902, + "Description": "Удлиннитель магазина МР-153", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Удлиннитель магазина МР-153 12к для МР-153 до 8 ми патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_mr153_izhmeh_12g_5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "ReloadMagType": "InternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "МР153x8", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.93, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "56deee15d2720bee328b4567", + "_type": "Item" + }, + "588226d124597767ad33f787": { + "_id": "588226d124597767ad33f787", + "_name": "foregrip_all_magpul_afg_blk", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6554, + "Description": "Тактическая рукоятка Magpul AFG (Angled Fore Grip). Позволяет удерживать оружие в более естественном для руки стрелка положении и по центральной оси ствола. Благодаря этому, помогает смягчить отдачу и повышает управляемость оружия.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Тактическая рукоятка Magpul AFG", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_all_magpul_afg_blk.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "AFG", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.082, + "Width": 1 + }, + "_proto": "558032574bdc2d89578b458a", + "_type": "Item" + }, + "588226dd24597767ad33f789": { + "_id": "588226dd24597767ad33f789", + "_name": "foregrip_all_magpul_afg_fde", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5444, + "Description": "Тактическая рукоятка Magpul AFG (Angled Fore Grip). Позволяет удерживать оружие в более естественном для руки стрелка положении и по центральной оси ствола. Благодаря этому, помогает смягчить отдачу и повышает управляемость оружия.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Тактическая рукоятка Magpul AFG", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_all_magpul_afg_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "AFG", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.082, + "Width": 1 + }, + "_proto": "558032574bdc2d89578b458a", + "_type": "Item" + }, + "588226e62459776e3e094af7": { + "_id": "588226e62459776e3e094af7", + "_name": "foregrip_all_magpul_afg_fg", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5258, + "Description": "Тактическая рукоятка Magpul AFG (Angled Fore Grip). Позволяет удерживать оружие в более естественном для руки стрелка положении и по центральной оси ствола. Благодаря этому, помогает смягчить отдачу и повышает управляемость оружия.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Тактическая рукоятка Magpul AFG", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_all_magpul_afg_fg.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "AFG", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.082, + "Width": 1 + }, + "_proto": "558032574bdc2d89578b458a", + "_type": "Item" + }, + "588226ef24597767af46e39c": { + "_id": "588226ef24597767af46e39c", + "_name": "foregrip_all_magpul_afg_od", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6326, + "Description": "Тактическая рукоятка Magpul AFG (Angled Fore Grip). Позволяет удерживать оружие в более естественном для руки стрелка положении и по центральной оси ствола. Благодаря этому, помогает смягчить отдачу и повышает управляемость оружия.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Тактическая рукоятка Magpul AFG", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_all_magpul_afg_od.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "AFG", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.082, + "Width": 1 + }, + "_proto": "558032574bdc2d89578b458a", + "_type": "Item" + }, + "58864a4f2459770fcc257101": { + "_id": "58864a4f2459770fcc257101", + "_name": "patron_9x19_PSO_gzh", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 32, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x19PARA", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 49, + "Damage": 59, + "Description": "patron_9x19_PSO_gzh", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.15, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.25, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 340, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.392, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.03, + "Name": "patron_9x19_PSO_gzh", + "NotShownInSlot": false, + "PenetrationChance": 0.17, + "PenetrationPower": 10, + "PenetrationPowerDiviation": 0.136, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x19.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.065, + "SendToClient": false, + "ShortName": "patron_9x19_PSO_gzh", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 3, + "SpeedRetardation": 0.0001, + "StackMaxRandom": 20, + "StackMaxSize": 50, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "54527c774bdc2d3f668b4568", + "_type": "Item" + }, + "5887431f2459777e1612938f": { + "_id": "5887431f2459777e1612938f", + "_name": "patron_762х54R_LPS_Gzh", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 78, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x54R", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 172, + "Damage": 81, + "Description": "7.62х54R SNB", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.18, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 865, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.336, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "7.62х54R SNB", + "NotShownInSlot": false, + "PenetrationChance": 0.76, + "PenetrationPower": 42, + "PenetrationPowerDiviation": 1.48, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x54r.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.39, + "SendToClient": false, + "ShortName": "7.62х54R SNB", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 8, + "SpeedRetardation": 0.000015, + "StackMaxRandom": 30, + "StackMaxSize": 40, + "StackMinRandom": 10, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.024, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 77.16, + "casingName": "Обычный 7.62х54R СНБ", + "casingSounds": "rifle762" + }, + "_proto": "560d61e84bdc2da74d8b4571", + "_type": "Item" + }, + "588892092459774ac91d4b11": { + "_id": "588892092459774ac91d4b11", + "_name": "weapon_lobaev_dvl-10_308", + "_parent": "5447b6254bdc2dc3278b4568", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.25, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": true, + "BurstShotsCount": 3, + "CameraRecoil": 0.3, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.005, + "Chambers": [{ + "_id": "588892092459774ac91d4b18", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "588892092459774ac91d4b11", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 3, + "CoolFactor": 1, + "CreditsPrice": 42974, + "Description": "weapon_lobaev_dvl-10_308", + "DeviationCurve": 1, + "DeviationMax": 33, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 40, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "mod_stock", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_rifle", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_lobaev_dvl-10_308", + "NotShownInSlot": false, + "OperatingResource": 3000, + "Prefab": { + "path": "assets/content/weapons/dvl-10/weapon_lobaev_dvl-10_308_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.43, + "z": 0.03 + }, + "RecoilForceBack": 650, + "RecoilForceUp": 130, + "RecolDispersion": 10, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 1, + "RepairCost": 144, + "RepairSpeed": 14, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.16, + "z": -0.06 + }, + "RotationCenterNoStock": { + "x": 0, + "y": 0, + "z": 0 + }, + "SendToClient": false, + "ShortName": "weapon_lobaev_dvl-10_308", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "588892092459774ac91d4b12", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "588892092459774ac91d4b11", + "_props": { + "filters": [{ + "AnimationIndex": 0, + "Filter": ["5888988e24597752fe43a6fa"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "588892092459774ac91d4b13", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "588892092459774ac91d4b11", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "58889e2d245977567641f459", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "588892092459774ac91d4b11", + "_props": { + "filters": [{ + "Filter": ["5888945a2459774bf43ba385", "5888956924597752983e182d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "58889e5d24597759817d5dd3", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "588892092459774ac91d4b11", + "_props": { + "filters": [{ + "Filter": ["55d4b9964bdc2d1d4e8b456e", "571659bb2459771fb2755a12", "57c55efc2459772d2c6271e7", "57af48872459771f0b2ebf11", "57c55f092459772d291a8463", "57c55f112459772d28133310", "57c55f172459772d27602381", "5a339805c4a2826c6e06d73d", "5b07db875acfc40dc528a5f6"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "58889ea42459775bc215d983", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "588892092459774ac91d4b11", + "_props": { + "filters": [{ + "Filter": ["58889d0c2459775bc215d981"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 5.81, + "Weight": 1.12, + "Width": 2, + "ammoCaliber": "Caliber762x51", + "bEffDist": 1000, + "bFirerate": 30, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "58dd3ad986f77403051cba8f", + "defMagType": "5888988e24597752fe43a6fa", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "sniperRifle", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "55801eed4bdc2d89578b4588", + "_type": "Item" + }, + "5888945a2459774bf43ba385": { + "_id": "5888945a2459774bf43ba385", + "_name": "barrel_dvl-10_500mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.022, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 34672, + "Description": "barrel_dvl-10_500mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.61, + "EffectiveDistance": 0, + "Ergonomics": -10, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_dvl-10_500mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_dvl-10_500mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_dvl-10_500mm", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5888945a2459774bf43ba386", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5888945a2459774bf43ba385", + "_props": { + "filters": [{ + "Filter": ["58889c7324597754281f9439"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "588894872459774e6610d115", + "_mergeSlotWithChildren": false, + "_name": "mod_bipod", + "_parent": "5888945a2459774bf43ba385", + "_props": { + "filters": [{ + "Filter": ["5888961624597754281f93f3"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 5.4, + "Weight": 2.9, + "Width": 3 + }, + "_proto": "55d3632e4bdc2d972f8b4569", + "_type": "Item" + }, + "5888956924597752983e182d": { + "_id": "5888956924597752983e182d", + "_name": "barrel_dvl-10_m2_660mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.013, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 37600, + "Description": "barrel_dvl-10_m2_660mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.05, + "EffectiveDistance": 0, + "Ergonomics": -13, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_dvl-10_m2_660mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_dvl-10_m2_660mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_dvl-10_m2_660mm", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5888956924597752983e182e", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5888956924597752983e182d", + "_props": { + "filters": [{ + "Filter": ["5888996c24597754281f9419"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5888958d24597752fe43a6f2", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "5888956924597752983e182d", + "_props": { + "filters": [{ + "Filter": ["5888976c24597754281f93f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 9.5, + "Weight": 2.88, + "Width": 4 + }, + "_proto": "55d3632e4bdc2d972f8b4569", + "_type": "Item" + }, + "5888961624597754281f93f3": { + "_id": "5888961624597754281f93f3", + "_name": "bipod_all_harris_hbr", + "_parent": "55818afb4bdc2dde698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4207, + "Description": "bipod_all_harris_hbr", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "bipod_all_harris_hbr", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/bipods/bipod_all_harris_hbr.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "bipod_all_harris_hbr", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.277, + "Width": 2 + }, + "_proto": "56ea8222d2720b69698b4567", + "_type": "Item" + }, + "5888976c24597754281f93f5": { + "_id": "5888976c24597754281f93f5", + "_name": "handguard_dvl-10_lobaev_dvl-10_m2_std", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6269, + "Description": "handguard_dvl-10_lobaev_dvl-10_m2_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_dvl-10_lobaev_dvl-10_m2_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_dvl-10_lobaev_dvl-10_m2_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_dvl-10_lobaev_dvl-10_m2_std", + "SightingRange": 0, + "Slots": [{ + "_id": "5888983e24597752415de72a", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5888976c24597754281f93f5", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5888984724597752415de72c", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5888976c24597754281f93f5", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.223, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5888988e24597752fe43a6fa": { + "_id": "5888988e24597752fe43a6fa", + "_name": "mag_dvl-10_lobaev_308_10", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5888988e24597752fe43a6fb", + "_max_count": 10, + "_name": "cartridges", + "_parent": "5888988e24597752fe43a6fa", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 4493, + "Description": "mag_dvl-10_lobaev_308_10", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": -15, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_dvl-10_lobaev_308_10", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_dvl-10_lobaev_308_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_dvl-10_lobaev_308_10", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.5, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "559ba5b34bdc2d1f1a8b4582", + "_type": "Item" + }, + "5888996c24597754281f9419": { + "_id": "5888996c24597754281f9419", + "_name": "muzzle_dvl-10_lobaev_dvl-10_m2_std_308", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4557, + "Description": "muzzle_dvl-10_lobaev_dvl-10_m2_std_308", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_dvl-10_lobaev_dvl-10_m2_std_308", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_dvl-10_lobaev_dvl-10_m2_std_308.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -11, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_dvl-10_lobaev_dvl-10_m2_std_308", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.098, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "58889c7324597754281f9439": { + "_id": "58889c7324597754281f9439", + "_name": "muzzle_dvl-10_lobaev_dvl-10_std_308", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5244, + "Description": "muzzle_dvl-10_lobaev_dvl-10_std_308", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_dvl-10_lobaev_dvl-10_std_308", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_dvl-10_lobaev_dvl-10_std_308.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": -12, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_dvl-10_lobaev_dvl-10_std_308", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.105, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "58889d0c2459775bc215d981": { + "_id": "58889d0c2459775bc215d981", + "_name": "stock_dvl-10_lobaev_dvl-10_std", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4650, + "Description": "stock_dvl-10_lobaev_dvl-10_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 12, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_dvl-10_lobaev_dvl-10_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_dvl-10_lobaev_dvl-10_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -35, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_dvl-10_lobaev_dvl-10_std", + "SightingRange": 0, + "SizeReduceRight": 1, + "Slots": [], + "SpawnChance": 20, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.167, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "588b56d02459771481110ae2": { + "_id": "588b56d02459771481110ae2", + "_name": "handguard_ar15_dd_ris_ii_9,5_blk", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 14641, + "Description": "Цевье Daniel Defence RIS II 9.5. Является частью программы SOPMOD Block II для замены штатного цевья карабина M4CQBR или Mk18 в подразделениях US SOCOM. Выполнено из легкого и прочного авиационного алюминия. Снабжено 4-мя направляющими для крепления дополнительного оборудования. Данный вариант цевья не совместим с подствольным гранатометом М203.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Цевье Daniel Defence RIS II 9.5 для AR-15 и совместимых", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar15_dd_ris_ii_9,5_blk.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "RIS II 9.5", + "SightingRange": 0, + "Slots": [{ + "_id": "588b56d02459771481110ae3", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "588b56d02459771481110ae2", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5a7dbfc1159bd40016548fde", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "588b56d02459771481110ae4", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "588b56d02459771481110ae2", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "588b56d02459771481110ae5", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical001", + "_parent": "588b56d02459771481110ae2", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "588b56d02459771481110ae6", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical002", + "_parent": "588b56d02459771481110ae2", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "588b56d02459771481110ae7", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "588b56d02459771481110ae2", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c", "55d4af3a4bdc2d972f8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "588b56d02459771481110ae8", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "588b56d02459771481110ae2", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.399, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "58948c8e86f77409493f7266": { + "_id": "58948c8e86f77409493f7266", + "_name": "weapon_sig_mpx_9x19", + "_parent": "5447b5e04bdc2d62278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.16, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.08, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0, + "Chambers": [{ + "_id": "58948c8f86f77409493f726c", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "58948c8e86f77409493f7266", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.5, + "CoolFactor": 1, + "CreditsPrice": 18907, + "Description": "weapon_sig_mpx_9x19", + "DeviationCurve": 4, + "DeviationMax": 20, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 40, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "mod_stock", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 50, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.03, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_sig_mpx_9x19", + "NotShownInSlot": false, + "OperatingResource": 5600, + "Prefab": { + "path": "assets/content/weapons/mpx/weapon_sig_mpx_9x19_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.24, + "z": 0.02 + }, + "RecoilForceBack": 333, + "RecoilForceUp": 67, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 135, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.26, + "z": -0.07 + }, + "SendToClient": false, + "ShortName": "weapon_sig_mpx_9x19", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "58948c8f86f77409493f7267", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "58948c8e86f77409493f7266", + "_props": { + "filters": [{ + "Filter": ["55d4b9964bdc2d1d4e8b456e", "571659bb2459771fb2755a12", "602e71bd53a60014f9705bfa", "5cc9bcaed7f00c011c04e179", "5bb20e18d4351e00320205d5", "5bb20e0ed4351e3bac1212dc", "5d025cc1d7ad1a53845279ef", "5c6d7b3d2e221600114c9b7d", "57c55efc2459772d2c6271e7", "57af48872459771f0b2ebf11", "57c55f092459772d291a8463", "57c55f112459772d28133310", "57c55f172459772d27602381", "5a339805c4a2826c6e06d73d", "55802f5d4bdc2dac148b458f", "5d15cf3bd7ad1a67e71518b2", "59db3a1d86f77429e05b4e92", "5fbcbd6c187fea44d52eda14", "59db3acc86f7742a2c4ab912", "59db3b0886f77429d72fb895", "5b07db875acfc40dc528a5f6", "5894a51286f77426d13baf02"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "58948c8f86f77409493f7268", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "58948c8e86f77409493f7266", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5c5db6742e2216000f1b2852", "5c5db6552e2216001026119d", "5894a05586f774094708ef75", "5c5db6652e221600113fba51"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "58948c8f86f77409493f7269", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "58948c8e86f77409493f7266", + "_props": { + "filters": [{ + "Filter": ["5894a5b586f77426d2590767"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "58948c8f86f77409493f726a", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "58948c8e86f77409493f7266", + "_props": { + "filters": [{ + "Filter": ["58ac1bf086f77420ed183f9f", "5894a13e86f7742405482982", "5c5db6ee2e221600113fba54", "5c5db6f82e2216003a0fe914"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "58948c8f86f77409493f726b", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "58948c8e86f77409493f7266", + "_props": { + "filters": [{ + "Filter": ["5c5db6b32e221600102611a0", "58949edd86f77409483e16a9", "58949fac86f77409483e16aa"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.64, + "Width": 1, + "ammoCaliber": "Caliber9x19PARA", + "bEffDist": 500, + "bFirerate": 850, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "56d59d3ad2720bdb418b4577", + "defMagType": "5894a05586f774094708ef75", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "smg", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "58949dea86f77409483e16a8": { + "_id": "58949dea86f77409483e16a8", + "_name": "muzzle_mpx_sig_mpx_a2_9x19", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 3, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 903, + "Description": "muzzle_mpx_sig_mpx_a2_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_mpx_sig_mpx_a2_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_mpx_sig_mpx_a2_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -7, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_mpx_sig_mpx_a2_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.063, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "58949edd86f77409483e16a9": { + "_id": "58949edd86f77409483e16a9", + "_name": "charge_mpx_sig_mpx_double_latch", + "_parent": "55818a6f4bdc2db9688b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 730, + "Description": "charge_mpx_sig_mpx_double_latch", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "charge_mpx_sig_mpx_double_latch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/charges/charge_mpx_sig_mpx_double_latch.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "charge_mpx_sig_mpx_double_latch", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.033, + "Width": 1 + }, + "_proto": "55802f624bdc2d1c128b4580", + "_type": "Item" + }, + "58949fac86f77409483e16aa": { + "_id": "58949fac86f77409483e16aa", + "_name": "charge_mpx_sig_mpx_single_latch", + "_parent": "55818a6f4bdc2db9688b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 700, + "Description": "charge_mpx_sig_mpx_double_latch", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "charge_mpx_sig_mpx_double_latch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/charges/charge_mpx_sig_mpx_single_latch.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "charge_mpx_sig_mpx_double_latch", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.032, + "Width": 1 + }, + "_proto": "55802f624bdc2d1c128b4580", + "_type": "Item" + }, + "5894a05586f774094708ef75": { + "_id": "5894a05586f774094708ef75", + "_name": "mag_mpx_sig_mpx_std_9x19_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5894a05586f774094708ef76", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5894a05586f774094708ef75", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 1, + "CheckTimeModifier": -50, + "ConflictingItems": [], + "CreditsPrice": 2073, + "Description": "mag_mpx_sig_mpx_std_9x19_30", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_mpx_sig_mpx_std_9x19_30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_mpx_sig_mpx_std_9x19_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_mpx_sig_mpx_std_9x19_30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.17, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5894a13e86f7742405482982": { + "_id": "5894a13e86f7742405482982", + "_name": "stock_all_sig_mpx_mcx_early_type", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2839, + "Description": "stock_all_sig_mpx_mcx_early_type", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 17, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": true, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_all_sig_mpx_mcx_early_type", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_all_sig_mpx_mcx_early_type.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -26, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_all_sig_mpx_mcx_early_type", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.396, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5894a2c386f77427140b8342": { + "_id": "5894a2c386f77427140b8342", + "_name": "barrel_mpx_203mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.15, + "ChangePriceCoef": 1, + "ConflictingItems": ["5c59529a2e221602b177d160", "5c5db6302e2216000e5e47f0", "5c5db63a2e2216000f1b284a"], + "CreditsPrice": 6574, + "Description": "barrel_mpx_203mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -6, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_mpx_203mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mpx_203mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_mpx_203mm", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5894a35e86f77426d4485312", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5894a2c386f77427140b8342", + "_props": { + "filters": [{ + "Filter": ["5cf6935bd7f00c06585fb791", "5b3a16655acfc40016387a2a", "58949dea86f77409483e16a8", "59bffc1f86f77435b128b872", "5c7e8fab2e22165df16b889b", "5a9fb739a2750c003215717f", "5c6165902e22160010261b28", "5a32a064c4a28200741e22de"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -12.31, + "Weight": 0.25, + "Width": 2 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5894a42086f77426d2590762": { + "_id": "5894a42086f77426d2590762", + "_name": "handguard_mpx_sig_mpx_gen1_handguard", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4311, + "Description": "handguard_mpx_sig_mpx_gen1_handguard", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_mpx_sig_mpx_gen1_handguard", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_mpx_sig_mpx_gen1_handguard.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_mpx_sig_mpx_gen1_handguard", + "SightingRange": 0, + "Slots": [{ + "_id": "5894a4b386f77427140b8345", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5894a42086f77426d2590762", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "58a5760886f77470e446628a", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5894a42086f77426d2590762", + "_props": { + "filters": [{ + "Filter": ["58a56f8d86f774651579314c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "58a5761486f7746f8a5389ed", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5894a42086f77426d2590762", + "_props": { + "filters": [{ + "Filter": ["58a5c12e86f7745d585a2b9e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "58d9119686f774372438568c", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5894a42086f77426d2590762", + "_props": { + "filters": [{ + "Filter": ["58a56f8d86f774651579314c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.302, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5894a51286f77426d13baf02": { + "_id": "5894a51286f77426d13baf02", + "_name": "pistolgrip_mpx_sig_mpx_std", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3274, + "Description": "pistolgrip_mpx_sig_mpx_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_mpx_sig_mpx_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_mpx_sig_mpx_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_mpx_sig_mpx_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "55802f5d4bdc2dac148b458f", + "_type": "Item" + }, + "5894a5b586f77426d2590767": { + "_id": "5894a5b586f77426d2590767", + "_name": "reciever_mpx_sig_mpx_gen1", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3509, + "Description": "reciever_mpx_sig_mpx_gen1", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_mpx_sig_mpx_gen1", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_mpx_sig_mpx_gen1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_mpx_sig_mpx_gen1", + "SightingRange": 0, + "Slots": [{ + "_id": "5894a5b586f77426d2590768", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5894a5b586f77426d2590767", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5894a5b586f77426d2590769", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5894a5b586f77426d2590767", + "_props": { + "filters": [{ + "Filter": ["5c5db5852e2216003a0fe71a", "5c5db5962e2216000e5e46eb", "58aeaaa886f7744fc1560f81", "5894a2c386f77427140b8342", "5c5db5b82e2216003a0fe71d", "5c5db5c62e22160012542255"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5894a5b586f77426d259076a", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "5894a5b586f77426d2590767", + "_props": { + "filters": [{ + "Filter": ["5c59529a2e221602b177d160", "5c5db6302e2216000e5e47f0", "5c5db63a2e2216000f1b284a", "5c5db5f22e2216000e5e47e8", "5c5db5fc2e2216000f1b2842", "5894a42086f77426d2590762"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5894a5b586f77426d259076b", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5894a5b586f77426d2590767", + "_props": { + "filters": [{ + "Filter": ["5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5fb6564947ce63734e3fa1da", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5fc0fa957283c4046c58147e", "5894a81786f77427140b8347"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "58a56f0186f774651703584d", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5894a5b586f77426d2590767", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 40, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.488, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5894a73486f77426d259076c": { + "_id": "5894a73486f77426d259076c", + "_name": "sight_front_all_sig_mpx_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 600, + "CustomAimPlane": "", + "Description": "sight_front_all_sig_mpx_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_all_sig_mpx_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_all_sig_mpx_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_all_sig_mpx_std", + "SightModesCount": 1, + "SightingRange": 300, + "Slots": [], + "SpawnChance": 43, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.13, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5894a81786f77427140b8347": { + "_id": "5894a81786f77427140b8347", + "_name": "sight_rear_all_sig_mpx_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 802, + "CustomAimPlane": "", + "Description": "sight_rear_all_sig_mpx_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_all_sig_mpx_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_all_sig_mpx_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_all_sig_mpx_std", + "SightModesCount": 1, + "SightingRange": 300, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.14, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "58a56f8d86f774651579314c": { + "_id": "58a56f8d86f774651579314c", + "_name": "mount_mpx_2_inch_rail", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1858, + "Description": "mount_mpx_2_inch_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_mpx_2_inch_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_mpx_2_inch_rail.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_mpx_2_inch_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "58a56f8d86f774651579314d", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "58a56f8d86f774651579314c", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "58a5c12e86f7745d585a2b9e": { + "_id": "58a5c12e86f7745d585a2b9e", + "_name": "mount_mpx_4_inch_rail", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2387, + "Description": "mount_mpx_2_inch_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_mpx_2_inch_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_mpx_4_inch_rail.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_mpx_2_inch_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "58a5c12e86f7745d585a2b9f", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "58a5c12e86f7745d585a2b9e", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "58ac1bf086f77420ed183f9f": { + "_id": "58ac1bf086f77420ed183f9f", + "_name": "stock_all_sig_folding_knuckle", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3258, + "Description": "Адаптер для установки трубы под телескопические приклады на АК с нескладными прикладами.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Переходник ME для АК", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_all_sig_folding_knuckle.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "МЕ4", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "58ac1bf086f77420ed183fa0", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "58ac1bf086f77420ed183f9f", + "_props": { + "filters": [{ + "Filter": ["57ade1442459771557167e15", "5a33ca0fc4a282000d72292f", "5c0faeddd174af02a962601f", "5649be884bdc2d79388b4577", "5d120a10d7ad1a4e1026ba85", "5b0800175acfc400153aebd4", "5947e98b86f774778f1448bc", "5947eab886f77475961d96c5", "5ef1ba28c64c5d0dfc0571a5", "602e3f1254072b51b239f713", "5c793fb92e221644f31bfb64", "5c793fc42e221600114ca25d", "591aef7986f774139d495f03", "591af10186f774139d495f0e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.2, + "Width": 1 + }, + "_proto": "5649b1c04bdc2d16268b457c", + "_type": "Item" + }, + "58ac60eb86f77401897560ff": { + "_id": "58ac60eb86f77401897560ff", + "_name": "balaclava_development", + "_parent": "5a341c4686f77469e155819e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1600, + "DeafStrength": "None", + "Description": "Balaclava_dev", + "DiscardingBlock": false, + "Durability": 100000, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 1, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100000, + "MergesWithChildren": false, + "Name": "Balaclava_dev", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/facecover_balaclava/item_equipment_facecover_balaclava_development.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Balaclava_dev", + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 2, + "armorClass": "10", + "armorZone": ["Head"], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7d8524597762b472f9d1", + "_type": "Item" + }, + "58aeaaa886f7744fc1560f81": { + "_id": "58aeaaa886f7744fc1560f81", + "_name": "barrel_mpx_165mm_ported", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.18, + "ChangePriceCoef": 1, + "ConflictingItems": ["5c59529a2e221602b177d160", "5c5db6302e2216000e5e47f0", "5c5db63a2e2216000f1b284a"], + "CreditsPrice": 5619, + "Description": "barrel_mpx_165mm_ported", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.94, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_mpx_165mm_ported", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mpx_165mm_ported.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_mpx_165mm_ported", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "58aeaaa886f7744fc1560f82", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "58aeaaa886f7744fc1560f81", + "_props": { + "filters": [{ + "Filter": ["58aeac1b86f77457c419f475"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -16.31, + "Weight": 0.18, + "Width": 2 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "58aeac1b86f77457c419f475": { + "_id": "58aeac1b86f77457c419f475", + "_name": "silencer_sig_mpx_sd_9x19", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": -1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 21503, + "Description": "silencer_sig_mpx_sd_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.35, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -28, + "MergesWithChildren": true, + "Name": "silencer_sig_mpx_sd_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_sig_mpx_sd_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -15, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_sig_mpx_sd_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.75, + "Weight": 0.6, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "564caa3d4bdc2d17108b458e", + "_type": "Item" + }, + "58c157be86f77403c74b2bb6": { + "_id": "58c157be86f77403c74b2bb6", + "_name": "foregrip_all_tango_down_stubby_bgv_mk46k_fde", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3700, + "Description": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_all_tango_down_stubby_bgv_mk46k_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.072, + "Width": 1 + }, + "_proto": "558032614bdc2de7118b4585", + "_type": "Item" + }, + "58c157c886f774032749fb06": { + "_id": "58c157c886f774032749fb06", + "_name": "foregrip_all_tango_down_stubby_bgv_mk46k_fg", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3700, + "Description": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_all_tango_down_stubby_bgv_mk46k_fg.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.072, + "Width": 1 + }, + "_proto": "558032614bdc2de7118b4585", + "_type": "Item" + }, + "58d2664f86f7747fec5834f6": { + "_id": "58d2664f86f7747fec5834f6", + "_name": "mount_all_leupold_deltapoint_weaver", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1625, + "Description": "mount_all_leupold_deltapoint_weaver", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_all_leupold_deltapoint_weaver", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_all_leupold_deltapoint_weaver.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_all_leupold_deltapoint_weaver", + "SightingRange": 0, + "Slots": [{ + "_id": "58d2664f86f7747fec5834f7", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "58d2664f86f7747fec5834f6", + "_props": { + "filters": [{ + "Filter": ["58d268fc86f774111273f8c2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.045, + "Width": 1 + }, + "_proto": "5649a2464bdc2d91118b45a8", + "_type": "Item" + }, + "58d268fc86f774111273f8c2": { + "_id": "58d268fc86f774111273f8c2", + "_name": "scope_base_leupold_deltapoint", + "_parent": "55818acf4bdc2dde698b456b", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.7]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25, 50, 100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 18157, + "CustomAimPlane": "", + "Description": "scope_base_leupold_deltapoint", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_base_leupold_deltapoint", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25, 50, 100], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_base_leupold_deltapoint.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_base_leupold_deltapoint", + "SightModesCount": 1, + "SightingRange": 150, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.053, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.6, + "sightModType": "reflex" + }, + "_proto": "544a39de4bdc2d24388b4567", + "_type": "Item" + }, + "58d2912286f7744e27117493": { + "_id": "58d2912286f7744e27117493", + "_name": "stock_ar15_magpul_rubber_butt_pad", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4779, + "Description": "stock_ar15_magpul_rubber_butt_pad", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_magpul_rubber_butt_pad", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_magpul_rubber_butt_pad.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_magpul_rubber_butt_pad", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.055, + "Width": 1 + }, + "_type": "Item" + }, + "58d2946386f774496974c37e": { + "_id": "58d2946386f774496974c37e", + "_name": "stock_ar15_magpul_moe_carbine_fde", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6633, + "Description": "stock_ar15_magpul_moe_carbine_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_magpul_moe_carbine_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_magpul_moe_carbine_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -30, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_magpul_moe_carbine_blk", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "58d2946386f774496974c37f", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "58d2946386f774496974c37e", + "_props": { + "filters": [{ + "Filter": ["58d2912286f7744e27117493"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.226, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "58d2946c86f7744e271174b5": { + "_id": "58d2946c86f7744e271174b5", + "_name": "stock_ar15_magpul_moe_carbine_fg", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6497, + "Description": "stock_ar15_magpul_moe_carbine_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_magpul_moe_carbine_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_magpul_moe_carbine_fg.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -30, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_magpul_moe_carbine_blk", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "58d2946c86f7744e271174b6", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "58d2946c86f7744e271174b5", + "_props": { + "filters": [{ + "Filter": ["58d2912286f7744e27117493"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.226, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "58d2947686f774485c6a1ee5": { + "_id": "58d2947686f774485c6a1ee5", + "_name": "stock_ar15_magpul_moe_carbine_od", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6389, + "Description": "stock_ar15_magpul_moe_carbine_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_magpul_moe_carbine_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_magpul_moe_carbine_od.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -30, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_magpul_moe_carbine_blk", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "58d2947686f774485c6a1ee6", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "58d2947686f774485c6a1ee5", + "_props": { + "filters": [{ + "Filter": ["58d2912286f7744e27117493"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.226, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "58d2947e86f77447aa070d53": { + "_id": "58d2947e86f77447aa070d53", + "_name": "stock_ar15_magpul_moe_carbine_sg", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6720, + "Description": "stock_ar15_magpul_moe_carbine_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_magpul_moe_carbine_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_magpul_moe_carbine_sg.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -30, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_magpul_moe_carbine_blk", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "58d2947e86f77447aa070d54", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "58d2947e86f77447aa070d53", + "_props": { + "filters": [{ + "Filter": ["58d2912286f7744e27117493"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.226, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "58d399e486f77442e0016fe7": { + "_id": "58d399e486f77442e0016fe7", + "_name": "scope_base_aimpoint_micro_t1", + "_parent": "55818acf4bdc2dde698b456b", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.7]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25, 50, 100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 26344, + "CustomAimPlane": "", + "Description": "scope_base_aimpoint_micro_t1", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_base_aimpoint_micro_t1", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25, 50, 100], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_base_aimpoint_micro_t1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_base_aimpoint_micro_t1", + "SightModesCount": 1, + "SightingRange": 150, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.084, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.6, + "sightModType": "reflex" + }, + "_proto": "544a39de4bdc2d24388b4567", + "_type": "Item" + }, + "58d39b0386f77443380bf13c": { + "_id": "58d39b0386f77443380bf13c", + "_name": "mount_base_aimpoint_h1_t1_spacer", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2203, + "Description": "mount_base_aimpoint_h1_t1_spacer", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_base_aimpoint_h1_t1_spacer", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_base_aimpoint_h1_t1_spacer.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_base_aimpoint_h1_t1_spacer", + "SightingRange": 0, + "Slots": [{ + "_id": "58d39b0386f77443380bf13d", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "58d39b0386f77443380bf13c", + "_props": { + "filters": [{ + "Filter": ["58d399e486f77442e0016fe7", "5b3116595acfc40019476364"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.015, + "Width": 1 + }, + "_proto": "5649a2464bdc2d91118b45a8", + "_type": "Item" + }, + "58d39d3d86f77445bb794ae7": { + "_id": "58d39d3d86f77445bb794ae7", + "_name": "mount_all_aimpoint_h1_t1_weaver", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2451, + "Description": "mount_all_aimpoint_h1_t1_weaver", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_all_aimpoint_h1_t1_weaver", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_all_aimpoint_h1_t1_weaver.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_all_aimpoint_h1_t1_weaver", + "SightingRange": 0, + "Slots": [{ + "_id": "58d39d3d86f77445bb794ae8", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "58d39d3d86f77445bb794ae7", + "_props": { + "filters": [{ + "Filter": ["58d399e486f77442e0016fe7", "5b3116595acfc40019476364", "58d39b0386f77443380bf13c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.015, + "Width": 1 + }, + "_proto": "5649a2464bdc2d91118b45a8", + "_type": "Item" + }, + "58d3db5386f77426186285a0": { + "_id": "58d3db5386f77426186285a0", + "_name": "weapon_grenade_m67", + "_parent": "543be6564bdc2df4348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorDistanceDistanceDamage": { + "x": 1, + "y": 4, + "z": 29 + }, + "BackgroundColor": "grey", + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "CanBeHiddenDuringThrow": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 2, + "y": 4, + "z": 14 + }, + "ContusionDistance": 11, + "CreditsPrice": 8020, + "Description": "weapon_grenade_m67", + "DiscardingBlock": false, + "EmitTime": 0, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExplDelay": 3, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6fc86f7745e585b4de3", + "FragmentsCount": 75, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "grenade", + "LootExperience": 20, + "MaxExplosionDistance": 8, + "MergesWithChildren": false, + "MinExplosionDistance": 3, + "Name": "weapon_grenade_m67", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/m67/weapon_grenade_m67_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "weapon_grenade_m67", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Strength": 110, + "ThrowType": "frag_grenade", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.396, + "Width": 1, + "explDelay": 5, + "throwDamMax": 0 + }, + "_proto": "5448be9a4bdc2dfd2f8b456a", + "_type": "Item" + }, + "58dd3ad986f77403051cba8f": { + "_id": "58dd3ad986f77403051cba8f", + "_name": "patron_762x51_M80", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 66, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x51", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 178, + "Damage": 80, + "Description": "default_308", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.3, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.17, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 833, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "default_308", + "NotShownInSlot": false, + "PenetrationChance": 0.75, + "PenetrationPower": 41, + "PenetrationPowerDiviation": 1.44, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x51.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.38, + "SendToClient": false, + "ShortName": "default_308", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 8, + "SpeedRetardation": 0.000015, + "StackMaxRandom": 40, + "StackMaxSize": 40, + "StackMinRandom": 10, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.024, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 77.16, + "casingName": ".308", + "casingSounds": "rifle762" + }, + "_proto": "560d61e84bdc2da74d8b4571", + "_type": "Item" + }, + "5900b89686f7744e704a8747": { + "_id": "5900b89686f7744e704a8747", + "_name": "woods plan", + "_parent": "567849dd4bdc2d150f8b456e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConfigPathStr": "UI/PocketMap/Plans/WoodsPlan/config", + "ConflictingItems": [], + "CreditsPrice": 12719, + "Description": "Woods Plan", + "DiscardingBlock": false, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_map", + "LootExperience": 20, + "MaxMarkersCount": 100, + "MergesWithChildren": false, + "Name": "Woods Plan", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/map/map.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Woods Plan", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "scaleMax": 1, + "scaleMin": 0.24 + }, + "_proto": "56784a144bdc2d99058b4569", + "_type": "Item" + }, + "5909d24f86f77466f56e6855": { + "_id": "5909d24f86f77466f56e6855", + "_name": "MedBag", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Медсумка СМУ06", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5909d24f86f77466f56e6856", + "_name": "main", + "_parent": "5909d24f86f77466f56e6855", + "_props": { + "cellsH": 4, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 4, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Медсумка СМУ06", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "sportbag_looting", + "SendToClient": false, + "ShortName": "Медсумка СМУ06", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["5c13cd2486f774072c757944", "57864c8c245977548867e7f1", "543be5664bdc2dd4348b4569"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "578f879c24597735401e6bc6", + "_type": "Item" + }, + "5909d36d86f774660f0bb900": { + "_id": "5909d36d86f774660f0bb900", + "_name": "GrenadeBox", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Гранатный ящик", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5909d36d86f774660f0bb901", + "_name": "main", + "_parent": "5909d36d86f774660f0bb900", + "_props": { + "cellsH": 3, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 4, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Гранатный ящик", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "drawer_wood_looting", + "SendToClient": false, + "ShortName": "Гранатный ящик", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["60391b0fb847c71012789415", "5e2af51086f7746d3f3c3402", "5656eb674bdc2d35148b457c", "543be6564bdc2df4348b4568"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "578f87a3245977356274f2cb", + "_type": "Item" + }, + "5909d45286f77465a8136dc6": { + "_id": "5909d45286f77465a8136dc6", + "_name": "AmmoBox", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Патронный ящик", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5909d45286f77465a8136dc7", + "_name": "main", + "_parent": "5909d45286f77465a8136dc6", + "_props": { + "cellsH": 3, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 5, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Патронный ящик", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "woodbox_looting", + "SendToClient": false, + "ShortName": "Патронный ящик", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["5485a8684bdc2da71d8b4567", "543be5cb4bdc2deb348b4568"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "578f87a3245977356274f2cb", + "_type": "Item" + }, + "5909d4c186f7746ad34e805a": { + "_id": "5909d4c186f7746ad34e805a", + "_name": "MedBox", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Медукладка", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5909d4c186f7746ad34e805b", + "_name": "main", + "_parent": "5909d4c186f7746ad34e805a", + "_props": { + "cellsH": 4, + "cellsV": 4, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 4, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Медукладка", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "drawer_metal_looting", + "SendToClient": false, + "ShortName": "Медукладка", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["57864c8c245977548867e7f1", "590c695186f7741e566b64a2", "5751a89d24597722aa0e8db0", "544fb3f34bdc2d03748b456a", "544fb37f4bdc2dee738b4567", "5755383e24597772cb798966", "5755356824597772cb798962", "544fb25a4bdc2dfb738b4567", "5751a25924597722c463c472", "544fb3364bdc2d34748b456a"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "578f879c24597735401e6bc6", + "_type": "Item" + }, + "5909d50c86f774659e6aaebe": { + "_id": "5909d50c86f774659e6aaebe", + "_name": "ToolBox", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Ящик с инструментами", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5909d50c86f774659e6aaebf", + "_name": "main", + "_parent": "5909d50c86f774659e6aaebe", + "_props": { + "cellsH": 4, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 4, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Ящик с инструментами", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "industrialbox_looting", + "SendToClient": false, + "ShortName": "Ящик с инструментами", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["5e2aee0a86f774755a234b62", "5e2aedd986f7746d404f3aa4", "5672cb124bdc2d1a0f8b4568", "5672cb304bdc2dc2088b456a", "57864ada245977548638de91", "57347c1124597737fb1379e3", "5734795124597738002c6176", "59e35cbb86f7741778269d83", "5e2af29386f7746d4159f077", "590c31c586f774245e3141b2", "59e366c186f7741778269d85", "5e2af22086f7746d3f3c33fa", "5d1b327086f7742525194449", "59e35ef086f7741777737012", "5d1b39a386f774252339976f", "5d1b32c186f774252167a530", "590c346786f77423e50ed342", "590c35a486f774273531c822", "57347c5b245977448d35f6e1", "57347c77245977448d35f6e2", "5d1b392c86f77425243e98fe", "5d0375ff86f774186372f685", "59e35de086f7741778269d84", "5d1c774f86f7746d6620f8db", "590a391c86f774385a33c404", "5d1b313086f77425227d1678", "590a3c0a86f774385a33c450", "5c06779c86f77426e00dd782", "5d0378d486f77420421a5ff4", "590a3cd386f77436f20848cb", "590a3efd86f77437d351a25b", "590a3d9c86f774385926e510", "5672cb724bdc2dc2088b456b", "57347cd0245977445a2d6ff1", "590c5bbd86f774785762df04", "590c5c9f86f77477c91c36e7", "5d1b385e86f774252167b98a", "590c5a7286f7747884343aea", "57864bb7245977548b3b66c2", "557ff21e4bdc2d89578b4586", "5645bcc04bdc2d363b8b4572"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "578f879c24597735401e6bc6", + "_type": "Item" + }, + "5909d5ef86f77467974efbd8": { + "_id": "5909d5ef86f77467974efbd8", + "_name": "terraWBoxLong", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Оружейный ящик", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5909d5ef86f77467974efbd9", + "_name": "main", + "_parent": "5909d5ef86f77467974efbd8", + "_props": { + "cellsH": 5, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 5, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Оружейный ящик", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "drawer_metal_looting", + "SendToClient": false, + "ShortName": "Оружейный ящик", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["5e2aee0a86f774755a234b62", "5d0375ff86f774186372f685", "5d03784a86f774203e7e0c4d", "5d0376a486f7747d8050965c", "5e2af51086f7746d3f3c3402", "5d0379a886f77420407aa271", "5c12688486f77426843c7d32", "5d1c819a86f774771b0acd6c", "590c5a7286f7747884343aea", "5d6fc78386f77449d825f9dc", "5d6fc87386f77449db3db94e", "57bef4c42459772e8d35a53b", "5645bcb74bdc2ded0b8b4578", "5448fe124bdc2da5018b4567", "566168634bdc2d144c8b456c", "5422acb9af1c889c16000029", "543be5664bdc2dd4348b4569", "543be6564bdc2df4348b4568"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "578f87a3245977356274f2cb", + "_type": "Item" + }, + "5909d76c86f77471e53d2adf": { + "_id": "5909d76c86f77471e53d2adf", + "_name": "terraWBoxLongBig", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Оружейный ящик", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5909d76c86f77471e53d2ae0", + "_name": "main", + "_parent": "5909d76c86f77471e53d2adf", + "_props": { + "cellsH": 6, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 7, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Оружейный ящик", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "drawer_metal_looting", + "SendToClient": false, + "ShortName": "Оружейный ящик", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["5e2af51086f7746d3f3c3402", "5c12688486f77426843c7d32", "590c595c86f7747884343ad7", "590c5a7286f7747884343aea", "5d6fc78386f77449d825f9dc", "5d6fc87386f77449db3db94e", "543be5f84bdc2dd4348b456a", "5448fe124bdc2da5018b4567", "566168634bdc2d144c8b456c", "5422acb9af1c889c16000029"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "578f87a3245977356274f2cb", + "_type": "Item" + }, + "5909d7cf86f77470ee57d75a": { + "_id": "5909d7cf86f77470ee57d75a", + "_name": "terraWBoxSquare", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Оружейный ящик", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5909d7cf86f77470ee57d75b", + "_name": "main", + "_parent": "5909d7cf86f77470ee57d75a", + "_props": { + "cellsH": 4, + "cellsV": 4, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 6, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Оружейный ящик", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "drawer_metal_looting", + "SendToClient": false, + "ShortName": "Оружейный ящик", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["59e361e886f774176c10a2a5", "59e3606886f77417674759a5", "5e2af4d286f7746d4159f07a", "5e2af41e86f774755a234b67", "5d0379a886f77420407aa271", "5d1c819a86f774771b0acd6c", "590c5a7286f7747884343aea", "5d6fc78386f77449d825f9dc", "5d6fc87386f77449db3db94e", "543be5f84bdc2dd4348b456a", "5448fe124bdc2da5018b4567", "566168634bdc2d144c8b456c", "590c60fc86f77412b13fddcf", "5783c43d2459774bbe137486", "5422acb9af1c889c16000029", "5c12613b86f7743bbe2c3f76", "5485a8684bdc2da71d8b4567", "58d3db5386f77426186285a0"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "578f87a3245977356274f2cb", + "_type": "Item" + }, + "5909d89086f77472591234a0": { + "_id": "5909d89086f77472591234a0", + "_name": "terraWBoxSquareBig", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Оружейный ящик", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5909d89086f77472591234a1", + "_name": "main", + "_parent": "5909d89086f77472591234a0", + "_props": { + "cellsH": 5, + "cellsV": 5, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 8, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Оружейный ящик", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "drawer_metal_looting", + "SendToClient": false, + "ShortName": "Оружейный ящик", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["5c05300686f7746dce784e5d", "5c052fb986f7746b2101e909", "5c05308086f7746b2101e90b", "5c052f6886f7746b1e3db148", "5d1b304286f774253763a528", "5d1b309586f77425227d1676", "5d0379a886f77420407aa271", "590c5a7286f7747884343aea", "5d6fc78386f77449d825f9dc", "5d6fc87386f77449db3db94e", "543be5f84bdc2dd4348b456a", "5448fe124bdc2da5018b4567", "566168634bdc2d144c8b456c", "5448e5284bdc2dcb718b4567", "5c127c4486f7745625356c13", "5422acb9af1c889c16000029", "590c392f86f77444754deb29", "590c621186f774138d11ea29", "5c12613b86f7743bbe2c3f76", "590c645c86f77412b01304d9", "590c651286f7741e566b6461", "590c37d286f77443be3d7827", "5447e1d04bdc2dff2f8b4567", "5991b51486f77447b112d44f", "58d3db5386f77426186285a0"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "578f87a3245977356274f2cb", + "_type": "Item" + }, + "5909e4b686f7747f5b744fa4": { + "_id": "5909e4b686f7747f5b744fa4", + "_name": "scavDead", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Труп Дикого", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5909e4b686f7747f5b744fa5", + "_name": "main", + "_parent": "5909e4b686f7747f5b744fa4", + "_props": { + "cellsH": 4, + "cellsV": 4, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 6, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Труп Дикого", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Труп Дикого", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["5448eb774bdc2d0a728b4567", "57bef4c42459772e8d35a53b", "5448c12b4bdc2d02308b456f", "5447b5cf4bdc2d65278b4567", "5448bd6b4bdc2dfc2f8b4569", "5447b5e04bdc2d62278b4567", "543be6674bdc2df1348b4569", "590c392f86f77444754deb29", "590c621186f774138d11ea29", "5c12613b86f7743bbe2c3f76", "590c639286f774151567fa95", "590c645c86f77412b01304d9", "590c651286f7741e566b6461", "5755356824597772cb798962", "544fb25a4bdc2dfb738b4567", "544fb3364bdc2d34748b456a", "5485a8684bdc2da71d8b4567", "560d5e524bdc2d25448b4571", "58820d1224597753c90aeb13", "5449016a4bdc2d6f028b456f"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "578f879c24597735401e6bc6", + "_type": "Item" + }, + "5909e99886f7740c983b9984": { + "_id": "5909e99886f7740c983b9984", + "_name": "usbadapter", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1737, + "Description": "USB Adapter", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_plastic_generic", + "LootExperience": 30, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "USB Adapter", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/usb_adapter/item_barter_electr_usbadapter.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "USB Adapter", + "SpawnChance": 12, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.4, + "Width": 1 + }, + "_proto": "5734773724597737fd047c14", + "_type": "Item" + }, + "590a358486f77429692b2790": { + "_id": "590a358486f77429692b2790", + "_name": "item_energy_accum", + "_parent": "57864ee62459775490116fc1", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 17035, + "Description": "Accumulator battery", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_plastic_generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Accumulator battery", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_energy_accum/item_energy_accum.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Accum", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "5672cb304bdc2dc2088b456a", + "_type": "Item" + }, + "590a373286f774287540368b": { + "_id": "590a373286f774287540368b", + "_name": "item_barter_flam_dry", + "_parent": "57864e4c24597754843f8723", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 42175, + "Description": "Dry fuel", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Dry fuel", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/dry_fuel/item_barter_flam_dry.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Dfuel", + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_type": "Item" + }, + "590a386e86f77429692b27ab": { + "_id": "590a386e86f77429692b27ab", + "_name": "item_barter_electr_hdd", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7491, + "Description": "Hard drive", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "smallmetal", + "LootExperience": 30, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Hard drive", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_hdd/item_barter_electr_hdd.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "HDD", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.25, + "Width": 2 + }, + "_proto": "573477e124597737dd42e191", + "_type": "Item" + }, + "590a391c86f774385a33c404": { + "_id": "590a391c86f774385a33c404", + "_name": "item_barter_electr_magnet", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 12713, + "Description": "Magnet", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 30, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Magnet", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_magnet/item_barter_electr_magnet.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Magnet", + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.4, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "590a3b0486f7743954552bdb": { + "_id": "590a3b0486f7743954552bdb", + "_name": "item_barter_electr_modem", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 12749, + "Description": "Board", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 35, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Circuit board", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_modem/item_barter_electr_modem.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Board", + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1 + }, + "_proto": "57347c93245977448d35f6e3", + "_type": "Item" + }, + "590a3c0a86f774385a33c450": { + "_id": "590a3c0a86f774385a33c450", + "_name": "item_barter_electr_sparkplug", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 10989, + "Description": "Sparkplug", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Sparkplug", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_sparkplug/item_barter_electr_sparkplug.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Splug", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "590a3cd386f77436f20848cb": { + "_id": "590a3cd386f77436f20848cb", + "_name": "item_electr_eslamp", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 10822, + "Description": "ESlamp", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "ESlamp", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_electr_eslamp/item_electr_eslamp.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "ESlamp", + "SpawnChance": 14, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.2, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "590a3d9c86f774385926e510": { + "_id": "590a3d9c86f774385926e510", + "_name": "item_electr_uvlamp", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 15554, + "Description": "ESlamp", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_plastic_generic", + "LootExperience": 50, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "ESlamp", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_electr_eslamp/item_electr_uvlamp.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "ESlamp", + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.2, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "590a3efd86f77437d351a25b": { + "_id": "590a3efd86f77437d351a25b", + "_name": "item_electr_gasanalyzer", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 20697, + "Description": "gasanalyzer", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 50, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "gasanalyzer", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_electr_gasanalyzer/item_electr_gasanalyzer.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "gasanalyzer", + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.4, + "Width": 1 + }, + "_proto": "5672cb724bdc2dc2088b456b", + "_type": "Item" + }, + "590c2b4386f77425357b6123": { + "_id": "590c2b4386f77425357b6123", + "_name": "item_tools_pliers", + "_parent": "57864bb7245977548b3b66c2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2141, + "Description": "Pliers", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "spec_multitool", + "LootExperience": 10, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Pliers", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_tools_pliers/item_tools_pliers.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Pliers", + "SpawnChance": 18, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1 + }, + "_proto": "57347c2e24597744902c94a1", + "_type": "Item" + }, + "590c2c9c86f774245b1f03f2": { + "_id": "590c2c9c86f774245b1f03f2", + "_name": "item_tools_roulette", + "_parent": "57864bb7245977548b3b66c2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1769, + "Description": "Roulette", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "spec_multitool", + "LootExperience": 15, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Roulette", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_tools_roulette/item_tools_roulette.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Roulette", + "SpawnChance": 17, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.15, + "Width": 1 + }, + "_proto": "57347c2e24597744902c94a1", + "_type": "Item" + }, + "590c2d8786f774245b1f03f3": { + "_id": "590c2d8786f774245b1f03f3", + "_name": "item_tools_screwdriver", + "_parent": "57864bb7245977548b3b66c2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1847, + "Description": "Screwdriver", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "spec_multitool", + "LootExperience": 10, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Screwdriver", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_tools_screwdriver/item_tools_screwdriver.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Screwdriver", + "SpawnChance": 18, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.15, + "Width": 1 + }, + "_proto": "57347c2e24597744902c94a1", + "_type": "Item" + }, + "590c2e1186f77425357b6124": { + "_id": "590c2e1186f77425357b6124", + "_name": "item_tools_toolset", + "_parent": "57864bb7245977548b3b66c2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 20376, + "Description": "Toolset", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 50, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Toolset", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_tools_toolset/item_tools_toolset.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Toolset", + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.9, + "Width": 2 + }, + "_proto": "57347c2e24597744902c94a1", + "_type": "Item" + }, + "590c311186f77424d1667482": { + "_id": "590c311186f77424d1667482", + "_name": "item_tools_wrench", + "_parent": "57864bb7245977548b3b66c2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3544, + "Description": "Wrench", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "spec_multitool", + "LootExperience": 10, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Wrench", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_tools_wrench/item_tools_wrench.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Wrench", + "SpawnChance": 18, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1 + }, + "_proto": "57347c2e24597744902c94a1", + "_type": "Item" + }, + "590c31c586f774245e3141b2": { + "_id": "590c31c586f774245e3141b2", + "_name": "item_barter_building_nails", + "_parent": "57864ada245977548638de91", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4105, + "Description": "Nails", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Nails", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/nails_pack/item_barter_building_nails.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Nails", + "SpawnChance": 13, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.6, + "Width": 1 + }, + "_type": "Item" + }, + "590c346786f77423e50ed342": { + "_id": "590c346786f77423e50ed342", + "_name": "item_barter_household_foam", + "_parent": "57864ada245977548638de91", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3778, + "Description": "Foam", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 3, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_soda_can", + "LootExperience": 30, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Foam", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/polyurethane_foam/item_barter_household_foam.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Foam", + "SpawnChance": 12, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.8, + "Width": 1 + }, + "_proto": "590c31c586f774245e3141b2", + "_type": "Item" + }, + "590c35a486f774273531c822": { + "_id": "590c35a486f774273531c822", + "_name": "polyurethane_foam_open", + "_parent": "57864ada245977548638de91", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5502, + "Description": "Foam", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 3, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_soda_can", + "LootExperience": 40, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Foam", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/polyurethane_foam/polyurethane_foam_open.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Foam", + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "590c31c586f774245e3141b2", + "_type": "Item" + }, + "590c37d286f77443be3d7827": { + "_id": "590c37d286f77443be3d7827", + "_name": "quest_sas", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 92000, + "Description": "SAS", + "DiscardingBlock": false, + "ExamineExperience": 45, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 150, + "MergesWithChildren": false, + "Name": "SAS", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/sas/item_barter_electr_sas.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "SAS", + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.8, + "Width": 1 + }, + "_proto": "573477e124597737dd42e191", + "_type": "Item" + }, + "590c392f86f77444754deb29": { + "_id": "590c392f86f77444754deb29", + "_name": "item_barter_electr_ssd", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 80000, + "Description": "SSD", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 40, + "MergesWithChildren": false, + "Name": "SSD", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/ssd/item_barter_electr_ssd.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "SSD", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.4, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "590c595c86f7747884343ad7": { + "_id": "590c595c86f7747884343ad7", + "_name": "item_other_filter", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 10039, + "Description": "Gasmask filter", + "DiscardingBlock": false, + "DogTagQualities": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "smallmetal", + "LootExperience": 35, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Gasmask filter", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_other_filter/item_other_filter.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "filter", + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 2 + }, + "_proto": "5734770f24597738025ee254", + "_type": "Item" + }, + "590c5a7286f7747884343aea": { + "_id": "590c5a7286f7747884343aea", + "_name": "item_other_powder", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 14000, + "Description": "Gunpowder", + "DiscardingBlock": false, + "DogTagQualities": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_juice_carton", + "LootExperience": 45, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Gunpowder", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_other_powder/item_other_powder.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Gunpowder", + "SpawnChance": 18, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.6, + "Width": 1 + }, + "_proto": "5734770f24597738025ee254", + "_type": "Item" + }, + "590c5bbd86f774785762df04": { + "_id": "590c5bbd86f774785762df04", + "_name": "item_barter_household_wd40_100ml", + "_parent": "57864e4c24597754843f8723", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6958, + "Description": "wd40", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "wd40", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/wd40/item_barter_household_wd40_100ml.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "wd40", + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.2, + "Width": 1 + }, + "_proto": "590a373286f774287540368b", + "_type": "Item" + }, + "590c5c9f86f77477c91c36e7": { + "_id": "590c5c9f86f77477c91c36e7", + "_name": "item_barter_household_wd40_400ml", + "_parent": "57864e4c24597754843f8723", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 17261, + "Description": "wd40", + "DiscardingBlock": false, + "ExamineExperience": 25, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 50, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "wd40", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/wd40/item_barter_household_wd40_400ml.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "wd40", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.6, + "Width": 1 + }, + "_proto": "590a373286f774287540368b", + "_type": "Item" + }, + "590c5d4b86f774784e1b9c45": { + "_id": "590c5d4b86f774784e1b9c45", + "_name": "item_food_ration", + "_parent": "5448e8d04bdc2ddf718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7358, + "Description": "ration", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_snack", + "LootExperience": 30, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "ration", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_ifr/item_ifr_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ration", + "SpawnChance": 9, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_ifr/item_irf_container.bundle", + "rcid": "" + }, + "Weight": 1.6, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 80 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 5 + }, + "_proto": "5448ff904bdc2d6f028b456e", + "_type": "Item" + }, + "590c5f0d86f77413997acfab": { + "_id": "590c5f0d86f77413997acfab", + "_name": "item_food_mre", + "_parent": "5448e8d04bdc2ddf718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4061, + "Description": "MRE", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_snack", + "LootExperience": 30, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "MRE", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_mre/item_mre_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "MRE", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "Buffs_food_mre", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_mre/item_mre_container.bundle", + "rcid": "" + }, + "Weight": 1.2, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 70 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 5 + }, + "_proto": "5448ff904bdc2d6f028b456e", + "_type": "Item" + }, + "590c60fc86f77412b13fddcf": { + "_id": "590c60fc86f77412b13fddcf", + "_name": "item_info_docbag", + "_parent": "5795f317245977243854e041", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 167469, + "Description": "Docbag", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "590c60fc86f77412b13fddd0", + "_name": "main", + "_parent": "590c60fc86f77412b13fddcf", + "_props": { + "cellsH": 4, + "cellsV": 4, + "filters": [{ + "ExcludedFilter": [], + "Filter": ["59faff1d86f7746c51718c9c", "5d235b4d86f7742e017bc88a", "5f745ee30acaeb0d490d8c5b", "5448ecbe4bdc2d60728b4568", "543be5e94bdc2df1348b4568", "567849dd4bdc2d150f8b456e", "543be5dd4bdc2deb348b4569"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 2, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 30, + "MergesWithChildren": false, + "Name": "Docbag", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/infosubject/item_info_docbag/item_info_docbag.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Docbag", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TagColor": 0, + "TagName": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.7, + "Width": 1 + }, + "_proto": "577e1c9d2459773cd707c525", + "_type": "Item" + }, + "590c621186f774138d11ea29": { + "_id": "590c621186f774138d11ea29", + "_name": "item_flash_card_ironkey", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 80152, + "Description": "flashdrive", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 30, + "MergesWithChildren": false, + "Name": "flashdrive", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/infosubject/item_flash_card_ironkey.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "flashdrive", + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "590c62a386f77412b0130255": { + "_id": "590c62a386f77412b0130255", + "_name": "item_flash_card_slider", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 12000, + "Description": "flashdrive", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 30, + "MergesWithChildren": false, + "Name": "flashdrive", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/infosubject/item_flash_card_slider.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "flashdrive", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "590c639286f774151567fa95": { + "_id": "590c639286f774151567fa95", + "_name": "item_manual_lada", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3900, + "Description": "manual", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_book", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "manual", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/infosubject/item_manual_lada.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "manual", + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "590c645c86f77412b01304d9": { + "_id": "590c645c86f77412b01304d9", + "_name": "item_thick_diary", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 58000, + "Description": "diary", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_book", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "diary", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/infosubject/item_thick_diary.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "diary", + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.4, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "590c651286f7741e566b6461": { + "_id": "590c651286f7741e566b6461", + "_name": "item_thin_diary", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 71000, + "Description": "diary", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_paper", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "diary", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/infosubject/item_thin_diary.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "diary", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.2, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "590c657e86f77412b013051d": { + "_id": "590c657e86f77412b013051d", + "_name": "AMK_Grizzly", + "_parent": "5448f39d4bdc2d0a728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 2, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 21901, + "Description": "Grizzly", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_medkit", + "LootExperience": 40, + "MaxHpResource": 1800, + "MergesWithChildren": false, + "Name": "Grizzly", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_meds_grizly/item_grizzly_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Grizzly", + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_meds_grizly/item_meds_grizly_container.bundle", + "rcid": "" + }, + "Weight": 1.6, + "Width": 2, + "effects_damage": { + "Contusion": { + "cost": 0, + "delay": 0, + "duration": 0, + "fadeOut": 0 + }, + "Fracture": { + "cost": 50, + "delay": 0, + "duration": 0, + "fadeOut": 0 + }, + "HeavyBleeding": { + "cost": 130, + "delay": 0, + "duration": 0, + "fadeOut": 0 + }, + "LightBleeding": { + "cost": 40, + "delay": 0, + "duration": 0, + "fadeOut": 0 + }, + "RadExposure": { + "cost": 0, + "delay": 0, + "duration": 0, + "fadeOut": 0 + } + }, + "effects_health": [], + "hpResourceRate": 175, + "medEffectType": "duringUse", + "medUseTime": 5 + }, + "_proto": "544fb45d4bdc2dee738b4568", + "_type": "Item" + }, + "590c661e86f7741e566b646a": { + "_id": "590c661e86f7741e566b646a", + "_name": "item_meds_automedkit", + "_parent": "5448f39d4bdc2d0a728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 3, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5775, + "Description": "Automedkit", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_medkit", + "LootExperience": 25, + "MaxHpResource": 220, + "MergesWithChildren": false, + "Name": "Automedkit", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_automedkit/item_automedkit_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Automedkit", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_automedkit/item_automedkit_container.bundle", + "rcid": "" + }, + "Weight": 1, + "Width": 2, + "effects_damage": { + "LightBleeding": { + "cost": 50, + "delay": 0, + "duration": 0, + "fadeOut": 0 + } + }, + "effects_health": [], + "hpResourceRate": 70, + "medEffectType": "duringUse", + "medUseTime": 3 + }, + "_proto": "544fb45d4bdc2dee738b4568", + "_type": "Item" + }, + "590c678286f77426c9660122": { + "_id": "590c678286f77426c9660122", + "_name": "item_meds_medkit_ifak", + "_parent": "5448f39d4bdc2d0a728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 2, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 14852, + "Description": "ifak", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_medkit", + "LootExperience": 25, + "MaxHpResource": 300, + "MergesWithChildren": false, + "Name": "ifak", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_ifak/item_ifak_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ifak", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_ifak/item_ifak_container.bundle", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "effects_damage": { + "HeavyBleeding": { + "cost": 210, + "delay": 0, + "duration": 0, + "fadeOut": 0, + "healthPenaltyMax": 0, + "healthPenaltyMin": 0 + }, + "LightBleeding": { + "cost": 30, + "delay": 0, + "duration": 0, + "fadeOut": 0, + "healthPenaltyMax": 0, + "healthPenaltyMin": 0 + }, + "RadExposure": { + "cost": 0, + "delay": 0, + "duration": 0, + "fadeOut": 0, + "healthPenaltyMax": 0, + "healthPenaltyMin": 0 + } + }, + "effects_health": [], + "hpResourceRate": 50, + "medEffectType": "duringUse", + "medUseTime": 3 + }, + "_proto": "544fb45d4bdc2dee738b4568", + "_type": "Item" + }, + "590c695186f7741e566b64a2": { + "_id": "590c695186f7741e566b64a2", + "_name": "augmentin", + "_parent": "5448f3a14bdc2d27728b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9175, + "Description": "", + "DiscardingBlock": false, + "ExamineExperience": 25, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_pills", + "LootExperience": 50, + "MaxHpResource": 0, + "MergesWithChildren": false, + "Name": "Antibiotics", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_augmentin/item_augmentin_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Antibiotics", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "Buffs_drink_milk", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_augmentin/item_augmentin_container.bundle", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1, + "effects_damage": { + "Intoxication": { + "delay": 0, + "duration": 0, + "fadeOut": 0 + }, + "Pain": { + "delay": 0, + "duration": 150, + "fadeOut": 5 + } + }, + "effects_health": { + "Energy": { + "value": 5 + }, + "Hydration": { + "value": -5 + } + }, + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 5 + }, + "_proto": "544fb37f4bdc2dee738b4567", + "_type": "Item" + }, + "590c745b86f7743cc433c5f2": { + "_id": "590c745b86f7743cc433c5f2", + "_name": "Other", + "_parent": "5448eb774bdc2d0a728b4567", + "_props": { + "DogTagQualities": false + }, + "_type": "Node" + }, + "590dde5786f77405e71908b2": { + "_id": "590dde5786f77405e71908b2", + "_name": "item_quest_container_case_bank", + "_parent": "5671435f4bdc2d96058b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "Bank case", + "DiscardingBlock": false, + "ExamineExperience": 50, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "590dde5786f77405e71908b3", + "_name": "main", + "_parent": "590dde5786f77405e71908b2", + "_props": { + "cellsH": 4, + "cellsV": 4, + "filters": [{ + "ExcludedFilter": [], + "Filter": ["543be5dd4bdc2deb348b4569"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 4, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_case", + "KeyIds": ["5751961824597720a31c09ac"], + "LootExperience": 100, + "MergesWithChildren": false, + "Name": "Bank case", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/item_quest_container_case_bank/item_quest_container_case_bank.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Bank case", + "Slots": [], + "SpawnChance": 0, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TagColor": 0, + "TagName": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 7, + "Width": 4 + }, + "_proto": "567143bf4bdc2d1a0f8b4567", + "_type": "Item" + }, + "590de71386f774347051a052": { + "_id": "590de71386f774347051a052", + "_name": "item_quest_barter_valuable_teapot", + "_parent": "57864a3d24597754843f8721", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 46900, + "Description": "Teapot", + "DiscardingBlock": false, + "ExamineExperience": 50, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_metal", + "LootExperience": 200, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Teapot", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/item_quest_barter_valuable_teapot/item_quest_barter_valuable_teapot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Teapot", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.1, + "Width": 1 + }, + "_proto": "5734781f24597737e04bf32a", + "_type": "Item" + }, + "590de7e986f7741b096e5f32": { + "_id": "590de7e986f7741b096e5f32", + "_name": "item_quest_barter_valuable_vase", + "_parent": "57864a3d24597754843f8721", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 67800, + "Description": "Vase", + "DiscardingBlock": false, + "ExamineExperience": 50, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 200, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Vase", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/item_quest_barter_valuable_vase/item_quest_barter_valuable_vase.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Vase", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 2, + "Width": 2 + }, + "_proto": "5734781f24597737e04bf32a", + "_type": "Item" + }, + "5910922b86f7747d96753483": { + "_id": "5910922b86f7747d96753483", + "_name": "item_quest_container_carbon_case", + "_parent": "5671435f4bdc2d96058b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "Carbon case", + "DiscardingBlock": false, + "ExamineExperience": 50, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5910922b86f7747d96753484", + "_name": "main", + "_parent": "5910922b86f7747d96753483", + "_props": { + "cellsH": 4, + "cellsV": 4, + "filters": [{ + "ExcludedFilter": [], + "Filter": ["543be5dd4bdc2deb348b4569"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 4, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_case", + "KeyIds": ["5751961824597720a31c09ac"], + "LootExperience": 100, + "MergesWithChildren": false, + "Name": "Carbon case", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/item_quest_container_carbon_case/item_quest_container_carbon_case.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Carbon case", + "Slots": [], + "SpawnChance": 0, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TagColor": 0, + "TagName": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 6, + "Width": 4 + }, + "_proto": "567143bf4bdc2d1a0f8b4567", + "_type": "Item" + }, + "591092ef86f7747bb8703422": { + "_id": "591092ef86f7747bb8703422", + "_name": "item_quest_container_case_folder", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "Case folder 0022", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_plastic_generic", + "LootExperience": 40, + "MergesWithChildren": false, + "Name": "Case folder 0022", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/item_quest_container_case_folder/item_quest_container_case_folder.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Case folder 0022", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.8, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "591093bb86f7747caa7bb2ee": { + "_id": "591093bb86f7747caa7bb2ee", + "_name": "item_quest_letter", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "Letter", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_paper", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Letter", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/item_quest_letter/item_quest_letter.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Letter", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.2, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "591094e086f7747caa7bb2ef": { + "_id": "591094e086f7747caa7bb2ef", + "_name": "item_spec_armorrepair", + "_parent": "5447e0e74bdc2d3c308b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 98000, + "Description": "Armor repair", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "spec_armorrep", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Armor repair", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/item_spec_armorrepair/item_spec_armorrepair.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Armor repair", + "SpawnChance": 20, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 18, + "Width": 3, + "apResource": 700, + "krResource": 0 + }, + "_proto": "544fb5454bdc2df8738b456a", + "_type": "Item" + }, + "5910959486f7747d96753485": { + "_id": "5910959486f7747d96753485", + "_name": "item_spec_kniferepair", + "_parent": "5447e0e74bdc2d3c308b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 26000, + "Description": "Knife repair", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "spec_kniferep", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Knife repair", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/item_spec_kniferepair/item_spec_kniferepair.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Knife repair", + "SpawnChance": 20, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 4, + "Width": 2, + "apResource": 700, + "krResource": 0 + }, + "_proto": "544fb5454bdc2df8738b456a", + "_type": "Item" + }, + "5910968f86f77425cf569c32": { + "_id": "5910968f86f77425cf569c32", + "_name": "item_spec_weaprepair", + "_parent": "5447e0e74bdc2d3c308b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 26000, + "Description": "Weap repair", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "spec_weaprep", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Weap repair", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/item_spec_weaprepair/item_spec_weaprepair.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Weap repair", + "SpawnChance": 20, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 7, + "Width": 2, + "apResource": 700, + "krResource": 0 + }, + "_proto": "544fb5454bdc2df8738b456a", + "_type": "Item" + }, + "5913611c86f77479e0084092": { + "_id": "5913611c86f77479e0084092", + "_name": "будка трейлерный парк", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6607, + "Description": "trailer park key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "trailer park key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "trailer park key", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5913651986f774432f15d132": { + "_id": "5913651986f774432f15d132", + "_name": "шоха в гаражах", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8200, + "Description": "car key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "car key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "car key", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "59136a4486f774447a1ed172": { + "_id": "59136a4486f774447a1ed172", + "_name": "проходн малая общ", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 14200, + "Description": "mal obsh", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "mal obsh", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mal obsh", + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "57518f7724597720a31c09ab", + "_type": "Item" + }, + "59136e1e86f774432f15d133": { + "_id": "59136e1e86f774432f15d133", + "_name": "mo 110", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 36000, + "Description": "mal obsh 110", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "mal obsh 110", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mal obsh 110", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "57518f7724597720a31c09ab", + "_type": "Item" + }, + "59136f6f86f774447a1ed173": { + "_id": "59136f6f86f774447a1ed173", + "_name": "kozlov logan", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1500, + "Description": "kozl", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "kozl", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/auto_key/auto_key.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "kozl", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "591382d986f774465a6413a7": { + "_id": "591382d986f774465a6413a7", + "_name": "mo 105", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1075, + "Description": "mal obsh 105", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "mal obsh 105", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mal obsh 105", + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "57518f7724597720a31c09ab", + "_type": "Item" + }, + "591383f186f7744a4c5edcf3": { + "_id": "591383f186f7744a4c5edcf3", + "_name": "mo 104", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 18000, + "Description": "mal obsh 104", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "mal obsh 104", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mal obsh 104", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "57518f7724597720a31c09ab", + "_type": "Item" + }, + "5913877a86f774432f15d444": { + "_id": "5913877a86f774432f15d444", + "_name": "zapr sklad", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8900, + "Description": "Gasstation closet", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 60, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Gasstation closet", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Gasstation closet", + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5751916f24597720a27126df", + "_type": "Item" + }, + "5913915886f774123603c392": { + "_id": "5913915886f774123603c392", + "_name": "milbase kpp", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 45000, + "Description": "milbase kpp", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "milbase kpp", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "milbase kpp", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "59139c2186f77411564f8e42": { + "_id": "59139c2186f77411564f8e42", + "_name": "PCblock", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "ПК", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "59139c2186f77411564f8e43", + "_name": "main", + "_parent": "59139c2186f77411564f8e42", + "_props": { + "cellsH": 4, + "cellsV": 4, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 3, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "ПК", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "techno_box_looting_01", + "SendToClient": false, + "ShortName": "ПК", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["573477e124597737dd42e191", "5734779624597737e04bf329", "5734781f24597737e04bf32a", "5c06782b86f77426df5407d2", "590a386e86f77429692b27ab", "590a3b0486f7743954552bdb", "59e36c6f86f774176c10a2a7", "5c06779c86f77426e00dd782", "57347c2e24597744902c94a1", "57347baf24597738002c6178", "57347ca924597744596b4e71", "590c392f86f77444754deb29"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "578f879c24597735401e6bc6", + "_type": "Item" + }, + "5914578086f774123569ffa4": { + "_id": "5914578086f774123569ffa4", + "_name": "общ1 108", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6023, + "Description": "Room 108 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Room 108 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Room 108 Key", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "59148c8a86f774197930e983": { + "_id": "59148c8a86f774197930e983", + "_name": "общ1 204", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5717, + "Description": "Room 204 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 40, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Room 204 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Room 204 Key", + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5780cf9e2459777df90dcb73", + "_type": "Item" + }, + "59148f8286f7741b951ea113": { + "_id": "59148f8286f7741b951ea113", + "_name": "gunsafe", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 11000, + "Description": "gunsafe key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "gunsafe key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "gunsafe key", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5914944186f774189e5e76c2": { + "_id": "5914944186f774189e5e76c2", + "_name": "jacket_key204", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Куртка", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5914944186f774189e5e76c3", + "_name": "main", + "_parent": "5914944186f774189e5e76c2", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 1, + "maxWeight": 0, + "minCount": 1 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Куртка", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "jacket_looting", + "SendToClient": false, + "ShortName": "Куртка", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["5672cb124bdc2d1a0f8b4568", "5672cb304bdc2dc2088b456a", "57347c1124597737fb1379e3", "5734795124597738002c6176", "57347c5b245977448d35f6e1", "57347c77245977448d35f6e2", "56742c324bdc2d150f8b456d", "573474f924597738002c6174", "5734758f24597738025ee253", "57864e4c24597754843f8723", "56742c284bdc2d98058b456d", "57347b8b24597737dd42e192", "56742c2e4bdc2d95058b456d", "573476d324597737da2adc13", "573475fb24597737fb1379e1", "5734770f24597738025ee254", "573476f124597737e04bf328", "590c2b4386f77425357b6123", "590c2e1186f77425357b6124", "57514643245977207f2c2d09", "5751496424597720a27126da", "57505f6224597709a92585a9", "57347d3d245977448f7b7f61", "5751487e245977207e26a315", "544fb6cc4bdc2d34748b456e", "59148c8a86f774197930e983", "544fb37f4bdc2dee738b4567", "5755383e24597772cb798966", "5449016a4bdc2d6f028b456f"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "566966cd4bdc2d0c4c8b4578", + "_type": "Item" + }, + "591ae8f986f77406f854be45": { + "_id": "591ae8f986f77406f854be45", + "_name": "lulkin toyota", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "lulkin car", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 50, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "lulkin car", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/auto_key/auto_key.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "lulkin car", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "591aef7986f774139d495f03": { + "_id": "591aef7986f774139d495f03", + "_name": "stock_ar15_troy_m7a1_pdw_blk", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5518, + "Description": "stock_ar15_troy_m7a1_pdw_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 18, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_troy_m7a1_pdw_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_troy_m7a1_pdw_blk.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -26, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_troy_m7a1_pdw_blk", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.4, + "Width": 2 + }, + "_proto": "5649be884bdc2d79388b4577", + "_type": "Item" + }, + "591af10186f774139d495f0e": { + "_id": "591af10186f774139d495f0e", + "_name": "stock_ar15_troy_m7a1_pdw_fde", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7441, + "Description": "stock_ar15_troy_m7a1_pdw_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 18, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_troy_m7a1_pdw_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_troy_m7a1_pdw_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -26, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_troy_m7a1_pdw_blk", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.4, + "Width": 2 + }, + "_proto": "5649be884bdc2d79388b4577", + "_type": "Item" + }, + "591af28e86f77414a27a9e1d": { + "_id": "591af28e86f77414a27a9e1d", + "_name": "foregrip_all_vtac_uvg", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6528, + "Description": "foregrip_all_vtac_uvg", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_all_vtac_uvg", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_all_vtac_uvg.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_all_vtac_uvg", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.107, + "Width": 1 + }, + "_proto": "558032614bdc2de7118b4585", + "_type": "Item" + }, + "591afe0186f77431bd616a11": { + "_id": "591afe0186f77431bd616a11", + "_name": "bunker2 wood exit", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4634, + "Description": "bunker2 woods exit", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 150, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "bunker2 woods exit", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "bunker2 woods exit", + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "591c4e1186f77410354b316e": { + "_id": "591c4e1186f77410354b316e", + "_name": "tactical_ekp_killflash", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "tactical_ekp_killflash", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "tactical_ekp_killflash", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_ekp_killflash.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0, + "ShortName": "tactical_ekp_killflash", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.005, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "591c4efa86f7741030027726": { + "_id": "591c4efa86f7741030027726", + "_name": "scope_all_aksion_ekp_8_18", + "_parent": "55818ad54bdc2ddc698b4569", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.7, 0.7, 0.7, 0.7]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 14000, + "CustomAimPlane": "", + "Description": "scope_all_aksion_ekp_8_18", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [4], + "Name": "scope_all_aksion_ekp_8_18", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_all_aksion_ekp_8_18.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_all_aksion_ekp_8_18", + "SightModesCount": 4, + "SightingRange": 200, + "Slots": [{ + "_id": "591c516e86f7741e1e28b2d5", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "591c4efa86f7741030027726", + "_props": { + "filters": [{ + "Filter": ["591c4e1186f77410354b316e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.273, + "Width": 1, + "Zooms": [[1, 1, 1, 1]], + "aimingSensitivity": 0.6, + "sightModType": "reflex" + }, + "_proto": "570fd721d2720bc5458b4596", + "_type": "Item" + }, + "591ee00d86f774592f7b841e": { + "_id": "591ee00d86f774592f7b841e", + "_name": "mount_dovetail_aksion_kobra", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": true, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5302, + "Description": "mount_dovetail_aksion_kobra", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_dovetail_aksion_kobra", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_dovetail_aksion_kobra.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_dovetail_aksion_kobra", + "SightingRange": 0, + "Slots": [{ + "_id": "591ee00d86f774592f7b841f", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "591ee00d86f774592f7b841e", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5d1b5e94d7ad1a2b865a96b0", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "577d128124597739d65d0e56", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "591ee09186f77460a130cccc", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "591ee00d86f774592f7b841e", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.043, + "Width": 1 + }, + "_proto": "57a3459f245977764a01f703", + "_type": "Item" + }, + "5926bb2186f7744b1c6c6e60": { + "_id": "5926bb2186f7744b1c6c6e60", + "_name": "weapon_hk_mp5_navy3_9x19", + "_parent": "5447b5e04bdc2d62278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.25, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.065, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.2, + "Chambers": [{ + "_id": "5926bb2186f7744b1c6c6e66", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5926bb2186f7744b1c6c6e60", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.7, + "CoolFactor": 2, + "CreditsPrice": 12132, + "Description": "weapon_hk_mp5_navy3_9x19", + "DeviationCurve": 4, + "DeviationMax": 20, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 50, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 2.5, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": true, + "MaxDurability": 100, + "MaxRepairDegradation": 0.01, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_hk_mp5_navy3_9x19", + "NotShownInSlot": false, + "OperatingResource": 5600, + "Prefab": { + "path": "assets/content/weapons/mp5/weapon_hk_mp5_navy3_9x19_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": -0.01 + }, + "RecoilForceBack": 340, + "RecoilForceUp": 73, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 250, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.25, + "z": -0.01 + }, + "SendToClient": false, + "ShortName": "weapon_hk_mp5_navy3_9x19", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5926bb2186f7744b1c6c6e62", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5926bb2186f7744b1c6c6e60", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5d2f213448f0355009199284", "5926c3b286f774640d189b6b", "5a351711c4a282000b1521a4"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5926bb2186f7744b1c6c6e63", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5926bb2186f7744b1c6c6e60", + "_props": { + "filters": [{ + "Filter": ["5926f2e086f7745aae644231", "5926c0df86f77462f647f764"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5926bb2186f7744b1c6c6e65", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "5926bb2186f7744b1c6c6e60", + "_props": { + "filters": [{ + "Filter": ["5926c32286f774616e42de99"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 13, + "Weight": 0.74, + "Width": 1, + "ammoCaliber": "Caliber9x19PARA", + "bEffDist": 200, + "bFirerate": 800, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "56d59d3ad2720bdb418b4577", + "defMagType": "5926c3b286f774640d189b6b", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": false, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "smg", + "weapFireType": ["single", "burst", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5926c0df86f77462f647f764": { + "_id": "5926c0df86f77462f647f764", + "_name": "reciever_mp5_hk_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3270, + "Description": "reciever_mp5_hk_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_mp5_hk_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_mp5_hk_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_mp5_hk_std", + "SightingRange": 0, + "Slots": [{ + "_id": "5926c0df86f77462f647f767", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "5926c0df86f77462f647f764", + "_props": { + "filters": [{ + "Filter": ["5a9548c9159bd400133e97b3", "5d010d1cd7ad1a59283b1ce7", "5926c36d86f77467a92a8629", "5d19cd96d7ad1a4a992c9f52"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5926c0df86f77462f647f768", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5926c0df86f77462f647f764", + "_props": { + "filters": [{ + "Filter": ["5926d2be86f774134d668e4e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5926c1c786f774641f04af45", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5926c0df86f77462f647f764", + "_props": { + "filters": [{ + "Filter": ["5926d3c686f77410de68ebc8", "5926d40686f7740f152b6b7e", "5c07c9660db834001a66b588"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5926df9986f7742f6356f504", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5926c0df86f77462f647f764", + "_props": { + "filters": [{ + "Filter": ["5926e16e86f7742f5a0f7ecb", "5c0000c00db834001a6697fc"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5926dfdc86f7742eb80708a0", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5926c0df86f77462f647f764", + "_props": { + "filters": [{ + "Filter": ["5926dad986f7741f82604363", "5a966ec8a2750c00171b3f36"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.588, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5926c32286f774616e42de99": { + "_id": "5926c32286f774616e42de99", + "_name": "charge_mp5_hk_mp5_std", + "_parent": "55818a6f4bdc2db9688b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1650, + "Description": "charge_mp5_hk_mp5_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "charge_mp5_hk_mp5_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/charges/charge_mp5_hk_mp5_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "charge_mp5_hk_mp5_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.126, + "Width": 1 + }, + "_proto": "55802f624bdc2d1c128b4580", + "_type": "Item" + }, + "5926c36d86f77467a92a8629": { + "_id": "5926c36d86f77467a92a8629", + "_name": "handguard_mp5_hk_wide_tropical", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3041, + "Description": "handguard_mp5_hk_wide_tropical", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_mp5_hk_wide_tropical", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_mp5_hk_wide_tropical.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_mp5_hk_wide_tropical", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.241, + "Width": 2 + }, + "_proto": "5648b0744bdc2d363b8b4578", + "_type": "Item" + }, + "5926c3b286f774640d189b6b": { + "_id": "5926c3b286f774640d189b6b", + "_name": "mag_mp5_hk_std_curved_9x19_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5926c3b286f774640d189b6c", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5926c3b286f774640d189b6b", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 4010, + "Description": "mag_mp5_hk_std_curved_9x19_30", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_mp5_hk_std_curved_9x19_30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_mp5_hk_std_curved_9x19_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_mp5_hk_std_curved_9x19_30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.17, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5926d2be86f774134d668e4e": { + "_id": "5926d2be86f774134d668e4e", + "_name": "sight_rear_mp5_hk_drum", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5b3b99265acfc4704b4a1afb"], + "CreditsPrice": 2100, + "CustomAimPlane": "", + "Description": "sight_rear_mp5_hk_drum", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_mp5_hk_drum", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_mp5_hk_drum.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_mp5_hk_drum", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.14, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5926d33d86f77410de68ebc0": { + "_id": "5926d33d86f77410de68ebc0", + "_name": "silencer_hk_mp5_sd_std_9x19", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 26709, + "Description": "silencer_hk_mp5_sd_std_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.4, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": -34, + "MergesWithChildren": true, + "Name": "silencer_hk_mp5_sd_std_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_hk_mp5_sd_std_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -22, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_hk_mp5_sd_std_9x19", + "SightingRange": 0, + "Slots": [{ + "_id": "59c63cf786f7747afe54e68b", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5926d33d86f77410de68ebc0", + "_props": { + "filters": [{ + "Filter": ["59c63b4486f7747afb151c1c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 2, + "Weight": 0.496, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "57838c962459774a1651ec63", + "_type": "Item" + }, + "5926d3c686f77410de68ebc8": { + "_id": "5926d3c686f77410de68ebc8", + "_name": "stock_mp5_hk_a2_std", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 12579, + "Description": "stock_mp5_hk_a2_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_mp5_hk_a2_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_mp5_hk_a2_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -34, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_mp5_hk_a2_std", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.396, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5926d40686f7740f152b6b7e": { + "_id": "5926d40686f7740f152b6b7e", + "_name": "stock_mp5_hk_a3_std", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 13723, + "Description": "stock_mp5_hk_a3_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_mp5_hk_a3_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_mp5_hk_a3_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -33, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_mp5_hk_a3_std", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.43, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5926dad986f7741f82604363": { + "_id": "5926dad986f7741f82604363", + "_name": "mount_hk_mfi_universal", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7607, + "Description": "mount_hk_mfi_universal", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_hk_mfi_universal", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_hk_mfi_universal.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_hk_mfi_universal", + "SightingRange": 0, + "Slots": [{ + "_id": "5926dad986f7741f82604364", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5926dad986f7741f82604363", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.071, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5926e16e86f7742f5a0f7ecb": { + "_id": "5926e16e86f7742f5a0f7ecb", + "_name": "muzzle_mp5_hk_lug_adapter_9x19", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2766, + "Description": "muzzle_mp5_hk_lug_adapter_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_mp5_hk_lug_adapter_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_mp5_hk_lug_adapter_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_mp5_hk_lug_adapter_9x19", + "SightingRange": 0, + "Slots": [{ + "_id": "5c07ca370db834002a125a87", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5926e16e86f7742f5a0f7ecb", + "_props": { + "filters": [{ + "Filter": ["5c07c5ed0db834001b73571c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 65, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1, + "muzzleModType": "muzzleCombo" + }, + "_proto": "560838c94bdc2d77798b4569", + "_type": "Item" + }, + "5926f2e086f7745aae644231": { + "_id": "5926f2e086f7745aae644231", + "_name": "reciever_mp5_hk_sd", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7836, + "Description": "reciever_mp5_hk_sd", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_mp5_hk_sd", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_mp5_hk_sd.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_mp5_hk_sd", + "SightingRange": 0, + "Slots": [{ + "_id": "5926f2e086f7745aae644232", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "5926f2e086f7745aae644231", + "_props": { + "filters": [{ + "Filter": ["5926f34786f77469195bfe92"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5926f2e086f7745aae644233", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5926f2e086f7745aae644231", + "_props": { + "filters": [{ + "Filter": ["5926d2be86f774134d668e4e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5926f2e086f7745aae644234", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5926f2e086f7745aae644231", + "_props": { + "filters": [{ + "Filter": ["5926d3c686f77410de68ebc8", "5926d40686f7740f152b6b7e", "5c07c9660db834001a66b588"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5926f2e086f7745aae644235", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5926f2e086f7745aae644231", + "_props": { + "filters": [{ + "Filter": ["5926d33d86f77410de68ebc0"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5926f2e086f7745aae644236", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5926f2e086f7745aae644231", + "_props": { + "filters": [{ + "Filter": ["5926dad986f7741f82604363", "5a966ec8a2750c00171b3f36"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -33, + "Weight": 0.62, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5926f34786f77469195bfe92": { + "_id": "5926f34786f77469195bfe92", + "_name": "handguard_mp5_hk_sd", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5453, + "Description": "handguard_mp5_hk_sd", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_mp5_hk_sd", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_mp5_hk_sd.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_mp5_hk_sd", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.13, + "Width": 2 + }, + "_proto": "5648b0744bdc2d363b8b4578", + "_type": "Item" + }, + "5929a2a086f7744f4b234d43": { + "_id": "5929a2a086f7744f4b234d43", + "_name": "bear_rig_6h112", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 21423, + "Description": "Rig 6h112", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5929a2a086f7744f4b234d44", + "_name": "1", + "_parent": "5929a2a086f7744f4b234d43", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5929a2a086f7744f4b234d45", + "_name": "2", + "_parent": "5929a2a086f7744f4b234d43", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5929a2a086f7744f4b234d46", + "_name": "3", + "_parent": "5929a2a086f7744f4b234d43", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5929a2a086f7744f4b234d47", + "_name": "4", + "_parent": "5929a2a086f7744f4b234d43", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5929a2a086f7744f4b234d48", + "_name": "5", + "_parent": "5929a2a086f7744f4b234d43", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5929a2a086f7744f4b234d49", + "_name": "6", + "_parent": "5929a2a086f7744f4b234d43", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5929a2cd86f77451162fd13c", + "_name": "7", + "_parent": "5929a2a086f7744f4b234d43", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5929a2dc86f7744f4b234d4a", + "_name": "8", + "_parent": "5929a2a086f7744f4b234d43", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "BEAR Rig 6h112", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_6h112/item_equipment_rig_6h112.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RigLayoutName": "6h112", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Rig 6h112", + "Slots": [], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.7, + "Width": 4, + "armorClass": 0, + "armorZone": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "592c2d1a86f7746dbe2af32a": { + "_id": "592c2d1a86f7746dbe2af32a", + "_name": "ana_tactical", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 46109, + "Description": "ANA Tactical", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "592c2d1a86f7746dbe2af32b", + "_name": "1", + "_parent": "592c2d1a86f7746dbe2af32a", + "_props": { + "cellsH": 1, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "592c2d1a86f7746dbe2af32c", + "_name": "2", + "_parent": "592c2d1a86f7746dbe2af32a", + "_props": { + "cellsH": 1, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "592c2d1a86f7746dbe2af32d", + "_name": "3", + "_parent": "592c2d1a86f7746dbe2af32a", + "_props": { + "cellsH": 1, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "592c2d1a86f7746dbe2af32e", + "_name": "4", + "_parent": "592c2d1a86f7746dbe2af32a", + "_props": { + "cellsH": 1, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "592c2d1a86f7746dbe2af32f", + "_name": "5", + "_parent": "592c2d1a86f7746dbe2af32a", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "592c2d1a86f7746dbe2af330", + "_name": "6", + "_parent": "592c2d1a86f7746dbe2af32a", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "592c2d7b86f7746c4d339f91", + "_name": "7", + "_parent": "592c2d1a86f7746dbe2af32a", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 4, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "ANA Tactical", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_alpha/item_equipment_rig_alpha.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RigLayoutName": "ANA Tactical", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "ANA", + "Slots": [], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.7, + "Width": 4, + "armorClass": 0, + "armorZone": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "5937ee6486f77408994ba448": { + "_id": "5937ee6486f77408994ba448", + "_name": "naliv tech key", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2014, + "Description": "Naliv techkey", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 30, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Naliv techkey", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/tech_key/tech_key.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Naliv techkey", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5937ef2b86f77408a47244b3": { + "_id": "5937ef2b86f77408a47244b3", + "_name": "jacket_yellow_quest", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Куртка", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5937ef2b86f77408a47244b4", + "_name": "main", + "_parent": "5937ef2b86f77408a47244b3", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 1, + "maxWeight": 0, + "minCount": 1 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Куртка", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "jacket_looting", + "SendToClient": false, + "ShortName": "Куртка", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["5937ee6486f77408994ba448"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "566966cd4bdc2d0c4c8b4578", + "_type": "Item" + }, + "5937fd0086f7742bf33fc198": { + "_id": "5937fd0086f7742bf33fc198", + "_name": "item_quest_barter_valuable_watch_bronze", + "_parent": "57864a3d24597754843f8721", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "clock bronze", + "DiscardingBlock": false, + "ExamineExperience": 50, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "smallmetal", + "LootExperience": 100, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "clock bronze", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/item_quest_barter_valuable_watch/item_quest_barter_valuable_watch_bronze.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "clock bronze", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1 + }, + "_proto": "5734781f24597737e04bf32a", + "_type": "Item" + }, + "5938144586f77473c2087145": { + "_id": "5938144586f77473c2087145", + "_name": "quest_vremyan", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3357, + "Description": "Vremyan", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 60, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Vremyan", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Vremyan", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5751916f24597720a27126df", + "_type": "Item" + }, + "5938188786f77474f723e87f": { + "_id": "5938188786f77474f723e87f", + "_name": "case_0031", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "Case folder 0031", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_plastic_generic", + "LootExperience": 40, + "MergesWithChildren": false, + "Name": "Case folder 0031", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/item_quest_container_case_folder/item_quest_container_case_0031.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Case folder 0031", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.8, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "5938504186f7740991483f30": { + "_id": "5938504186f7740991483f30", + "_name": "Общага1 203", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3570, + "Description": "Room 203 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Room 203 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Room 203 Key", + "SpawnChance": 9, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5780cf7f2459777de4559322", + "_type": "Item" + }, + "593858c486f774253a24cb52": { + "_id": "593858c486f774253a24cb52", + "_name": "factory pump station", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5128, + "Description": "Factory pump", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Factory pump", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Factory pump", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5780d07a2459777de4559324", + "_type": "Item" + }, + "5938603e86f77435642354f4": { + "_id": "5938603e86f77435642354f4", + "_name": "mo 206 voda", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1735, + "Description": "mal obsh 206", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "mal obsh 206", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mal obsh 206", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "57518f7724597720a31c09ab", + "_type": "Item" + }, + "59387a4986f77401cc236e62": { + "_id": "59387a4986f77401cc236e62", + "_name": "mo 114 feld", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 14000, + "Description": "mal obsh 114", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "mal obsh 114", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mal obsh 114", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "57518f7724597720a31c09ab", + "_type": "Item" + }, + "59387ac686f77401442ddd61": { + "_id": "59387ac686f77401442ddd61", + "_name": "jacket_key114_feld", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Куртка", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "59387ac686f77401442ddd62", + "_name": "main", + "_parent": "59387ac686f77401442ddd61", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 1, + "maxWeight": 0, + "minCount": 1 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Куртка", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "jacket_looting", + "SendToClient": false, + "ShortName": "Куртка", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["59387a4986f77401cc236e62", "5448f39d4bdc2d0a728b4568"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "566966cd4bdc2d0c4c8b4578", + "_type": "Item" + }, + "5938878586f7741b797c562f": { + "_id": "5938878586f7741b797c562f", + "_name": "case_0052", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "Case folder 0052", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_plastic_generic", + "LootExperience": 40, + "MergesWithChildren": false, + "Name": "Case folder 0052", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/item_quest_container_case_folder/item_quest_container_case_0052.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Case folder 0052", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.8, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "5938994586f774523a425196": { + "_id": "5938994586f774523a425196", + "_name": "общ1 103 konserv", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3712, + "Description": "Room 103 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Room 103 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Room 103 Key", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "593962ca86f774068014d9af": { + "_id": "593962ca86f774068014d9af", + "_name": "customs vremyan case", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1604, + "Description": "unknown key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 150, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "unknown key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "unknown key", + "SpawnChance": 100, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "593965cf86f774087a77e1b6": { + "_id": "593965cf86f774087a77e1b6", + "_name": "case_0048", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "Case folder 0048", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_plastic_generic", + "LootExperience": 40, + "MergesWithChildren": false, + "Name": "Case folder 0048", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/item_quest_container_case_folder/item_quest_container_case_0048.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Case folder 0048", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.8, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "5939a00786f7742fe8132936": { + "_id": "5939a00786f7742fe8132936", + "_name": "quest_zibbo_gold", + "_parent": "57864e4c24597754843f8723", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "Zibbo gold", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "smallmetal", + "LootExperience": 10, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Zibbo gold", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/lighters/item_zibbo_gold.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Zibbo gold", + "SpawnChance": 0, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "56742c2e4bdc2d95058b456d", + "_type": "Item" + }, + "5939e5a786f77461f11c0098": { + "_id": "5939e5a786f77461f11c0098", + "_name": "case_0013", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "Case folder 0013", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_plastic_generic", + "LootExperience": 40, + "MergesWithChildren": false, + "Name": "Case folder 0013", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/item_quest_container_case_folder/item_quest_container_case_0013.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Case folder 0013", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.8, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "5939e9b286f77462a709572c": { + "_id": "5939e9b286f77462a709572c", + "_name": "letter_terragroup", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "Letter TG", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_paper", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Letter TG", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/item_quest_letter/item_quest_letter_terragroup.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Letter TG", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.2, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "593a87af86f774122f54a951": { + "_id": "593a87af86f774122f54a951", + "_name": "quest_reagent", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "reagent", + "DiscardingBlock": false, + "DogTagQualities": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_plastic_generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "reagent", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_morphine_loot.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "reagent", + "SpawnChance": 0, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "57347cd0245977445a2d6ff1", + "_type": "Item" + }, + "593aa4be86f77457f56379f8": { + "_id": "593aa4be86f77457f56379f8", + "_name": "Общага1 303", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7427, + "Description": "Room 303 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Room 303 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Room 303 Key", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "593d1fa786f7746da62d61ac": { + "_id": "593d1fa786f7746da62d61ac", + "_name": "mount_sks_utg_socom_rail", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 11969, + "Description": "mount_sks_utg_socom_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_sks_utg_socom_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_sks_utg_socom_rail.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_sks_utg_socom_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "593d1fa786f7746da62d61ad", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "593d1fa786f7746da62d61ac", + "_props": { + "filters": [{ + "Filter": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "593d209886f7746ccd73e1cf", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "593d1fa786f7746da62d61ac", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "593d20ca86f7746d946c00e3", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "593d1fa786f7746da62d61ac", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "593d20d786f7746bc72e89fe", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "593d1fa786f7746da62d61ac", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "593d20e586f7746cfb12602d", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_003", + "_parent": "593d1fa786f7746da62d61ac", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 2 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "593d489686f7745c6255d58a": { + "_id": "593d489686f7745c6255d58a", + "_name": "silencer_akm_hexagon_akm_762x39", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": -1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 42714, + "Description": "silencer_akm_hexagon_akm_762x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.75, + "EffectiveDistance": 0, + "Ergonomics": -23, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -18, + "MergesWithChildren": true, + "Name": "silencer_akm_hexagon_akm_762x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_akm_hexagon_akm_762x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_akm_hexagon_akm_762x39", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.75, + "Weight": 0.462, + "Width": 2, + "muzzleModType": "pms" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "593d490386f7745ee97a1555": { + "_id": "593d490386f7745ee97a1555", + "_name": "silencer_sks_hexagon_sks_762x39", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": -1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 43874, + "Description": "silencer_sks_hexagon_sks_762x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.71, + "EffectiveDistance": 0, + "Ergonomics": -21, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -15, + "MergesWithChildren": true, + "Name": "silencer_sks_hexagon_sks_762x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_sks_hexagon_sks_762x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_sks_hexagon_sks_762x39", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.75, + "Weight": 0.462, + "Width": 2, + "muzzleModType": "pms" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "593d493f86f7745e6b2ceb22": { + "_id": "593d493f86f7745e6b2ceb22", + "_name": "silencer_ak74_hexagon_ak74_545x39", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": -1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 39372, + "Description": "silencer_akm_hexagon_akm_762x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.75, + "EffectiveDistance": 0, + "Ergonomics": -22, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1.4, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -19, + "MergesWithChildren": true, + "Name": "silencer_akm_hexagon_akm_762x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_akm_hexagon_akm_762x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_akm_hexagon_akm_762x39", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.75, + "Weight": 0.462, + "Width": 2, + "muzzleModType": "pms" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "5943d9c186f7745a13413ac9": { + "_id": "5943d9c186f7745a13413ac9", + "_name": "shrapnel", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 32, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "blue", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x18PM", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 100, + "Damage": 20, + "Description": "Осколок гранаты", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.5, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.22, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 150, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.22, + "LootExperience": 20, + "MalfunctionChance": 0, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0, + "Name": "Shrapnel", + "NotShownInSlot": false, + "PenetrationChance": 0.25, + "PenetrationPower": 16, + "PenetrationPowerDiviation": 0, + "Prefab": { + "path": "", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.2, + "SendToClient": true, + "ShortName": "Shrapnel", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 50, + "SpeedRetardation": 0.001, + "StackMaxRandom": 0, + "StackMaxSize": 1, + "StackMinRandom": 0, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": true, + "TracerColor": "tracerYellow", + "TracerDistance": 0.01, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "tracer", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_type": "Item" + }, + "5943ee5a86f77413872d25ec": { + "_id": "5943ee5a86f77413872d25ec", + "_name": "muzzle_ar15_pws_cqb_556x45", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9990, + "Description": "muzzle_ar15_pws_cqb_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar15_pws_cqb_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar15_pws_cqb_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -12, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar15_pws_cqb_556x45", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.2, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "5649aa744bdc2ded0b8b457e", + "_type": "Item" + }, + "5943eeeb86f77412d6384f6b": { + "_id": "5943eeeb86f77412d6384f6b", + "_name": "muzzle_ak74_pws_cqb74_545x39", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8486, + "Description": "muzzle_ar15_pws_cqb_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 5, + "MergesWithChildren": true, + "Name": "muzzle_ar15_pws_cqb_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar15_pws_cqb_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -16, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar15_pws_cqb_556x45", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.19, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "5649aa744bdc2ded0b8b457e", + "_type": "Item" + }, + "5947c73886f7747701588af5": { + "_id": "5947c73886f7747701588af5", + "_name": "stock_ar15_mft_bus", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8097, + "Description": "stock_ar15_mft_bus", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_mft_bus", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_mft_bus.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -32, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_mft_bus", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.255, + "Width": 2 + }, + "_proto": "5649b2314bdc2d79388b4576", + "_type": "Item" + }, + "5947db3f86f77447880cf76f": { + "_id": "5947db3f86f77447880cf76f", + "_name": "scope_dovetail_aksion_ekp_8_02", + "_parent": "55818ad54bdc2ddc698b4569", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.7, 0.7, 0.7, 0.7]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": true, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9352, + "CustomAimPlane": "", + "Description": "scope_dovetail_aksion_ekp_8_02", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [4], + "Name": "scope_dovetail_aksion_ekp_8_02", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_dovetail_aksion_ekp_8_02.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_dovetail_aksion_ekp_8_02", + "SightModesCount": 4, + "SightingRange": 200, + "Slots": [{ + "_id": "5947db3f86f77447880cf770", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5947db3f86f77447880cf76f", + "_props": { + "filters": [{ + "Filter": ["591c4e1186f77410354b316e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.273, + "Width": 1, + "Zooms": [[1, 1, 1, 1]], + "aimingSensitivity": 0.6, + "sightModType": "reflex" + }, + "_proto": "570fd721d2720bc5458b4596", + "_type": "Item" + }, + "5947e98b86f774778f1448bc": { + "_id": "5947e98b86f774778f1448bc", + "_name": "stock_ar15_magpul_ubr_gen2_blk", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 11120, + "Description": "stock_ar15_magpul_ubr_gen2_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_magpul_ubr_gen2_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_magpul_ubr_gen2_blk.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -33, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_magpul_ubr_gen2_blk", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.61, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5947eab886f77475961d96c5": { + "_id": "5947eab886f77475961d96c5", + "_name": "stock_ar15_magpul_ubr_gen2_fde", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 11442, + "Description": "stock_ar15_magpul_ubr_gen2_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_magpul_ubr_gen2_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_magpul_ubr_gen2_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -33, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_magpul_ubr_gen2_blk", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.61, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5947f92f86f77427344a76b1": { + "_id": "5947f92f86f77427344a76b1", + "_name": "pistolgrip_ak_tapco_saw_blk", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4500, + "Description": "pistolgrip_ak_tapco_saw_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 11, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ak_tapco_saw_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ak_tapco_saw_blk.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ak_tapco_saw_blk", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.13, + "Width": 1 + }, + "_proto": "5649ade84bdc2d1b2b8b4587", + "_type": "Item" + }, + "5947fa2486f77425b47c1a9b": { + "_id": "5947fa2486f77425b47c1a9b", + "_name": "pistolgrip_ak_tapco_saw_fde", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4500, + "Description": "pistolgrip_ak_tapco_saw_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 11, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ak_tapco_saw_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ak_tapco_saw_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ak_tapco_saw_blk", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.13, + "Width": 1 + }, + "_proto": "5649ade84bdc2d1b2b8b4587", + "_type": "Item" + }, + "595cf16b86f77427440c32e2": { + "_id": "595cf16b86f77427440c32e2", + "_name": "handguard_ar15_war_sport_lvoa_s_blk", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 16845, + "Description": "handguard_ar15_war_sport_lvoa_s_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ar15_war_sport_lvoa_s_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar15_war_sport_lvoa_s_blk.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ar15_war_sport_lvoa_s_blk", + "SightingRange": 0, + "Slots": [{ + "_id": "595cf16b86f77427440c32e4", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "595cf16b86f77427440c32e2", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "595cf16b86f77427440c32e8", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "595cf16b86f77427440c32e2", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59e0bf6986f774156f04ce86", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "595cf16b86f77427440c32e2", + "_props": { + "filters": [{ + "Filter": ["59e0bed186f774156f04ce84"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59e0bfb886f7742d48765bd4", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "595cf16b86f77427440c32e2", + "_props": { + "filters": [{ + "Filter": ["59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59e0bfbf86f774157255cc32", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_003", + "_parent": "595cf16b86f77427440c32e2", + "_props": { + "filters": [{ + "Filter": ["59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59e0bfc686f77415701de392", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_004", + "_parent": "595cf16b86f77427440c32e2", + "_props": { + "filters": [{ + "Filter": ["59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c164e7d2e221602b3136aba", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "595cf16b86f77427440c32e2", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c", "55d4af3a4bdc2d972f8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.5, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "595cfa8b86f77427437e845b": { + "_id": "595cfa8b86f77427437e845b", + "_name": "handguard_ar15_war_sport_lvoa_c_blk", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a9fbb84a2750c00137fa685", "55d35ee94bdc2d61338b4568"], + "CreditsPrice": 19988, + "Description": "handguard_ar15_war_sport_lvoa_s_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ar15_war_sport_lvoa_s_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar15_war_sport_lvoa_c_blk.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ar15_war_sport_lvoa_s_blk", + "SightingRange": 0, + "Slots": [{ + "_id": "595cfa8b86f77427437e845c", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "595cfa8b86f77427437e845b", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "595cfa8b86f77427437e845d", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "595cfa8b86f77427437e845b", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59e0c03b86f774156f04ce87", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "595cfa8b86f77427437e845b", + "_props": { + "filters": [{ + "Filter": ["59e0bed186f774156f04ce84"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59e0c04386f7742d48765bd5", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "595cfa8b86f77427437e845b", + "_props": { + "filters": [{ + "Filter": ["59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59e0c04986f774157255cc33", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_003", + "_parent": "595cfa8b86f77427437e845b", + "_props": { + "filters": [{ + "Filter": ["59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59e0c05086f774156f04ce88", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_004", + "_parent": "595cfa8b86f77427437e845b", + "_props": { + "filters": [{ + "Filter": ["59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c164e3d2e221602b5428c3d", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "595cfa8b86f77427437e845b", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c", "55d4af3a4bdc2d972f8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.58, + "Width": 3 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5963866286f7747bf429b572": { + "_id": "5963866286f7747bf429b572", + "_name": "stash 8x6", + "_parent": "566abbb64bdc2d144c8b457d", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "QuestRaidStash", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5963866286f7747bf429b573", + "_name": "hideout", + "_parent": "5963866286f7747bf429b572", + "_props": { + "cellsH": 8, + "cellsV": 6, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "QuestRaidStash", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "QuestRaidStash", + "Slots": [], + "SpawnChance": 0, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "5811ce662459770f6f490f32", + "_type": "Item" + }, + "5963866b86f7747bfa1c4462": { + "_id": "5963866b86f7747bfa1c4462", + "_name": "stash 8x40", + "_parent": "566abbb64bdc2d144c8b457d", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "QuestOfflineStash", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5963866b86f7747bfa1c4463", + "_name": "hideout", + "_parent": "5963866b86f7747bfa1c4462", + "_props": { + "cellsH": 8, + "cellsV": 40, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "QuestOfflineStash", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "QuestOfflineStash", + "Slots": [], + "SpawnChance": 0, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "5811ce662459770f6f490f32", + "_type": "Item" + }, + "5991b51486f77447b112d44f": { + "_id": "5991b51486f77447b112d44f", + "_name": "item_quest_ms2000", + "_parent": "5447e0e74bdc2d3c308b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 13923, + "Description": "item_quest_ms2000", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "item_quest_ms2000", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/item_spec_irbeacon/item_spec_irbeacon.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_quest_ms2000", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_ms2000/item_ms2000_container.bundle", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "apResource": 0, + "krResource": 0 + }, + "_proto": "544fb5454bdc2df8738b456a", + "_type": "Item" + }, + "5996f6cb86f774678763a6ca": { + "_id": "5996f6cb86f774678763a6ca", + "_name": "shrapnel_RGD5", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 32, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "blue", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x18PM", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 100, + "Damage": 55, + "Description": "Осколок гранаты", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.5, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.2, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 90, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.2, + "LootExperience": 20, + "MalfunctionChance": 0, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0, + "Name": "Shrapnel", + "NotShownInSlot": false, + "PenetrationChance": 0.2, + "PenetrationPower": 10, + "PenetrationPowerDiviation": 0, + "Prefab": { + "path": "", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.2, + "SendToClient": true, + "ShortName": "Shrapnel", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 50, + "SpeedRetardation": 0.0004, + "StackMaxRandom": 0, + "StackMaxSize": 1, + "StackMinRandom": 0, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": true, + "TracerColor": "tracerYellow", + "TracerDistance": 0.01, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "tracer", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "5943d9c186f7745a13413ac9", + "_type": "Item" + }, + "5996f6d686f77467977ba6cc": { + "_id": "5996f6d686f77467977ba6cc", + "_name": "shrapnel_F1", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 38, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "blue", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x18PM", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 100, + "Damage": 40, + "Description": "Осколок гранаты", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.1, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.25, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 90, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.1, + "LootExperience": 20, + "MalfunctionChance": 0, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0, + "Name": "Shrapnel", + "NotShownInSlot": false, + "PenetrationChance": 0.25, + "PenetrationPower": 15, + "PenetrationPowerDiviation": 0, + "Prefab": { + "path": "", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.3, + "SendToClient": true, + "ShortName": "Shrapnel", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 50, + "SpeedRetardation": 0.0004, + "StackMaxRandom": 0, + "StackMaxSize": 1, + "StackMinRandom": 0, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": true, + "TracerColor": "tracerYellow", + "TracerDistance": 0.01, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "tracer", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "5943d9c186f7745a13413ac9", + "_type": "Item" + }, + "5996f6fc86f7745e585b4de3": { + "_id": "5996f6fc86f7745e585b4de3", + "_name": "shrapnel_m67", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 32, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "blue", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x18PM", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 100, + "Damage": 45, + "Description": "Осколок гранаты", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.5, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.2, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.2, + "LootExperience": 20, + "MalfunctionChance": 0, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0, + "Name": "Shrapnel", + "NotShownInSlot": false, + "PenetrationChance": 0.1, + "PenetrationPower": 12, + "PenetrationPowerDiviation": 0, + "Prefab": { + "path": "", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.2, + "SendToClient": true, + "ShortName": "Shrapnel", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 50, + "SpeedRetardation": 0.0004, + "StackMaxRandom": 0, + "StackMaxSize": 1, + "StackMinRandom": 0, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": true, + "TracerColor": "tracerYellow", + "TracerDistance": 0.01, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "tracer", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "5943d9c186f7745a13413ac9", + "_type": "Item" + }, + "59984ab886f7743e98271174": { + "_id": "59984ab886f7743e98271174", + "_name": "weapon_izhmash_pp-19-01_9x19", + "_parent": "5447b5e04bdc2d62278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.15, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.1, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.1, + "Chambers": [{ + "_id": "59985ce986f774198d5d2c08", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "59984ab886f7743e98271174", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"], + "MaxStackCount": 0 + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.5, + "CoolFactor": 1, + "CreditsPrice": 14751, + "Description": "weapon_izhmash_pp-19-01_9x19", + "DeviationCurve": 4, + "DeviationMax": 20, + "DiscardingBlock": false, + "Durability": 95, + "DurabilityBurnRatio": 1, + "Ergonomics": 35, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "mod_stock", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 50, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_izhmash_pp-19-01_9x19", + "NotShownInSlot": false, + "OperatingResource": 5500, + "Prefab": { + "path": "assets/content/weapons/pp-19-01/weapon_izhmash_pp-19-01_9x19_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": 0 + }, + "RecoilForceBack": 350, + "RecoilForceUp": 84, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 59, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.27, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "weapon_izhmash_pp-19-01_9x19", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "59985d9386f7742a0913990a", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "59984ab886f7743e98271174", + "_props": { + "filters": [{ + "Filter": ["5f6341043ada5942720e2dc5", "6087e663132d4d12c81fd96b", "5beec8ea0db834001a6f9dbf", "5649ad3f4bdc2df8348b4585", "5649ade84bdc2d1b2b8b4587", "59e62cc886f77440d40b52a1", "5a0071d486f77404e23a12b2", "57e3dba62459770f0c32322b", "5cf54404d7f00c108840b2ef", "5e2192a498a36665e8337386", "5b30ac585acfc433000eb79c", "59e6318286f77444dd62c4cc", "5cf50850d7f00c056e24104c", "5cf508bfd7f00c056e24104e", "5947f92f86f77427344a76b1", "5947fa2486f77425b47c1a9b", "5c6bf4aa2e2216001219b0ae", "5649ae4a4bdc2d1b2b8b4588", "5998517986f7746017232f7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "59985e2686f77427a674c43e", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "59984ab886f7743e98271174", + "_props": { + "filters": [{ + "Filter": ["5cf50fc5d7f00c056c53f83c", "5ac78eaf5acfc4001926317a", "599851db86f77467372f0a18"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59985e3586f774265b6600af", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "59984ab886f7743e98271174", + "_props": { + "filters": [{ + "Filter": ["5648ac824bdc2ded0b8b457d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59985e5086f77427a674c448", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "59984ab886f7743e98271174", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5998529a86f774647f44f421", "599860ac86f77436b225ed1a", "5c0673fb0db8340023300271", "5c0672ed0db834001b7353f3"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "59985e8f86f77427a674c44d", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "59984ab886f7743e98271174", + "_props": { + "filters": [{ + "Filter": ["5998597786f77414ea6da093", "5998598e86f7740b3f498a86", "59bffc1f86f77435b128b872", "5a9fb739a2750c003215717f", "5c6165902e22160010261b28", "5a32a064c4a28200741e22de", "59bfc5c886f7743bf6794e62"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59985e9f86f774267339c6c0", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "59984ab886f7743e98271174", + "_props": { + "filters": [{ + "Filter": ["59985a6c86f77414ec448d17", "59985a8086f77414ec448d1a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59985eab86f7742d5d28aab7", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "59984ab886f7743e98271174", + "_props": { + "filters": [{ + "Filter": ["599860e986f7743bb57573a6"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59985eba86f7742d5d28aabc", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "59984ab886f7743e98271174", + "_props": { + "filters": [{ + "Filter": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5c90c3622e221601da359851"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59ccd16e86f77428fc798735", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "59984ab886f7743e98271174", + "_props": { + "filters": [{ + "Filter": ["59ccd11386f77428f24a488f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -17.9, + "Weight": 1.809, + "Width": 2, + "ammoCaliber": "Caliber9x19PARA", + "bEffDist": 200, + "bFirerate": 700, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "56d59d3ad2720bdb418b4577", + "defMagType": "599860ac86f77436b225ed1a", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "smg", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5998517986f7746017232f7e": { + "_id": "5998517986f7746017232f7e", + "_name": "pistolgrip_pp-19-01_izhmash_vityaz_plastic", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 899, + "Description": "pistolgrip_pp-19-01_izhmash_vityaz_plastic", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_pp-19-01_izhmash_vityaz_plastic", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_pp-19-01_izhmash_vityaz_plastic.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_pp-19-01_izhmash_vityaz_plastic", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "571659bb2459771fb2755a12", + "_type": "Item" + }, + "599851db86f77467372f0a18": { + "_id": "599851db86f77467372f0a18", + "_name": "stock_pp-19-01_izhmash_vityaz_std", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1508, + "Description": "stock_pp-19-01_izhmash_vityaz_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_pp-19-01_izhmash_vityaz_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_pp-19-01_izhmash_vityaz_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -34, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_pp-19-01_izhmash_vityaz_std", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5a0d58a01526d8dba31fe3bc", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "599851db86f77467372f0a18", + "_props": { + "filters": [{ + "Filter": ["5a0c59791526d8dba737bba7"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.218, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5998529a86f774647f44f421": { + "_id": "5998529a86f774647f44f421", + "_name": "mag_pp-19-01_izhmash_izh-9x19_sb7_9x19_10", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5998529a86f774647f44f422", + "_max_count": 10, + "_name": "cartridges", + "_parent": "5998529a86f774647f44f421", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1499, + "Description": "mag_pp-19-01_izhmash_izh-9x19_sb7_9x19_10", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_pp-19-01_izhmash_izh-9x19_sb7_9x19_10", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_pp-19-01_izhmash_izh-9x19_sb7_9x19_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_pp-19-01_izhmash_izh-9x19_sb7_9x19_10", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.17, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5998597786f77414ea6da093": { + "_id": "5998597786f77414ea6da093", + "_name": "muzzle_pp-19-01_izhmash_vityaz_std_9x19", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 663, + "Description": "muzzle_saiga_9_izhmash_saiga_9_std_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_saiga_9_izhmash_saiga_9_std_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_pp-19-01_izhmash_vityaz_std_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": -6, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_saiga_9_izhmash_saiga_9_std_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.07, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5998598e86f7740b3f498a86": { + "_id": "5998598e86f7740b3f498a86", + "_name": "muzzle_saiga_9_izhmash_saiga_9_std_9x19", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 500, + "Description": "muzzle_pp-19-01_izhmash_vityaz_std_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_pp-19-01_izhmash_vityaz_std_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_saiga_9_izhmash_saiga_9_std_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": -7, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_pp-19-01_izhmash_vityaz_std_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.07, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "59985a6c86f77414ec448d17": { + "_id": "59985a6c86f77414ec448d17", + "_name": "reciever_pp-19-01_izhmash_vityaz_sn", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "57acb6222459771ec34b5cb0"], + "CreditsPrice": 2416, + "Description": "reciever_pp-19-01_izhmash_vityaz_sn", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_pp-19-01_izhmash_vityaz_sn", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_pp-19-01_izhmash_vityaz_sn.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_pp-19-01_izhmash_vityaz_sn", + "SightingRange": 0, + "Slots": [{ + "_id": "59985a6c86f77414ec448d18", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "59985a6c86f77414ec448d17", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.136, + "Width": 2 + }, + "_proto": "5649af094bdc2df8348b4586", + "_type": "Item" + }, + "59985a8086f77414ec448d1a": { + "_id": "59985a8086f77414ec448d1a", + "_name": "reciever_pp-19-01_izhmash_vityaz_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1199, + "Description": "reciever_pp-19-01_izhmash_vityaz_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_pp-19-01_izhmash_vityaz_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_pp-19-01_izhmash_vityaz_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_pp-19-01_izhmash_vityaz_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.136, + "Width": 2 + }, + "_proto": "5649af094bdc2df8348b4586", + "_type": "Item" + }, + "599860ac86f77436b225ed1a": { + "_id": "599860ac86f77436b225ed1a", + "_name": "mag_pp-19-01_izhmash_vityaz_std_9x19_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "599860ac86f77436b225ed1b", + "_max_count": 30, + "_name": "cartridges", + "_parent": "599860ac86f77436b225ed1a", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 2422, + "Description": "mag_mpx_sig_mpx_std_9x19_30", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_mpx_sig_mpx_std_9x19_30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_pp-19-01_izhmash_vityaz_std_9x19_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_mpx_sig_mpx_std_9x19_30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.17, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "599860e986f7743bb57573a6": { + "_id": "599860e986f7743bb57573a6", + "_name": "sight_rear_pp-19-01_izhmash_vityaz_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 414, + "CustomAimPlane": "", + "Description": "sight_rear_pp-19-01_izhmash_vityaz_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_pp-19-01_izhmash_vityaz_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_pp-19-01_izhmash_vityaz_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_pp-19-01_izhmash_vityaz_std", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 43, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.025, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "59bfc5c886f7743bf6794e62": { + "_id": "59bfc5c886f7743bf6794e62", + "_name": "silencer_pp-19-01_izhmash_vityaz_std_9x19", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": -1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 20343, + "Description": "silencer_sig_mpx_sd_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.58, + "EffectiveDistance": 0, + "Ergonomics": -16, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -24, + "MergesWithChildren": true, + "Name": "silencer_sig_mpx_sd_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_pp-19-01_izhmash_vityaz_std_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_sig_mpx_sd_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.75, + "Weight": 0.53, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "564caa3d4bdc2d17108b458e", + "_type": "Item" + }, + "59bfe68886f7746004266202": { + "_id": "59bfe68886f7746004266202", + "_name": "reciever_ar15_vltor_mur-1s", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 32679, + "Description": "reciever_ar15_vltor_mur-1s", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_ar15_vltor_mur-1s", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_ar15_vltor_mur-1s.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_ar15_vltor_mur-1s", + "SightingRange": 0, + "Slots": [{ + "_id": "59bfe68886f7746004266203", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "59bfe68886f7746004266202", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59bfe68886f7746004266204", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "59bfe68886f7746004266202", + "_props": { + "filters": [{ + "Filter": ["55d35ee94bdc2d61338b4568", "55d3632e4bdc2d972f8b4569", "5d440b93a4b9364276578d4b", "5d440b9fa4b93601354d480c", "5c0e2f94d174af029f650d56"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "59bfe68886f7746004266205", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "59bfe68886f7746004266202", + "_props": { + "filters": [{ + "Filter": ["5c0e2f5cd174af02a012cfc9", "5b2cfa535acfc432ff4db7a0", "5ae30db85acfc408fb139a05", "5c9a25172e2216000f20314e", "55f84c3c4bdc2d5f408b4576", "588b56d02459771481110ae2", "5c9a26332e2216001219ea70", "5ea16ada09aa976f2e7a51be", "5ea16acdfadf1d18c87b0784", "5a329052c4a28200741e22d3", "55d459824bdc2d892f8b4573", "5d122e7bd7ad1a07102d6d7f", "5d123102d7ad1a004e475fe5", "5d4405f0a4b9361e6a4e6bd9", "5c78f2792e221600106f4683", "5c78f26f2e221601da3581d1", "5c78f2492e221600114c9f04", "5c78f2612e221600114c9f0d", "6034e3e20ddce744014cb878", "6034e3d953a60014f970617b", "6034e3cb0ddce744014cb870", "5c6d5d8b2e221644fc630b39", "5d00e0cbd7ad1a6c6566a42d", "5d00f63bd7ad1a59283b1c1e", "6087e0336d0bd7580617bb7a", "595cfa8b86f77427437e845b", "595cf16b86f77427440c32e2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "59bfe68886f7746004266206", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "59bfe68886f7746004266202", + "_props": { + "filters": [{ + "Filter": ["5bb20e49d4351e3bac1212de", "5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5fb6564947ce63734e3fa1da", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5fc0fa957283c4046c58147e", "5894a81786f77427140b8347", "55d5f46a4bdc2d1b198b4567", "5ae30bad5acfc400185c2dc4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.246, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "59bffbb386f77435b379b9c2": { + "_id": "59bffbb386f77435b379b9c2", + "_name": "silencer_mount_silencerco_hybrid_46_multi", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 69600, + "Description": "silencer_mount_silencerco_hybrid_46_multi", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.72, + "EffectiveDistance": 0, + "Ergonomics": -17, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -22, + "MergesWithChildren": true, + "Name": "silencer_mount_silencerco_hybrid_46_multi", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_mount_silencerco_hybrid_46_multi.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -9.5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_mount_silencerco_hybrid_46_multi", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.49, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "59bffc1f86f77435b128b872": { + "_id": "59bffc1f86f77435b128b872", + "_name": "muzzle_all_silencerco_hybrid_46_direct_thread_multi", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4120, + "Description": "muzzle_all_silencerco_hybrid_46_direct_thread_multi", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_all_silencerco_hybrid_46_direct_thread_multi", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_all_silencerco_hybrid_46_multi.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_all_silencerco_hybrid_46_direct_thread_multi", + "SightingRange": 0, + "Slots": [{ + "_id": "59bffc9f86f77435b263bfa2", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "59bffc1f86f77435b128b872", + "_props": { + "filters": [{ + "Filter": ["59bffbb386f77435b379b9c2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.14, + "Width": 1, + "muzzleModType": "muzzleCombo" + }, + "_proto": "560838c94bdc2d77798b4569", + "_type": "Item" + }, + "59c0ec5b86f77435b128bfca": { + "_id": "59c0ec5b86f77435b128bfca", + "_name": "silencer_12g_hexagon_12k", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": -1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 23038, + "Description": "silencer_12g_hexagon_12k", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.75, + "EffectiveDistance": 0, + "Ergonomics": -27, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -14, + "MergesWithChildren": true, + "Name": "silencer_12g_hexagon_12k", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_12g_hexagon_12k.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -16, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_12g_hexagon_12k", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.75, + "Weight": 0.493, + "Width": 2, + "muzzleModType": "pms" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "59c1383d86f774290a37e0ca": { + "_id": "59c1383d86f774290a37e0ca", + "_name": "mag_stanag_magpul_pmag_d-60_556x45_60", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "59c1383d86f774290a37e0cb", + "_max_count": 60, + "_name": "cartridges", + "_parent": "59c1383d86f774290a37e0ca", + "_props": { + "filters": [{ + "Filter": ["59e6920f86f77411d82aa167", "59e6927d86f77411da468256", "54527a984bdc2d4e668b4567", "54527ac44bdc2d36668b4567", "59e68f6f86f7746c9f75e846", "59e6906286f7746c9f75e847", "59e690b686f7746c9f75e848", "59e6918f86f7746c9f75e849", "60194943740c5d77f6705eea", "601949593ae8f707c4608daa", "5c0d5ae286f7741e46554302", "5fbe3ffdf8b6a877a729ea82", "5fd20ff893a8961fc660a954"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 20, + "ConflictingItems": [], + "CreditsPrice": 15413, + "Description": "mag_stanag_magpul_pmag_d-60_556x45_60", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -16, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 60, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_stanag_magpul_pmag_d-60_556x45_60", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_stanag_magpul_pmag_d-60_556x45_60.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_stanag_magpul_pmag_d-60_556x45_60", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.58, + "Width": 1, + "magAnimationIndex": 5 + }, + "_proto": "55802d5f4bdc2dac148b458e", + "_type": "Item" + }, + "59c63b4486f7747afb151c1c": { + "_id": "59c63b4486f7747afb151c1c", + "_name": "mount_mp5sd_bt_tri_rail_ring", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3284, + "Description": "mount_mp5sd_bt_tri_rail_ring", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_mp5sd_bt_tri_rail_ring", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_mp5sd_bt_tri_rail_ring.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_mp5sd_bt_tri_rail_ring", + "SightingRange": 0, + "Slots": [{ + "_id": "59c63b8586f7747b2204518a", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "59c63b4486f7747afb151c1c", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59c63bf386f7747afb151c43", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "59c63b4486f7747afb151c1c", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59c63c2686f7747b787c8557", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "59c63b4486f7747afb151c1c", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.082, + "Width": 1 + }, + "_proto": "576a7c512459771e796e0e17", + "_type": "Item" + }, + "59c6633186f7740cf0493bb9": { + "_id": "59c6633186f7740cf0493bb9", + "_name": "gas_block_ak_izhmash_ak74_std", + "_parent": "56ea9461d2720b67698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2073, + "Description": "gas_block_ak_izhmash_ak74_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 50, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "gas_block_ak_izhmash_ak74_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/gasblock/gas_block_ak_izhmash_ak74_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "gas_block_ak_izhmash_ak74_std", + "SightingRange": 0, + "Slots": [{ + "_id": "59c663e986f7740cfb39760a", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "59c6633186f7740cf0493bb9", + "_props": { + "filters": [{ + "Filter": ["5cf4e3f3d7f00c06595bc7f0", "5648ae314bdc2d3d1c8b457f", "5d2c829448f0353a5c7d6674", "5b800e9286f7747a8b04f3ff", "5b80242286f77429445e0b47", "5cbda392ae92155f3c17c39f", "5cbda9f4ae9215000e5b9bfc", "5648b0744bdc2d363b8b4578", "5648b1504bdc2d9d488b4584", "59d64f2f86f77417193ef8b3", "57cff947245977638e6f2a19", "57cffd8224597763b03fc609", "57cffddc24597763133760c6", "57cffe0024597763b03fc60b", "57cffe20245977632f391a9d", "5c9a07572e221644f31c4b32", "5c9a1c3a2e2216000e69fb6a", "5c9a1c422e221600106f69f0", "59e6284f86f77440d569536f", "59e898ee86f77427614bd225", "5a9d56c8a2750c0032157146", "5d1b198cd7ad1a604869ad72", "5d4aaa73a4b9365392071175", "5d4aaa54a4b9365392071170", "5f6331e097199b7db2128dc2", "5c17664f2e2216398b5a7e3c", "5c617a5f2e2216000f1e81b3", "5648b4534bdc2d3d1c8b4580", "5efaf417aeb21837e749c7f2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 23, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.12, + "Width": 1 + }, + "_proto": "56ea8d2fd2720b7c698b4570", + "_type": "Item" + }, + "59ccd11386f77428f24a488f": { + "_id": "59ccd11386f77428f24a488f", + "_name": "gas_block_ak_izhmash_pp-19-01_std", + "_parent": "56ea9461d2720b67698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1793, + "Description": "gas_block_ak_izhmash_ak74_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 50, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "gas_block_ak_izhmash_ak74_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/gasblock/gas_block_ak_izhmash_pp-19-01_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "gas_block_ak_izhmash_ak74_std", + "SightingRange": 0, + "Slots": [{ + "_id": "59ccd11386f77428f24a4890", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "59ccd11386f77428f24a488f", + "_props": { + "filters": [{ + "Filter": ["5648ae314bdc2d3d1c8b457f", "5d2c829448f0353a5c7d6674", "5cbda392ae92155f3c17c39f", "5cbda9f4ae9215000e5b9bfc", "5648b0744bdc2d363b8b4578", "5648b1504bdc2d9d488b4584", "59d64f2f86f77417193ef8b3", "57cff947245977638e6f2a19", "57cffd8224597763b03fc609", "57cffddc24597763133760c6", "57cffe0024597763b03fc60b", "57cffe20245977632f391a9d", "5c9a07572e221644f31c4b32", "5c9a1c3a2e2216000e69fb6a", "5c9a1c422e221600106f69f0", "59e6284f86f77440d569536f", "59e898ee86f77427614bd225", "5a9d56c8a2750c0032157146", "5d1b198cd7ad1a604869ad72", "5d4aaa73a4b9365392071175", "5d4aaa54a4b9365392071170", "5c617a5f2e2216000f1e81b3", "5648b4534bdc2d3d1c8b4580"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 23, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.11, + "Width": 1 + }, + "_proto": "56ea8d2fd2720b7c698b4570", + "_type": "Item" + }, + "59ccfdba86f7747f2109a587": { + "_id": "59ccfdba86f7747f2109a587", + "_name": "gas_block_ak_ultimak_m1b", + "_parent": "56ea9461d2720b67698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2241, + "Description": "gas_block_ak_izhmash_ak74_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.9, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 50, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "gas_block_ak_izhmash_ak74_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/gasblock/gas_block_ak_ultimak_m1b.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "gas_block_ak_izhmash_ak74_std", + "SightingRange": 0, + "Slots": [{ + "_id": "59ccfee786f7747f4375a4d8", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "59ccfdba86f7747f2109a587", + "_props": { + "filters": [{ + "Filter": ["558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5d2da1e948f035477b1ce2ba", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59ccfef686f7747ef96eef6c", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "59ccfdba86f7747f2109a587", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.12, + "Width": 1 + }, + "_proto": "56ea8d2fd2720b7c698b4570", + "_type": "Item" + }, + "59d36a0086f7747e673f3946": { + "_id": "59d36a0086f7747e673f3946", + "_name": "gas_block_aksu_izhmash_aksu_std", + "_parent": "56ea9461d2720b67698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2001, + "Description": "gas_block_ak_izhmash_ak74_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 50, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "gas_block_ak_izhmash_ak74_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/gasblock/gas_block_aksu_izhmash_aksu_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "gas_block_ak_izhmash_ak74_std", + "SightingRange": 0, + "Slots": [{ + "_id": "59d36a0086f7747e673f3947", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "59d36a0086f7747e673f3946", + "_props": { + "filters": [{ + "Filter": ["5d15ce51d7ad1a1eff619092", "5a957c3fa2750c00137fa5f7", "57dc32dc245977596d4ef3d3", "57ffa9f4245977728561e844"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 23, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.03, + "Width": 1 + }, + "_proto": "56ea8d2fd2720b7c698b4570", + "_type": "Item" + }, + "59d6088586f774275f37482f": { + "_id": "59d6088586f774275f37482f", + "_name": "weapon_izhmash_akm_762x39", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.19, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.17, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.067, + "Chambers": [{ + "_id": "59d6088586f774275f374830", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "59d6088586f774275f37482f", + "_props": { + "filters": [{ + "Filter": ["59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.2, + "CoolFactor": 1, + "CreditsPrice": 29513, + "Description": "weapon_izhmash_akm_762x39", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 26, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_izhmash_akm_762x39", + "NotShownInSlot": false, + "OperatingResource": 6000, + "Prefab": { + "path": "assets/content/weapons/akm/weapon_izhmash_akm_762x39_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 85, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": 0 + }, + "RecoilForceBack": 448, + "RecoilForceUp": 194, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 148, + "RepairSpeed": 5, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.27, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "weapon_izhmash_akm_762x39", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "59d6088586f774275f374831", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "59d6088586f774275f37482f", + "_props": { + "filters": [{ + "Filter": ["5a01ad4786f77450561fda02", "59c6633186f7740cf0493bb9", "59d64ec286f774171d1e0a42", "59e649f986f77411d949b246", "5b237e425acfc4771e1be0b6", "59ccfdba86f7747f2109a587", "5cf656f2d7f00c06585fb6eb", "5d4aab30a4b9365435358c55"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "59d6088586f774275f374832", + "_mergeSlotWithChildren": false, + "_name": "mod_launcher", + "_parent": "59d6088586f774275f37482f", + "_props": { + "filters": [{ + "Filter": ["5648b62b4bdc2d9d488b4585"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59d6088586f774275f374833", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "59d6088586f774275f37482f", + "_props": { + "filters": [{ + "Filter": ["59d64fc686f774171b243fe2", "5a0d716f1526d8000d26b1e2", "5f633f68f5750b524b45f112", "5c878ebb2e2216001219d48a", "59e61eb386f77440d64f5daf", "59e8a00d86f7742ad93b569c", "5a9ea27ca2750c00137fa672", "5cc9ad73d7f00c000e2579d4", "5c7951452e221644f31bfd5c", "5a0abb6e1526d8000a025282", "59bffc1f86f77435b128b872", "593d489686f7745c6255d58a", "5a0d63621526d8dba31fe3bf", "5a9fbacda2750c00141e080f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59d6088586f774275f374834", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "59d6088586f774275f37482f", + "_props": { + "filters": [{ + "Filter": ["5f6341043ada5942720e2dc5", "6087e663132d4d12c81fd96b", "5beec8ea0db834001a6f9dbf", "5649ad3f4bdc2df8348b4585", "5649ade84bdc2d1b2b8b4587", "59e62cc886f77440d40b52a1", "5a0071d486f77404e23a12b2", "57e3dba62459770f0c32322b", "5cf54404d7f00c108840b2ef", "5e2192a498a36665e8337386", "5b30ac585acfc433000eb79c", "59e6318286f77444dd62c4cc", "5cf50850d7f00c056e24104c", "5cf508bfd7f00c056e24104e", "5947f92f86f77427344a76b1", "5947fa2486f77425b47c1a9b", "5c6bf4aa2e2216001219b0ae", "5649ae4a4bdc2d1b2b8b4588", "5998517986f7746017232f7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "59d6088586f774275f374835", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "59d6088586f774275f37482f", + "_props": { + "filters": [{ + "Filter": ["5d2c76ed48f03532f2136169", "5d2c770c48f0354b4a07c100", "59d6507c86f7741b846413a2", "59e6449086f7746c9f75e822", "5d2c772c48f0355d95672c25", "5649af884bdc2d1b2b8b4589"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59d6088586f774275f374836", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "59d6088586f774275f37482f", + "_props": { + "filters": [{ + "Filter": ["59d650cf86f7741b846413a4", "5a0eb980fcdbcb001a3b00a6", "5649d9a14bdc2d79388b4580"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59d6088586f774275f374837", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "59d6088586f774275f37482f", + "_props": { + "filters": [{ + "Filter": ["5649b0fc4bdc2d17108b4588", "5cbdb1b0ae9215000d50e105", "5649b1c04bdc2d16268b457c", "5cf518cfd7f00c065b422214", "5b04473a5acfc40018632f70", "5e217ba4c1434648c13568cd", "59d6514b86f774171a068a08", "5b0e794b5acfc47a877359b2", "59e6227d86f77440d64f5dc2", "59e89d0986f77427600d226e", "6087e2a5232e5a31c233d552", "5649b2314bdc2d79388b4576", "5b222d335acfc4771e1be099"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59d6088586f774275f374838", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "59d6088586f774275f37482f", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["59e5d83b86f7745aed03d262", "5a01c29586f77474660c694c", "5ac66bea5acfc43b321d4aec", "59d625f086f774661516605d", "5b1fd4e35acfc40018633c39", "5a0060fc86f7745793204432", "59e5f5a486f7746c530b3ce2", "5b1fb3e15acfc4001637f068", "59d6272486f77466146386ff", "5e21a3c67e40bd02257a008a", "5cbdc23eae9215001136a407", "5c6175362e221600133e3b94", "59fafc5086f7740dbe19f6c3", "59fafc9386f774067d462453", "5cfe8010d7ad1a59283b14c6"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "59d6088586f774275f37483a", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "59d6088586f774275f37482f", + "_props": { + "filters": [{ + "Filter": ["5648ac824bdc2ded0b8b457d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a0f0a41fcdbcbcae6687242", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "59d6088586f774275f37482f", + "_props": { + "filters": [{ + "Filter": ["5a0f096dfcdbcb0176308b15"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.8, + "Weight": 2.092, + "Width": 4, + "ammoCaliber": "Caliber762x39", + "bEffDist": 400, + "bFirerate": 600, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5656d7c34bdc2d9d198b4587", + "defMagType": "59d625f086f774661516605d", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "59d625f086f774661516605d": { + "_id": "59d625f086f774661516605d", + "_name": "mag_ak_izhmash_ak_std_55_762x39_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "59d625f086f774661516605e", + "_max_count": 30, + "_name": "cartridges", + "_parent": "59d625f086f774661516605d", + "_props": { + "filters": [{ + "Filter": ["59e655cb86f77411dc52a77b", "59e6542b86f77411dc52a77a", "59e6658b86f77411d949b250", "5f0596629e22f464da6bbdd9", "59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1763, + "Description": "mag_ak_izhmash_ak_std_55_762x39_30", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ak_izhmash_ak_std_55_762x39_30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ak_izhmash_ak_std_55_762x39_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ak_izhmash_ak_std_55_762x39_30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.37, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "59d6272486f77466146386ff": { + "_id": "59d6272486f77466146386ff", + "_name": "mag_ak_magpul_pmag_30_ak_akm_gen_m3_762x39_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "59d6272486f7746614638700", + "_max_count": 30, + "_name": "cartridges", + "_parent": "59d6272486f77466146386ff", + "_props": { + "filters": [{ + "Filter": ["59e655cb86f77411dc52a77b", "59e6542b86f77411dc52a77a", "59e6658b86f77411d949b250", "5f0596629e22f464da6bbdd9", "59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 3183, + "Description": "mag_ak_magpul_pmag_30_ak_akm_gen_m3_762x39_30", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1.5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": -10, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ak_magpul_pmag_30_ak_akm_gen_m3_762x39_30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ak_magpul_pmag_30_ak_akm_gen_m3_762x39_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ak_magpul_pmag_30_ak_akm_gen_m3_762x39_30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.2, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "59d64ec286f774171d1e0a42": { + "_id": "59d64ec286f774171d1e0a42", + "_name": "gas_block_ak_izhmash_akm_std", + "_parent": "56ea9461d2720b67698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2055, + "Description": "gas_block_ak_izhmash_akm_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 50, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "gas_block_ak_izhmash_akm_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/gasblock/gas_block_ak_izhmash_akm_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "gas_block_ak_izhmash_akm_std", + "SightingRange": 0, + "Slots": [{ + "_id": "59d64ec286f774171d1e0a43", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "59d64ec286f774171d1e0a42", + "_props": { + "filters": [{ + "Filter": ["5cf4e3f3d7f00c06595bc7f0", "5648ae314bdc2d3d1c8b457f", "5d2c829448f0353a5c7d6674", "5b800e9286f7747a8b04f3ff", "5b80242286f77429445e0b47", "5cbda392ae92155f3c17c39f", "5cbda9f4ae9215000e5b9bfc", "5648b0744bdc2d363b8b4578", "5648b1504bdc2d9d488b4584", "59d64f2f86f77417193ef8b3", "57cff947245977638e6f2a19", "57cffd8224597763b03fc609", "57cffddc24597763133760c6", "57cffe0024597763b03fc60b", "57cffe20245977632f391a9d", "5c9a07572e221644f31c4b32", "5c9a1c3a2e2216000e69fb6a", "5c9a1c422e221600106f69f0", "59e6284f86f77440d569536f", "59e898ee86f77427614bd225", "5a9d56c8a2750c0032157146", "5d1b198cd7ad1a604869ad72", "5d4aaa73a4b9365392071175", "5d4aaa54a4b9365392071170", "5f6331e097199b7db2128dc2", "5c17664f2e2216398b5a7e3c", "5c617a5f2e2216000f1e81b3", "5648b4534bdc2d3d1c8b4580", "5efaf417aeb21837e749c7f2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 23, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.12, + "Width": 1 + }, + "_proto": "56ea8d2fd2720b7c698b4570", + "_type": "Item" + }, + "59d64f2f86f77417193ef8b3": { + "_id": "59d64f2f86f77417193ef8b3", + "_name": "handguard_ak_izhmash_akm_std_wood", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 808, + "Description": "handguard_ak_izhmash_akm_std_wood", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1.4, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_izhmash_akm_std_wood", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_izhmash_akm_std_wood.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_izhmash_akm_std_wood", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.26, + "Width": 1 + }, + "_proto": "5648ae314bdc2d3d1c8b457f", + "_type": "Item" + }, + "59d64fc686f774171b243fe2": { + "_id": "59d64fc686f774171b243fe2", + "_name": "muzzle_ak_izhmash_akm_std_762x39", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 608, + "Description": "muzzle_ak_izhmash_akm_std_762x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ak_izhmash_akm_std_762x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ak_izhmash_akm_std_762x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -7, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ak_izhmash_akm_std_762x39", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.02, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "59d6507c86f7741b846413a2": { + "_id": "59d6507c86f7741b846413a2", + "_name": "reciever_ak_izhmash_akm_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1014, + "Description": "reciever_ak_izhmash_akm_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_ak_izhmash_akm_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_ak_izhmash_akm_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_ak_izhmash_akm_std", + "SightingRange": 0, + "Slots": [{ + "_id": "59d6507c86f7741b846413a3", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "59d6507c86f7741b846413a2", + "_props": { + "filters": [{ + "Filter": [], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.088, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "59d650cf86f7741b846413a4": { + "_id": "59d650cf86f7741b846413a4", + "_name": "sight_rear_ak_izhmash_akm_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 482, + "CustomAimPlane": "", + "Description": "sight_rear_ak_izhmash_akm_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_ak_izhmash_akm_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_ak_izhmash_akm_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_ak_izhmash_akm_std", + "SightModesCount": 1, + "SightingRange": 500, + "Slots": [{ + "_id": "5a0eda49fcdbcb001912fa61", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "59d650cf86f7741b846413a4", + "_props": { + "filters": [{ + "Filter": ["5a0ed824fcdbcb0176308b0d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.025, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d5f46a4bdc2d1b198b4567", + "_type": "Item" + }, + "59d6514b86f774171a068a08": { + "_id": "59d6514b86f774171a068a08", + "_name": "stock_ak_izhmash_akm_std_wood", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2568, + "Description": "stock_ak_izhmash_akm_std_wood", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak_izhmash_akm_std_wood", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ak_izhmash_akm_std_wood.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": -33, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak_izhmash_akm_std_wood", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5a0d574c1526d8dba31fe3bb", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "59d6514b86f774171a068a08", + "_props": { + "filters": [{ + "Filter": ["5a0c59791526d8dba737bba7"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.45, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "59d790f486f77403cb06aec6": { + "_id": "59d790f486f77403cb06aec6", + "_name": "flashlight_armytek_predator_pro_v3_xhp35_hi", + "_parent": "55818b084bdc2d5b648b4571", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6049, + "Description": "flashlight_armytek_predator_pro_v3_xhp35_hi", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": 2, + "Name": "flashlight_armytek_predator_pro_v3_xhp35_hi", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/flashlights/flashlight_armytek_predator_pro_v3_xhp35_hi.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "flashlight_armytek_predator_pro_v3_xhp35_hi", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.12, + "Width": 1 + }, + "_proto": "57d17c5e2459775a5c57d17d", + "_type": "Item" + }, + "59db3a1d86f77429e05b4e92": { + "_id": "59db3a1d86f77429e05b4e92", + "_name": "pistolgrip_ar15_naroh_arms_gral_s", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 12012, + "Description": "pistolgrip_ar15_naroh_arms_gral_s", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 15, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ar15_naroh_arms_gral_s", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ar15_naroh_arms_gral_s.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ar15_naroh_arms_gral_s", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.092, + "Width": 1 + }, + "_proto": "55802f5d4bdc2dac148b458f", + "_type": "Item" + }, + "59db3acc86f7742a2c4ab912": { + "_id": "59db3acc86f7742a2c4ab912", + "_name": "pistolgrip_ar15_stark_ar_rifle_grip_blk", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4600, + "Description": "pistolgrip_ar15_stark_ar_rifle_grip_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 11, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ar15_stark_ar_rifle_grip_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ar15_stark_ar_rifle_grip_blk.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ar15_stark_ar_rifle_grip_blk", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.09, + "Width": 1 + }, + "_proto": "55802f5d4bdc2dac148b458f", + "_type": "Item" + }, + "59db3b0886f77429d72fb895": { + "_id": "59db3b0886f77429d72fb895", + "_name": "pistolgrip_ar15_stark_ar_rifle_grip_fde", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4600, + "Description": "pistolgrip_ar15_stark_ar_rifle_grip_fde", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 11, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ar15_stark_ar_rifle_grip_fde", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ar15_stark_ar_rifle_grip_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ar15_stark_ar_rifle_grip_fde", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.09, + "Width": 1 + }, + "_proto": "55802f5d4bdc2dac148b458f", + "_type": "Item" + }, + "59db794186f77448bc595262": { + "_id": "59db794186f77448bc595262", + "_name": "Epsilon container", + "_parent": "5448bf274bdc2dfc2f8b456a", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": false, + "CanSellOnRagfair": false, + "CantRemoveFromSlotsDuringRaid": ["SecuredContainer"], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1100000, + "Description": "", + "DiscardingBlock": true, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "59db794186f77448bc595263", + "_name": "main", + "_parent": "59db794186f77448bc595262", + "_props": { + "cellsH": 4, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5a341c4086f77401f2541505", "55818aeb4bdc2ddc698b456a", "5b3b6dc75acfc47a8773fb1e", "5a1ead28fcdbcb001912fa9f", "587e08ee245977446b4410cf", "5c0695860db834001b735461", "5a16b93dfcdbcbcae6687261", "5a16b8a9fcdbcb00165aa6ca", "5c11046cd174af02a012e42b", "5448bf274bdc2dfc2f8b456a"], + "Filter": ["5448eb774bdc2d0a728b4567", "543be5f84bdc2dd4348b456a", "5448fe124bdc2da5018b4567", "60b0f6c058e0b0481a09ad11", "59fafd4b86f7745ca07e1232", "5d235bb686f77443f4331278", "5c093e3486f77430cb02e593", "590c60fc86f77412b13fddcf", "5783c43d2459774bbe137486", "543be6674bdc2df1348b4569", "5448ecbe4bdc2d60728b4568", "543be5e94bdc2df1348b4568", "5447e1d04bdc2dff2f8b4567", "567849dd4bdc2d150f8b456e", "543be5664bdc2dd4348b4569", "5447e0e74bdc2d3c308b4567", "5661632d4bdc2d903d8b456b", "543be5cb4bdc2deb348b4568", "543be6564bdc2df4348b4568"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 2, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_case", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Защищенный контейнер Эпсилон", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/prefabs/levelobjects/outdoor/plastic_suitcase_set/plastic_suitcase_54_p.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "techno_box_looting_01", + "SendToClient": false, + "ShortName": "E-secured", + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.5, + "Width": 4, + "containType": [], + "isSecured": true, + "lootFilter": [], + "maxCountSpawn": 0, + "minCountSpawn": 0, + "openedByKeyID": [], + "sizeHeight": 2, + "sizeWidth": 4, + "spawnRarity": "Common", + "spawnTypes": "None" + }, + "_proto": "544a11ac4bdc2d470e8b456a", + "_type": "Item" + }, + "59db7e1086f77448be30ddf3": { + "_id": "59db7e1086f77448be30ddf3", + "_name": "scope_base_trijicon_acog_ta11_3,5x35", + "_parent": "55818add4bdc2d5b648b456f", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.2143]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 23476, + "CustomAimPlane": "", + "Description": "scope_base_trijicon_acog_ta11_3,5x35", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_base_trijicon_acog_ta11_3,5x35", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_base_trijicon_acog_ta11_3,5x35.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_base_trijicon_acog_ta11_3,5x35", + "SightModesCount": 1, + "SightingRange": 800, + "Slots": [{ + "_id": "59db7e1086f77448be30ddf4", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "59db7e1086f77448be30ddf3", + "_props": { + "filters": [{ + "Filter": ["5a33bab6c4a28200741e22f8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.396, + "Width": 2, + "Zooms": [[3.5]], + "aimingSensitivity": 0.2, + "sightModType": "optic" + }, + "_proto": "544a3f024bdc2d1d388b4568", + "_type": "Item" + }, + "59db7eed86f77461f8380365": { + "_id": "59db7eed86f77461f8380365", + "_name": "mount_all_trijicon_ta51", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4268, + "Description": "mount_all_trijicon_ta51", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_all_trijicon_ta51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_all_trijicon_ta51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_all_trijicon_ta51", + "SightingRange": 0, + "Slots": [{ + "_id": "59db7eed86f77461f8380366", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "59db7eed86f77461f8380365", + "_props": { + "filters": [{ + "Filter": ["5c05293e0db83400232fff80", "5c052a900db834001a66acbd", "59db7e1086f77448be30ddf3"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.113, + "Width": 1 + }, + "_proto": "577d128124597739d65d0e56", + "_type": "Item" + }, + "59e0bdb186f774156f04ce82": { + "_id": "59e0bdb186f774156f04ce82", + "_name": "mount_keymod_vltor_2_inch_casv_rail_section", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1581, + "Description": "mount_keymod_vltor_2_inch_casv_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_vltor_2_inch_casv_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_keymod_vltor_2_inch_casv_rail_section.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_vltor_2_inch_casv_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "59e0bdb186f774156f04ce83", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "59e0bdb186f774156f04ce82", + "_props": { + "filters": [{ + "Filter": ["5cc9c20cd7f00c001336c65d", "5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.065, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "59e0be5d86f7742d48765bd2": { + "_id": "59e0be5d86f7742d48765bd2", + "_name": "mount_keymod_vltor_4_inch_casv_rail_section", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1777, + "Description": "mount_keymod_vltor_4_inch_casv_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_vltor_4_inch_casv_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_keymod_vltor_4_inch_casv_rail_section.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_vltor_4_inch_casv_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "59e0be5d86f7742d48765bd3", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "59e0be5d86f7742d48765bd2", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "59e0bed186f774156f04ce84": { + "_id": "59e0bed186f774156f04ce84", + "_name": "mount_keymod_vltor_6_inch_casv_rail_section", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2125, + "Description": "mount_keymod_vltor_6_inch_casv_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_vltor_6_inch_casv_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_keymod_vltor_6_inch_casv_rail_section.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_vltor_6_inch_casv_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "59e0bed186f774156f04ce85", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "59e0bed186f774156f04ce84", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5a7dbfc1159bd40016548fde", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.075, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "59e0d99486f7744a32234762": { + "_id": "59e0d99486f7744a32234762", + "_name": "patron_762x39_BP", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 63, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x39", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 299, + "Damage": 58, + "Description": "patron_762x39_BP", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.45, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.12, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 730, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.3668, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_762x39_BP", + "NotShownInSlot": false, + "PenetrationChance": 0.84, + "PenetrationPower": 47, + "PenetrationPowerDiviation": 2, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x39_bp.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.315, + "SendToClient": false, + "ShortName": "patron_762x39_BP", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 5, + "SpeedRetardation": 0.000025, + "StackMaxRandom": 60, + "StackMaxSize": 60, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": -3, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 5, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "7.62x39 мм БП", + "casingSounds": "rifle556" + }, + "_proto": "56dff338d2720bbd668b4569", + "_type": "Item" + }, + "59e3556c86f7741776641ac2": { + "_id": "59e3556c86f7741776641ac2", + "_name": "item_barter_household_bleach", + "_parent": "57864c322459775490116fbf", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5988, + "Description": "Bleach", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 15, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Bleach", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_household_bleach/item_barter_household_bleach.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Bleach", + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1 + }, + "_proto": "57347cd0245977445a2d6ff1", + "_type": "Item" + }, + "59e3577886f774176a362503": { + "_id": "59e3577886f774176a362503", + "_name": "item_food_sugar", + "_parent": "5448e8d04bdc2ddf718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 16489, + "Description": "Сахар", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 10, + "MaxResource": 70, + "MergesWithChildren": false, + "Name": "Сахар", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_sugar/item_sugar_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Сахар", + "SpawnChance": 9, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_sugar/item_food_sugar_container.bundle", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 70 + }, + "Hydration": { + "value": -45 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 9 + }, + "_proto": "544fb6cc4bdc2d34748b456e", + "_type": "Item" + }, + "59e358a886f7741776641ac3": { + "_id": "59e358a886f7741776641ac3", + "_name": "item_barter_household_wiper", + "_parent": "57864c322459775490116fbf", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7118, + "Description": "Wiper", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 15, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Wiper", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_household_wiper/item_barter_household_wiper.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Wiper", + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1 + }, + "_proto": "57347cd0245977445a2d6ff1", + "_type": "Item" + }, + "59e3596386f774176c10a2a2": { + "_id": "59e3596386f774176c10a2a2", + "_name": "item_barter_household_antiinsect", + "_parent": "57864c322459775490116fbf", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5892, + "Description": "Antiinsect", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 15, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Antiinsect", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_household_antiinsect/item_barter_household_antiinsect.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Antiinsect", + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1 + }, + "_proto": "57347cd0245977445a2d6ff1", + "_type": "Item" + }, + "59e35abd86f7741778269d82": { + "_id": "59e35abd86f7741778269d82", + "_name": "item_barter_household_soda", + "_parent": "57864c322459775490116fbf", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 10200, + "Description": "сода", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 15, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "сода", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_household_soda/item_barter_household_soda.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "сода", + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1 + }, + "_proto": "57347cd0245977445a2d6ff1", + "_type": "Item" + }, + "59e35cbb86f7741778269d83": { + "_id": "59e35cbb86f7741778269d83", + "_name": "item_barter_building_hose", + "_parent": "57864ada245977548638de91", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 12201, + "Description": "hose", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 5, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "hose", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_building_hose/item_barter_building_hose.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "hose", + "SpawnChance": 14, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.6, + "Width": 2 + }, + "_proto": "573478bc24597738002c6175", + "_type": "Item" + }, + "59e35de086f7741778269d84": { + "_id": "59e35de086f7741778269d84", + "_name": "item_barter_electr_drill", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 19943, + "Description": "Drill", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 60, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Drill", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_drill/item_barter_electr_drill.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Drill", + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.2, + "Width": 2 + }, + "_proto": "5672cb724bdc2dc2088b456b", + "_type": "Item" + }, + "59e35ef086f7741777737012": { + "_id": "59e35ef086f7741777737012", + "_name": "item_barter_building_screw", + "_parent": "57864ada245977548638de91", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3140, + "Description": "item_barter_building_screw", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Screw", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_building_screw/item_barter_building_screw.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_building_screw", + "SpawnChance": 16, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1 + }, + "_proto": "590c31c586f774245e3141b2", + "_type": "Item" + }, + "59e3606886f77417674759a5": { + "_id": "59e3606886f77417674759a5", + "_name": "item_barter_medical_nacl", + "_parent": "57864c8c245977548867e7f1", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8508, + "Description": "item_barter_medical_nacl", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_medical_nacl", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_medical_nacl/item_barter_medical_nacl.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_medical_nacl", + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.4, + "Width": 1 + }, + "_type": "Item" + }, + "59e361e886f774176c10a2a5": { + "_id": "59e361e886f774176c10a2a5", + "_name": "item_barter_medical_h2o2", + "_parent": "57864c8c245977548867e7f1", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 12168, + "Description": "h2o2", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "h2o2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_medical_h2o2/item_barter_medical_h2o2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "h2o2", + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1 + }, + "_proto": "59e3606886f77417674759a5", + "_type": "Item" + }, + "59e3639286f7741777737013": { + "_id": "59e3639286f7741777737013", + "_name": "item_barter_valuable_lion", + "_parent": "57864a3d24597754843f8721", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 162935, + "Description": "lion", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 30, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "lion", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_valuable_lion/item_barter_valuable_lion.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "lion", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 7.2, + "Width": 3 + }, + "_proto": "5734781f24597737e04bf32a", + "_type": "Item" + }, + "59e3647686f774176a362507": { + "_id": "59e3647686f774176a362507", + "_name": "item_barter_valuable_woodclock", + "_parent": "57864a3d24597754843f8721", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 63316, + "Description": "wood clock", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 80, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "wood clock", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_valuable_woodclock/item_barter_valuable_woodclock.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "wood clock", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 3, + "Width": 2 + }, + "_proto": "5734781f24597737e04bf32a", + "_type": "Item" + }, + "59e3658a86f7741776641ac4": { + "_id": "59e3658a86f7741776641ac4", + "_name": "item_barter_valuable_cat", + "_parent": "57864a3d24597754843f8721", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 47308, + "Description": "cat", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 3, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 60, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "cat", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_valuable_cat/item_barter_valuable_cat.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "cat", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 3.1, + "Width": 1 + }, + "_proto": "5734781f24597737e04bf32a", + "_type": "Item" + }, + "59e366c186f7741778269d85": { + "_id": "59e366c186f7741778269d85", + "_name": "item_barter_building_plexiglass", + "_parent": "57864ada245977548638de91", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8658, + "Description": "plexiglass", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 5, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "plexiglass", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_building_plexiglass/item_barter_building_plexiglass.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "plexiglass", + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.7, + "Width": 1 + }, + "_proto": "573478bc24597738002c6175", + "_type": "Item" + }, + "59e36c6f86f774176c10a2a7": { + "_id": "59e36c6f86f774176c10a2a7", + "_name": "item_barter_electr_powercord", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 12623, + "Description": "powercord", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_plastic", + "LootExperience": 30, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "powercord", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_powercord/item_barter_electr_powercord.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "powercord", + "SpawnChance": 9, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.6, + "Width": 2 + }, + "_proto": "5734773724597737fd047c14", + "_type": "Item" + }, + "59e4cf5286f7741778269d8a": { + "_id": "59e4cf5286f7741778269d8a", + "_name": "patron_762x39_T45M", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 46, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x39", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 58, + "Damage": 62, + "Description": "patron_762x39_T45M", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.12, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 720, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 4, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_762x39_T45M", + "NotShownInSlot": false, + "PenetrationChance": 0.63, + "PenetrationPower": 30, + "PenetrationPowerDiviation": 0.27, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x39_t45m.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.35, + "SendToClient": false, + "ShortName": "patron_762x39_T45M", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 7, + "SpeedRetardation": 0.000025, + "StackMaxRandom": 60, + "StackMaxSize": 60, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": true, + "TracerColor": "red", + "TracerDistance": 0.5, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": -4, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -6, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "7.62x39 мм T45M", + "casingSounds": "rifle556" + }, + "_proto": "56dff338d2720bbd668b4569", + "_type": "Item" + }, + "59e4d24686f7741776641ac7": { + "_id": "59e4d24686f7741776641ac7", + "_name": "patron_762x39_US", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 42, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x39", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 134, + "Damage": 56, + "Description": "patron_762x39_US", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 0.8, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.075, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 300, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.28, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_762x39_US", + "NotShownInSlot": false, + "PenetrationChance": 0.52, + "PenetrationPower": 29, + "PenetrationPowerDiviation": 0.22, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x39_us.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.358, + "SendToClient": false, + "ShortName": "patron_762x39_US", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 10, + "SpeedRetardation": 0.000025, + "StackMaxRandom": 60, + "StackMaxSize": 60, + "StackMinRandom": 10, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": 5, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -30, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "7.62x39 мм БП", + "casingSounds": "rifle556" + }, + "_proto": "56dff338d2720bbd668b4569", + "_type": "Item" + }, + "59e4d3d286f774176a36250a": { + "_id": "59e4d3d286f774176a36250a", + "_name": "patron_762x39_HP", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 35, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x39", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 60, + "Damage": 87, + "Description": "patron_762x39_HP", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.2625, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.15, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 754, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.15, + "LootExperience": 0, + "MalfunctionChance": 0.28, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_762x39_HP", + "NotShownInSlot": false, + "PenetrationChance": 0.56, + "PenetrationPower": 15, + "PenetrationPowerDiviation": 0.72, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x39_hp.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.175, + "SendToClient": false, + "ShortName": "patron_762x39_HP", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 8, + "SpeedRetardation": 0.000015, + "StackMaxRandom": 50, + "StackMaxSize": 60, + "StackMinRandom": 10, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.016, + "Width": 1, + "ammoAccr": -5, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "7.62x39 мм ПС", + "casingSounds": "rifle762" + }, + "_proto": "5656d7c34bdc2d9d198b4587", + "_type": "Item" + }, + "59e5d83b86f7745aed03d262": { + "_id": "59e5d83b86f7745aed03d262", + "_name": "mag_ak_custom_sawed_off_762x39_10", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "59e5d83c86f7745aed03d263", + "_max_count": 10, + "_name": "cartridges", + "_parent": "59e5d83b86f7745aed03d262", + "_props": { + "filters": [{ + "Filter": ["59e655cb86f77411dc52a77b", "59e6542b86f77411dc52a77a", "59e6658b86f77411d949b250", "5f0596629e22f464da6bbdd9", "59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": -30, + "ConflictingItems": [], + "CreditsPrice": 998, + "Description": "mag_ak_custom_sawed_off_762x39_10", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": -10, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ak_custom_sawed_off_762x39_10", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ak_custom_sawed_off_762x39_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ak_custom_sawed_off_762x39_10", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.2, + "Width": 1, + "magAnimationIndex": 3 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "59e5f5a486f7746c530b3ce2": { + "_id": "59e5f5a486f7746c530b3ce2", + "_name": "mag_ak_izhmash_rpk_std_61_sector_762x39_40", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "59e5f5a486f7746c530b3ce3", + "_max_count": 40, + "_name": "cartridges", + "_parent": "59e5f5a486f7746c530b3ce2", + "_props": { + "filters": [{ + "Filter": ["59e655cb86f77411dc52a77b", "59e6542b86f77411dc52a77a", "59e6658b86f77411d949b250", "5f0596629e22f464da6bbdd9", "59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 20, + "ConflictingItems": [], + "CreditsPrice": 2488, + "Description": "mag_ak_izhmash_rpk_std_61_sector_762x39_40", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -7, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 2, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 3, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ak_izhmash_rpk_std_61_sector_762x39_40", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ak_izhmash_rpk_std_61_sector_762x39_40.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ak_izhmash_rpk_std_61_sector_762x39_40", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.46, + "Width": 1, + "magAnimationIndex": 1 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "59e6152586f77473dc057aa1": { + "_id": "59e6152586f77473dc057aa1", + "_name": "weapon_molot_vepr_km_vpo_136_762x39", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.19, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.17, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.061, + "Chambers": [{ + "_id": "59e6152586f77473dc057aa2", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "59e6152586f77473dc057aa1", + "_props": { + "filters": [{ + "Filter": ["59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.2, + "CoolFactor": 1, + "CreditsPrice": 18978, + "Description": "weapon_molot_vepr_km_vpo_136_762x39", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 30, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_molot_vepr_km_vpo_136_762x39", + "NotShownInSlot": false, + "OperatingResource": 3900, + "Prefab": { + "path": "assets/content/weapons/akm/weapon_molot_vepr_km_vpo_136_762x39_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 85, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": 0 + }, + "RecoilForceBack": 448, + "RecoilForceUp": 193, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 95, + "RepairSpeed": 5, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.27, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "weapon_molot_vepr_km_vpo_136_762x39", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "59e6152586f77473dc057aa3", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "59e6152586f77473dc057aa1", + "_props": { + "filters": [{ + "Filter": ["5a01ad4786f77450561fda02", "59c6633186f7740cf0493bb9", "59d64ec286f774171d1e0a42", "59e649f986f77411d949b246", "5b237e425acfc4771e1be0b6", "59ccfdba86f7747f2109a587", "5cf656f2d7f00c06585fb6eb", "5d4aab30a4b9365435358c55"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "59e6152586f77473dc057aa4", + "_mergeSlotWithChildren": false, + "_name": "mod_launcher", + "_parent": "59e6152586f77473dc057aa1", + "_props": { + "filters": [{ + "Filter": ["5648b62b4bdc2d9d488b4585"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59e6152586f77473dc057aa5", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "59e6152586f77473dc057aa1", + "_props": { + "filters": [{ + "Filter": ["59d64fc686f774171b243fe2", "5a0d716f1526d8000d26b1e2", "5f633f68f5750b524b45f112", "5c878ebb2e2216001219d48a", "59e61eb386f77440d64f5daf", "59e8a00d86f7742ad93b569c", "5a9ea27ca2750c00137fa672", "5c7951452e221644f31bfd5c", "5a0abb6e1526d8000a025282", "59bffc1f86f77435b128b872", "593d489686f7745c6255d58a", "5a0d63621526d8dba31fe3bf", "5a9fbacda2750c00141e080f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59e6152586f77473dc057aa6", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "59e6152586f77473dc057aa1", + "_props": { + "filters": [{ + "Filter": ["5f6341043ada5942720e2dc5", "6087e663132d4d12c81fd96b", "5beec8ea0db834001a6f9dbf", "5649ad3f4bdc2df8348b4585", "5649ade84bdc2d1b2b8b4587", "59e62cc886f77440d40b52a1", "5a0071d486f77404e23a12b2", "57e3dba62459770f0c32322b", "5cf54404d7f00c108840b2ef", "5e2192a498a36665e8337386", "5b30ac585acfc433000eb79c", "59e6318286f77444dd62c4cc", "5cf50850d7f00c056e24104c", "5cf508bfd7f00c056e24104e", "5947f92f86f77427344a76b1", "5947fa2486f77425b47c1a9b", "5c6bf4aa2e2216001219b0ae", "5649ae4a4bdc2d1b2b8b4588", "5998517986f7746017232f7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "59e6152586f77473dc057aa7", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "59e6152586f77473dc057aa1", + "_props": { + "filters": [{ + "Filter": ["5d2c76ed48f03532f2136169", "5d2c770c48f0354b4a07c100", "59d6507c86f7741b846413a2", "59e6449086f7746c9f75e822", "5d2c772c48f0355d95672c25", "5649af884bdc2d1b2b8b4589"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59e6152586f77473dc057aa8", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "59e6152586f77473dc057aa1", + "_props": { + "filters": [{ + "Filter": ["59d650cf86f7741b846413a4", "5a0eb980fcdbcb001a3b00a6", "5649d9a14bdc2d79388b4580"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59e6152586f77473dc057aa9", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "59e6152586f77473dc057aa1", + "_props": { + "filters": [{ + "Filter": ["5649b0fc4bdc2d17108b4588", "5cbdb1b0ae9215000d50e105", "5649b1c04bdc2d16268b457c", "5cf518cfd7f00c065b422214", "5b04473a5acfc40018632f70", "5e217ba4c1434648c13568cd", "59d6514b86f774171a068a08", "5b0e794b5acfc47a877359b2", "59e6227d86f77440d64f5dc2", "59e89d0986f77427600d226e", "6087e2a5232e5a31c233d552", "5649b2314bdc2d79388b4576", "5b222d335acfc4771e1be099"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59e6152586f77473dc057aaa", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "59e6152586f77473dc057aa1", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["59e5d83b86f7745aed03d262", "5a01c29586f77474660c694c", "5ac66bea5acfc43b321d4aec", "59d625f086f774661516605d", "5b1fd4e35acfc40018633c39", "5a0060fc86f7745793204432", "59e5f5a486f7746c530b3ce2", "5b1fb3e15acfc4001637f068", "59d6272486f77466146386ff", "5e21a3c67e40bd02257a008a", "5cbdc23eae9215001136a407", "5c6175362e221600133e3b94", "59fafc5086f7740dbe19f6c3", "59fafc9386f774067d462453", "5cfe8010d7ad1a59283b14c6"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "59e6152586f77473dc057aab", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "59e6152586f77473dc057aa1", + "_props": { + "filters": [{ + "Filter": ["5648ac824bdc2ded0b8b457d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a0f0b04fcdbcbcae6687243", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "59e6152586f77473dc057aa1", + "_props": { + "filters": [{ + "Filter": ["5a0f096dfcdbcb0176308b15"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.8, + "Weight": 2.092, + "Width": 4, + "ammoCaliber": "Caliber762x39", + "bEffDist": 400, + "bFirerate": 600, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5656d7c34bdc2d9d198b4587", + "defMagType": "59d625f086f774661516605d", + "durabSpawnMax": 65, + "durabSpawnMin": 15, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "59e61eb386f77440d64f5daf": { + "_id": "59e61eb386f77440d64f5daf", + "_name": "muzzle_ak_molot_vepr_km_vpo_136_762x39", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 600, + "Description": "muzzle_ak_molot_vepr_km_vpo_136_762x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ak_molot_vepr_km_vpo_136_762x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ak_molot_vepr_km_vpo_136_762x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -6, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ak_molot_vepr_km_vpo_136_762x39", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.02, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "59e6227d86f77440d64f5dc2": { + "_id": "59e6227d86f77440d64f5dc2", + "_name": "stock_ak_molot_vepr_km_vpo_136", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1824, + "Description": "stock_ak_molot_vepr_km_vpo_136", + "DiscardingBlock": false, + "Durability": 90, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak_molot_vepr_km_vpo_136", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ak_molot_vepr_km_vpo_136.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": -33, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak_molot_vepr_km_vpo_136", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5a0d577f1526d805dc1ebada", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "59e6227d86f77440d64f5dc2", + "_props": { + "filters": [{ + "Filter": ["5a0c59791526d8dba737bba7"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.45, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "59e6284f86f77440d569536f": { + "_id": "59e6284f86f77440d569536f", + "_name": "handguard_ak_molot_vepr_km_vpo_136", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 801, + "Description": "handguard_ak_molot_vepr_km_vpo_136", + "DiscardingBlock": false, + "Durability": 90, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1.4, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_molot_vepr_km_vpo_136", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_molot_vepr_km_vpo_136.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_molot_vepr_km_vpo_136", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.26, + "Width": 1 + }, + "_proto": "5648ae314bdc2d3d1c8b457f", + "_type": "Item" + }, + "59e62cc886f77440d40b52a1": { + "_id": "59e62cc886f77440d40b52a1", + "_name": "pistolgrip_ak_izhmash_akm_bakelit", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 701, + "Description": "pistolgrip_ak_izhmash_akm_bakelit", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ak_izhmash_akm_bakelit", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ak_izhmash_akm_bakelit.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ak_izhmash_akm_bakelit", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "59e6318286f77444dd62c4cc": { + "_id": "59e6318286f77444dd62c4cc", + "_name": "pistolgrip_ak_molot_bakelit", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 768, + "Description": "pistolgrip_ak_molot_bakelit", + "DiscardingBlock": false, + "Durability": 90, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ak_molot_bakelit", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ak_molot_bakelit.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ak_molot_bakelit", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "59e6449086f7746c9f75e822": { + "_id": "59e6449086f7746c9f75e822", + "_name": "reciever_ak_molot_akm_type", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 998, + "Description": "reciever_ak_izhmash_akm_std", + "DiscardingBlock": false, + "Durability": 90, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_ak_izhmash_akm_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_ak_molot_akm_type.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_ak_izhmash_akm_std", + "SightingRange": 0, + "Slots": [{ + "_id": "59e6449086f7746c9f75e823", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "59e6449086f7746c9f75e822", + "_props": { + "filters": [{ + "Filter": [], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.088, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "59e649f986f77411d949b246": { + "_id": "59e649f986f77411d949b246", + "_name": "gas_block_ak_molot_vepr_km_vpo_136", + "_parent": "56ea9461d2720b67698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1977, + "Description": "gas_block_ak_molot_vepr_km_vpo_136", + "DiscardingBlock": false, + "Durability": 90, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 50, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "gas_block_ak_molot_vepr_km_vpo_136", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/gasblock/gas_block_ak_molot_vepr_km_vpo_136.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "gas_block_ak_molot_vepr_km_vpo_136", + "SightingRange": 0, + "Slots": [{ + "_id": "59e649f986f77411d949b247", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "59e649f986f77411d949b246", + "_props": { + "filters": [{ + "Filter": ["5cf4e3f3d7f00c06595bc7f0", "5648ae314bdc2d3d1c8b457f", "5d2c829448f0353a5c7d6674", "5b800e9286f7747a8b04f3ff", "5b80242286f77429445e0b47", "5cbda392ae92155f3c17c39f", "5cbda9f4ae9215000e5b9bfc", "5648b0744bdc2d363b8b4578", "5648b1504bdc2d9d488b4584", "59d64f2f86f77417193ef8b3", "57cff947245977638e6f2a19", "57cffd8224597763b03fc609", "57cffddc24597763133760c6", "57cffe0024597763b03fc60b", "57cffe20245977632f391a9d", "5c9a07572e221644f31c4b32", "5c9a1c3a2e2216000e69fb6a", "5c9a1c422e221600106f69f0", "59e6284f86f77440d569536f", "59e898ee86f77427614bd225", "5a9d56c8a2750c0032157146", "5d1b198cd7ad1a604869ad72", "5d4aaa73a4b9365392071175", "5d4aaa54a4b9365392071170", "5f6331e097199b7db2128dc2", "5c17664f2e2216398b5a7e3c", "5c617a5f2e2216000f1e81b3", "5648b4534bdc2d3d1c8b4580", "5efaf417aeb21837e749c7f2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 23, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.12, + "Width": 1 + }, + "_proto": "56ea8d2fd2720b7c698b4570", + "_type": "Item" + }, + "59e6542b86f77411dc52a77a": { + "_id": "59e6542b86f77411dc52a77a", + "_name": "patron_366_TKM_FMJ", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 48, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber366TKM", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 42, + "Damage": 98, + "Description": "patron_366_TKM_FMJ", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.25, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.25, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 580, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.2, + "LootExperience": 0, + "MalfunctionChance": 0.42, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_366_TKM_FMJ", + "NotShownInSlot": false, + "PenetrationChance": 0.12, + "PenetrationPower": 23, + "PenetrationPowerDiviation": 0.2, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_366tkm_fmj.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.065, + "SendToClient": false, + "ShortName": "patron_366_TKM_FMJ", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 6, + "SpeedRetardation": 0.000015, + "StackMaxRandom": 50, + "StackMaxSize": 50, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.016, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 10, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "7.62x39 мм ПС", + "casingSounds": "rifle762" + }, + "_proto": "5656d7c34bdc2d9d198b4587", + "_type": "Item" + }, + "59e655cb86f77411dc52a77b": { + "_id": "59e655cb86f77411dc52a77b", + "_name": "patron_366_TKM_EKO", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 40, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber366TKM", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 65, + "Damage": 73, + "Description": "patron_366_TKM_EKO", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.2, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.2, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 770, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.532, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_366_TKM_EKO", + "NotShownInSlot": false, + "PenetrationChance": 0.15, + "PenetrationPower": 30, + "PenetrationPowerDiviation": 0.5, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_366tkm_eko.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.1, + "SendToClient": false, + "ShortName": "patron_366_TKM_EKO", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 5, + "SpeedRetardation": 0.00007, + "StackMaxRandom": 50, + "StackMaxSize": 50, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": -10, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -15, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "7.62x39 мм ПС", + "casingSounds": "rifle762" + }, + "_proto": "5656d7c34bdc2d9d198b4587", + "_type": "Item" + }, + "59e6658b86f77411d949b250": { + "_id": "59e6658b86f77411d949b250", + "_name": "patron_366_TKM_Geksa", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 38, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber366TKM", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 57, + "Damage": 110, + "Description": "patron_366_TKM_Geksa", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.35, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.45, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.1, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 550, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.3, + "LootExperience": 0, + "MalfunctionChance": 0.42, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 5, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_366_TKM_Geksa", + "NotShownInSlot": false, + "PenetrationChance": 0.12, + "PenetrationPower": 14, + "PenetrationPowerDiviation": 0.1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_366tkm_geksa.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.05, + "SendToClient": false, + "ShortName": "patron_366_TKM_Geksa", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 4, + "SpeedRetardation": 0.000015, + "StackMaxRandom": 50, + "StackMaxSize": 50, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.016, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "7.62x39 мм ПС", + "casingSounds": "rifle762" + }, + "_proto": "5656d7c34bdc2d9d198b4587", + "_type": "Item" + }, + "59e6687d86f77411d949b251": { + "_id": "59e6687d86f77411d949b251", + "_name": "weapon_molot_akm_vpo_209_366_TKM", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.19, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.2, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.065, + "Chambers": [{ + "_id": "59e6687d86f77411d949b252", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "59e6687d86f77411d949b251", + "_props": { + "filters": [{ + "Filter": ["59e655cb86f77411dc52a77b", "59e6542b86f77411dc52a77a", "59e6658b86f77411d949b250", "5f0596629e22f464da6bbdd9"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.4, + "CoolFactor": 1, + "CreditsPrice": 21585, + "Description": "weapon_molot_akm_vpo_209_366_TKM", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 30, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_molot_akm_vpo_209_366_TKM", + "NotShownInSlot": false, + "OperatingResource": 3900, + "Prefab": { + "path": "assets/content/weapons/akm/weapon_molot_akm_vpo_209_366tkm_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": 0 + }, + "RecoilForceBack": 485, + "RecoilForceUp": 290, + "RecolDispersion": 35, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 97, + "RepairSpeed": 5, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.27, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "weapon_molot_akm_vpo_209_366_TKM", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "59e6687d86f77411d949b253", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "59e6687d86f77411d949b251", + "_props": { + "filters": [{ + "Filter": ["5a01ad4786f77450561fda02", "59c6633186f7740cf0493bb9", "59d64ec286f774171d1e0a42", "59e649f986f77411d949b246", "5b237e425acfc4771e1be0b6", "59ccfdba86f7747f2109a587", "5cf656f2d7f00c06585fb6eb", "5d4aab30a4b9365435358c55"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "59e6687d86f77411d949b254", + "_mergeSlotWithChildren": false, + "_name": "mod_launcher", + "_parent": "59e6687d86f77411d949b251", + "_props": { + "filters": [{ + "Filter": ["5648b62b4bdc2d9d488b4585"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59e6687d86f77411d949b255", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "59e6687d86f77411d949b251", + "_props": { + "filters": [{ + "Filter": ["59e8a00d86f7742ad93b569c", "5a9fbb74a2750c0032157181"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59e6687d86f77411d949b256", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "59e6687d86f77411d949b251", + "_props": { + "filters": [{ + "Filter": ["5f6341043ada5942720e2dc5", "6087e663132d4d12c81fd96b", "5beec8ea0db834001a6f9dbf", "5649ad3f4bdc2df8348b4585", "5649ade84bdc2d1b2b8b4587", "59e62cc886f77440d40b52a1", "5a0071d486f77404e23a12b2", "57e3dba62459770f0c32322b", "5cf54404d7f00c108840b2ef", "5e2192a498a36665e8337386", "5b30ac585acfc433000eb79c", "59e6318286f77444dd62c4cc", "5cf50850d7f00c056e24104c", "5cf508bfd7f00c056e24104e", "5947f92f86f77427344a76b1", "5947fa2486f77425b47c1a9b", "5c6bf4aa2e2216001219b0ae", "5649ae4a4bdc2d1b2b8b4588", "5998517986f7746017232f7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "59e6687d86f77411d949b257", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "59e6687d86f77411d949b251", + "_props": { + "filters": [{ + "Filter": ["5d2c76ed48f03532f2136169", "5d2c770c48f0354b4a07c100", "59d6507c86f7741b846413a2", "59e6449086f7746c9f75e822", "5d2c772c48f0355d95672c25", "5649af884bdc2d1b2b8b4589"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59e6687d86f77411d949b258", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "59e6687d86f77411d949b251", + "_props": { + "filters": [{ + "Filter": ["59e8977386f77415a553c453", "5649d9a14bdc2d79388b4580"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59e6687d86f77411d949b259", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "59e6687d86f77411d949b251", + "_props": { + "filters": [{ + "Filter": ["5649b0fc4bdc2d17108b4588", "5cbdb1b0ae9215000d50e105", "5649b1c04bdc2d16268b457c", "5cf518cfd7f00c065b422214", "5b04473a5acfc40018632f70", "5e217ba4c1434648c13568cd", "59d6514b86f774171a068a08", "5b0e794b5acfc47a877359b2", "59e6227d86f77440d64f5dc2", "59e89d0986f77427600d226e", "6087e2a5232e5a31c233d552", "5649b2314bdc2d79388b4576", "5b222d335acfc4771e1be099"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59e6687d86f77411d949b25a", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "59e6687d86f77411d949b251", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["59e5d83b86f7745aed03d262", "5a01c29586f77474660c694c", "5ac66bea5acfc43b321d4aec", "59d625f086f774661516605d", "5b1fd4e35acfc40018633c39", "5a0060fc86f7745793204432", "59e5f5a486f7746c530b3ce2", "5b1fb3e15acfc4001637f068", "59d6272486f77466146386ff", "5e21a3c67e40bd02257a008a", "5cbdc23eae9215001136a407", "5c6175362e221600133e3b94", "59fafc5086f7740dbe19f6c3", "59fafc9386f774067d462453", "5cfe8010d7ad1a59283b14c6"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "59e6687d86f77411d949b25b", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "59e6687d86f77411d949b251", + "_props": { + "filters": [{ + "Filter": ["5648ac824bdc2ded0b8b457d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a0f0ad1fcdbcb001912fa6c", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "59e6687d86f77411d949b251", + "_props": { + "filters": [{ + "Filter": ["5a0f096dfcdbcb0176308b15"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 12, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.8, + "Weight": 2.092, + "Width": 4, + "ammoCaliber": "Caliber366TKM", + "bEffDist": 300, + "bFirerate": 600, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "59e6542b86f77411dc52a77a", + "defMagType": "59d625f086f774661516605d", + "durabSpawnMax": 65, + "durabSpawnMin": 15, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "shotgun", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "59e68f6f86f7746c9f75e846": { + "_id": "59e68f6f86f7746c9f75e846", + "_name": "patron_556x45_M856", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 34, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber556x45NATO", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 128, + "Damage": 55, + "Description": "patron_556x45_M856", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.15, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.328, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 874, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 4, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_556x45_M856", + "NotShownInSlot": false, + "PenetrationChance": 0.55, + "PenetrationPower": 23, + "PenetrationPowerDiviation": 0.245, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_556x45_m856.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.38, + "SendToClient": false, + "ShortName": "patron_556x45_M856", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 7, + "SpeedRetardation": 0.000023, + "StackMaxRandom": 50, + "StackMaxSize": 60, + "StackMinRandom": 15, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": true, + "TracerColor": "red", + "TracerDistance": 0.5, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.012, + "Width": 1, + "ammoAccr": -2, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -2, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 11.77, + "casingName": "5.56x45 мм M193 FMJ", + "casingSounds": "rifle556" + }, + "_proto": "54527ac44bdc2d36668b4567", + "_type": "Item" + }, + "59e6906286f7746c9f75e847": { + "_id": "59e6906286f7746c9f75e847", + "_name": "patron_556x45_M856A1", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 52, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber556x45NATO", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 182, + "Damage": 51, + "Description": "patron_556x45_M856A1", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.328, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 940, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.3668, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_556x45_M856A1", + "NotShownInSlot": false, + "PenetrationChance": 0.55, + "PenetrationPower": 37, + "PenetrationPowerDiviation": 0.575, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_556x45_m856a1.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.38, + "SendToClient": false, + "ShortName": "patron_556x45_M856A1", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 8, + "SpeedRetardation": 0.000023, + "StackMaxRandom": 60, + "StackMaxSize": 60, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": true, + "TracerColor": "red", + "TracerDistance": 0.5, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.012, + "Width": 1, + "ammoAccr": -1, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 4, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 11.77, + "casingName": "5.56x45 мм M193 FMJ", + "casingSounds": "rifle556" + }, + "_proto": "54527ac44bdc2d36668b4567", + "_type": "Item" + }, + "59e690b686f7746c9f75e848": { + "_id": "59e690b686f7746c9f75e848", + "_name": "patron_556x45_M995", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 58, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber556x45NATO", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 345, + "Damage": 40, + "Description": "patron_556x45_M995", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.7, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.32, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 1013, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.3668, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_556x45_M995", + "NotShownInSlot": false, + "PenetrationChance": 0.6, + "PenetrationPower": 53, + "PenetrationPowerDiviation": 1.5, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_556x45_m995.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.36, + "SendToClient": false, + "ShortName": "patron_556x45_M995", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 2, + "SpeedRetardation": 0.000023, + "StackMaxRandom": 50, + "StackMaxSize": 60, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.012, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 8, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 11.77, + "casingName": "5.56x45 мм M193 FMJ", + "casingSounds": "rifle556" + }, + "_proto": "54527ac44bdc2d36668b4567", + "_type": "Item" + }, + "59e6918f86f7746c9f75e849": { + "_id": "59e6918f86f7746c9f75e849", + "_name": "patron_556x45_MK_255_Mod_0", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 32, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber556x45NATO", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 135, + "Damage": 60, + "Description": "patron_556x45_MK_255_Mod_0", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.03, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 936, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_556x45_MK_255_Mod_0", + "NotShownInSlot": false, + "PenetrationChance": 0.2, + "PenetrationPower": 17, + "PenetrationPowerDiviation": 5, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_556x45_mk_255_mod_0.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.1, + "SendToClient": false, + "ShortName": "patron_556x45_MK_255_Mod_0", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 6, + "SpeedRetardation": 0.000023, + "StackMaxRandom": 60, + "StackMaxSize": 60, + "StackMinRandom": 15, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.012, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 11.77, + "casingName": "5.56x45 мм M193 FMJ", + "casingSounds": "rifle556" + }, + "_proto": "54527ac44bdc2d36668b4567", + "_type": "Item" + }, + "59e6920f86f77411d82aa167": { + "_id": "59e6920f86f77411d82aa167", + "_name": "patron_556x45_55_FMJ", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 33, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber556x45NATO", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 85, + "Damage": 52, + "Description": "patron_556x45_55_FMJ", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.5, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 957, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.308, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_556x45_55_FMJ", + "NotShownInSlot": false, + "PenetrationChance": 0.425, + "PenetrationPower": 24, + "PenetrationPowerDiviation": 0.21, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_556x45_55_fmj.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.26, + "SendToClient": false, + "ShortName": "patron_556x45_55_FMJ", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 10, + "SpeedRetardation": 0.000023, + "StackMaxRandom": 50, + "StackMaxSize": 60, + "StackMinRandom": 15, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.012, + "Width": 1, + "ammoAccr": 10, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -5, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 11.77, + "casingName": "5.56x45 мм M193 FMJ", + "casingSounds": "rifle556" + }, + "_proto": "54527ac44bdc2d36668b4567", + "_type": "Item" + }, + "59e6927d86f77411da468256": { + "_id": "59e6927d86f77411da468256", + "_name": "patron_556x45_55_HP", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 22, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber556x45NATO", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 58, + "Damage": 75, + "Description": "patron_556x45_55_HP", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.7, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.15, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 947, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.15, + "LootExperience": 0, + "MalfunctionChance": 0.308, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_556x45_55_HP", + "NotShownInSlot": false, + "PenetrationChance": 0.4, + "PenetrationPower": 9, + "PenetrationPowerDiviation": 0.6, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_556x45_55_hp.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.2, + "SendToClient": false, + "ShortName": "patron_556x45_55_HP", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 10, + "SpeedRetardation": 0.000023, + "StackMaxRandom": 50, + "StackMaxSize": 60, + "StackMinRandom": 15, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.012, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 11.77, + "casingName": "5.56x45 мм M193 FMJ", + "casingSounds": "rifle556" + }, + "_proto": "54527ac44bdc2d36668b4567", + "_type": "Item" + }, + "59e7635f86f7742cbf2c1095": { + "_id": "59e7635f86f7742cbf2c1095", + "_name": "module_3m", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Aramid", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.42, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 22813, + "DeafStrength": "None", + "Description": "Module 3M", + "DiscardingBlock": false, + "Durability": 40, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 3, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 40, + "MergesWithChildren": false, + "Name": "Module 3M", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_module_3m/item_equipment_armor_module_3m.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 112, + "RepairSpeed": 8, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Module 3M", + "Slots": [], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 6, + "Width": 3, + "armorClass": "2", + "armorZone": ["Chest", "Stomach"], + "headSegments": [], + "mousePenalty": -3, + "speedPenaltyPercent": -3, + "weaponErgonomicPenalty": -1 + }, + "_proto": "545cdb794bdc2d3a198b456a", + "_type": "Item" + }, + "59e763f286f7742ee57895da": { + "_id": "59e763f286f7742ee57895da", + "_name": "backpack_pilgrim", + "_parent": "5448e53e4bdc2d60728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 39565, + "Description": "Pilgrim", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "GridLayoutName": "", + "Grids": [{ + "_id": "59e763f286f7742ee57895db", + "_name": "main", + "_parent": "59e763f286f7742ee57895da", + "_props": { + "cellsH": 5, + "cellsV": 7, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 7, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_backpack", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Pilgrim", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_pilgrim/item_equipment_backpack_pilgrim.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Pilgrim", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.5, + "Width": 5, + "speedPenaltyPercent": -28 + }, + "_proto": "544a5cde4bdc2d39388b456b", + "_type": "Item" + }, + "59e7643b86f7742cbf2c109a": { + "_id": "59e7643b86f7742cbf2c109a", + "_name": "wartech_vest", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 16915, + "Description": "Wartech vest", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "59e7643b86f7742cbf2c109b", + "_name": "1", + "_parent": "59e7643b86f7742cbf2c109a", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "59e7643b86f7742cbf2c109c", + "_name": "2", + "_parent": "59e7643b86f7742cbf2c109a", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "59e7643b86f7742cbf2c109d", + "_name": "3", + "_parent": "59e7643b86f7742cbf2c109a", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "59e7643b86f7742cbf2c109e", + "_name": "4", + "_parent": "59e7643b86f7742cbf2c109a", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "59e7643b86f7742cbf2c109f", + "_name": "5", + "_parent": "59e7643b86f7742cbf2c109a", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "Wartech vest", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_tv109/item_equipment_rig_tv109.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RigLayoutName": "Wartech Rig", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Wartech vest", + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.8, + "Width": 3, + "armorClass": 0, + "armorZone": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "59e7708286f7742cbd762753": { + "_id": "59e7708286f7742cbd762753", + "_name": "ushanka", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5013, + "DeafStrength": "None", + "Description": "Ushanka", + "DiscardingBlock": false, + "Durability": 10, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 10, + "MergesWithChildren": false, + "Name": "Ushanka", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_ushanka/item_equipment_head_ushanka.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Ushanka", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 2, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "59e770b986f7742cbd762754": { + "_id": "59e770b986f7742cbd762754", + "_name": "tactical_glass", + "_parent": "5448e5724bdc2ddf718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0.1, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2181, + "DeafStrength": "None", + "Description": "Tactical glass", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "Tactical glass", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/glasses_grom/item_equipment_glasses_grom.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Tactical glass", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.11, + "Width": 2, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "59e770f986f7742cbe3164ef": { + "_id": "59e770f986f7742cbe3164ef", + "_name": "army_cap", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1353, + "DeafStrength": "None", + "Description": "Army cap", + "DiscardingBlock": false, + "Durability": 10, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 10, + "MergesWithChildren": false, + "Name": "Army cap", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_military/item_equipment_head_military.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Army cap", + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "59e7711e86f7746cae05fbe1": { + "_id": "59e7711e86f7746cae05fbe1", + "_name": "helmet_k1c", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Aramid", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": true, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.192, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7330, + "DeafStrength": "High", + "Description": "Helmet K1C", + "DiscardingBlock": false, + "Durability": 25, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 25, + "MergesWithChildren": true, + "Name": "Helmet K1C", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_k1c/item_equipment_helmet_k1c.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 156, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.2, + "y": 0.01, + "z": 90 + }, + "SendToClient": false, + "ShortName": "Helmet K1C", + "Slots": [{ + "_id": "5ac4c4ca5acfc43f6724894b", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment", + "_parent": "59e7711e86f7746cae05fbe1", + "_props": { + "filters": [{ + "Filter": ["5ac4c50d5acfc40019262e87"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.9, + "Width": 2, + "armorClass": "2", + "armorZone": ["Head"], + "headSegments": ["Top"], + "mousePenalty": -10, + "speedPenaltyPercent": -2, + "weaponErgonomicPenalty": -5 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "59e7715586f7742ee5789605": { + "_id": "59e7715586f7742ee5789605", + "_name": "respirator_3m", + "_parent": "5a341c4686f77469e155819e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1786, + "DeafStrength": "None", + "Description": "Respirator 3M", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "Respirator 3M", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/facecover_gasmask_3m/item_equipment_facecover_gasmask_3m.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Respirator 3M", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 2, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7fa124597762b472f9d2", + "_type": "Item" + }, + "59e77a2386f7742ee578960a": { + "_id": "59e77a2386f7742ee578960a", + "_name": "patron_762х54R_7N1", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 84, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x54R", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 238, + "Damage": 86, + "Description": "patron_762х54R_7N1", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.15, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.083, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 875, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_762х54R_7N1", + "NotShownInSlot": false, + "PenetrationChance": 0.77, + "PenetrationPower": 45, + "PenetrationPowerDiviation": 0.4, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x54r.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.285, + "SendToClient": false, + "ShortName": "patron_762х54R_7N1", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 3, + "SpeedRetardation": 0.000015, + "StackMaxRandom": 30, + "StackMaxSize": 40, + "StackMinRandom": 8, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.024, + "Width": 1, + "ammoAccr": 10, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 8, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 77.16, + "casingName": "Обычный 7.62х54R СНБ", + "casingSounds": "rifle762" + }, + "_proto": "560d61e84bdc2da74d8b4571", + "_type": "Item" + }, + "59e8936686f77467ce798647": { + "_id": "59e8936686f77467ce798647", + "_name": "test_balaclava", + "_parent": "5a341c4686f77469e155819e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "green", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1600, + "DeafStrength": "None", + "Description": "Balaclava_test", + "DiscardingBlock": false, + "Durability": 5000, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 1, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 5000, + "MergesWithChildren": false, + "Name": "Balaclava_test", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/facecover_balaclava/item_equipment_facecover_balaclava_development.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Balaclava_test", + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 2, + "armorClass": "10", + "armorZone": ["Head", "LeftArm", "RightArm", "Chest", "Stomach", "LeftLeg", "RightLeg"], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7d8524597762b472f9d1", + "_type": "Item" + }, + "59e8977386f77415a553c453": { + "_id": "59e8977386f77415a553c453", + "_name": "sight_rear_ak_molot_vpo_209", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 470, + "CustomAimPlane": "", + "Description": "sight_rear_ak_izhmash_akm_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_ak_izhmash_akm_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_ak_molot_vpo_209.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_ak_izhmash_akm_std", + "SightModesCount": 1, + "SightingRange": 300, + "Slots": [{ + "_id": "5a0eeb41fcdbcb098008726f", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "59e8977386f77415a553c453", + "_props": { + "filters": [{ + "Filter": ["5a0ed824fcdbcb0176308b0d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.025, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d5f46a4bdc2d1b198b4567", + "_type": "Item" + }, + "59e898ee86f77427614bd225": { + "_id": "59e898ee86f77427614bd225", + "_name": "handguard_ak_molot_vepr_km_vpo_209", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 812, + "Description": "handguard_ak_izhmash_akm_std_wood", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1.4, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_izhmash_akm_std_wood", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_molot_vepr_km_vpo_209.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_izhmash_akm_std_wood", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.26, + "Width": 1 + }, + "_proto": "5648ae314bdc2d3d1c8b457f", + "_type": "Item" + }, + "59e89d0986f77427600d226e": { + "_id": "59e89d0986f77427600d226e", + "_name": "stock_ak_molot_vpo_209", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1820, + "Description": "stock_ak_molot_vpo_209", + "DiscardingBlock": false, + "Durability": 90, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak_molot_vpo_209", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ak_molot_vpo_209.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": -33, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak_molot_vpo_209", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5a0d579f1526d800a31710bb", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "59e89d0986f77427600d226e", + "_props": { + "filters": [{ + "Filter": ["5a0c59791526d8dba737bba7"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.45, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "59e8a00d86f7742ad93b569c": { + "_id": "59e8a00d86f7742ad93b569c", + "_name": "muzzle_ak_molot_vpo_209_366TKM", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 600, + "Description": "muzzle_ak_molot_vpo_209_366TKM", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ak_molot_vpo_209_366TKM", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ak_molot_vpo_209_366tkm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ak_molot_vpo_209_366TKM", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 21, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.01, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "59eb7ebe86f7740b373438ce": { + "_id": "59eb7ebe86f7740b373438ce", + "_name": "mount_vss_toz_6p29m", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7544, + "Description": "mount_vss_toz_6p29m", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_vss_toz_6p29m", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_vss_toz_6p29m.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_vss_toz_6p29m", + "SightingRange": 0, + "Slots": [{ + "_id": "59eb7ebe86f7740b373438cf", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "59eb7ebe86f7740b373438ce", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59eb7ebe86f7740b373438d0", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "59eb7ebe86f7740b373438ce", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59eb7ebe86f7740b373438d1", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "59eb7ebe86f7740b373438ce", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "56def37dd2720bec348b456a", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.095, + "Width": 1 + }, + "_proto": "576a7c512459771e796e0e17", + "_type": "Item" + }, + "59ecc28286f7746d7a68aa8c": { + "_id": "59ecc28286f7746d7a68aa8c", + "_name": "stock_ak_zenit_pt-3_lock", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3228, + "Description": "stock_ak_zenit_pt-3_lock\n\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak_zenit_pt-3_lock", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ak_zenit_pt-3_lock.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak_zenit_pt-3_lock", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "59ecc28286f7746d7a68aa8d", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "59ecc28286f7746d7a68aa8c", + "_props": { + "filters": [{ + "Filter": ["59ecc3dd86f7746dc827481c", "5b222d405acfc400153af4fe"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.31, + "Width": 1 + }, + "_proto": "5649b1c04bdc2d16268b457c", + "_type": "Item" + }, + "59ecc3dd86f7746dc827481c": { + "_id": "59ecc3dd86f7746dc827481c", + "_name": "stock_ak_zenit_pt-3", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 16630, + "Description": "stock_aks74u_izhmash_aks74u_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 11, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_aks74u_izhmash_aks74u_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ak_zenit_pt-3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -38, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_aks74u_izhmash_aks74u_std", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.218, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "59ef13ca86f77445fd0e2483": { + "_id": "59ef13ca86f77445fd0e2483", + "_name": "jack_o_lantern", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "orange", + "BlindnessProtection": 0, + "BlocksEarpiece": true, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.18, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 10000, + "DeafStrength": "Low", + "Description": "Jack-O-Lantern", + "DiscardingBlock": false, + "Durability": 40, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 40, + "MergesWithChildren": false, + "Name": "Jack-O-Lantern", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_jack_o_lantern/item_equipment_head_jack_o_lantern.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 50, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": true, + "ShortName": "Jack-O-Lantern", + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.2, + "Width": 2, + "armorClass": "2", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape", "Ears", "Eyes", "Jaws"], + "mousePenalty": -5, + "speedPenaltyPercent": -3, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "59f32bb586f774757e1e8442": { + "_id": "59f32bb586f774757e1e8442", + "_name": "dogtags_bear", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": false, + "CanSellOnRagfair": false, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 600, + "Description": "Army dog tag", + "DiscardingBlock": false, + "DogTagQualities": true, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": true, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "jewelry", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Dog tag", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/dog_tags/item_dogtags_bear.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": true, + "ShortName": "Dog tag", + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "57347cd0245977445a2d6ff1", + "_type": "Item" + }, + "59f32c3b86f77472a31742f0": { + "_id": "59f32c3b86f77472a31742f0", + "_name": "dogtags_usec", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": false, + "CanSellOnRagfair": false, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 600, + "Description": "Army dog tag", + "DiscardingBlock": false, + "DogTagQualities": true, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": true, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "jewelry", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Dog tag", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/dog_tags/item_dogtags_usec.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": true, + "ShortName": "Dog tag", + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "57347cd0245977445a2d6ff1", + "_type": "Item" + }, + "59f8a37386f7747af3328f06": { + "_id": "59f8a37386f7747af3328f06", + "_name": "foregrip_all_fortis_shift", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 12972, + "Description": "foregrip_all_fortis_shift", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_all_fortis_shift", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_all_fortis_shift.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_all_fortis_shift", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.09, + "Width": 1 + }, + "_proto": "558032614bdc2de7118b4585", + "_type": "Item" + }, + "59f98b4986f7746f546d2cef": { + "_id": "59f98b4986f7746f546d2cef", + "_name": "weapon_tochmash_sr1mp_9x21", + "_parent": "5447b5cf4bdc2d65278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.026, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.03, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.22, + "Chambers": [{ + "_id": "59f98b4986f7746f546d2cf3", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "59f98b4986f7746f546d2cef", + "_props": { + "filters": [{ + "Filter": ["5a269f97c4a282000b151807", "5a26abfac4a28232980eabff", "5a26ac06c4a282000c5a90a8", "5a26ac0ec4a28200741e1e18"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 5, + "CoolFactor": 1, + "CreditsPrice": 19292, + "Description": "weapon_tochmash_sr1mp_9x21", + "DeviationCurve": 5, + "DeviationMax": 17, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 82, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_pistol", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_tochmash_sr1mp_9x21", + "NotShownInSlot": false, + "OperatingResource": 3300, + "Prefab": { + "path": "assets/content/weapons/sr1mp/weapon_tochmash_sr1mp_9x21_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 85, + "RecoilCenter": { + "x": 0, + "y": -0.44, + "z": -0.005 + }, + "RecoilForceBack": 325, + "RecoilForceUp": 520, + "RecolDispersion": 20, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 96, + "RepairSpeed": 3, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.45, + "z": -0.05 + }, + "SendToClient": false, + "ShortName": "weapon_tochmash_sr1mp_9x21", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "59f98b4986f7746f546d2cf0", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "59f98b4986f7746f546d2cef", + "_props": { + "filters": [{ + "Filter": ["5a27b281c4a28200741e1e52", "5a27bad7c4a282000b15184b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59f98b4986f7746f546d2cf1", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "59f98b4986f7746f546d2cef", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["59f99a7d86f7745b134aa97b"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.1, + "Weight": 0.79, + "Width": 2, + "ammoCaliber": "Caliber9x21", + "bEffDist": 50, + "bFirerate": 30, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5a269f97c4a282000b151807", + "defMagType": "59f99a7d86f7745b134aa97b", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 10, + "weapClass": "pistol", + "weapFireType": ["single"], + "weapUseType": "secondary" + }, + "_proto": "56d59856d2720bd8418b456a", + "_type": "Item" + }, + "59f99a7d86f7745b134aa97b": { + "_id": "59f99a7d86f7745b134aa97b", + "_name": "mag_sr1mp_tochmash_std_9x21_18", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "59f99a7d86f7745b134aa97c", + "_max_count": 18, + "_name": "cartridges", + "_parent": "59f99a7d86f7745b134aa97b", + "_props": { + "filters": [{ + "Filter": ["5a269f97c4a282000b151807", "5a26abfac4a28232980eabff", "5a26ac06c4a282000c5a90a8", "5a26ac0ec4a28200741e1e18"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 2, + "CheckTimeModifier": -20, + "ConflictingItems": [], + "CreditsPrice": 1506, + "Description": "mag_sr1mp_tochmash_std_9x21_18", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 15, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_sr1mp_tochmash_std_9x21_18", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_sr1mp_tochmash_std_9x21_18.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_sr1mp_tochmash_std_9x21_18", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-1;4-5;8-10;13-15;18-20", + "Weight": 0.105, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "56d59948d2720bb7418b4582", + "_type": "Item" + }, + "59f9cabd86f7743a10721f46": { + "_id": "59f9cabd86f7743a10721f46", + "_name": "weapon_izhmash_saiga_9_9x19", + "_parent": "5447b5e04bdc2d62278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.1, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.08, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.07, + "Chambers": [{ + "_id": "59f9cabd86f7743a10721f50", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "59f9cabd86f7743a10721f46", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"], + "MaxStackCount": 0 + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1, + "CoolFactor": 1, + "CreditsPrice": 9946, + "Description": "weapon_izhmash_saiga_9_9x19", + "DeviationCurve": 4, + "DeviationMax": 20, + "DiscardingBlock": false, + "Durability": 95, + "DurabilityBurnRatio": 1, + "Ergonomics": 32, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "mod_stock", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 50, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_izhmash_saiga_9_9x19", + "NotShownInSlot": false, + "OperatingResource": 3000, + "Prefab": { + "path": "assets/content/weapons/pp-19-01/weapon_izhmash_saiga_9_9x19_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": 0 + }, + "RecoilForceBack": 305, + "RecoilForceUp": 55, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 45, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.27, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "weapon_izhmash_saiga_9_9x19", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "59f9cabd86f7743a10721f47", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "59f9cabd86f7743a10721f46", + "_props": { + "filters": [{ + "Filter": ["5f6341043ada5942720e2dc5", "6087e663132d4d12c81fd96b", "5beec8ea0db834001a6f9dbf", "5649ad3f4bdc2df8348b4585", "5649ade84bdc2d1b2b8b4587", "59e62cc886f77440d40b52a1", "5a0071d486f77404e23a12b2", "57e3dba62459770f0c32322b", "5cf54404d7f00c108840b2ef", "5e2192a498a36665e8337386", "5b30ac585acfc433000eb79c", "59e6318286f77444dd62c4cc", "5cf50850d7f00c056e24104c", "5cf508bfd7f00c056e24104e", "5947f92f86f77427344a76b1", "5947fa2486f77425b47c1a9b", "5c6bf4aa2e2216001219b0ae", "5649ae4a4bdc2d1b2b8b4588", "5998517986f7746017232f7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "59f9cabd86f7743a10721f48", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "59f9cabd86f7743a10721f46", + "_props": { + "filters": [{ + "Filter": ["5cf50fc5d7f00c056c53f83c", "5ac78eaf5acfc4001926317a", "599851db86f77467372f0a18"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59f9cabd86f7743a10721f49", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "59f9cabd86f7743a10721f46", + "_props": { + "filters": [{ + "Filter": ["5648ac824bdc2ded0b8b457d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59f9cabd86f7743a10721f4a", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "59f9cabd86f7743a10721f46", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5998529a86f774647f44f421", "599860ac86f77436b225ed1a", "5c0673fb0db8340023300271", "5c0672ed0db834001b7353f3"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "59f9cabd86f7743a10721f4b", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "59f9cabd86f7743a10721f46", + "_props": { + "filters": [{ + "Filter": ["5998597786f77414ea6da093", "5998598e86f7740b3f498a86", "59bffc1f86f77435b128b872", "5a9fb739a2750c003215717f", "5c6165902e22160010261b28", "5a32a064c4a28200741e22de", "59bfc5c886f7743bf6794e62"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59f9cabd86f7743a10721f4c", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "59f9cabd86f7743a10721f46", + "_props": { + "filters": [{ + "Filter": ["59985a6c86f77414ec448d17", "59985a8086f77414ec448d1a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59f9cabd86f7743a10721f4d", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "59f9cabd86f7743a10721f46", + "_props": { + "filters": [{ + "Filter": ["599860e986f7743bb57573a6"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59f9cabd86f7743a10721f4f", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "59f9cabd86f7743a10721f46", + "_props": { + "filters": [{ + "Filter": ["59ccd11386f77428f24a488f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -17.9, + "Weight": 1.962, + "Width": 3, + "ammoCaliber": "Caliber9x19PARA", + "bEffDist": 300, + "bFirerate": 650, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "56d59d3ad2720bdb418b4577", + "defMagType": "5998529a86f774647f44f421", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "smg", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "59f9d81586f7744c7506ee62": { + "_id": "59f9d81586f7744c7506ee62", + "_name": "scope_all_vortex_razor_amg_uh-1", + "_parent": "55818ad54bdc2ddc698b4569", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.7]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 25847, + "CustomAimPlane": "", + "Description": "scope_all_vortex_razor_amg_uh-1", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_all_vortex_razor_amg_uh-1", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_all_vortex_razor_amg_uh-1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_all_vortex_razor_amg_uh-1", + "SightModesCount": 1, + "SightingRange": 300, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.334, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.6, + "sightModType": "reflex" + }, + "_proto": "558022b54bdc2dac148b458d", + "_type": "Item" + }, + "59faf7ca86f7740dbe19f6c2": { + "_id": "59faf7ca86f7740dbe19f6c2", + "_name": "item_barter_valuable_rolex", + "_parent": "57864a3d24597754843f8721", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 71049, + "Description": "roler", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "jewelry", + "LootExperience": 100, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "roler", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_valuable_rolex/item_barter_valuable_rolex.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "roler", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.18, + "Width": 1 + }, + "_proto": "573474f924597738002c6174", + "_type": "Item" + }, + "59faf98186f774067b6be103": { + "_id": "59faf98186f774067b6be103", + "_name": "item_barter_household_alkali", + "_parent": "57864c322459775490116fbf", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8457, + "Description": "Alkali", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_bottle", + "LootExperience": 25, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Alkali", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_household_alkali/item_barter_household_alkali.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Alkali", + "SpawnChance": 9, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.6, + "Width": 1 + }, + "_proto": "57347cd0245977445a2d6ff1", + "_type": "Item" + }, + "59fafb5d86f774067a6f2084": { + "_id": "59fafb5d86f774067a6f2084", + "_name": "item_barter_flam_propane", + "_parent": "57864e4c24597754843f8723", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 12646, + "Description": "Propane", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LootExperience": 50, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Propane", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_flam_propane/item_barter_flam_propane.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Propane", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 5.3, + "Width": 2 + }, + "_proto": "590a373286f774287540368b", + "_type": "Item" + }, + "59fafc5086f7740dbe19f6c3": { + "_id": "59fafc5086f7740dbe19f6c3", + "_name": "mag_ak_us_palm_ak30_762x39_blk", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": true, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "59fafc5086f7740dbe19f6c4", + "_max_count": 30, + "_name": "cartridges", + "_parent": "59fafc5086f7740dbe19f6c3", + "_props": { + "filters": [{ + "Filter": ["59e655cb86f77411dc52a77b", "59e6542b86f77411dc52a77a", "59e6658b86f77411d949b250", "5f0596629e22f464da6bbdd9", "59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 2187, + "Description": "mag_ak_us_palm_ak30_762x39_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": -10, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ak_us_palm_ak30_762x39_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ak_us_palm_ak30_762x39_blk.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ak_us_palm_ak30_762x39_blk", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.2, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "59fafc9386f774067d462453": { + "_id": "59fafc9386f774067d462453", + "_name": "mag_ak_us_palm_ak30_762x39_fde", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": true, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "59fafc9386f774067d462454", + "_max_count": 30, + "_name": "cartridges", + "_parent": "59fafc9386f774067d462453", + "_props": { + "filters": [{ + "Filter": ["59e655cb86f77411dc52a77b", "59e6542b86f77411dc52a77a", "59e6658b86f77411d949b250", "5f0596629e22f464da6bbdd9", "59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 2129, + "Description": "mag_ak_us_palm_ak30_762x39_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": -10, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ak_us_palm_ak30_762x39_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ak_us_palm_ak30_762x39_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ak_us_palm_ak30_762x39_blk", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.2, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "59fafd4b86f7745ca07e1232": { + "_id": "59fafd4b86f7745ca07e1232", + "_name": "item_container_keybar", + "_parent": "5795f317245977243854e041", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 748453, + "Description": "Key-tool", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "59fafd4b86f7745ca07e1233", + "_name": "main", + "_parent": "59fafd4b86f7745ca07e1232", + "_props": { + "cellsH": 4, + "cellsV": 4, + "filters": [{ + "ExcludedFilter": [], + "Filter": ["5c99f98d86f7745c314214b3"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Key-tool", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_container_keybar/item_container_keybar.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key-tool", + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TagColor": 0, + "TagName": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1 + }, + "_proto": "577e1c9d2459773cd707c525", + "_type": "Item" + }, + "59faff1d86f7746c51718c9c": { + "_id": "59faff1d86f7746c51718c9c", + "_name": "item_barter_valuable_bitcoin", + "_parent": "57864a3d24597754843f8721", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": false, + "CanSellOnRagfair": false, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 123577, + "Description": "bitcoin", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": true, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "jewelry", + "LootExperience": 100, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "bitcoin", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_valuable_bitcoin/item_barter_valuable_bitcoin.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "bitcoin", + "SpawnChance": 0.2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "573474f924597738002c6174", + "_type": "Item" + }, + "59fb016586f7746d0d4b423a": { + "_id": "59fb016586f7746d0d4b423a", + "_name": "item_container_money", + "_parent": "5795f317245977243854e041", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 398201, + "Description": "Moneycase", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "59fb016586f7746d0d4b423b", + "_name": "main", + "_parent": "59fb016586f7746d0d4b423a", + "_props": { + "cellsH": 7, + "cellsV": 7, + "filters": [{ + "ExcludedFilter": [], + "Filter": ["59faff1d86f7746c51718c9c", "5d235b4d86f7742e017bc88a", "543be5dd4bdc2deb348b4569"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 2, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_metal", + "LootExperience": 30, + "MergesWithChildren": false, + "Name": "Moneycase", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/containers/item_container_money/item_container_money.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Moneycase", + "Slots": [], + "SpawnChance": 0.6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TagColor": 0, + "TagName": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 5, + "Width": 3 + }, + "_proto": "577e1c9d2459773cd707c525", + "_type": "Item" + }, + "59fb023c86f7746d0d4b423c": { + "_id": "59fb023c86f7746d0d4b423c", + "_name": "item_container_weaponcase", + "_parent": "5795f317245977243854e041", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 874566, + "Description": "Weaponcase", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "59fb023c86f7746d0d4b423d", + "_name": "main", + "_parent": "59fb023c86f7746d0d4b423c", + "_props": { + "cellsH": 5, + "cellsV": 10, + "filters": [{ + "ExcludedFilter": [], + "Filter": ["5448fe124bdc2da5018b4567", "5422acb9af1c889c16000029", "5485a8684bdc2da71d8b4567", "543be5cb4bdc2deb348b4568"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 2, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_plastic", + "LootExperience": 30, + "MergesWithChildren": false, + "Name": "Weaponcase", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/containers/item_container_weaponcase/item_container_weaponcase.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Weaponcase", + "Slots": [], + "SpawnChance": 0.05, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TagColor": 0, + "TagName": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 9, + "Width": 5 + }, + "_proto": "577e1c9d2459773cd707c525", + "_type": "Item" + }, + "59fb042886f7746c5005a7b2": { + "_id": "59fb042886f7746c5005a7b2", + "_name": "item_container_trackcase", + "_parent": "5795f317245977243854e041", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1229994, + "Description": "Itemcase", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "59fb042886f7746c5005a7b3", + "_name": "main", + "_parent": "59fb042886f7746c5005a7b2", + "_props": { + "cellsH": 8, + "cellsV": 8, + "filters": [{ + "ExcludedFilter": [], + "Filter": ["5448eb774bdc2d0a728b4567", "543be5f84bdc2dd4348b456a", "5645bcb74bdc2ded0b8b4578", "5448fe124bdc2da5018b4567", "5448e53e4bdc2d60728b4567", "5448e5284bdc2dcb718b4567", "60b0f6c058e0b0481a09ad11", "5aafbde786f774389d0cbc0f", "5c093db286f7740a1b2617e3", "5e2af55f86f7746d4159f07c", "59fafd4b86f7745ca07e1232", "5d235bb686f77443f4331278", "5c127c4486f7745625356c13", "5aafbcd986f7745e590fff23", "59fb016586f7746d0d4b423a", "5c093e3486f77430cb02e593", "59fb023c86f7746d0d4b423c", "590c60fc86f77412b13fddcf", "5783c43d2459774bbe137486", "5422acb9af1c889c16000029", "543be6674bdc2df1348b4569", "5448ecbe4bdc2d60728b4568", "543be5e94bdc2df1348b4568", "5447e1d04bdc2dff2f8b4567", "567849dd4bdc2d150f8b456e", "543be5664bdc2dd4348b4569", "5447e0e74bdc2d3c308b4567", "5661632d4bdc2d903d8b456b", "543be6564bdc2df4348b4568"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 4, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_plastic", + "LootExperience": 30, + "MergesWithChildren": false, + "Name": "Itemcase", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/containers/item_container_trackcase/item_container_trackcase.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Itemcase", + "Slots": [], + "SpawnChance": 0.07, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TagColor": 0, + "TagName": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 7, + "Width": 4 + }, + "_proto": "577e1c9d2459773cd707c525", + "_type": "Item" + }, + "59fb137a86f7740adb646af1": { + "_id": "59fb137a86f7740adb646af1", + "_name": "muzzle_saiga12_css_monster_caw_large_12g", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8798, + "Description": "muzzle_saiga12_izhmash_saiga12_std_12g", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_saiga12_izhmash_saiga12_std_12g", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_saiga12_css_monster_caw_large_12g.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -24, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_saiga12_izhmash_saiga12_std_12g", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.34, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "560838c94bdc2d77798b4569", + "_type": "Item" + }, + "59fb257e86f7742981561852": { + "_id": "59fb257e86f7742981561852", + "_name": "silencer_akm_zenit_dtk-4m_762x39", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": -2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 48413, + "Description": "silencer_akm_hexagon_akm_762x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.65, + "EffectiveDistance": 0, + "Ergonomics": -21, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -19, + "MergesWithChildren": true, + "Name": "silencer_akm_hexagon_akm_762x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_akm_zenit_dtk-4m_762x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -8.5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_akm_hexagon_akm_762x39", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.75, + "Weight": 0.354, + "Width": 2, + "muzzleModType": "pms" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "59fb375986f7741b681b81a6": { + "_id": "59fb375986f7741b681b81a6", + "_name": "handguard_ak_krebs_ufm_akm_long", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 20355, + "Description": "handguard_ak_krebs_ufm_akm_long", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 11, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 0.75, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_krebs_ufm_akm_long", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_krebs_ufm_akm_long.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_krebs_ufm_akm_long", + "SightingRange": 0, + "Slots": [{ + "_id": "5a01b35c86f7745084256bb5", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "59fb375986f7741b681b81a6", + "_props": { + "filters": [{ + "Filter": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a01b37a86f77450561fda0d", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "59fb375986f7741b681b81a6", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a01b38d86f774504b2bebce", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "59fb375986f7741b681b81a6", + "_props": { + "filters": [{ + "Filter": ["5fc0f9b5d724d907e2077d82", "5fc0f9cbd6fa9c00c571bb90", "5a9d6d13a2750c00164f6b03", "59e0bed186f774156f04ce84"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a01b39786f77450561fda0e", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "59fb375986f7741b681b81a6", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a01b3a386f774665a2eea7d", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "59fb375986f7741b681b81a6", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a01b3ae86f7742a0c7a0244", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_003", + "_parent": "59fb375986f7741b681b81a6", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.26, + "Width": 2 + }, + "_proto": "5648ae314bdc2d3d1c8b457f", + "_type": "Item" + }, + "59fc48e086f77463b1118392": { + "_id": "59fc48e086f77463b1118392", + "_name": "foregrip_all_magpul_rvg_blk", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7109, + "Description": "foregrip_all_magpul_rvg_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_all_magpul_rvg_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_all_magpul_rvg.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_all_magpul_rvg_blk", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.082, + "Width": 1 + }, + "_proto": "558032574bdc2d89578b458a", + "_type": "Item" + }, + "59ff346386f77477562ff5e2": { + "_id": "59ff346386f77477562ff5e2", + "_name": "weapon_izhmash_akms_762x39", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.19, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.17, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.067, + "Chambers": [{ + "_id": "59ff346386f77477562ff5e3", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "59ff346386f77477562ff5e2", + "_props": { + "filters": [{ + "Filter": ["59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.2, + "CoolFactor": 1, + "CreditsPrice": 27871, + "Description": "weapon_izhmash_akms_762x39", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 24, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "mod_stock_akms", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_izhmash_akms_762x39", + "NotShownInSlot": false, + "OperatingResource": 6000, + "Prefab": { + "path": "assets/content/weapons/akm/weapon_izhmash_akms_762x39_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 85, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": 0 + }, + "RecoilForceBack": 448, + "RecoilForceUp": 195, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 139, + "RepairSpeed": 5, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.27, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "weapon_izhmash_akms_762x39", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "59ff346386f77477562ff5e4", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "59ff346386f77477562ff5e2", + "_props": { + "filters": [{ + "Filter": ["5a01ad4786f77450561fda02", "59c6633186f7740cf0493bb9", "59d64ec286f774171d1e0a42", "59e649f986f77411d949b246", "5b237e425acfc4771e1be0b6", "59ccfdba86f7747f2109a587", "5cf656f2d7f00c06585fb6eb", "5d4aab30a4b9365435358c55"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "59ff346386f77477562ff5e5", + "_mergeSlotWithChildren": false, + "_name": "mod_launcher", + "_parent": "59ff346386f77477562ff5e2", + "_props": { + "filters": [{ + "Filter": ["5648b62b4bdc2d9d488b4585"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59ff346386f77477562ff5e6", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "59ff346386f77477562ff5e2", + "_props": { + "filters": [{ + "Filter": ["59d64fc686f774171b243fe2", "5a0d716f1526d8000d26b1e2", "5f633f68f5750b524b45f112", "5c878ebb2e2216001219d48a", "59e61eb386f77440d64f5daf", "59e8a00d86f7742ad93b569c", "5a9ea27ca2750c00137fa672", "5cc9ad73d7f00c000e2579d4", "5c7951452e221644f31bfd5c", "5a0abb6e1526d8000a025282", "59bffc1f86f77435b128b872", "593d489686f7745c6255d58a", "5a0d63621526d8dba31fe3bf", "5a9fbacda2750c00141e080f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59ff346386f77477562ff5e7", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip_akms", + "_parent": "59ff346386f77477562ff5e2", + "_props": { + "filters": [{ + "Filter": ["5f6341043ada5942720e2dc5", "6087e663132d4d12c81fd96b", "5beec8ea0db834001a6f9dbf", "5649ad3f4bdc2df8348b4585", "5649ade84bdc2d1b2b8b4587", "59e62cc886f77440d40b52a1", "5a0071d486f77404e23a12b2", "57e3dba62459770f0c32322b", "5cf54404d7f00c108840b2ef", "5e2192a498a36665e8337386", "5b30ac585acfc433000eb79c", "59e6318286f77444dd62c4cc", "5cf50850d7f00c056e24104c", "5cf508bfd7f00c056e24104e", "5947f92f86f77427344a76b1", "5947fa2486f77425b47c1a9b", "5c6bf4aa2e2216001219b0ae", "5649ae4a4bdc2d1b2b8b4588", "5998517986f7746017232f7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "59ff346386f77477562ff5e8", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "59ff346386f77477562ff5e2", + "_props": { + "filters": [{ + "Filter": ["5d2c76ed48f03532f2136169", "5d2c770c48f0354b4a07c100", "59d6507c86f7741b846413a2", "59e6449086f7746c9f75e822", "5d2c772c48f0355d95672c25", "5649af884bdc2d1b2b8b4589"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59ff346386f77477562ff5e9", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "59ff346386f77477562ff5e2", + "_props": { + "filters": [{ + "Filter": ["59d650cf86f7741b846413a4", "5a0eb980fcdbcb001a3b00a6", "5649d9a14bdc2d79388b4580"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59ff346386f77477562ff5ea", + "_mergeSlotWithChildren": false, + "_name": "mod_stock_akms", + "_parent": "59ff346386f77477562ff5e2", + "_props": { + "filters": [{ + "Filter": ["59ff3b6a86f77477562ff5ed", "5abcd472d8ce8700166032ae"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "59ff346386f77477562ff5eb", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "59ff346386f77477562ff5e2", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["59e5d83b86f7745aed03d262", "5a01c29586f77474660c694c", "5ac66bea5acfc43b321d4aec", "59d625f086f774661516605d", "5b1fd4e35acfc40018633c39", "5a0060fc86f7745793204432", "59e5f5a486f7746c530b3ce2", "5b1fb3e15acfc4001637f068", "59d6272486f77466146386ff", "5e21a3c67e40bd02257a008a", "5cbdc23eae9215001136a407", "5c6175362e221600133e3b94", "59fafc5086f7740dbe19f6c3", "59fafc9386f774067d462453", "5cfe8010d7ad1a59283b14c6"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "59ff346386f77477562ff5ec", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "59ff346386f77477562ff5e2", + "_props": { + "filters": [{ + "Filter": ["5648ac824bdc2ded0b8b457d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a3fed5286f7741097240a8f", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "59ff346386f77477562ff5e2", + "_props": { + "filters": [{ + "Filter": ["5a0f096dfcdbcb0176308b15"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 12, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.8, + "Weight": 2.092, + "Width": 4, + "ammoCaliber": "Caliber762x39", + "bEffDist": 400, + "bFirerate": 600, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5656d7c34bdc2d9d198b4587", + "defMagType": "59d625f086f774661516605d", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "59ff3b6a86f77477562ff5ed": { + "_id": "59ff3b6a86f77477562ff5ed", + "_name": "stock_akms_izhmash_akms_std", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1557, + "Description": "stock_akms_izhmash_akms_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": true, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_akms_izhmash_akms_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_akms_izhmash_akms_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": -30, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_akms_izhmash_akms_std", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5a3fed8a86f7740f81628ac6", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "59ff3b6a86f77477562ff5ed", + "_props": { + "filters": [{ + "Filter": ["5a0c59791526d8dba737bba7"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.6, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5a0060fc86f7745793204432": { + "_id": "5a0060fc86f7745793204432", + "_name": "mag_ak_izhmash_akms_aluminium_762x39_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5a12db2986f7745d0e0cf654", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5a0060fc86f7745793204432", + "_props": { + "filters": [{ + "Filter": ["59e655cb86f77411dc52a77b", "59e6542b86f77411dc52a77a", "59e6658b86f77411d949b250", "5f0596629e22f464da6bbdd9", "59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": -5, + "ConflictingItems": [], + "CreditsPrice": 3300, + "Description": "mag_ak_izhmash_akms_aluminium_762x39_30", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": -5, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ak_izhmash_akms_aluminium_762x39_30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ak_izhmash_akms_aluminium_762x39_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ak_izhmash_akms_aluminium_762x39_30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.17, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "5a0071d486f77404e23a12b2": { + "_id": "5a0071d486f77404e23a12b2", + "_name": "pistolgrip_ak_izhmash_akm_wood", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 720, + "Description": "pistolgrip_ak_izhmash_akm_wood", + "DiscardingBlock": false, + "Durability": 90, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ak_izhmash_akm_wood", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ak_izhmash_akm_wood.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ak_izhmash_akm_wood", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "5a01ad4786f77450561fda02": { + "_id": "5a01ad4786f77450561fda02", + "_name": "gas_block_ak_custom_ak_cut", + "_parent": "56ea9461d2720b67698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2904, + "Description": "gas_block_ak_custom_ak_cut", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 50, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "gas_block_ak_custom_ak_cut", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/gasblock/gas_block_ak_custom_ak_cut.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "gas_block_ak_custom_ak_cut", + "SightingRange": 0, + "Slots": [{ + "_id": "5a01ad4786f77450561fda03", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "5a01ad4786f77450561fda02", + "_props": { + "filters": [{ + "Filter": ["59fb375986f7741b681b81a6", "5a9d56c8a2750c0032157146", "5f6331e097199b7db2128dc2", "5c17664f2e2216398b5a7e3c", "5648b4534bdc2d3d1c8b4580", "5efaf417aeb21837e749c7f2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 23, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.12, + "Width": 1 + }, + "_proto": "56ea8d2fd2720b7c698b4570", + "_type": "Item" + }, + "5a01c29586f77474660c694c": { + "_id": "5a01c29586f77474660c694c", + "_name": "mag_ak_izhmash_6L10_762x39_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5a01c29586f77474660c694d", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5a01c29586f77474660c694c", + "_props": { + "filters": [{ + "Filter": ["59e655cb86f77411dc52a77b", "59e6542b86f77411dc52a77a", "59e6658b86f77411d949b250", "5f0596629e22f464da6bbdd9", "59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1974, + "Description": "mag_ak_izhmash_6L10_762x39_30", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ak_izhmash_6L10_762x39_30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ak_izhmash_6l10_762x39_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ak_izhmash_6L10_762x39_30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.37, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "5a0448bc86f774736f14efa8": { + "_id": "5a0448bc86f774736f14efa8", + "_name": "Quest Drugs Key", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5560, + "Description": "Quest Drugs Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 40, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Quest Drugs Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_4.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Quest Drugs Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5780cf9e2459777df90dcb73", + "_type": "Item" + }, + "5a0abb6e1526d8000a025282": { + "_id": "5a0abb6e1526d8000a025282", + "_name": "muzzle_ak_tactica_tula_ak_adapter_762x39", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 615, + "Description": "muzzle_ak_tactica_tula_ak_adapter_762x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ak_tactica_tula_ak_adapter_762x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ak_tactica_tula_ak_adapter_762x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ak_tactica_tula_ak_adapter_762x39", + "SightingRange": 0, + "Slots": [{ + "_id": "5a0abe721526d805dc1ebad2", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5a0abb6e1526d8000a025282", + "_props": { + "filters": [{ + "Filter": ["5ac72e7d5acfc40016339a02", "5ac72e895acfc43b321d4bd5", "5f633f791b231926f2329f13", "5cc9ad73d7f00c000e2579d4", "5649ab884bdc2ded0b8b457f", "5e208b9842457a4a7a33d074", "59fb257e86f7742981561852"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.1, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5a0c27731526d80618476ac4": { + "_id": "5a0c27731526d80618476ac4", + "_name": "weapon_grenade_zarya", + "_parent": "543be6564bdc2df4348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "grey", + "Blindness": { + "x": 10, + "y": 20, + "z": 40 + }, + "CanBeHiddenDuringThrow": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 1.5, + "y": 4, + "z": 20 + }, + "ContusionDistance": 10, + "CreditsPrice": 6715, + "Description": "weapon_grenade_zarya.", + "DiscardingBlock": false, + "EmitTime": 0, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplDelay": 2, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6cb86f774678763a6ca", + "FragmentsCount": 0, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "grenade", + "LootExperience": 20, + "MaxExplosionDistance": 0, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "Name": "weapon_grenade_zarya", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/zarya/weapon_grenade_zarya_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "weapon_grenade_zarya", + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Strength": 0, + "ThrowType": "flash_grenade", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.175, + "Width": 1, + "explDelay": 2, + "throwDamMax": 0 + }, + "_proto": "5448be9a4bdc2dfd2f8b456a", + "_type": "Item" + }, + "5a0c59791526d8dba737bba7": { + "_id": "5a0c59791526d8dba737bba7", + "_name": "stock_ak_izhmash_6g15u_butt_pad", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": true, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3231, + "Description": "stock_ak_izhmash_6g15u_butt_pad", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak_izhmash_6g15u_butt_pad", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ak_izhmash_6g15u_butt_pad.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -5, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak_izhmash_6g15u_butt_pad", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.155, + "Width": 1 + }, + "_proto": "58d2912286f7744e27117493", + "_type": "Item" + }, + "5a0d63621526d8dba31fe3bf": { + "_id": "5a0d63621526d8dba31fe3bf", + "_name": "silencer_akm_tochmash_pbs-1_762x39", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": -1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 48176, + "Description": "silencer_akm_tochmash_pbs-1_762x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.8, + "EffectiveDistance": 0, + "Ergonomics": -25, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -23, + "MergesWithChildren": true, + "Name": "silencer_akm_tochmash_pbs-1_762x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_akm_tochmash_pbs-1_762x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -12, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_akm_tochmash_pbs-1_762x39", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.75, + "Weight": 0.435, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "5a0d716f1526d8000d26b1e2": { + "_id": "5a0d716f1526d8000d26b1e2", + "_name": "muzzle_ak_izhmash_akml_762x39", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 606, + "Description": "muzzle_ak_izhmash_akml_762x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": -10, + "MergesWithChildren": true, + "Name": "muzzle_ak_izhmash_akm_std_762x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ak_izhmash_akml_762x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ak_izhmash_akml_762x39", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.5, + "Weight": 0.05, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5a0dc45586f7742f6b0b73e3": { + "_id": "5a0dc45586f7742f6b0b73e3", + "_name": "Санаторий 104", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 45000, + "Description": "San 104 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 104 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 104 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0dc95c86f77452440fc675": { + "_id": "5a0dc95c86f77452440fc675", + "_name": "Санаторий 112", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 35000, + "Description": "San 112 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 112 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 112 Key", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0ea64786f7741707720468": { + "_id": "5a0ea64786f7741707720468", + "_name": "Санаторий 107", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6169, + "Description": "San 107 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 107 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 107 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0ea69f86f7741cd5406619": { + "_id": "5a0ea69f86f7741cd5406619", + "_name": "Санаторий 108", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 30000, + "Description": "San 108 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 108 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 108 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0ea79b86f7741d4a35298e": { + "_id": "5a0ea79b86f7741d4a35298e", + "_name": "Санаторий подсобка", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 37000, + "Description": "San storeroom Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San storeroom Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San storeroom Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0eb38b86f774153b320eb0": { + "_id": "5a0eb38b86f774153b320eb0", + "_name": "BMW Shoreline", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 12437, + "Description": "BMW Car", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 50, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "BMW Car", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/auto_key/auto_key.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "BMW Car", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5a0eb6ac86f7743124037a28": { + "_id": "5a0eb6ac86f7743124037a28", + "_name": "Коттедж Побережье", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 23120, + "Description": "House shoreline", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "House shoreline", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "House shoreline", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5a0eb980fcdbcb001a3b00a6": { + "_id": "5a0eb980fcdbcb001a3b00a6", + "_name": "sight_rear_ak_izhmash_akmb", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 471, + "CustomAimPlane": "", + "Description": "sight_rear_ak_izhmash_akmb", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_ak_izhmash_akmb", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_ak_izhmash_akmb.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_ak_izhmash_akmb", + "SightModesCount": 1, + "SightingRange": 500, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.035, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d5f46a4bdc2d1b198b4567", + "_type": "Item" + }, + "5a0ec13bfcdbcb00165aa685": { + "_id": "5a0ec13bfcdbcb00165aa685", + "_name": "weapon_izhmash_akmn_762x39", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.19, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.17, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.066, + "Chambers": [{ + "_id": "5a0ec13bfcdbcb00165aa686", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5a0ec13bfcdbcb00165aa685", + "_props": { + "filters": [{ + "Filter": ["59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.2, + "CoolFactor": 1, + "CreditsPrice": 34003, + "Description": "weapon_izhmash_akm_762x39", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 26, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_izhmash_akm_762x39", + "NotShownInSlot": false, + "OperatingResource": 6000, + "Prefab": { + "path": "assets/content/weapons/akm/weapon_izhmash_akmn_762x39_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 85, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": 0 + }, + "RecoilForceBack": 448, + "RecoilForceUp": 193, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 170, + "RepairSpeed": 5, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.27, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "weapon_izhmash_akm_762x39", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5a0ec13bfcdbcb00165aa687", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5a0ec13bfcdbcb00165aa685", + "_props": { + "filters": [{ + "Filter": ["5a01ad4786f77450561fda02", "59c6633186f7740cf0493bb9", "59d64ec286f774171d1e0a42", "59e649f986f77411d949b246", "5b237e425acfc4771e1be0b6", "59ccfdba86f7747f2109a587", "5cf656f2d7f00c06585fb6eb", "5d4aab30a4b9365435358c55"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5a0ec13bfcdbcb00165aa688", + "_mergeSlotWithChildren": false, + "_name": "mod_launcher", + "_parent": "5a0ec13bfcdbcb00165aa685", + "_props": { + "filters": [{ + "Filter": ["5648b62b4bdc2d9d488b4585"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a0ec13bfcdbcb00165aa689", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5a0ec13bfcdbcb00165aa685", + "_props": { + "filters": [{ + "Filter": ["59d64fc686f774171b243fe2", "5a0d716f1526d8000d26b1e2", "5f633f68f5750b524b45f112", "5c878ebb2e2216001219d48a", "59e61eb386f77440d64f5daf", "59e8a00d86f7742ad93b569c", "5a9ea27ca2750c00137fa672", "5cc9ad73d7f00c000e2579d4", "5c7951452e221644f31bfd5c", "5a0abb6e1526d8000a025282", "59bffc1f86f77435b128b872", "593d489686f7745c6255d58a", "5a0d63621526d8dba31fe3bf", "5a9fbacda2750c00141e080f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a0ec13bfcdbcb00165aa68a", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5a0ec13bfcdbcb00165aa685", + "_props": { + "filters": [{ + "Filter": ["5f6341043ada5942720e2dc5", "6087e663132d4d12c81fd96b", "5beec8ea0db834001a6f9dbf", "5649ad3f4bdc2df8348b4585", "5649ade84bdc2d1b2b8b4587", "59e62cc886f77440d40b52a1", "5a0071d486f77404e23a12b2", "57e3dba62459770f0c32322b", "5cf54404d7f00c108840b2ef", "5e2192a498a36665e8337386", "5b30ac585acfc433000eb79c", "59e6318286f77444dd62c4cc", "5cf50850d7f00c056e24104c", "5cf508bfd7f00c056e24104e", "5947f92f86f77427344a76b1", "5947fa2486f77425b47c1a9b", "5c6bf4aa2e2216001219b0ae", "5649ae4a4bdc2d1b2b8b4588", "5998517986f7746017232f7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5a0ec13bfcdbcb00165aa68b", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5a0ec13bfcdbcb00165aa685", + "_props": { + "filters": [{ + "Filter": ["5d2c76ed48f03532f2136169", "5d2c770c48f0354b4a07c100", "59d6507c86f7741b846413a2", "59e6449086f7746c9f75e822", "5d2c772c48f0355d95672c25", "5649af884bdc2d1b2b8b4589"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a0ec13bfcdbcb00165aa68c", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5a0ec13bfcdbcb00165aa685", + "_props": { + "filters": [{ + "Filter": ["59d650cf86f7741b846413a4", "5a0eb980fcdbcb001a3b00a6", "5649d9a14bdc2d79388b4580"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a0ec13bfcdbcb00165aa68d", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5a0ec13bfcdbcb00165aa685", + "_props": { + "filters": [{ + "Filter": ["5649b0fc4bdc2d17108b4588", "5cbdb1b0ae9215000d50e105", "5649b1c04bdc2d16268b457c", "5cf518cfd7f00c065b422214", "5b04473a5acfc40018632f70", "5e217ba4c1434648c13568cd", "59d6514b86f774171a068a08", "5b0e794b5acfc47a877359b2", "59e6227d86f77440d64f5dc2", "59e89d0986f77427600d226e", "6087e2a5232e5a31c233d552", "5649b2314bdc2d79388b4576", "5b222d335acfc4771e1be099"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a0ec13bfcdbcb00165aa68e", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5a0ec13bfcdbcb00165aa685", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["59e5d83b86f7745aed03d262", "5a01c29586f77474660c694c", "5ac66bea5acfc43b321d4aec", "59d625f086f774661516605d", "5b1fd4e35acfc40018633c39", "5a0060fc86f7745793204432", "59e5f5a486f7746c530b3ce2", "5b1fb3e15acfc4001637f068", "59d6272486f77466146386ff", "5e21a3c67e40bd02257a008a", "5cbdc23eae9215001136a407", "5c6175362e221600133e3b94", "59fafc5086f7740dbe19f6c3", "59fafc9386f774067d462453", "5cfe8010d7ad1a59283b14c6"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5a0ec13bfcdbcb00165aa68f", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "5a0ec13bfcdbcb00165aa685", + "_props": { + "filters": [{ + "Filter": ["5648ac824bdc2ded0b8b457d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a0ec1affcdbcb00165aa690", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5a0ec13bfcdbcb00165aa685", + "_props": { + "filters": [{ + "Filter": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a0f0a68fcdbcb001a3b00c1", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5a0ec13bfcdbcb00165aa685", + "_props": { + "filters": [{ + "Filter": ["5a0f096dfcdbcb0176308b15"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.8, + "Weight": 2.152, + "Width": 4, + "ammoCaliber": "Caliber762x39", + "bEffDist": 400, + "bFirerate": 600, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5656d7c34bdc2d9d198b4587", + "defMagType": "59d625f086f774661516605d", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5a0ec6d286f7742c0b518fb5": { + "_id": "5a0ec6d286f7742c0b518fb5", + "_name": "Санаторий 205", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 49500, + "Description": "San 205 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 205 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3_red.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 205 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0ec70e86f7742c0b518fba": { + "_id": "5a0ec70e86f7742c0b518fba", + "_name": "Санаторий 207", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 75000, + "Description": "San 207 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 207 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3_red.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 207 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0ed824fcdbcb0176308b0d": { + "_id": "5a0ed824fcdbcb0176308b0d", + "_name": "sight_rear_ak_izhmash_akmp", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 470, + "CustomAimPlane": "", + "Description": "sight_rear_ak_izhmash_akmp", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_ak_izhmash_akmp", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_ak_izhmash_akmp.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_ak_izhmash_akmp", + "SightModesCount": 1, + "SightingRange": 0, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.01, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d5f46a4bdc2d1b198b4567", + "_type": "Item" + }, + "5a0ee30786f774023b6ee08f": { + "_id": "5a0ee30786f774023b6ee08f", + "_name": "Санаторий 216", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 75000, + "Description": "San 216 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 216 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3_red.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 216 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0ee34586f774023b6ee092": { + "_id": "5a0ee34586f774023b6ee092", + "_name": "Санаторий 220", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 52000, + "Description": "San 220 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 220 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3_red.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 220 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0ee37f86f774023657a86f": { + "_id": "5a0ee37f86f774023657a86f", + "_name": "Санаторий 221", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 90000, + "Description": "San 221 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 221 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3_red.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 221 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0ee4b586f7743698200d22": { + "_id": "5a0ee4b586f7743698200d22", + "_name": "Санаторий 206", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 60200, + "Description": "San 206 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 206 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 206 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0ee62286f774369454a7ac": { + "_id": "5a0ee62286f774369454a7ac", + "_name": "Санаторий 209", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 76000, + "Description": "San 209 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 209 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 209 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0ee72c86f77436955d3435": { + "_id": "5a0ee72c86f77436955d3435", + "_name": "Санаторий 213", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 60000, + "Description": "San 213 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 213 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 213 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0ee76686f7743698200d5c": { + "_id": "5a0ee76686f7743698200d5c", + "_name": "Санаторий 216 восточное крыло", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 47000, + "Description": "San 216 ost Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 216 ost Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 216 ost Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0eeb1a86f774688b70aa5c": { + "_id": "5a0eeb1a86f774688b70aa5c", + "_name": "Санаторий 303", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 81000, + "Description": "San 303 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 303 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3_red.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 303 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0eeb8e86f77461257ed71a": { + "_id": "5a0eeb8e86f77461257ed71a", + "_name": "Санаторий 309", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 68000, + "Description": "San 309 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 309 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3_red.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 309 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0eebed86f77461230ddb3d": { + "_id": "5a0eebed86f77461230ddb3d", + "_name": "Санаторий 325", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 42000, + "Description": "San 325 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 325 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3_red.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 325 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0eec9686f77402ac5c39f2": { + "_id": "5a0eec9686f77402ac5c39f2", + "_name": "Санаторий 310", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 69000, + "Description": "San 310 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 310 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 310 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0eecf686f7740350630097": { + "_id": "5a0eecf686f7740350630097", + "_name": "Санаторий 313 восточное крыло", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 50000, + "Description": "San 313 ost Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 313 ost Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 313 ost Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0eed4386f77405112912aa": { + "_id": "5a0eed4386f77405112912aa", + "_name": "Санаторий 314", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 20340, + "Description": "San 314 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 314 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 314 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0eedb386f77403506300be": { + "_id": "5a0eedb386f77403506300be", + "_name": "Санаторий 322", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 76000, + "Description": "San 322 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 322 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 322 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0eee1486f77402aa773226": { + "_id": "5a0eee1486f77402aa773226", + "_name": "Санаторий 328", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 66000, + "Description": "San 328 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 328 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 328 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0eff2986f7741fd654e684": { + "_id": "5a0eff2986f7741fd654e684", + "_name": "Сейф Побережье 321", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 18300, + "Description": "Safe Shoreline 321 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Safe Shoreline 321 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Safe Shoreline 321 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0f006986f7741ffd2fe484": { + "_id": "5a0f006986f7741ffd2fe484", + "_name": "Сейф Побережье Метеостанция", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 75000, + "Description": "Safe Shoreline Meteo Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Safe Shoreline Meteo Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Safe Shoreline Meteo Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0f045e86f7745b0f0d0e42": { + "_id": "5a0f045e86f7745b0f0d0e42", + "_name": "Сейф Побережье Заправка", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 52000, + "Description": "Safe Shoreline Fuel Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Safe Shoreline Fuel Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Safe Shoreline Fuel Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0f068686f7745b0d4ea242": { + "_id": "5a0f068686f7745b0d4ea242", + "_name": "Сейф Побережье Коттедж", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 28150, + "Description": "Safe Shoreline House Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Safe Shoreline House Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Safe Shoreline House Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0f075686f7745bcc42ee12": { + "_id": "5a0f075686f7745bcc42ee12", + "_name": "Сейф Побережье Магазин", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 31000, + "Description": "Safe Shoreline Shoop Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Safe Shoreline Shoop Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Safe Shoreline Shoop Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0f08bc86f77478f33b84c2": { + "_id": "5a0f08bc86f77478f33b84c2", + "_name": "Сейф Побережье Кухня 2", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 75000, + "Description": "Safe Shoreline Kitchen2 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Safe Shoreline Kitchen2 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Safe Shoreline Kitchen2 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a0f096dfcdbcb0176308b15": { + "_id": "5a0f096dfcdbcb0176308b15", + "_name": "sight_front_ak_izhmash_akmp", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 470, + "CustomAimPlane": "", + "Description": "sight_front_ak_izhmash_akmp", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_ak_izhmash_akmp", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_ak_izhmash_akmp.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_ak_izhmash_akmp", + "SightModesCount": 1, + "SightingRange": 500, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.01, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d5f46a4bdc2d1b198b4567", + "_type": "Item" + }, + "5a0f0f5886f7741c4e32a472": { + "_id": "5a0f0f5886f7741c4e32a472", + "_name": "Сейф Побережье Кухня 1", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 86000, + "Description": "Safe Shoreline Kitchen Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Safe Shoreline Kitchen Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Safe Shoreline Kitchen Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a13ee1986f774794d4c14cd": { + "_id": "5a13ee1986f774794d4c14cd", + "_name": "Санаторий 323", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 76000, + "Description": "San 323 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 323 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3_red.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 323 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a13eebd86f7746fd639aa93": { + "_id": "5a13eebd86f7746fd639aa93", + "_name": "Санаторий 218", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 35000, + "Description": "San 218 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 218 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3_red.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 218 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a13ef0686f7746e5a411744": { + "_id": "5a13ef0686f7746e5a411744", + "_name": "Санаторий 219", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 40000, + "Description": "San 219 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 219 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3_red.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 219 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a13ef7e86f7741290491063": { + "_id": "5a13ef7e86f7741290491063", + "_name": "Санаторий 301", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 87000, + "Description": "San 301 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 301 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3_red.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 301 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a13f24186f77410e57c5626": { + "_id": "5a13f24186f77410e57c5626", + "_name": "Санаторий 222 восточное крыло", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 52000, + "Description": "San 222 ost Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 222 ost Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 222 ost Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a13f35286f77413ef1436b0": { + "_id": "5a13f35286f77413ef1436b0", + "_name": "Санаторий 226 восточное крыло", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 38300, + "Description": "San 226 ost Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 226 ost Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 226 ost Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a13f46386f7741dd7384b04": { + "_id": "5a13f46386f7741dd7384b04", + "_name": "Санаторий 306", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 38220, + "Description": "San 306 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 306 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3_red.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 306 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a144bdb86f7741d374bbde0": { + "_id": "5a144bdb86f7741d374bbde0", + "_name": "Санаторий 205 восточное крыло", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 40000, + "Description": "San 205 ost Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 205 ost Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 205 ost Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a144dfd86f77445cb5a0982": { + "_id": "5a144dfd86f77445cb5a0982", + "_name": "Санаторий 203", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 27230, + "Description": "San 203 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 203 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3_red.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 203 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a1452ee86f7746f33111763": { + "_id": "5a1452ee86f7746f33111763", + "_name": "Санаторий 222", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 50000, + "Description": "San 222 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 222 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3_red.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 222 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a145d4786f7744cbb6f4a12": { + "_id": "5a145d4786f7744cbb6f4a12", + "_name": "Санаторий 306 восточное крыло", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 25021, + "Description": "San 306 ost Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 306 ost Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 306 ost Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a145d7b86f7744cbb6f4a13": { + "_id": "5a145d7b86f7744cbb6f4a13", + "_name": "Санаторий 308 восточное крыло", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 30000, + "Description": "San 308 ost Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 308 ost Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 308 ost Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a145ebb86f77458f1796f05": { + "_id": "5a145ebb86f77458f1796f05", + "_name": "Санаторий 316 восточное крыло", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9204, + "Description": "San 316 ost Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "San 316 ost Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "San 316 ost Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5a154d5cfcdbcb001a3b00da": { + "_id": "5a154d5cfcdbcb001a3b00da", + "_name": "helmet_ops_core_fast", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.168, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 130976, + "DeafStrength": "None", + "Description": "helmet_ops_core_fast", + "DiscardingBlock": false, + "Durability": 40, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 40, + "MergesWithChildren": true, + "Name": "helmet_ops_core_fast", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_opscore_fast/item_equipment_helmet_opscore_fast_black.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 1083, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.5, + "z": 70 + }, + "SendToClient": false, + "ShortName": "helmet_ops_core_fast", + "Slots": [{ + "_id": "5a17e402fcdbcb00165aa6d1", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment_000", + "_parent": "5a154d5cfcdbcb001a3b00da", + "_props": { + "filters": [{ + "Filter": ["5a16badafcdbcb001865f72d", "5a16b672fcdbcb001912fa83", "5a16b7e1fcdbcb00165aa6c9"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a17e449fcdbcbcae6687268", + "_mergeSlotWithChildren": false, + "_name": "mod_nvg", + "_parent": "5a154d5cfcdbcb001a3b00da", + "_props": { + "filters": [{ + "Filter": ["5ea058e01dbce517f324b3e2", "5c0558060db834001b735271", "5a16b8a9fcdbcb00165aa6ca"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a17e484fcdbcb0017581848", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5a154d5cfcdbcb001a3b00da", + "_props": { + "filters": [{ + "Filter": ["5a398b75c4a282000a51a266", "5a398ab9c4a282000c5a9842"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a214f4086f774545d34fe5c", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment_001", + "_parent": "5a154d5cfcdbcb001a3b00da", + "_props": { + "filters": [{ + "Filter": ["5a16b9fffcdbcb0176308b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c0e6a91d174af029e696b31", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment_002", + "_parent": "5a154d5cfcdbcb001a3b00da", + "_props": { + "filters": [{ + "Filter": ["5c0e66e2d174af02a96252f4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.9, + "Width": 2, + "armorClass": "4", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape"], + "mousePenalty": -7, + "speedPenaltyPercent": -1, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5a16b672fcdbcb001912fa83": { + "_id": "5a16b672fcdbcb001912fa83", + "_name": "helmet_ops_core_fast_visor", + "_parent": "57bef4c42459772e8d35a53b", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Glass", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": true, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.15, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5c0696830db834001d23f5da", "5c066e3a0db834001b7353f0", "5c0558060db834001b735271", "57235b6f24597759bf5a30f1", "5c110624d174af029e69734c"], + "CreditsPrice": 11698, + "DeafStrength": "None", + "Description": "helmet_ops_core_fast_visor", + "DiscardingBlock": false, + "Durability": 20, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": true, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": true, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaterialType": "GlassVisor", + "MaxDurability": 20, + "MergesWithChildren": false, + "Name": "helmet_ops_core_fast_visor", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_opscore_fast_visor/item_equipment_helmet_opscore_fast_visor.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 112, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "helmet_ops_core_fast_visor", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.32, + "Width": 2, + "armorClass": "2", + "armorZone": ["Head"], + "headSegments": ["Eyes"], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5a16b7e1fcdbcb00165aa6c9": { + "_id": "5a16b7e1fcdbcb00165aa6c9", + "_name": "helmet_ops_core_handgun_face_shield", + "_parent": "57bef4c42459772e8d35a53b", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Glass", + "BackgroundColor": "default", + "BlindnessProtection": 0.1, + "BlocksEarpiece": false, + "BlocksEyewear": true, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.15, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5c0e66e2d174af02a96252f4", "5c0696830db834001d23f5da", "5c066e3a0db834001b7353f0", "5c0558060db834001b735271", "57235b6f24597759bf5a30f1", "5c110624d174af029e69734c", "5a16b8a9fcdbcb00165aa6ca"], + "CreditsPrice": 26641, + "DeafStrength": "None", + "Description": "helmet_ops_core_handgun_face_shield", + "DiscardingBlock": false, + "Durability": 40, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": true, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": true, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaterialType": "GlassVisor", + "MaxDurability": 40, + "MergesWithChildren": false, + "Name": "helmet_ops_core_handgun_face_shield", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_opscore_handgun_face_shield/item_equipment_helmet_opscore_handgun_face_shield.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 150, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0.7, + "y": 0.3, + "z": 55 + }, + "SendToClient": false, + "ShortName": "helmet_ops_core_handgun_face_shield", + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.2, + "Width": 2, + "armorClass": "3", + "armorZone": ["Head"], + "headSegments": ["Eyes", "Jaws"], + "mousePenalty": -8, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": -8 + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5a16b8a9fcdbcb00165aa6ca": { + "_id": "5a16b8a9fcdbcb00165aa6ca", + "_name": "nvg_norotos_tatm_universal", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3551, + "Description": "nvg_norotos_tatm_universal", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "nvg_norotos_tatm_universal", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/customizable/norotos_tatm/nvg_norotos_tatm_universal.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "nvg_norotos_tatm_universal", + "SightingRange": 0, + "Slots": [{ + "_id": "5a17e7c0fcdbcb001a3b00e4", + "_mergeSlotWithChildren": false, + "_name": "mod_nvg", + "_parent": "5a16b8a9fcdbcb00165aa6ca", + "_props": { + "filters": [{ + "Filter": ["5c0695860db834001b735461", "5a16b93dfcdbcbcae6687261", "5c11046cd174af02a012e42b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5a16b93dfcdbcbcae6687261": { + "_id": "5a16b93dfcdbcbcae6687261", + "_name": "nvg_norotos_dual_dovetail_mount", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2454, + "Description": "nvg_norotos_dual_dovetail_mount", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "nvg_norotos_dual_dovetail_mount", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/customizable/norotos_dual_dovetail/nvg_norotos_dual_dovetail_mount.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "nvg_norotos_dual_dovetail_mount", + "SightingRange": 0, + "Slots": [{ + "_id": "5a17e7e9fcdbcb0017581849", + "_mergeSlotWithChildren": false, + "_name": "mod_nvg", + "_parent": "5a16b93dfcdbcbcae6687261", + "_props": { + "filters": [{ + "Filter": ["57235b6f24597759bf5a30f1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5a16b9fffcdbcb0176308b34": { + "_id": "5a16b9fffcdbcb0176308b34", + "_name": "helmet_ops_core_rac_headset", + "_parent": "5645bcb74bdc2ded0b8b4578", + "_props": { + "AllowSpawnOnLocations": [], + "AmbientVolume": -6, + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "BlocksEarpiece": true, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "CompressorAttack": 20, + "CompressorGain": 14, + "CompressorRelease": 130, + "CompressorTreshold": -34, + "CompressorVolume": -5, + "ConflictingItems": ["5a16badafcdbcb001865f72d", "5645bcc04bdc2d363b8b4572", "5aa2ba71e5b5b000137b758f", "5b432b965acfc47a8774094e", "5c165d832e2216398b5a7e36"], + "CreditsPrice": 46636, + "CutoffFreq": 100, + "Description": "helmet_ops_core_rac_headset", + "DiscardingBlock": false, + "Distortion": 0.12, + "DryVolume": -60, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "helmet_ops_core_rac_headset", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_opscore_rac_headset/item_equipment_helmet_opscore_rac_headset.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resonance": 2, + "SendToClient": false, + "ShortName": "helmet_ops_core_rac_headset", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.6, + "Width": 2 + }, + "_proto": "5645bcc04bdc2d363b8b4572", + "_type": "Item" + }, + "5a16ba61fcdbcb098008728a": { + "_id": "5a16ba61fcdbcb098008728a", + "_name": "helmet_ops_core_fast_gunsight_mandible", + "_parent": "57bef4c42459772e8d35a53b", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Aramid", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.2, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["59e7715586f7742ee5789605"], + "CreditsPrice": 21340, + "DeafStrength": "None", + "Description": "helmet_ops_core_fast_gunsight_mandible", + "DiscardingBlock": false, + "Durability": 20, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 20, + "MergesWithChildren": false, + "Name": "helmet_ops_core_fast_gunsight_mandible", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_opscore_fast_side_armor/item_equipment_helmet_opscore_fast_gunsight_mandible.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 125, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "helmet_ops_core_fast_gunsight_mandible", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.2, + "Width": 2, + "armorClass": "2", + "armorZone": ["Head"], + "headSegments": ["Jaws"], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": -6 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5a16badafcdbcb001865f72d": { + "_id": "5a16badafcdbcb001865f72d", + "_name": "helmet_ops_core_fast_side_armor", + "_parent": "57bef4c42459772e8d35a53b", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Aluminium", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.15, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5645bcc04bdc2d363b8b4572", "5aa2ba71e5b5b000137b758f", "5b432b965acfc47a8774094e", "5c165d832e2216398b5a7e36", "5e4d34ca86f774264f758330"], + "CreditsPrice": 34469, + "DeafStrength": "Low", + "Description": "helmet_ops_core_fast_side_armor", + "DiscardingBlock": false, + "Durability": 25, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 25, + "MergesWithChildren": true, + "Name": "helmet_ops_core_fast_side_armor", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_opscore_fast_side_armor/item_equipment_helmet_opscore_fast_side_armor.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 125, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.4, + "z": 70 + }, + "SendToClient": false, + "ShortName": "helmet_ops_core_fast_side_armor", + "Slots": [{ + "_id": "5a17e4c4fcdbcb001865f747", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment", + "_parent": "5a16badafcdbcb001865f72d", + "_props": { + "filters": [{ + "Filter": ["5a16ba61fcdbcb098008728a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.2, + "Width": 2, + "armorClass": "3", + "armorZone": ["Head"], + "headSegments": ["Ears"], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5a16bb52fcdbcb001a3b00dc": { + "_id": "5a16bb52fcdbcb001a3b00dc", + "_name": "helmet_wilcox_skull_lock", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 19724, + "DeafStrength": "None", + "Description": "helmet_wilcox_skull_lock", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": true, + "Name": "helmet_wilcox_skull_lock", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/customizable/skull_lock/helmet_wilcox_skull_lock.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 50, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "helmet_wilcox_skull_lock", + "Slots": [{ + "_id": "5a17e73bfcdbcbcae6687269", + "_mergeSlotWithChildren": false, + "_name": "mod_nvg", + "_parent": "5a16bb52fcdbcb001a3b00dc", + "_props": { + "filters": [{ + "Filter": ["5a16b8a9fcdbcb00165aa6ca"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 2, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5a17f98cfcdbcb0980087290": { + "_id": "5a17f98cfcdbcb0980087290", + "_name": "weapon_molot_aps_9x18pm", + "_parent": "5447b5cf4bdc2d65278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.026, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.018, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.3, + "Chambers": [{ + "_id": "5a17f98cfcdbcb0980087292", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5a17f98cfcdbcb0980087290", + "_props": { + "filters": [{ + "Filter": ["573718ba2459775a75491131", "573719df2459775a626ccbc2", "57371aab2459775a77142f22", "57371b192459775a9f58a5e0", "57371e4124597760ff7b25f1", "57371eb62459776125652ac1", "57371f8d24597761006c6a81", "5737201124597760fc4431f1", "5737207f24597760ff7b25f2", "57371f2b24597761224311f1", "573719762459775a626ccbc1", "573720e02459776143012541", "57372140245977611f70ee91", "5737218f245977612125ba51"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 5, + "CoolFactor": 1, + "CreditsPrice": 11600, + "Description": "weapon_molot_aps_9x18pm", + "DeviationCurve": 5, + "DeviationMax": 17, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 70, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_pistol", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_molot_aps_9x18pm", + "NotShownInSlot": false, + "OperatingResource": 4100, + "Prefab": { + "path": "assets/content/weapons/aps/weapon_molot_aps_9x18pm_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 85, + "RecoilCenter": { + "x": 0, + "y": -0.44, + "z": -0.005 + }, + "RecoilForceBack": 260, + "RecoilForceUp": 455, + "RecolDispersion": 20, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 58, + "RepairSpeed": 1, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.45, + "z": -0.05 + }, + "SendToClient": false, + "ShortName": "weapon_molot_aps_9x18pm", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5a17f98cfcdbcb0980087291", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5a17f98cfcdbcb0980087290", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5a17fb03fcdbcbcae668728f"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5a17fd55fcdbcb0980087293", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5a17f98cfcdbcb0980087290", + "_props": { + "filters": [{ + "Filter": ["5a17fb9dfcdbcbcae6687291"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a17fd5dfcdbcb001865f749", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5a17f98cfcdbcb0980087290", + "_props": { + "filters": [{ + "Filter": ["5a17fc70fcdbcb0176308b3d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5aba64ebd8ce87001a46e19f", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5a17f98cfcdbcb0980087290", + "_props": { + "filters": [{ + "Filter": ["5aba62f8d8ce87001943946b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5aba64f9d8ce8700182ece6c", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5a17f98cfcdbcb0980087290", + "_props": { + "filters": [{ + "Filter": ["5aba639ed8ce8700182ece67", "5aba637ad8ce87001773e17f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -4.54, + "Weight": 0.86, + "Width": 2, + "ammoCaliber": "Caliber9x18PM", + "bEffDist": 50, + "bFirerate": 750, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "573719762459775a626ccbc1", + "defMagType": "5a17fb03fcdbcbcae668728f", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "pistol", + "weapFireType": ["single", "fullauto"], + "weapUseType": "secondary" + }, + "_proto": "5448bd6b4bdc2dfc2f8b4569", + "_type": "Item" + }, + "5a17fb03fcdbcbcae668728f": { + "_id": "5a17fb03fcdbcbcae668728f", + "_name": "mag_aps_molot_aps_apb_std_9x18pm_20", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5a17fb03fcdbcbcae6687290", + "_max_count": 20, + "_name": "cartridges", + "_parent": "5a17fb03fcdbcbcae668728f", + "_props": { + "filters": [{ + "Filter": ["573718ba2459775a75491131", "573719df2459775a626ccbc2", "57371aab2459775a77142f22", "57371b192459775a9f58a5e0", "57371e4124597760ff7b25f1", "57371eb62459776125652ac1", "57371f8d24597761006c6a81", "5737201124597760fc4431f1", "5737207f24597760ff7b25f2", "57371f2b24597761224311f1", "573719762459775a626ccbc1", "573720e02459776143012541", "57372140245977611f70ee91", "5737218f245977612125ba51"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 1, + "CheckTimeModifier": -30, + "ConflictingItems": [], + "CreditsPrice": 849, + "Description": "mag_aps_molot_aps_apb_std_9x18pm_20", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_aps_molot_aps_apb_std_9x18pm_20", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_aps_molot_aps_apb_std_9x18pm_20.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_aps_molot_aps_apb_std_9x18pm_20", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-1;4-4;6-6;8-8;10-10;12-12;14-14;16-16;18-18;20-20", + "Weight": 0.044, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5a17fb9dfcdbcbcae6687291": { + "_id": "5a17fb9dfcdbcbcae6687291", + "_name": "stock_aps_toz_apb_wire", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6794, + "Description": "stock_aps_toz_apb_wire", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_aps_toz_apb_wire", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_aps_toz_apb_wire.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -38, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_aps_toz_apb_wire", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.15, + "Width": 1 + }, + "_type": "Item" + }, + "5a17fc70fcdbcb0176308b3d": { + "_id": "5a17fc70fcdbcb0176308b3d", + "_name": "pistolgrip_aps_molot_aps_apb_std", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1004, + "Description": "pistolgrip_aps_molot_aps_apb_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_aps_molot_aps_apb_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_aps_molot_aps_apb_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_aps_molot_aps_apb_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.102, + "Width": 1 + }, + "_proto": "5649ade84bdc2d1b2b8b4587", + "_type": "Item" + }, + "5a1eaa87fcdbcb001865f75e": { + "_id": "5a1eaa87fcdbcb001865f75e", + "_name": "scope_base_trijicon_reap-ir", + "_parent": "55818aeb4bdc2ddc698b456a", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.28, 0.28]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 355794, + "CustomAimPlane": "", + "Description": "scope_base_trijicon_reap-ir", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -13, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [2], + "Name": "scope_base_trijicon_reap-ir", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_base_trijicon_reap-ir.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_base_trijicon_reap-ir", + "SightModesCount": 2, + "SightingRange": 500, + "Slots": [{ + "_id": "5a1eac63fcdbcb001a3b0108", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5a1eaa87fcdbcb001865f75e", + "_props": { + "filters": [{ + "Filter": ["5a1eacb3fcdbcb09800872be"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 0.3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.58, + "Width": 2, + "Zooms": [[2.5, 2.5]], + "aimingSensitivity": 0.45, + "sightModType": "hybrid" + }, + "_type": "Item" + }, + "5a1eacb3fcdbcb09800872be": { + "_id": "5a1eacb3fcdbcb09800872be", + "_name": "tactical_reap-ir_trijicon_eyecup", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 356, + "Description": "tactical_pso_belomo_eyecup", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "tactical_pso_belomo_eyecup", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_reap-ir_trijicon_eyecup.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0.04, + "ShortName": "tactical_pso_belomo_eyecup", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.005, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5a1ead28fcdbcb001912fa9f": { + "_id": "5a1ead28fcdbcb001912fa9f", + "_name": "mount_all_unv_dloc_ird", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6256, + "Description": "mount_all_unv_dloc_ird", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_all_unv_dloc_ird", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_all_unv_dloc_ird.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_all_unv_dloc_ird", + "SightingRange": 0, + "Slots": [{ + "_id": "5a1ead28fcdbcb001912faa0", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5a1ead28fcdbcb001912fa9f", + "_props": { + "filters": [{ + "Filter": ["5a1eaa87fcdbcb001865f75e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.113, + "Width": 1 + }, + "_proto": "577d128124597739d65d0e56", + "_type": "Item" + }, + "5a269f97c4a282000b151807": { + "_id": "5a269f97c4a282000b151807", + "_name": "patron_9x21_sp10", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 46, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 0.55, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x21", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 140, + "Damage": 49, + "Description": "patron_9x21_sp10", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.35, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.2, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 410, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.28, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_9x21_sp10", + "NotShownInSlot": false, + "PenetrationChance": 0.6, + "PenetrationPower": 35, + "PenetrationPowerDiviation": 0.1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x21_sp10.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.4, + "SendToClient": false, + "ShortName": "patron_9x21_sp10", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 5, + "SpeedRetardation": 0, + "StackMaxRandom": 15, + "StackMaxSize": 50, + "StackMinRandom": 2, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.023, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 16, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "57372140245977611f70ee91", + "_type": "Item" + }, + "5a26abfac4a28232980eabff": { + "_id": "5a26abfac4a28232980eabff", + "_name": "patron_9x21_sp11", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 44, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 0.55, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x21", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 150, + "Damage": 65, + "Description": "patron_9x21_sp11", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.3, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.1, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 413, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.15, + "LootExperience": 0, + "MalfunctionChance": 0.28, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_9x21_sp11", + "NotShownInSlot": false, + "PenetrationChance": 0.3, + "PenetrationPower": 18, + "PenetrationPowerDiviation": 0.1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x21_sp11.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.2, + "SendToClient": false, + "ShortName": "patron_9x21_sp11", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 4, + "SpeedRetardation": 0, + "StackMaxRandom": 15, + "StackMaxSize": 50, + "StackMinRandom": 2, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.023, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 16, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "57372140245977611f70ee91", + "_type": "Item" + }, + "5a26ac06c4a282000c5a90a8": { + "_id": "5a26ac06c4a282000c5a90a8", + "_name": "patron_9x21_sp12", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 63, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 0.55, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x21", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 197, + "Damage": 80, + "Description": "patron_9x21_sp12", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.35, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.1, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 415, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.15, + "LootExperience": 0, + "MalfunctionChance": 0.28, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_9x21_sp12", + "NotShownInSlot": false, + "PenetrationChance": 0.4, + "PenetrationPower": 15, + "PenetrationPowerDiviation": 0.1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x21_sp12.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.2, + "SendToClient": false, + "ShortName": "patron_9x21_sp12", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 7, + "SpeedRetardation": 0, + "StackMaxRandom": 15, + "StackMaxSize": 50, + "StackMinRandom": 2, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.023, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 16, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "57372140245977611f70ee91", + "_type": "Item" + }, + "5a26ac0ec4a28200741e1e18": { + "_id": "5a26ac0ec4a28200741e1e18", + "_name": "patron_9x21_sp13", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 47, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 0.55, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x21", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 241, + "Damage": 63, + "Description": "patron_9x21_sp10", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.4, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.2, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 397, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.252, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_9x21_sp10", + "NotShownInSlot": false, + "PenetrationChance": 0.6, + "PenetrationPower": 39, + "PenetrationPowerDiviation": 0.1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x21_sp13.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.4, + "SendToClient": false, + "ShortName": "patron_9x21_sp10", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 5, + "SpeedRetardation": 0, + "StackMaxRandom": 15, + "StackMaxSize": 50, + "StackMinRandom": 2, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": true, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.023, + "Width": 1, + "ammoAccr": -4, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -4, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 16, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "57372140245977611f70ee91", + "_type": "Item" + }, + "5a27b281c4a28200741e1e52": { + "_id": "5a27b281c4a28200741e1e52", + "_name": "mount_sr1mp_tochmash_std_1_rail", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2687, + "Description": "mount_sr1mp_tochmash_std_1_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_sr1mp_tochmash_std_1_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_sr1mp_tochmash_std_1_rail.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_sr1mp_tochmash_std_1_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "5a27b281c4a28200741e1e53", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5a27b281c4a28200741e1e52", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a27b35cc4a28232996e3c73", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5a27b281c4a28200741e1e52", + "_props": { + "filters": [{ + "Filter": ["5a27b3d0c4a282000d721ec1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.04, + "Width": 1 + }, + "_proto": "5649a2464bdc2d91118b45a8", + "_type": "Item" + }, + "5a27b3d0c4a282000d721ec1": { + "_id": "5a27b3d0c4a282000d721ec1", + "_name": "mount_sr1mp_tochmash_silencer_base", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2766, + "Description": "mount_sr1mp_tochmash_silencer_base", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_sr1mp_tochmash_silencer_base", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_sr1mp_tochmash_silencer_base.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_sr1mp_tochmash_silencer_base", + "SightingRange": 0, + "Slots": [{ + "_id": "5a27b419c4a282000a519dca", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5a27b3d0c4a282000d721ec1", + "_props": { + "filters": [{ + "Filter": ["5a27b6bec4a282000e496f78"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.04, + "Width": 1 + }, + "_proto": "5649a2464bdc2d91118b45a8", + "_type": "Item" + }, + "5a27b6bec4a282000e496f78": { + "_id": "5a27b6bec4a282000e496f78", + "_name": "silencer_sr1mp_tochmash_sr1mp_std_9x21", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 30688, + "Description": "silencer_sr1mp_tochmash_sr1mp_std_9x21", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.7, + "EffectiveDistance": 0, + "Ergonomics": -15, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -20, + "MergesWithChildren": true, + "Name": "silencer_sr1mp_tochmash_sr1mp_std_9x21", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_sr1mp_tochmash_sr1mp_std_9x21.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_sr1mp_tochmash_sr1mp_std_9x21", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.49, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "5a27bad7c4a282000b15184b": { + "_id": "5a27bad7c4a282000b15184b", + "_name": "mount_sr1mp_tochmash_std_4_rail", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8748, + "Description": "mount_sr1mp_tochmash_std_4_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_sr1mp_tochmash_std_4_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_sr1mp_tochmash_std_4_rail.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_sr1mp_tochmash_std_4_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "5a27bad7c4a282000b15184c", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5a27bad7c4a282000b15184b", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a27bad7c4a282000b15184d", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5a27bad7c4a282000b15184b", + "_props": { + "filters": [{ + "Filter": ["5a27b3d0c4a282000d721ec1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a27bb66c4a28200741e1e56", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5a27bad7c4a282000b15184b", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a27bb70c4a28232996e3c76", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5a27bad7c4a282000b15184b", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a27bb79c4a282000e496f7b", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5a27bad7c4a282000b15184b", + "_props": { + "filters": [{ + "Filter": ["584984812459776a704a82a6", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.04, + "Width": 1 + }, + "_proto": "5649a2464bdc2d91118b45a8", + "_type": "Item" + }, + "5a29276886f77435ed1b117c": { + "_id": "5a29276886f77435ed1b117c", + "_name": "item_barter_electr_hdd_quest", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4500, + "Description": "Hard drive quest", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "smallmetal", + "LootExperience": 30, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Hard drive quest", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_hdd/item_barter_electr_hdd_quest.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "HDD quest", + "SpawnChance": 17, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.25, + "Width": 2 + }, + "_proto": "573477e124597737dd42e191", + "_type": "Item" + }, + "5a29284f86f77463ef3db363": { + "_id": "5a29284f86f77463ef3db363", + "_name": "item_barter_electr_toughbook_quest", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4500, + "Description": "Toughbook", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "smallmetal", + "LootExperience": 30, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Toughbook", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_toughbook/item_barter_electr_toughbook.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Toughbook", + "SpawnChance": 17, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 3 + }, + "_proto": "573477e124597737dd42e191", + "_type": "Item" + }, + "5a29357286f77409c705e025": { + "_id": "5a29357286f77409c705e025", + "_name": "item_flash_card_san", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 12000, + "Description": "flashdrive_san", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 30, + "MergesWithChildren": false, + "Name": "flashdrive_san", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/infosubject/item_flash_card_slider.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "flashdrive_san", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "5a294d7c86f7740651337cf9": { + "_id": "5a294d7c86f7740651337cf9", + "_name": "quest_sas_san1", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 50000, + "Description": "SAS_san1", + "DiscardingBlock": false, + "ExamineExperience": 45, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 150, + "MergesWithChildren": false, + "Name": "SAS_san1", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/sas/item_barter_electr_sas.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "SAS_san1", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.8, + "Width": 1 + }, + "_proto": "573477e124597737dd42e191", + "_type": "Item" + }, + "5a294d8486f774068638cd93": { + "_id": "5a294d8486f774068638cd93", + "_name": "quest_sas_san2", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 50000, + "Description": "SAS_san2", + "DiscardingBlock": false, + "ExamineExperience": 45, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 150, + "MergesWithChildren": false, + "Name": "SAS_san2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/sas/item_barter_electr_sas.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "SAS_san2", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.8, + "Width": 1 + }, + "_proto": "573477e124597737dd42e191", + "_type": "Item" + }, + "5a2a57cfc4a2826c6e06d44a": { + "_id": "5a2a57cfc4a2826c6e06d44a", + "_name": "weapon_grenade_rdg2", + "_parent": "543be6564bdc2df4348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "grey", + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "CanBeHiddenDuringThrow": false, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "ContusionDistance": 0, + "CreditsPrice": 5441, + "Description": "weapon_grenade_rdg2", + "DiscardingBlock": false, + "EmitTime": 120, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplDelay": 3, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentsCount": 0, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxExplosionDistance": 0, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "Name": "weapon_grenade_rdg2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/rdg2/weapon_grenade_rdg2_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "weapon_grenade_rdg2", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Strength": 0, + "ThrowType": "smoke_grenade", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.6, + "Width": 1, + "explDelay": 3.5, + "throwDamMax": 0 + }, + "_proto": "5448be9a4bdc2dfd2f8b456a", + "_type": "Item" + }, + "5a2c3a9486f774688b05e574": { + "_id": "5a2c3a9486f774688b05e574", + "_name": "NightVision", + "_parent": "55818aeb4bdc2ddc698b456a", + "_props": { + "Color": { + "a": 254, + "b": 121, + "g": 233, + "r": 121 + }, + "DiffuseIntensity": 0, + "HasHinge": true, + "Intensity": 2.27, + "Mask": "Thermal", + "MaskSize": 1.5, + "NoiseIntensity": 0.02, + "NoiseScale": 5 + }, + "_type": "Node" + }, + "5a329052c4a28200741e22d3": { + "_id": "5a329052c4a28200741e22d3", + "_name": "handguard_ar15_jp_rsass_std_fde", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 16754, + "Description": "handguard_ar15_jp_rsass_std_fde", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ar15_jp_rsass_std_fde", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar15_jp_rsass_std_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ar15_jp_rsass_std_fde", + "SightingRange": 0, + "Slots": [{ + "_id": "5a329052c4a28200741e22d4", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5a329052c4a28200741e22d3", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5c0102b20db834001d23eebc"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a329052c4a28200741e22d5", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5a329052c4a28200741e22d3", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a329052c4a28200741e22d9", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5a329052c4a28200741e22d3", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c0103bc0db834001a6698c1", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5a329052c4a28200741e22d3", + "_props": { + "filters": [{ + "Filter": ["5c0102aa0db834001b734ba1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c0103d20db834001b734cd0", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5a329052c4a28200741e22d3", + "_props": { + "filters": [{ + "Filter": ["5c0102aa0db834001b734ba1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c0103dc0db834001b734cd1", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5a329052c4a28200741e22d3", + "_props": { + "filters": [{ + "Filter": ["5c0102aa0db834001b734ba1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c0103e40db834001c38f747", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_003", + "_parent": "5a329052c4a28200741e22d3", + "_props": { + "filters": [{ + "Filter": ["5c0102aa0db834001b734ba1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c0103f60db834001d23eec4", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_004", + "_parent": "5a329052c4a28200741e22d3", + "_props": { + "filters": [{ + "Filter": ["5c0102aa0db834001b734ba1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.31, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5a32a064c4a28200741e22de": { + "_id": "5a32a064c4a28200741e22de", + "_name": "silencer_all_silencerco_osprey_9_9x19", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 39742, + "Description": "silencer_all_silencerco_osprey_9_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.65, + "EffectiveDistance": 0, + "Ergonomics": -17, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -27, + "MergesWithChildren": true, + "Name": "silencer_all_silencerco_osprey_9_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_all_silencerco_osprey_9_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -12, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_all_silencerco_osprey_9_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.27, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "5a32aa0cc4a28232996e405f": { + "_id": "5a32aa0cc4a28232996e405f", + "_name": "mount_p226_trijicon_rm50", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4479, + "Description": "mount_p226_trijicon_rm50", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_p226_trijicon_rm50", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_p226_trijicon_rm50.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_p226_trijicon_rm50", + "SightingRange": 0, + "Slots": [{ + "_id": "5a32aa0cc4a28232996e4060", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5a32aa0cc4a28232996e405f", + "_props": { + "filters": [{ + "Filter": ["5a32aa8bc4a2826c6e06d737"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.017, + "Width": 1 + }, + "_proto": "5649a2464bdc2d91118b45a8", + "_type": "Item" + }, + "5a32aa8bc4a2826c6e06d737": { + "_id": "5a32aa8bc4a2826c6e06d737", + "_name": "scope_base_trijicon_rmr", + "_parent": "55818acf4bdc2dde698b456b", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.7]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25, 50, 100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 22215, + "CustomAimPlane": "", + "Description": "scope_base_trijicon_rmr", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_base_trijicon_rmr", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25, 50, 100], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_base_trijicon_rmr.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_base_trijicon_rmr", + "SightModesCount": 1, + "SightingRange": 150, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.025, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.6, + "sightModType": "reflex" + }, + "_proto": "544a39de4bdc2d24388b4567", + "_type": "Item" + }, + "5a339805c4a2826c6e06d73d": { + "_id": "5a339805c4a2826c6e06d73d", + "_name": "pistolgrip_ar15_magpul_miad_gen_1_fde", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3150, + "Description": "pistolgrip_ar15_magpul_miad_gen_1_fde", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ar15_magpul_miad_gen_1_fde", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ar15_magpul_miad_gen_1_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ar15_magpul_miad_gen_1_fde", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "55802f5d4bdc2dac148b458f", + "_type": "Item" + }, + "5a33a8ebc4a282000c5a950d": { + "_id": "5a33a8ebc4a282000c5a950d", + "_name": "silencer_all_alpha_dog_alpha_9_9x19", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 36659, + "Description": "silencer_all_alpha_dog_alpha_9_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.6, + "EffectiveDistance": 0, + "Ergonomics": -13, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -25, + "MergesWithChildren": true, + "Name": "silencer_all_alpha_dog_alpha_9_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_all_alpha_dog_alpha_9_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_all_alpha_dog_alpha_9_9x19", + "SightingRange": 0, + "Slots": [{ + "_id": "5a33a9fdc4a282329a73b4af", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5a33a8ebc4a282000c5a950d", + "_props": { + "filters": [{ + "Filter": ["58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 2, + "Weight": 0.29, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "5a33b2c9c4a282000c5a9511": { + "_id": "5a33b2c9c4a282000c5a9511", + "_name": "mount_all_trijicon_rm33", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1648, + "Description": "mount_all_trijicon_rm33", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_all_trijicon_rm33", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_all_trijicon_rm33.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_all_trijicon_rm33", + "SightingRange": 0, + "Slots": [{ + "_id": "5a33b2c9c4a282000c5a9512", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5a33b2c9c4a282000c5a9511", + "_props": { + "filters": [{ + "Filter": ["5a32aa8bc4a2826c6e06d737"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.017, + "Width": 1 + }, + "_proto": "5649a2464bdc2d91118b45a8", + "_type": "Item" + }, + "5a33b652c4a28232996e407c": { + "_id": "5a33b652c4a28232996e407c", + "_name": "mount_all_trijicon_ac32062", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1593, + "Description": "mount_p226_trijicon_rm50", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_p226_trijicon_rm50", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_all_trijicon_ac32062.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_p226_trijicon_rm50", + "SightingRange": 0, + "Slots": [{ + "_id": "5a33b652c4a28232996e407d", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5a33b652c4a28232996e407c", + "_props": { + "filters": [{ + "Filter": ["5a32aa8bc4a2826c6e06d737"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.017, + "Width": 1 + }, + "_proto": "5649a2464bdc2d91118b45a8", + "_type": "Item" + }, + "5a33bab6c4a28200741e22f8": { + "_id": "5a33bab6c4a28200741e22f8", + "_name": "mount_acog_trijicon_rm35", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6182, + "Description": "mount_acog_trijicon_rm35", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_acog_trijicon_rm35", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_acog_trijicon_rm35.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_acog_trijicon_rm35", + "SightingRange": 0, + "Slots": [{ + "_id": "5a33bab6c4a28200741e22f9", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5a33bab6c4a28200741e22f8", + "_props": { + "filters": [{ + "Filter": ["5a32aa8bc4a2826c6e06d737"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.02, + "Width": 1 + }, + "_proto": "5649a2464bdc2d91118b45a8", + "_type": "Item" + }, + "5a33ca0fc4a282000d72292f": { + "_id": "5a33ca0fc4a282000d72292f", + "_name": "stock_ar15_colt_stock_tube_A2", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3629, + "Description": "stock_ar15_colt_stock_tube_A2", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_colt_stock_tube_A2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_colt_stock_tube_a2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_colt_stock_tube_A2", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5a33ce14c4a282329a73b4bb", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5a33ca0fc4a282000d72292f", + "_props": { + "filters": [{ + "Filter": ["5a33cae9c4a28232980eb086", "5d44069ca4b9361ebd26fc37", "5d4406a8a4b9361e4f6eb8b7"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.162, + "Width": 2 + }, + "_proto": "5649b2314bdc2d79388b4576", + "_type": "Item" + }, + "5a33cae9c4a28232980eb086": { + "_id": "5a33cae9c4a28232980eb086", + "_name": "stock_ar15_magpul_prs_gen2_fde", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 17094, + "Description": "stock_ar15_magpul_prs_gen2_fde", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_magpul_prs_gen2_fde", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_magpul_prs_gen2_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -34, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_magpul_prs_gen2_fde", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.79, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5a33e75ac4a2826c6e06d759": { + "_id": "5a33e75ac4a2826c6e06d759", + "_name": "stock_ar15_hera_arms_cqr", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5fc2369685fd526b824a5713", "606587d11246154cad35d635", "5a33ca0fc4a282000d72292f", "5d120a10d7ad1a4e1026ba85", "5b0800175acfc400153aebd4", "602e620f9b513876d4338d9a", "5a9eb32da2750c00171b3f9c", "5bfe86df0db834001b734685", "55d4ae6c4bdc2d8b2f8b456e", "5c87a07c2e2216001219d4a2", "5bb20e58d4351e00320205d7", "5bb20e70d4351e0035629f8f", "5beec8c20db834001d2c465c", "5fbbaa86f9986c4cff3fe5f6", "5fce16961f152d4312622bc9", "5ae30c9a5acfc408fb139a03", "5d135e83d7ad1a21b83f42d8", "5d135ecbd7ad1a21c176542e", "56eabf3bd2720b75698b4569", "58d2946386f774496974c37e", "58d2946c86f7744e271174b5", "58d2947686f774485c6a1ee5", "58d2947e86f77447aa070d53", "5a33cae9c4a28232980eb086", "5d44069ca4b9361ebd26fc37", "5d4406a8a4b9361e4f6eb8b7", "5947e98b86f774778f1448bc", "5947eab886f77475961d96c5", "5947c73886f7747701588af5", "5c793fde2e221601da358614", "591aef7986f774139d495f03", "591af10186f774139d495f0e", "5b39f8db5acfc40016387a1b"], + "CreditsPrice": 33263, + "Description": "pistolgrip_ar15_hera_arms_cqr", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 20, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ar15_hera_arms_cqr", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ar15_hera_arms_cqr.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -33, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "pistolgrip_ar15_hera_arms_cqr", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.499, + "Width": 2 + }, + "_proto": "55802f5d4bdc2dac148b458f", + "_type": "Item" + }, + "5a341c4086f77401f2541505": { + "_id": "5a341c4086f77401f2541505", + "_name": "Headwear", + "_parent": "57bef4c42459772e8d35a53b", + "_props": {}, + "_type": "Node" + }, + "5a341c4686f77469e155819e": { + "_id": "5a341c4686f77469e155819e", + "_name": "FaceCover", + "_parent": "57bef4c42459772e8d35a53b", + "_props": {}, + "_type": "Node" + }, + "5a34f7f1c4a2826c6e06d75d": { + "_id": "5a34f7f1c4a2826c6e06d75d", + "_name": "barrel_ar10_457mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.035, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 39137, + "Description": "barrel_ar10_457mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -13, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_ar10_457mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_ar10_457mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_ar10_457mm", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5a34f7f1c4a2826c6e06d75e", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5a34f7f1c4a2826c6e06d75d", + "_props": { + "filters": [{ + "Filter": ["5b7d693d5acfc43bca706a3d", "5a34fd2bc4a282329a73b4c5", "6065c6e7132d4d12c81fd8e1", "5d1f819086f7744b355c219b", "5dcbe965e4ed22586443a79d", "5d026791d7ad1a04a067ea63", "5dfa3cd1b33c0951220c079b", "5cdd7685d7f00c000f260ed2", "5c878e9d2e2216000f201903", "5d02677ad7ad1a04a15c0f95", "5bbdb8bdd4351e4502011460", "5cdd7693d7f00c0010373aa5", "607ffb988900dc2d9a55b6e4", "5d443f8fa4b93678dd4a01aa", "5c7954d52e221600106f4cc7", "5fbc22ccf24b94483f726483", "59bffc1f86f77435b128b872", "5cf78496d7f00c065703d6ca", "5fbe7618d6fa9c00c571bb6c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a34f7f1c4a2826c6e06d75f", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5a34f7f1c4a2826c6e06d75d", + "_props": { + "filters": [{ + "Filter": ["5a34fbadc4a28200741e230a", "5d00ec68d7ad1a04a067e5be"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -6.48, + "Weight": 1.12, + "Width": 4 + }, + "_proto": "55d3632e4bdc2d972f8b4569", + "_type": "Item" + }, + "5a34fae7c4a2826c6e06d760": { + "_id": "5a34fae7c4a2826c6e06d760", + "_name": "barrel_ar10_558mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.023, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 47834, + "Description": "barrel_ar10_457mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.09, + "EffectiveDistance": 0, + "Ergonomics": -22, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 4, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_ar10_457mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_ar10_558mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_ar10_457mm", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5a34fae7c4a2826c6e06d761", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5a34fae7c4a2826c6e06d760", + "_props": { + "filters": [{ + "Filter": ["5b7d693d5acfc43bca706a3d", "5a34fd2bc4a282329a73b4c5", "6065c6e7132d4d12c81fd8e1", "5d1f819086f7744b355c219b", "5dcbe965e4ed22586443a79d", "5d026791d7ad1a04a067ea63", "5dfa3cd1b33c0951220c079b", "5cdd7685d7f00c000f260ed2", "5c878e9d2e2216000f201903", "5d02677ad7ad1a04a15c0f95", "5bbdb8bdd4351e4502011460", "5cdd7693d7f00c0010373aa5", "607ffb988900dc2d9a55b6e4", "5d443f8fa4b93678dd4a01aa", "5c7954d52e221600106f4cc7", "5fbc22ccf24b94483f726483", "59bffc1f86f77435b128b872", "5cf78496d7f00c065703d6ca", "5fbe7618d6fa9c00c571bb6c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a34fae7c4a2826c6e06d762", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5a34fae7c4a2826c6e06d760", + "_props": { + "filters": [{ + "Filter": ["5a34fbadc4a28200741e230a", "5d00ec68d7ad1a04a067e5be"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -4.48, + "Weight": 1.2, + "Width": 5 + }, + "_proto": "55d3632e4bdc2d972f8b4569", + "_type": "Item" + }, + "5a34fbadc4a28200741e230a": { + "_id": "5a34fbadc4a28200741e230a", + "_name": "gas_block_ar10_jp_jpgs6", + "_parent": "56ea9461d2720b67698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5b2cfa535acfc432ff4db7a0", "595cfa8b86f77427437e845b", "595cf16b86f77427440c32e2"], + "CreditsPrice": 14690, + "Description": "gas_block_ar15_windham_weaponry_rail_gas_block", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 50, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "gas_block_ar15_windham_weaponry_rail_gas_block", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/gasblock/gas_block_ar10_jp_jpgs6.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "gas_block_ar15_windham_weaponry_rail_gas_block", + "SightingRange": 0, + "Slots": [{ + "_id": "5c1775d42e221602b17788d4", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5a34fbadc4a28200741e230a", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.218, + "Width": 1 + }, + "_proto": "56ea8d2fd2720b7c698b4570", + "_type": "Item" + }, + "5a34fd2bc4a282329a73b4c5": { + "_id": "5a34fd2bc4a282329a73b4c5", + "_name": "muzzle_ar10_aac_blackout_51t_flash_hider_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 3, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4249, + "Description": "muzzle_ar10_aac_blackout_51t_flash_hider_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar10_aac_blackout_51t_flash_hider_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar10_aac_blackout_51t_flash_hider_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -7, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar10_aac_blackout_51t_flash_hider_762x51", + "SightingRange": 0, + "Slots": [{ + "_id": "5a34fd2bc4a282329a73b4c6", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5a34fd2bc4a282329a73b4c5", + "_props": { + "filters": [{ + "Filter": ["5a34fe59c4a282000b1521a2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.122, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5a34fe59c4a282000b1521a2": { + "_id": "5a34fe59c4a282000b1521a2", + "_name": "silencer_ar10_aac_762_sdn_6_762x51", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": -2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 67325, + "Description": "silencer_ar10_aac_762_sdn_6_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.88, + "EffectiveDistance": 0, + "Ergonomics": -26, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": -29, + "MergesWithChildren": true, + "Name": "silencer_ar10_aac_762_sdn_6_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_ar10_aac_762_sdn_6_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -14, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_ar10_aac_762_sdn_6_762x51", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.75, + "Weight": 0.567, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "54490a4d4bdc2dbc018b4573", + "_type": "Item" + }, + "5a3501acc4a282000d72293a": { + "_id": "5a3501acc4a282000d72293a", + "_name": "mag_ar10_magpul_pmag_sr_gen_3_762x51_20", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5a3501acc4a282000d72293b", + "_max_count": 20, + "_name": "cartridges", + "_parent": "5a3501acc4a282000d72293a", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 3232, + "Description": "mag_ar10_magpul_pmag_sr_gen_3_762x51_20\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ar10_magpul_pmag_sr_gen_3_762x51_20", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ar10_magpul_pmag_sr_gen_3_762x51_20.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ar10_magpul_pmag_sr_gen_3_762x51_20", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.35, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "5448c1d04bdc2dff2f8b4569", + "_type": "Item" + }, + "5a351711c4a282000b1521a4": { + "_id": "5a351711c4a282000b1521a4", + "_name": "mag_mp5_x_products_x_5_9x19_50", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5a351711c4a282000b1521a5", + "_max_count": 50, + "_name": "cartridges", + "_parent": "5a351711c4a282000b1521a4", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 15, + "ConflictingItems": [], + "CreditsPrice": 13946, + "Description": "mag_mp5_x_products_x_5_9x19_50", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -15, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 30, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_mp5_x_products_x_5_9x19_50", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_mp5_x_products_x_5_9x19_50.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_mp5_x_products_x_5_9x19_50", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.64, + "Width": 1, + "magAnimationIndex": 1 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5a367e5dc4a282000e49738f": { + "_id": "5a367e5dc4a282000e49738f", + "_name": "weapon_remington_r11_rsass_762x51", + "_parent": "5447b6194bdc2d67278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.22, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.2, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0, + "Chambers": [{ + "_id": "5a367e5dc4a282000e497395", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5a367e5dc4a282000e49738f", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.5, + "CoolFactor": 1, + "CreditsPrice": 41605, + "Description": "weapon_remington_r11_rsass_762x51\n", + "DeviationCurve": 2, + "DeviationMax": 30, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 40, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_dmr", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.03, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_remington_r11_rsass_762x51", + "NotShownInSlot": false, + "OperatingResource": 3000, + "Prefab": { + "path": "assets/content/weapons/rsass/weapon_remington_r11_rsass_762x51_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.3, + "z": 0 + }, + "RecoilForceBack": 525, + "RecoilForceUp": 245, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 312, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": 0, + "z": 0 + }, + "SendToClient": false, + "ShortName": "weapon_remington_r11_rsass_762x51", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5a367e5dc4a282000e497390", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5a367e5dc4a282000e49738f", + "_props": { + "filters": [{ + "Filter": ["55d4b9964bdc2d1d4e8b456e", "571659bb2459771fb2755a12", "602e71bd53a60014f9705bfa", "5cc9bcaed7f00c011c04e179", "5bb20e18d4351e00320205d5", "5bb20e0ed4351e3bac1212dc", "5d025cc1d7ad1a53845279ef", "5c6d7b3d2e221600114c9b7d", "57c55efc2459772d2c6271e7", "57af48872459771f0b2ebf11", "57c55f092459772d291a8463", "57c55f112459772d28133310", "57c55f172459772d27602381", "5a339805c4a2826c6e06d73d", "55802f5d4bdc2dac148b458f", "5d15cf3bd7ad1a67e71518b2", "59db3a1d86f77429e05b4e92", "5fbcbd6c187fea44d52eda14", "59db3acc86f7742a2c4ab912", "59db3b0886f77429d72fb895", "5b07db875acfc40dc528a5f6"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5a367e5dc4a282000e497391", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5a367e5dc4a282000e49738f", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5df8f535bb49d91fb446d6b0", "5df8f541c41b2312ea3335e3", "5a3501acc4a282000d72293a"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5a367e5dc4a282000e497393", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5a367e5dc4a282000e49738f", + "_props": { + "filters": [{ + "Filter": ["5a33ca0fc4a282000d72292f", "5c0faeddd174af02a962601f", "5649be884bdc2d79388b4577", "5d120a10d7ad1a4e1026ba85", "5b0800175acfc400153aebd4", "5bb20e58d4351e00320205d7", "5947e98b86f774778f1448bc", "5947eab886f77475961d96c5", "5c793fb92e221644f31bfb64", "5c793fc42e221600114ca25d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5a36813fc4a282329a73b4ca", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "5a367e5dc4a282000e49738f", + "_props": { + "filters": [{ + "Filter": ["5a329052c4a28200741e22d3"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5a37926ec4a282329a73b4da", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5a367e5dc4a282000e49738f", + "_props": { + "filters": [{ + "Filter": ["5a34f7f1c4a2826c6e06d75d", "5a34fae7c4a2826c6e06d760"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5a3792f2c4a282000c5a9532", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5a367e5dc4a282000e49738f", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c17b22b2e221602b5428dd5", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5a367e5dc4a282000e49738f", + "_props": { + "filters": [{ + "Filter": ["5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5fb6564947ce63734e3fa1da", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5fc0fa957283c4046c58147e", "5894a81786f77427140b8347"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.72, + "Width": 1, + "ammoCaliber": "Caliber762x51", + "bEffDist": 900, + "bFirerate": 700, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "58dd3ad986f77403051cba8f", + "defMagType": "5a3501acc4a282000d72293a", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "marksmanRifle", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5a37ca54c4a282000d72296a": { + "_id": "5a37ca54c4a282000d72296a", + "_name": "mount_all_jp_enterprises_ftsm_30mm", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9294, + "Description": "mount_all_jp_enterprises_ftsm_30mm", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_all_jp_enterprises_ftsm_30mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_all_jp_enterprises_ftsm_30mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_all_jp_enterprises_ftsm_30mm", + "SightingRange": 0, + "Slots": [{ + "_id": "5a37ce4ac4a282000b1521c9", + "_mergeSlotWithChildren": false, + "_name": "mod_scope_000", + "_parent": "5a37ca54c4a282000d72296a", + "_props": { + "filters": [{ + "Filter": ["5b2388675acfc4771e1be0be", "5b3b99475acfc432ff4dcbee", "5a37cb10c4a282329a73b4e7", "57c5ac0824597754771e88a9"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a37ce53c4a282000d72296e", + "_mergeSlotWithChildren": false, + "_name": "mod_scope_001", + "_parent": "5a37ca54c4a282000d72296a", + "_props": { + "filters": [{ + "Filter": ["58d268fc86f774111273f8c2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.194, + "Width": 2 + }, + "_proto": "577d128124597739d65d0e56", + "_type": "Item" + }, + "5a37cb10c4a282329a73b4e7": { + "_id": "5a37cb10c4a282329a73b4e7", + "_name": "scope_30mm_leupold_mark4_lr_6,5_20x50", + "_parent": "55818ae44bdc2dde698b456c", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.03]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200, 250, 300, 350, 400, 450]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "5c7d55f52e221644f31bff6a"], + "CreditsPrice": 58580, + "CustomAimPlane": "", + "Description": "scope_30mm_march_tactical_3-24x42", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_30mm_march_tactical_3-24x42", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200, 250, 300, 350, 400, 450], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_30mm_leupold_mark4_lr_6,5_20x50.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_30mm_march_tactical_3-24x42", + "SightModesCount": 1, + "SightingRange": 1500, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.62, + "Width": 2, + "Zooms": [[20]], + "aimingSensitivity": 0.1, + "sightModType": "optic" + }, + "_proto": "56ea70acd2720b844b8b4594", + "_type": "Item" + }, + "5a38e6bac4a2826c6e06d79b": { + "_id": "5a38e6bac4a2826c6e06d79b", + "_name": "weapon_toz_toz-106_20g", + "_parent": "5447b6094bdc2dc3278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.2, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.13, + "BoltAction": true, + "BurstShotsCount": 3, + "CameraRecoil": 0.4, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.55, + "Chambers": [{ + "_id": "5a38e6bac4a2826c6e06d7a2", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5a38e6bac4a2826c6e06d79b", + "_props": { + "filters": [{ + "Filter": ["5a38ebd9c4a282000d722a5b", "5d6e695fa4b936359b35d852", "5d6e69b9a4b9361bc8618958", "5d6e69c7a4b9360b6c0d54e4", "5d6e6a5fa4b93614ec501745", "5d6e6a53a4b9361bd473feec", "5d6e6a42a4b9364f07165f52", "5d6e6a05a4b93618084f58d0"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1, + "CoolFactor": 1, + "CreditsPrice": 3526, + "Description": "weapon_toz_toz-106_20g\n", + "DeviationCurve": 6, + "DeviationMax": 13, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 60, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_toz_toz-106_20g", + "NotShownInSlot": false, + "OperatingResource": 2250, + "Prefab": { + "path": "assets/content/weapons/toz106/weapon_toz_toz-106_20g_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RecoilForceBack": 650, + "RecoilForceUp": 780, + "RecolDispersion": 30, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 1, + "RepairCost": 23, + "RepairSpeed": 14, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": 0, + "z": 0 + }, + "SendToClient": false, + "ShortName": "weapon_toz_toz-106_20g", + "ShotgunDispersion": 1, + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5a38e6bac4a2826c6e06d79c", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5a38e6bac4a2826c6e06d79b", + "_props": { + "filters": [{ + "AnimationIndex": 0, + "Filter": ["5a38ee51c4a282000c5a955c", "5a38ed75c4a28232996e40c6", "5c6161fb2e221600113fbde5"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5a38e7c7c4a28200741e2345", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5a38e6bac4a2826c6e06d79b", + "_props": { + "filters": [{ + "Filter": ["5c99f3592e221644fc633070", "5adf23995acfc400185c2aeb", "5a38ef1fc4a282000b1521f6"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5c618c2a2e22160011418d3e", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5a38e6bac4a2826c6e06d79b", + "_props": { + "filters": [{ + "Filter": ["5c6162682e22160010261a2b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.81, + "Weight": 1.3, + "Width": 3, + "ammoCaliber": "Caliber20g", + "bEffDist": 70, + "bFirerate": 30, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5a38ebd9c4a282000d722a5b", + "defMagType": "5a38ee51c4a282000c5a955c", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 20, + "weapClass": "shotgun", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "55801eed4bdc2d89578b4588", + "_type": "Item" + }, + "5a38ebd9c4a282000d722a5b": { + "_id": "5a38ebd9c4a282000d722a5b", + "_name": "patron_20x70_buckshot", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 14, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber20g", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 24, + "Damage": 25, + "Description": "patron_20x70_buckshot", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.35, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 430, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_shotgun", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.532, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_20x70_buckshot", + "NotShownInSlot": false, + "PenetrationChance": 0.02, + "PenetrationPower": 3, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_20x70.bundle", + "rcid": "" + }, + "ProjectileCount": 8, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0, + "SendToClient": false, + "ShortName": "patron_20x70_buckshot", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 5, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 10, + "StackMaxSize": 20, + "StackMinRandom": 3, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.33, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.04, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "buckshot", + "buckshotBullets": 8, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "", + "casingSounds": "shotgun_small" + }, + "_proto": "560d5e524bdc2d25448b4571", + "_type": "Item" + }, + "5a38ed75c4a28232996e40c6": { + "_id": "5a38ed75c4a28232996e40c6", + "_name": "mag_toz-106_mc_20-01_sb3_20x70_4", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5a38ed75c4a28232996e40c7", + "_max_count": 4, + "_name": "cartridges", + "_parent": "5a38ed75c4a28232996e40c6", + "_props": { + "filters": [{ + "Filter": ["5a38ebd9c4a282000d722a5b", "5d6e695fa4b936359b35d852", "5d6e69b9a4b9361bc8618958", "5d6e69c7a4b9360b6c0d54e4", "5d6e6a5fa4b93614ec501745", "5d6e6a53a4b9361bd473feec", "5d6e6a42a4b9364f07165f52", "5d6e6a05a4b93618084f58d0"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1075, + "Description": "mag_toz-106_mc_20-01_sb3_20x70_4", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": -20, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_toz-106_mc_20-01_sb3_20x70_4", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_toz-106_mc_20-01_sb3_20x70_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_toz-106_mc_20-01_sb3_20x70_4", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.11, + "Width": 1, + "magAnimationIndex": 1 + }, + "_proto": "559ba5b34bdc2d1f1a8b4582", + "_type": "Item" + }, + "5a38ee51c4a282000c5a955c": { + "_id": "5a38ee51c4a282000c5a955c", + "_name": "mag_toz-106_mc_20-01_sb3_20x70_2", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5a38ee51c4a282000c5a955d", + "_max_count": 2, + "_name": "cartridges", + "_parent": "5a38ee51c4a282000c5a955c", + "_props": { + "filters": [{ + "Filter": ["5a38ebd9c4a282000d722a5b", "5d6e695fa4b936359b35d852", "5d6e69b9a4b9361bc8618958", "5d6e69c7a4b9360b6c0d54e4", "5d6e6a5fa4b93614ec501745", "5d6e6a53a4b9361bd473feec", "5d6e6a42a4b9364f07165f52", "5d6e6a05a4b93618084f58d0"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 785, + "Description": "mag_toz-106_mc_20-01_sb3_20x70_2", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": -20, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_toz-106_mc_20-01_sb3_20x70_2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_toz-106_mc_20-01_sb3_20x70_2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_toz-106_mc_20-01_sb3_20x70_2", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.095, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "559ba5b34bdc2d1f1a8b4582", + "_type": "Item" + }, + "5a38eecdc4a282329a73b512": { + "_id": "5a38eecdc4a282329a73b512", + "_name": "pistolgrip_toz-106_toz_000_002", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 729, + "Description": "pistolgrip_toz-106_toz_000_002", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_toz-106_toz_000_002", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_toz-106_toz_000_002.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_toz-106_toz_000_002", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "5a38ef1fc4a282000b1521f6": { + "_id": "5a38ef1fc4a282000b1521f6", + "_name": "stock_toz-106_toz_short_std_wood", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1702, + "Description": "stock_toz-106_toz_full_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": true, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_toz-106_toz_full_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_toz-106_toz_short_std_wood.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": -34, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_toz-106_toz_full_std", + "SightingRange": 0, + "SizeReduceRight": 2, + "Slots": [{ + "_id": "5a38f000c4a2826c6e06d7a5", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5a38ef1fc4a282000b1521f6", + "_props": { + "filters": [{ + "Filter": ["5a38eecdc4a282329a73b512"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.25, + "Width": 4 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5a398ab9c4a282000c5a9842": { + "_id": "5a398ab9c4a282000c5a9842", + "_name": "helmet_ops_core_single_clamp_rail_adapter", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 12000, + "Description": "helmet_ops_core_single_clamp_rail_adapter", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "helmet_ops_core_single_clamp_rail_adapter", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_opscore_fast/item_equipment_helmet_opscore_single_clamp_rail_adapter.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "helmet_ops_core_single_clamp_rail_adapter", + "SightingRange": 0, + "Slots": [{ + "_id": "5a398b3ec4a282329a73b54f", + "_mergeSlotWithChildren": false, + "_name": "mod_flashlight", + "_parent": "5a398ab9c4a282000c5a9842", + "_props": { + "filters": [{ + "Filter": ["59d790f486f77403cb06aec6", "57d17c5e2459775a5c57d17d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.02, + "Width": 1 + }, + "_proto": "5649a2464bdc2d91118b45a8", + "_type": "Item" + }, + "5a398b75c4a282000a51a266": { + "_id": "5a398b75c4a282000a51a266", + "_name": "helmet_ops_core_picatinny_rail_adapter", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 12000, + "Description": "helmet_ops_core_single_clamp_rail_adapter", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "helmet_ops_core_single_clamp_rail_adapter", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_opscore_fast/item_equipment_helmet_opscore_picatinny_rail_adapter.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "helmet_ops_core_single_clamp_rail_adapter", + "SightingRange": 0, + "Slots": [{ + "_id": "5a398b8ac4a282fbd16a3866", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5a398b75c4a282000a51a266", + "_props": { + "filters": [{ + "Filter": ["56def37dd2720bec348b456a", "560d657b4bdc2da74d8b4572"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.02, + "Width": 1 + }, + "_proto": "5649a2464bdc2d91118b45a8", + "_type": "Item" + }, + "5a3c16fe86f77452b62de32a": { + "_id": "5a3c16fe86f77452b62de32a", + "_name": "patron_9x19_luger_cci", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 38, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "blue", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x19PARA", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 185, + "Damage": 70, + "Description": "patron_9x19_luger_cci", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.25, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.2, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 420, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.2, + "LootExperience": 0, + "MalfunctionChance": 0.28, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.03, + "Name": "patron_9x19_luger_cci", + "NotShownInSlot": false, + "PenetrationChance": 0.12, + "PenetrationPower": 10, + "PenetrationPowerDiviation": 0.136, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x19_cci.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.065, + "SendToClient": false, + "ShortName": "patron_9x19_luger_cci", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 7, + "SpeedRetardation": 0.0001, + "StackMaxRandom": 20, + "StackMaxSize": 50, + "StackMinRandom": 10, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.015, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "54527c774bdc2d3f668b4568", + "_type": "Item" + }, + "5a43943586f77416ad2f06e2": { + "_id": "5a43943586f77416ad2f06e2", + "_name": "cap_dedmoroz", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 500, + "DeafStrength": "None", + "Description": "cap ded moroz", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "cap ded moroz", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_dedmoroz/item_equipment_head_dedmoroz.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "cap ded moroz", + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7f1624597762ae139822", + "_type": "Item" + }, + "5a43957686f7742a2c2f11b0": { + "_id": "5a43957686f7742a2c2f11b0", + "_name": "cap_santa", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 500, + "DeafStrength": "None", + "Description": "cap santa", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "cap santa", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_claus/item_equipment_head_claus.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "cap santa", + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7f1624597762ae139822", + "_type": "Item" + }, + "5a5f1ce64f39f90b401987bc": { + "_id": "5a5f1ce64f39f90b401987bc", + "_name": "tactical_all_zenit_2irs_kleh_lam", + "_parent": "55818b164bdc2ddc698b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 17919, + "Description": "tactical_all_zenit_2irs_kleh_lam", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 23, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": 3, + "Name": "tactical_all_zenit_2irs_kleh_lam", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_all_zenit_2irs_kleh_lam.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "tactical_all_zenit_2irs_kleh_lam", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.17, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5a6086ea4f39f99cd479502f": { + "_id": "5a6086ea4f39f99cd479502f", + "_name": "patron_762x51_M61", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 83, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x51", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 390, + "Damage": 70, + "Description": "default_308", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.8, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.13, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 849, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.3668, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "default_308", + "NotShownInSlot": false, + "PenetrationChance": 0.9, + "PenetrationPower": 64, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x51_m61.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.3, + "SendToClient": false, + "ShortName": "default_308", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 2, + "SpeedRetardation": 0.000015, + "StackMaxRandom": 15, + "StackMaxSize": 40, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.024, + "Width": 1, + "ammoAccr": 3, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 10, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 77.16, + "casingName": ".308", + "casingSounds": "rifle762" + }, + "_proto": "560d61e84bdc2da74d8b4571", + "_type": "Item" + }, + "5a608bf24f39f98ffc77720e": { + "_id": "5a608bf24f39f98ffc77720e", + "_name": "patron_762x51_M62", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 75, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x51", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 275, + "Damage": 79, + "Description": "default_308", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.5, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.14, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 816, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "default_308", + "NotShownInSlot": false, + "PenetrationChance": 0.67, + "PenetrationPower": 44, + "PenetrationPowerDiviation": 1.2, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x51_m62.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.38, + "SendToClient": false, + "ShortName": "default_308", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 7, + "SpeedRetardation": 0.000015, + "StackMaxRandom": 40, + "StackMaxSize": 40, + "StackMinRandom": 10, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": true, + "TracerColor": "green", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.024, + "Width": 1, + "ammoAccr": -6, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -5, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 77.16, + "casingName": ".308", + "casingSounds": "rifle762" + }, + "_proto": "560d61e84bdc2da74d8b4571", + "_type": "Item" + }, + "5a6860d886f77411cd3a9e47": { + "_id": "5a6860d886f77411cd3a9e47", + "_name": "case_0060", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "Case folder 0060", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_plastic_generic", + "LootExperience": 40, + "MergesWithChildren": false, + "Name": "Case folder 0060", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/item_quest_container_case_folder/item_quest_container_case_0052.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Case folder 0060", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.8, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "5a687e7886f7740c4a5133fb": { + "_id": "5a687e7886f7740c4a5133fb", + "_name": "item_barter_quest_blood", + "_parent": "57864c8c245977548867e7f1", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2150, + "Description": "quest_blood", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "quest_blood", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/item_quest_bloodsample/item_quest_bloodsample.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "quest_blood", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "59e3606886f77417674759a5", + "_type": "Item" + }, + "5a69a2ed8dc32e000d46d1f1": { + "_id": "5a69a2ed8dc32e000d46d1f1", + "_name": "pistolgrip_val_rotor_43_tube_adapter", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": true, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["57c450252459772d28133253"], + "CreditsPrice": 8177, + "Description": "pistolgrip_val_rotor_43_tube_adapter", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": true, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_val_rotor_43_tube_adapter", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_val_rotor_43_tube_adapter.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_val_rotor_43_tube_adapter", + "SightingRange": 0, + "Slots": [{ + "_id": "5a69a5648dc32e000d46d1f3", + "_mergeSlotWithChildren": false, + "_name": "mod_stock_000", + "_parent": "5a69a2ed8dc32e000d46d1f1", + "_props": { + "filters": [{ + "Filter": ["5a9eb32da2750c00171b3f9c", "5bfe86df0db834001b734685", "55d4ae6c4bdc2d8b2f8b456e", "5c87a07c2e2216001219d4a2", "5bb20e70d4351e0035629f8f", "5beec8c20db834001d2c465c", "5ae30c9a5acfc408fb139a03", "5d135e83d7ad1a21b83f42d8", "5d135ecbd7ad1a21c176542e", "56eabf3bd2720b75698b4569", "58d2946386f774496974c37e", "58d2946c86f7744e271174b5", "58d2947686f774485c6a1ee5", "58d2947e86f77447aa070d53", "5d44069ca4b9361ebd26fc37", "5d4406a8a4b9361e4f6eb8b7", "5947c73886f7747701588af5", "5c793fde2e221601da358614", "5b39f8db5acfc40016387a1b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.065, + "Width": 2 + }, + "_proto": "5649ade84bdc2d1b2b8b4587", + "_type": "Item" + }, + "5a6b585a8dc32e5a9c28b4f1": { + "_id": "5a6b585a8dc32e5a9c28b4f1", + "_name": "muzzle_glock_alpha_wolf_thread_protector_9x19", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 703, + "Description": "muzzle_glock_alpha_wolf_thread_protector_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_glock_alpha_wolf_thread_protector_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_glock_alpha_wolf_thread_protector_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_glock_alpha_wolf_thread_protector_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.01, + "Width": 1, + "muzzleModType": "muzzleCombo" + }, + "_proto": "560838c94bdc2d77798b4569", + "_type": "Item" + }, + "5a6b592c8dc32e00094b97bf": { + "_id": "5a6b592c8dc32e00094b97bf", + "_name": "muzzle_glock_double_diamond_thread_protector_9x19", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 704, + "Description": "muzzle_glock_alpha_wolf_thread_protector_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_glock_alpha_wolf_thread_protector_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_glock_double_diamond_thread_protector_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_glock_alpha_wolf_thread_protector_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.01, + "Width": 1, + "muzzleModType": "muzzleCombo" + }, + "_proto": "560838c94bdc2d77798b4569", + "_type": "Item" + }, + "5a6b59a08dc32e000b452fb7": { + "_id": "5a6b59a08dc32e000b452fb7", + "_name": "muzzle_glock_salient_arms_thread_protector_9x19", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1007, + "Description": "muzzle_glock_salient_arms_thread_protector_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_glock_salient_arms_thread_protector_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_glock_salient_arms_thread_protector_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_glock_salient_arms_thread_protector_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.01, + "Width": 1, + "muzzleModType": "muzzleCombo" + }, + "_proto": "560838c94bdc2d77798b4569", + "_type": "Item" + }, + "5a6b5b8a8dc32e001207faf3": { + "_id": "5a6b5b8a8dc32e001207faf3", + "_name": "barrel_glock_alpha_wolf_114mm_threaded_9x19", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.3, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7948, + "Description": "barrel_glock_alpha_wolf_114mm_threaded_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.8, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_glock_alpha_wolf_114mm_threaded_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_glock_alpha_wolf_114mm_threaded_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_glock_alpha_wolf_114mm_threaded_9x19", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5a6b5b8a8dc32e001207faf4", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5a6b5b8a8dc32e001207faf3", + "_props": { + "filters": [{ + "Filter": ["5a7ad0c451dfba0013379712", "5a7037338dc32e000d46d257", "5a70366c8dc32e001207fb06", "5a705e128dc32e000d46d258", "5a7ad1fb51dfba0013379715", "5a6b585a8dc32e5a9c28b4f1", "5a6b592c8dc32e00094b97bf", "5a6b59a08dc32e000b452fb7", "5c7e8fab2e22165df16b889b", "5a33a8ebc4a282000c5a950d", "5c6165902e22160010261b28", "5a32a064c4a28200741e22de"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -2.28, + "Weight": 0.18, + "Width": 1 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5a6b5e468dc32e001207faf5": { + "_id": "5a6b5e468dc32e001207faf5", + "_name": "barrel_glock_double_diamond_114mm_threaded_9x19", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.33, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5965, + "Description": "barrel_glock_double_diamond_114mm_threaded_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.86, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_glock_double_diamond_114mm_threaded_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_glock_double_diamond_114mm_threaded_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_glock_double_diamond_114mm_threaded_9x19", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5a6b5e468dc32e001207faf6", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5a6b5e468dc32e001207faf5", + "_props": { + "filters": [{ + "Filter": ["5a7ad0c451dfba0013379712", "5a7037338dc32e000d46d257", "5a70366c8dc32e001207fb06", "5a705e128dc32e000d46d258", "5a7ad1fb51dfba0013379715", "5a6b585a8dc32e5a9c28b4f1", "5a6b592c8dc32e00094b97bf", "5a6b59a08dc32e000b452fb7", "5c7e8fab2e22165df16b889b", "5a33a8ebc4a282000c5a950d", "5c6165902e22160010261b28", "5a32a064c4a28200741e22de"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -2.28, + "Weight": 0.18, + "Width": 1 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5a6b5ed88dc32e000c52ec86": { + "_id": "5a6b5ed88dc32e000c52ec86", + "_name": "barrel_glock_salient_arms_114mm_threaded_9x19", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.21, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 11356, + "Description": "barrel_glock_salient_arms_114mm_threaded_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.74, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_glock_salient_arms_114mm_threaded_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_glock_salient_arms_114mm_threaded_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_glock_salient_arms_114mm_threaded_9x19", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5a6b5ed88dc32e000c52ec87", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5a6b5ed88dc32e000c52ec86", + "_props": { + "filters": [{ + "Filter": ["5a7ad0c451dfba0013379712", "5a7037338dc32e000d46d257", "5a70366c8dc32e001207fb06", "5a705e128dc32e000d46d258", "5a7ad1fb51dfba0013379715", "5a6b585a8dc32e5a9c28b4f1", "5a6b592c8dc32e00094b97bf", "5a6b59a08dc32e000b452fb7", "5c7e8fab2e22165df16b889b", "5a33a8ebc4a282000c5a950d", "5c6165902e22160010261b28", "5a32a064c4a28200741e22de"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -1.28, + "Weight": 0.18, + "Width": 1 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5a6b5f868dc32e000a311389": { + "_id": "5a6b5f868dc32e000a311389", + "_name": "barrel_glock_glock_114mm_9x19_std", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.34, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1563, + "Description": "barrel_glock_glock_114mm_9x19_std\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_glock_glock_114mm_9x19_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_glock_glock_114mm_9x19_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_glock_glock_114mm_9x19_std", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -2.28, + "Weight": 0.18, + "Width": 1 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5a6b60158dc32e000a31138b": { + "_id": "5a6b60158dc32e000a31138b", + "_name": "barrel_glock_glock_114mm_9x19_compensated", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.35, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1888, + "Description": "barrel_glock_glock_114mm_9x19_std\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.9, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_glock_glock_114mm_9x19_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_glock_glock_114mm_9x19_compensated.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_glock_glock_114mm_9x19_std", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -4.28, + "Weight": 0.18, + "Width": 1 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5a6f58f68dc32e000a311390": { + "_id": "5a6f58f68dc32e000a311390", + "_name": "sight_front_glock_glock_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 502, + "CustomAimPlane": "", + "Description": "sight_front_glock_glock_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_glock_glock_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_glock_glock_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_glock_glock_std", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.007, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5a6f5d528dc32e00094b97d9": { + "_id": "5a6f5d528dc32e00094b97d9", + "_name": "sight_rear_glock_glock_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 604, + "CustomAimPlane": "", + "Description": "sight_rear_p226_sig_p226r_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_p226_sig_p226r_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_glock_glock_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_p226_sig_p226r_std", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.008, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "56d5a661d2720bd8418b456b", + "_type": "Item" + }, + "5a6f5e048dc32e00094b97da": { + "_id": "5a6f5e048dc32e00094b97da", + "_name": "reciever_glock_glock_17_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3109, + "Description": "reciever_glock_glock_17_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_glock_glock_17_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_glock_glock_17_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_glock_glock_17_std", + "SightingRange": 0, + "Slots": [{ + "_id": "5a6f5e048dc32e00094b97db", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5a6f5e048dc32e00094b97da", + "_props": { + "filters": [{ + "Filter": ["5a7d9122159bd4001438dbf4", "5a6f5d528dc32e00094b97d9", "5a7d912f159bd400165484f3", "5a71e0fb8dc32e00094b97f2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a6f5e048dc32e00094b97dc", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5a6f5e048dc32e00094b97da", + "_props": { + "filters": [{ + "Filter": ["5a7d90eb159bd400165484f1", "5a6f58f68dc32e000a311390", "5a7d9104159bd400134c8c21", "5a71e0048dc32e000c52ecc8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a7b4b6be899ef0193192895", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5a6f5e048dc32e00094b97da", + "_props": { + "filters": [{ + "Filter": ["5a7b32a2e899ef00135e345a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.355, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5a6f5f078dc32e00094b97dd": { + "_id": "5a6f5f078dc32e00094b97dd", + "_name": "reciever_glock_gspc_viper_slide_cut", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 11199, + "Description": "reciever_glock_glock_17_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_glock_glock_17_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_glock_gspc_viper_slide_cut.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_glock_glock_17_std", + "SightingRange": 0, + "Slots": [{ + "_id": "5a6f5f078dc32e00094b97de", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5a6f5f078dc32e00094b97dd", + "_props": { + "filters": [{ + "Filter": ["5a7d9122159bd4001438dbf4", "5a6f5d528dc32e00094b97d9", "5a7d912f159bd400165484f3", "5a71e0fb8dc32e00094b97f2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a6f5f078dc32e00094b97df", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5a6f5f078dc32e00094b97dd", + "_props": { + "filters": [{ + "Filter": ["5a7d90eb159bd400165484f1", "5a6f58f68dc32e000a311390", "5a7d9104159bd400134c8c21", "5a71e0048dc32e000c52ecc8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a7b4bd0e899ef00135e3700", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5a6f5f078dc32e00094b97dd", + "_props": { + "filters": [{ + "Filter": ["5a7b32a2e899ef00135e345a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.25, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5a702d198dc32e000b452fc3": { + "_id": "5a702d198dc32e000b452fc3", + "_name": "reciever_glock_lone_wolf_alphawolf", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8016, + "Description": "reciever_glock_lone_wolf_alphawolf", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.99, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_glock_lone_wolf_alphawolf", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_glock_lone_wolf_alphawolf.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_glock_lone_wolf_alphawolf", + "SightingRange": 0, + "Slots": [{ + "_id": "5a702d198dc32e000b452fc4", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5a702d198dc32e000b452fc3", + "_props": { + "filters": [{ + "Filter": ["5a7d9122159bd4001438dbf4", "5a6f5d528dc32e00094b97d9", "5a7d912f159bd400165484f3", "5a71e0fb8dc32e00094b97f2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a702d198dc32e000b452fc5", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5a702d198dc32e000b452fc3", + "_props": { + "filters": [{ + "Filter": ["5a7d90eb159bd400165484f1", "5a6f58f68dc32e000a311390", "5a7d9104159bd400134c8c21", "5a71e0048dc32e000c52ecc8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a7b4c0fe899ef0014330f19", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5a702d198dc32e000b452fc3", + "_props": { + "filters": [{ + "Filter": ["5a7b32a2e899ef00135e345a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.19, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5a7033908dc32e000a311392": { + "_id": "5a7033908dc32e000a311392", + "_name": "reciever_glock_lone_wolf_alphawolf_custom_pat_5", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 12592, + "Description": "reciever_glock_lone_wolf_alphawolf_custom_pat_5", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_glock_lone_wolf_alphawolf_custom_pat_5", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_glock_lone_wolf_alphawolf_custom_pat_5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_glock_lone_wolf_alphawolf_custom_pat_5", + "SightingRange": 0, + "Slots": [{ + "_id": "5a7033908dc32e000a311393", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5a7033908dc32e000a311392", + "_props": { + "filters": [{ + "Filter": ["5a7d9122159bd4001438dbf4", "5a6f5d528dc32e00094b97d9", "5a7d912f159bd400165484f3", "5a71e0fb8dc32e00094b97f2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a7033908dc32e000a311394", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5a7033908dc32e000a311392", + "_props": { + "filters": [{ + "Filter": ["5a7d90eb159bd400165484f1", "5a6f58f68dc32e000a311390", "5a7d9104159bd400134c8c21", "5a71e0048dc32e000c52ecc8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a7b4c56e899ef00177539c3", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5a7033908dc32e000a311392", + "_props": { + "filters": [{ + "Filter": ["5a7b32a2e899ef00135e345a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.3, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5a70366c8dc32e001207fb06": { + "_id": "5a70366c8dc32e001207fb06", + "_name": "muzzle_glock_double_diamond_9x19", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4503, + "Description": "muzzle_glock_double_diamond_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_glock_double_diamond_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_glock_double_diamond_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_glock_double_diamond_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.063, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5a7037338dc32e000d46d257": { + "_id": "5a7037338dc32e000d46d257", + "_name": "muzzle_glock_carver_custom_decelerator_3_port_gen_3_9x19", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5054, + "Description": "muzzle_glock_carver_custom_decelerator_3_port_gen_3_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_glock_carver_custom_decelerator_3_port_gen_3_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_glock_carver_custom_decelerator_3_port_gen_3_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -11, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_glock_double_diamond_9x19muzzle_glock_carver_custom_decelerator_3_port_gen_3_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.063, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5a705e128dc32e000d46d258": { + "_id": "5a705e128dc32e000d46d258", + "_name": "muzzle_glock_lone_wolf_alphawolf_bullnosed_9x19", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": -1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a6f5e048dc32e00094b97da", "5a9685b1a2750c0032157104", "5a6f5f078dc32e00094b97dd", "5a702d198dc32e000b452fc3", "5a7afa25e899ef00135e31b0", "5a71e22f8dc32e00094b97f4", "5a71e4f48dc32e001207fb26"], + "CreditsPrice": 2800, + "Description": "muzzle_glock_lone_wolf_alphawolf_bullnosed_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_glock_lone_wolf_alphawolf_bullnosed_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_glock_lone_wolf_alphawolf_bullnosed_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -7, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_glock_lone_wolf_alphawolf_bullnosed_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.036, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5a718b548dc32e000d46d262": { + "_id": "5a718b548dc32e000d46d262", + "_name": "mag_glock_glock_std_9x19_17", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5a718b548dc32e000d46d263", + "_max_count": 17, + "_name": "cartridges", + "_parent": "5a718b548dc32e000d46d262", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 2, + "CheckTimeModifier": -20, + "ConflictingItems": [], + "CreditsPrice": 1476, + "Description": "mag_glock_glock_std_9x19_17", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": -10, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_glock_glock_std_9x19_17", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_glock_glock_std_9x19_17.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_glock_glock_std_9x19_17", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.096, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5a718da68dc32e000d46d264": { + "_id": "5a718da68dc32e000d46d264", + "_name": "mag_glock_magpul_pmag_21_gl9_9x19_21", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5a718da68dc32e000d46d265", + "_max_count": 21, + "_name": "cartridges", + "_parent": "5a718da68dc32e000d46d264", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 2, + "CheckTimeModifier": -30, + "ConflictingItems": [], + "CreditsPrice": 1731, + "Description": "mag_glock_magpul_pmag_21_gl9_9x19_21", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": -10, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_glock_magpul_pmag_21_gl9_9x19_21", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_glock_magpul_pmag_21_gl9_9x19_21.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_glock_magpul_pmag_21_gl9_9x19_21", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.1, + "Width": 1, + "magAnimationIndex": 1 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5a718f958dc32e00094b97e7": { + "_id": "5a718f958dc32e00094b97e7", + "_name": "mag_glock_sgmt_glock_drum_50_9x19_50", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5a718f958dc32e00094b97e8", + "_max_count": 50, + "_name": "cartridges", + "_parent": "5a718f958dc32e00094b97e7", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 20, + "ConflictingItems": [], + "CreditsPrice": 8661, + "Description": "mag_glock_sgmt_glock_drum_50_9x19_50", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -19, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": -10, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_glock_sgmt_glock_drum_50_9x19_50", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_glock_sgmt_glock_drum_50_9x19_50.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_glock_sgmt_glock_drum_50_9x19_50", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.6, + "Width": 1, + "magAnimationIndex": 3 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5a71e0048dc32e000c52ecc8": { + "_id": "5a71e0048dc32e000c52ecc8", + "_name": "sight_front_glock_zev_tech", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1300, + "CustomAimPlane": "", + "Description": "sight_front_glock_zev_tech", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_glock_zev_tech", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_glock_zev_tech.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_glock_zev_tech", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.007, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5a71e0fb8dc32e00094b97f2": { + "_id": "5a71e0fb8dc32e00094b97f2", + "_name": "sight_rear_glock_zev_tech", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2000, + "CustomAimPlane": "", + "Description": "sight_rear_glock_zev_tech", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_glock_zev_tech", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_glock_zev_tech.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_glock_zev_tech", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.008, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "56d5a661d2720bd8418b456b", + "_type": "Item" + }, + "5a71e1868dc32e00094b97f3": { + "_id": "5a71e1868dc32e00094b97f3", + "_name": "tactical_glock_zev_tech_rmr_adapter_plate", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "tactical_glock_zev_tech_rmr_adapter_plate", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "tactical_glock_zev_tech_rmr_adapter_plate", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_glock_zev_tech_rmr_adapter_plate.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0, + "ShortName": "tactical_glock_zev_tech_rmr_adapter_plate", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.005, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5a71e22f8dc32e00094b97f4": { + "_id": "5a71e22f8dc32e00094b97f4", + "_name": "reciever_glock_zev_tech_hex_rmr_cut_gen_3", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 20119, + "Description": "reciever_glock_zev_tech_hex_rmr_cut_gen_3", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_glock_zev_tech_hex_rmr_cut_gen_3", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_glock_zev_tech_hex_rmr_cut_gen_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_glock_zev_tech_hex_rmr_cut_gen_3", + "SightingRange": 0, + "Slots": [{ + "_id": "5a71e22f8dc32e00094b97f5", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5a71e22f8dc32e00094b97f4", + "_props": { + "filters": [{ + "Filter": ["5a7d9122159bd4001438dbf4", "5a6f5d528dc32e00094b97d9", "5a7d912f159bd400165484f3", "5a71e0fb8dc32e00094b97f2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a71e22f8dc32e00094b97f6", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5a71e22f8dc32e00094b97f4", + "_props": { + "filters": [{ + "Filter": ["5a7d90eb159bd400165484f1", "5a6f58f68dc32e000a311390", "5a7d9104159bd400134c8c21", "5a71e0048dc32e000c52ecc8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a71e41e8dc32e5a9c28b505", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5a71e22f8dc32e00094b97f4", + "_props": { + "filters": [{ + "Filter": ["5a71e1868dc32e00094b97f3", "5a32aa8bc4a2826c6e06d737"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a7b4cdae899ef0193192896", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5a71e22f8dc32e00094b97f4", + "_props": { + "filters": [{ + "Filter": ["5a7b32a2e899ef00135e345a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.19, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5a71e4f48dc32e001207fb26": { + "_id": "5a71e4f48dc32e001207fb26", + "_name": "reciever_glock_zev_tech_spartan_rmr_cut_gen_3", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 22979, + "Description": "reciever_glock_zev_tech_spartan_rmr_cut_gen_3", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.95, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_glock_zev_tech_spartan_rmr_cut_gen_3", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_glock_zev_tech_spartan_rmr_cut_gen_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -7, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_glock_zev_tech_spartan_rmr_cut_gen_3", + "SightingRange": 0, + "Slots": [{ + "_id": "5a71e4f48dc32e001207fb27", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5a71e4f48dc32e001207fb26", + "_props": { + "filters": [{ + "Filter": ["5a7d9122159bd4001438dbf4", "5a6f5d528dc32e00094b97d9", "5a7d912f159bd400165484f3", "5a71e0fb8dc32e00094b97f2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a71e4f48dc32e001207fb28", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5a71e4f48dc32e001207fb26", + "_props": { + "filters": [{ + "Filter": ["5a7d90eb159bd400165484f1", "5a6f58f68dc32e000a311390", "5a7d9104159bd400134c8c21", "5a71e0048dc32e000c52ecc8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a71e4f48dc32e001207fb29", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5a71e4f48dc32e001207fb26", + "_props": { + "filters": [{ + "Filter": ["5a71e1868dc32e00094b97f3", "5a32aa8bc4a2826c6e06d737"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a7b4d2ce899ef0016170fbd", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5a71e4f48dc32e001207fb26", + "_props": { + "filters": [{ + "Filter": ["5a7b32a2e899ef00135e345a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.19, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5a74651486f7744e73386dd1": { + "_id": "5a74651486f7744e73386dd1", + "_name": "AuxiliaryMod", + "_parent": "550aa4154bdc2dd8348b456b", + "_props": { + "ShiftsAimCamera": 0 + }, + "_type": "Node" + }, + "5a7828548dc32e5a9c28b516": { + "_id": "5a7828548dc32e5a9c28b516", + "_name": "weapon_remington_model_870_12g", + "_parent": "5447b6094bdc2dc3278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.112, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.13, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.3, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.4, + "Chambers": [{ + "_id": "5a7828548dc32e5a9c28b51d", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5a7828548dc32e5a9c28b516", + "_props": { + "filters": [{ + "Filter": ["560d5e524bdc2d25448b4571", "5d6e6772a4b936088465b17c", "5d6e67fba4b9361bc73bc779", "5d6e6806a4b936088465b17e", "5d6e68dea4b9361bcc29e659", "5d6e6911a4b9361bd5780d52", "5c0d591486f7744c505b416f", "58820d1224597753c90aeb13", "5d6e68c4a4b9361b93413f79", "5d6e68a8a4b9360b6c0d54e2", "5d6e68e6a4b9361c140bcfe0", "5d6e6869a4b9361c140bcfde", "5d6e68b3a4b9361bca7e50b5", "5d6e6891a4b9361bd473feea", "5d6e689ca4b9361bc8618956", "5d6e68d1a4b93622fe60e845"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 2.5, + "CoolFactor": 1, + "CreditsPrice": 14402, + "Description": "weapon_remington_model_870_12g", + "DeviationCurve": 6, + "DeviationMax": 13, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 45, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_pump", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_remington_model_870_12g", + "NotShownInSlot": false, + "OperatingResource": 3250, + "Prefab": { + "path": "assets/content/weapons/m870/weapon_remington_model_870_12g_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.3, + "z": 0 + }, + "RecoilForceBack": 650, + "RecoilForceUp": 520, + "RecolDispersion": 15, + "ReloadMode": "InternalMagazine", + "RepairComplexity": 0, + "RepairCost": 88, + "RepairSpeed": 12, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.25, + "z": -0.06 + }, + "SendToClient": false, + "ShortName": "weapon_remington_model_870_12g", + "ShotgunDispersion": 1, + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5a7828548dc32e5a9c28b517", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5a7828548dc32e5a9c28b516", + "_props": { + "filters": [{ + "Filter": ["5a787ebcc5856700142fdd98", "5a787f25c5856700186c4ab9", "5a787f7ac5856700177af660", "5a787fadc5856700155a6ca1", "5a787fdfc5856700142fdd9a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5a7828548dc32e5a9c28b518", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "5a7828548dc32e5a9c28b516", + "_props": { + "filters": [{ + "Filter": ["5a788031c585673f2b5c1c79", "5a788068c5856700137e4c8f", "5a788089c5856700142fdd9c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5a7828548dc32e5a9c28b519", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5a7828548dc32e5a9c28b516", + "_props": { + "filters": [{ + "AnimationIndex": 0, + "Filter": ["5a7882dcc5856700177af662", "5a78832ec5856700155a6ca3", "5a78830bc5856700137e4c90"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": true + }, { + "_id": "5a7828548dc32e5a9c28b51a", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5a7828548dc32e5a9c28b516", + "_props": { + "filters": [{ + "Filter": ["5a78813bc5856700186c4abe", "5ae35b315acfc4001714e8b0", "5a7880d0c5856700142fdd9d", "5a788169c5856700142fdd9e", "5bfe86a20db834001d23e8f7"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5a789524c5856700177b1126", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5a7828548dc32e5a9c28b516", + "_props": { + "filters": [{ + "Filter": ["5a7893c1c585673f2b5c374d", "5a78948ec5856700177b1124"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.1, + "Width": 3, + "ammoCaliber": "Caliber12g", + "bEffDist": 70, + "bFirerate": 30, + "bHearDist": 1, + "chamberAmmoCount": 1, + "defAmmo": "560d5e524bdc2d25448b4571", + "defMagType": "5a7882dcc5856700177af662", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": false, + "shotgunDispersion": 20, + "weapClass": "shotgun", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "54491c4f4bdc2db1078b4568", + "_type": "Item" + }, + "5a787ebcc5856700142fdd98": { + "_id": "5a787ebcc5856700142fdd98", + "_name": "barrel_870_express_rifle_sights_fixed_improved_cylinder_508mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.55, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7403, + "Description": "barrel_870_express_rifle_sights_fixed_improved_cylinder_508mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -7, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 110, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_870_express_rifle_sights_fixed_improved_cylinder_508mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_870_express_rifle_sights_fixed_improved_cylinder_508mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -6, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_870_express_rifle_sights_fixed_improved_cylinder_508mm", + "ShotgunDispersion": 1.4, + "SightingRange": 0, + "Slots": [{ + "_id": "5a787ebcc5856700142fdd99", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5a787ebcc5856700142fdd98", + "_props": { + "filters": [{ + "Filter": ["560838c94bdc2d77798b4569", "5b363dea5acfc4771e1c5e7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a7898f5c5856700177b1697", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5a787ebcc5856700142fdd98", + "_props": { + "filters": [{ + "Filter": ["5a789261c5856700186c65d3"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 5.4, + "Weight": 1, + "Width": 3 + }, + "_proto": "55d448594bdc2d8c2f8b4569", + "_type": "Item" + }, + "5a787f25c5856700186c4ab9": { + "_id": "5a787f25c5856700186c4ab9", + "_name": "barrel_870_extra_barrel_355mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.64, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3676, + "Description": "barrel_870_extra_barrel_355mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.86, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 110, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_870_extra_barrel_355mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_870_extra_barrel_355mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_870_extra_barrel_355mm", + "ShotgunDispersion": 1.5, + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 3.4, + "Weight": 0.8, + "Width": 2 + }, + "_proto": "55d448594bdc2d8c2f8b4569", + "_type": "Item" + }, + "5a787f7ac5856700177af660": { + "_id": "5a787f7ac5856700177af660", + "_name": "barrel_870_fixed_improved_cylinder_508mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.55, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 10378, + "Description": "barrel_870_extra_barrel_355mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -8, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": true, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 110, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_870_extra_barrel_355mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_870_fixed_improved_cylinder_508mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -6, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_870_extra_barrel_355mm", + "ShotgunDispersion": 1.4, + "SightingRange": 0, + "Slots": [{ + "_id": "5a787f7ac5856700177af661", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5a787f7ac5856700177af660", + "_props": { + "filters": [{ + "Filter": ["5c0111ab0db834001966914d", "560838c94bdc2d77798b4569", "5b363dea5acfc4771e1c5e7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a7898b7c585673f2b5c3cb8", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5a787f7ac5856700177af660", + "_props": { + "filters": [{ + "Filter": ["5a789261c5856700186c65d3"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 30, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 5.4, + "Weight": 0.8, + "Width": 3 + }, + "_proto": "55d448594bdc2d8c2f8b4569", + "_type": "Item" + }, + "5a787fadc5856700155a6ca1": { + "_id": "5a787fadc5856700155a6ca1", + "_name": "barrel_870_vent_rib_barrel_660mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.32, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 14215, + "Description": "barrel_870_vent_rib_barrel_660mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.08, + "EffectiveDistance": 0, + "Ergonomics": -12, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": true, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 110, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_870_vent_rib_barrel_660mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_870_vent_rib_barrel_660mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_870_vent_rib_barrel_660mm", + "ShotgunDispersion": 1.2, + "SightingRange": 0, + "Slots": [{ + "_id": "5a79c57951dfba001454f112", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5a787fadc5856700155a6ca1", + "_props": { + "filters": [{ + "Filter": ["5a789261c5856700186c65d3"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "60accec7ab5d1052a56d9c18", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5a787fadc5856700155a6ca1", + "_props": { + "filters": [{ + "Filter": ["609b9e31506cf869cf3eaf41"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 30, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 5.4, + "Weight": 1.1, + "Width": 4 + }, + "_proto": "55d448594bdc2d8c2f8b4569", + "_type": "Item" + }, + "5a787fdfc5856700142fdd9a": { + "_id": "5a787fdfc5856700142fdd9a", + "_name": "barrel_870_vent_rib_barrel_cut_off_325mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.65, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5593, + "Description": "barrel_870_extra_barrel_355mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.82, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": true, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 110, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_870_extra_barrel_355mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_870_vent_rib_barrel_cut_off_325mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_870_extra_barrel_355mm", + "ShotgunDispersion": 1.6, + "SightingRange": 0, + "Slots": [{ + "_id": "60acceb31a425a107168ef67", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5a787fdfc5856700142fdd9a", + "_props": { + "filters": [{ + "Filter": ["609b9e31506cf869cf3eaf41"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 30, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 2.4, + "Weight": 0.8, + "Width": 2 + }, + "_proto": "55d448594bdc2d8c2f8b4569", + "_type": "Item" + }, + "5a788031c585673f2b5c1c79": { + "_id": "5a788031c585673f2b5c1c79", + "_name": "handguard_870_fab_defence_pr870", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2051, + "Description": "Стандартное цевье производства Ижмех выполненное из бука для гладкоствольного ружья МР-133.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Цевье Ижмех МР-133 Бук для МР-133", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_870_fab_defence_pr870.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "МР-133 Бук", + "SightingRange": 0, + "Slots": [{ + "_id": "5a788896c5856700186c5b03", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5a788031c585673f2b5c1c79", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a78891dc5856700160166b9", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5a788031c585673f2b5c1c79", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "5cc9c20cd7f00c001336c65d", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a788c3bc5856700177b0baa", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5a788031c585673f2b5c1c79", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "5cc9c20cd7f00c001336c65d", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.8, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5a788068c5856700137e4c8f": { + "_id": "5a788068c5856700137e4c8f", + "_name": "handguard_870_magpul_moe_870", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7852, + "Description": "handguard_870_magpul_moe_870", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 13, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_870_magpul_moe_870", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_870_magpul_moe_870.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_870_magpul_moe_870", + "SightingRange": 0, + "Slots": [{ + "_id": "5a788c7fc5856700137e621c", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5a788068c5856700137e4c8f", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7d2ae05acfc4001a5c401d", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5a788068c5856700137e4c8f", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7d2ae95acfc43d102853db", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5a788068c5856700137e4c8f", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.6, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5a788089c5856700142fdd9c": { + "_id": "5a788089c5856700142fdd9c", + "_name": "handguard_870_remington_12g_speedfeed_short", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1402, + "Description": "handguard_870_remington_12g_speedfeed_short", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_870_remington_12g_speedfeed_short", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_870_remington_12g_speedfeed_short.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_870_remington_12g_speedfeed_short", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.5, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5a7880d0c5856700142fdd9d": { + "_id": "5a7880d0c5856700142fdd9d", + "_name": "stock_870_remington_sps_12g", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1486, + "Description": "stock_870_remington_sps_12g\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 1, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_870_remington_sps_12g", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_870_remington_sps_12g.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -34, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_870_remington_sps_12g", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 20, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.64, + "Width": 2 + }, + "_proto": "56083be64bdc2d20478b456f", + "_type": "Item" + }, + "5a78813bc5856700186c4abe": { + "_id": "5a78813bc5856700186c4abe", + "_name": "stock_870_magpul_sga", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8924, + "Description": "stock_870_magpul_sga", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 1, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_870_magpul_sga", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_870_magpul_sga.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -42, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_870_magpul_sga", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.5, + "Width": 2 + }, + "_proto": "56083be64bdc2d20478b456f", + "_type": "Item" + }, + "5a788169c5856700142fdd9e": { + "_id": "5a788169c5856700142fdd9e", + "_name": "stock_870_shockwave_technologies_raptor_grip", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2545, + "Description": "stock_870_shockwave_technologies_raptor_grip\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 1, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_870_shockwave_technologies_raptor_grip", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_870_shockwave_technologies_raptor_grip.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_870_shockwave_technologies_raptor_grip", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.4, + "Width": 1 + }, + "_proto": "56083be64bdc2d20478b456f", + "_type": "Item" + }, + "5a7882dcc5856700177af662": { + "_id": "5a7882dcc5856700177af662", + "_name": "mag_870_remington_magazie_cap_12g_4", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5a7882dcc5856700177af663", + "_max_count": 4, + "_name": "cartridges", + "_parent": "5a7882dcc5856700177af662", + "_props": { + "filters": [{ + "Filter": ["560d5e524bdc2d25448b4571", "5d6e6772a4b936088465b17c", "5d6e67fba4b9361bc73bc779", "5d6e6806a4b936088465b17e", "5d6e68dea4b9361bcc29e659", "5d6e6911a4b9361bd5780d52", "5c0d591486f7744c505b416f", "58820d1224597753c90aeb13", "5d6e68c4a4b9361b93413f79", "5d6e68a8a4b9360b6c0d54e2", "5d6e68e6a4b9361c140bcfe0", "5d6e6869a4b9361c140bcfde", "5d6e68b3a4b9361bca7e50b5", "5d6e6891a4b9361bd473feea", "5d6e689ca4b9361bc8618956", "5d6e68d1a4b93622fe60e845"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1030, + "Description": "mag_870_remington_magazie_cap_12g_4", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_870_remington_magazie_cap_12g_4", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_870_remington_magazie_cap_12g_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "InternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_870_remington_magazie_cap_12g_4", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.1, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55d4837c4bdc2d1d4e8b456c", + "_type": "Item" + }, + "5a78830bc5856700137e4c90": { + "_id": "5a78830bc5856700137e4c90", + "_name": "mag_870_remington_magazie_extension_12g_7", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5a78830bc5856700137e4c91", + "_max_count": 7, + "_name": "cartridges", + "_parent": "5a78830bc5856700137e4c90", + "_props": { + "filters": [{ + "Filter": ["560d5e524bdc2d25448b4571", "5d6e6772a4b936088465b17c", "5d6e67fba4b9361bc73bc779", "5d6e6806a4b936088465b17e", "5d6e68dea4b9361bcc29e659", "5d6e6911a4b9361bd5780d52", "5c0d591486f7744c505b416f", "58820d1224597753c90aeb13", "5d6e68c4a4b9361b93413f79", "5d6e68a8a4b9360b6c0d54e2", "5d6e68e6a4b9361c140bcfe0", "5d6e6869a4b9361c140bcfde", "5d6e68b3a4b9361bca7e50b5", "5d6e6891a4b9361bd473feea", "5d6e689ca4b9361bc8618956", "5d6e68d1a4b93622fe60e845"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1679, + "Description": "mag_870_remington_magazie_extension_12g_7", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_870_remington_magazie_extension_12g_7", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_870_remington_magazie_extension_12g_7.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "ReloadMagType": "InternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_870_remington_magazie_extension_12g_7", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.3, + "Width": 2, + "magAnimationIndex": 0 + }, + "_proto": "55d4837c4bdc2d1d4e8b456c", + "_type": "Item" + }, + "5a78832ec5856700155a6ca3": { + "_id": "5a78832ec5856700155a6ca3", + "_name": "mag_870_remington_magazie_extension_12g_10", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5a78832ec5856700155a6ca4", + "_max_count": 10, + "_name": "cartridges", + "_parent": "5a78832ec5856700155a6ca3", + "_props": { + "filters": [{ + "Filter": ["560d5e524bdc2d25448b4571", "5d6e6772a4b936088465b17c", "5d6e67fba4b9361bc73bc779", "5d6e6806a4b936088465b17e", "5d6e68dea4b9361bcc29e659", "5d6e6911a4b9361bd5780d52", "5c0d591486f7744c505b416f", "58820d1224597753c90aeb13", "5d6e68c4a4b9361b93413f79", "5d6e68a8a4b9360b6c0d54e2", "5d6e68e6a4b9361c140bcfe0", "5d6e6869a4b9361c140bcfde", "5d6e68b3a4b9361bca7e50b5", "5d6e6891a4b9361bd473feea", "5d6e689ca4b9361bc8618956", "5d6e68d1a4b93622fe60e845"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 2444, + "Description": "mag_870_remington_magazie_extension_12g_10", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -6, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_870_remington_magazie_extension_12g_10", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_870_remington_magazie_extension_12g_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "InternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_870_remington_magazie_extension_12g_10", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.4, + "Width": 3, + "magAnimationIndex": 0 + }, + "_proto": "55d4837c4bdc2d1d4e8b456c", + "_type": "Item" + }, + "5a789261c5856700186c65d3": { + "_id": "5a789261c5856700186c65d3", + "_name": "mount_12g_mesa_tactical_magazine_clamp", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4277, + "Description": "mount_12g_mesa_tactical_magazine_clamp", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_12g_mesa_tactical_magazine_clamp", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_12g_mesa_tactical_magazine_clamp.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_12g_mesa_tactical_magazine_clamp", + "SightingRange": 0, + "Slots": [{ + "_id": "5a789338c5856700137e6785", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5a789261c5856700186c65d3", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a789345c58567001601718f", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5a789261c5856700186c65d3", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.087, + "Width": 1 + }, + "_proto": "57a3459f245977764a01f703", + "_type": "Item" + }, + "5a7893c1c585673f2b5c374d": { + "_id": "5a7893c1c585673f2b5c374d", + "_name": "mount_870_utg_mtu028sg", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1496, + "Description": "mount_870_utg_mtu028sg", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_870_utg_mtu028sg", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_870_utg_mtu028sg.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_870_utg_mtu028sg", + "SightingRange": 0, + "Slots": [{ + "_id": "5a789403c5856700186c65d6", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5a7893c1c585673f2b5c374d", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.1, + "Width": 2 + }, + "_proto": "57a3459f245977764a01f703", + "_type": "Item" + }, + "5a78948ec5856700177b1124": { + "_id": "5a78948ec5856700177b1124", + "_name": "mount_870_xs_shot_rail_ghost_ring", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5926, + "Description": "mount_870_xs_shot_rail_ghost_ring", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_870_xs_shot_rail_ghost_ring", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_870_xs_shot_rail_ghost_ring.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_870_xs_shot_rail_ghost_ring", + "SightingRange": 0, + "Slots": [{ + "_id": "5a78948ec5856700177b1125", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5a78948ec5856700177b1124", + "_props": { + "filters": [{ + "Filter": ["570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "5a1ead28fcdbcb001912fa9f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.15, + "Width": 2 + }, + "_proto": "57a3459f245977764a01f703", + "_type": "Item" + }, + "5a7ad0c451dfba0013379712": { + "_id": "5a7ad0c451dfba0013379712", + "_name": "muzzle_glock_carver_custom_4_port_gen_3_9x19", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6152, + "Description": "muzzle_glock_carver_custom_4_port_gen_3_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_glock_carver_custom_4_port_gen_3_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_glock_carver_custom_4_port_gen_3_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -12, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_glock_carver_custom_4_port_gen_3_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.036, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5a7ad1fb51dfba0013379715": { + "_id": "5a7ad1fb51dfba0013379715", + "_name": "muzzle_glock_lone_wolf_compensator_9_9x19", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": -3, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3365, + "Description": "muzzle_glock_lone_wolf_compensator_9_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_glock_lone_wolf_compensator_9_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_glock_lone_wolf_compensator_9_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -12, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_glock_lone_wolf_compensator_9_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.036, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5a7ad2e851dfba0016153692": { + "_id": "5a7ad2e851dfba0016153692", + "_name": "mag_glock_glock_big_stick_9x19_33", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5a7ad2e851dfba0016153694", + "_max_count": 33, + "_name": "cartridges", + "_parent": "5a7ad2e851dfba0016153692", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 2, + "CheckTimeModifier": -30, + "ConflictingItems": [], + "CreditsPrice": 2956, + "Description": "mag_glock_glock_std_9x19_17", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": -10, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_glock_glock_std_9x19_17", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_glock_glock_big_stick_9x19_33.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_glock_glock_std_9x19_17", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.15, + "Width": 1, + "magAnimationIndex": 2 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5a7ad4af51dfba0013379717": { + "_id": "5a7ad4af51dfba0013379717", + "_name": "mount_glock_aimtech_base_glock", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4044, + "Description": "mount_glock_aimtech_base_glock", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_glock_aimtech_base_glock", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_glock_aimtech_base_glock.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_glock_aimtech_base_glock", + "SightingRange": 0, + "Slots": [{ + "_id": "5a7ad4af51dfba0013379719", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5a7ad4af51dfba0013379717", + "_props": { + "filters": [{ + "Filter": ["57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.12, + "Width": 1 + }, + "_proto": "5649a2464bdc2d91118b45a8", + "_type": "Item" + }, + "5a7ad55551dfba0015068f42": { + "_id": "5a7ad55551dfba0015068f42", + "_name": "mount_glock_aimtech_tiger_shark_glock", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a7ad4af51dfba0013379717", "5a7b4900e899ef197b331a2a"], + "CreditsPrice": 4047, + "Description": "mount_glock_aimtech_tiger_shark_glock", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_glock_aimtech_tiger_shark_glock", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_glock_aimtech_tiger_shark_glock.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_glock_aimtech_tiger_shark_glock", + "SightingRange": 0, + "Slots": [{ + "_id": "5a7ad55551dfba0015068f44", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5a7ad55551dfba0015068f42", + "_props": { + "filters": [{ + "Filter": ["57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.12, + "Width": 1 + }, + "_proto": "5649a2464bdc2d91118b45a8", + "_type": "Item" + }, + "5a7ad74e51dfba0015068f45": { + "_id": "5a7ad74e51dfba0015068f45", + "_name": "silencer_glock_fischer_development_fd917_9x19", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a7ad0c451dfba0013379712", "5a7037338dc32e000d46d257", "5a70366c8dc32e001207fb06", "5a705e128dc32e000d46d258", "5a7ad1fb51dfba0013379715", "5a6b585a8dc32e5a9c28b4f1", "5a6b592c8dc32e00094b97bf", "5a6b59a08dc32e000b452fb7", "5c7e8fab2e22165df16b889b", "5a33a8ebc4a282000c5a950d", "5c6165902e22160010261b28", "5a32a064c4a28200741e22de"], + "CreditsPrice": 44056, + "Description": "silencer_glock_fischer_development_fd917_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.43, + "EffectiveDistance": 0, + "Ergonomics": -22, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -35, + "MergesWithChildren": true, + "Name": "silencer_glock_fischer_development_fd917_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_glock_fischer_development_fd917_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -20, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_glock_fischer_development_fd917_9x19", + "SightingRange": 0, + "Slots": [{ + "_id": "5a7af207e899ef01931918b8", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5a7ad74e51dfba0015068f45", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 3.5, + "Weight": 0.35, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "5a7ae0c351dfba0017554310": { + "_id": "5a7ae0c351dfba0017554310", + "_name": "weapon_glock_glock_17_gen3_9x19", + "_parent": "5447b5cf4bdc2d65278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.026, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.018, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0, + "Chambers": [{ + "_id": "5a7ae0c351dfba0017554317", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5a7ae0c351dfba0017554310", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 5, + "CoolFactor": 1, + "CreditsPrice": 6608, + "Description": "weapon_glock_17_9x19\n", + "DeviationCurve": 5, + "DeviationMax": 17, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 90, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_pistol", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_glock_17_9x19", + "NotShownInSlot": false, + "OperatingResource": 2600, + "Prefab": { + "path": "assets/content/weapons/glock17/weapon_glock_glock_17_gen3_9x19_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 85, + "RecoilCenter": { + "x": 0, + "y": -0.44, + "z": -0.005 + }, + "RecoilForceBack": 260, + "RecoilForceUp": 365, + "RecolDispersion": 20, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 46, + "RepairSpeed": 2, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.45, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "weapon_glock_17_9x19", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5a7ae0c351dfba0017554312", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5a7ae0c351dfba0017554310", + "_props": { + "filters": [{ + "Filter": ["5a6b5b8a8dc32e001207faf3", "5a6b5e468dc32e001207faf5", "5a6b60158dc32e000a31138b", "5a6b5f868dc32e000a311389", "5a6b5ed88dc32e000c52ec86"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5a7ae0c351dfba0017554313", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5a7ae0c351dfba0017554310", + "_props": { + "filters": [{ + "Filter": ["5a7b4960e899ef197b331a2d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a7ae0c351dfba0017554314", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5a7ae0c351dfba0017554310", + "_props": { + "filters": [{ + "Filter": ["5a6f5e048dc32e00094b97da", "5a9685b1a2750c0032157104", "5a6f5f078dc32e00094b97dd", "5a702d198dc32e000b452fc3", "5a7033908dc32e000a311392", "5a7afa25e899ef00135e31b0", "5a71e22f8dc32e00094b97f4", "5a71e4f48dc32e001207fb26"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5a7ae0c351dfba0017554315", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5a7ae0c351dfba0017554310", + "_props": { + "filters": [{ + "AnimationIndex": 0, + "Filter": ["5a7ad2e851dfba0016153692", "5a718b548dc32e000d46d262", "5a718da68dc32e000d46d264", "5a718f958dc32e00094b97e7"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5a7ae0c351dfba0017554316", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5a7ae0c351dfba0017554310", + "_props": { + "filters": [{ + "Filter": ["5a7ad74e51dfba0015068f45", "5a800961159bd4315e3a1657", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5a7ad4af51dfba0013379717", "5a7b4900e899ef197b331a2a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a7ae46be899ef00135e19f3", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5a7ae0c351dfba0017554310", + "_props": { + "filters": [{ + "Filter": ["5a7ad55551dfba0015068f42"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5de4d2bfa842d3091d0f7ea7", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5a7ae0c351dfba0017554310", + "_props": { + "filters": [{ + "Filter": ["5d1c702ad7ad1a632267f429"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.231, + "Width": 2, + "ammoCaliber": "Caliber9x19PARA", + "bEffDist": 50, + "bFirerate": 30, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "56d59d3ad2720bdb418b4577", + "defMagType": "5a718b548dc32e000d46d262", + "durabSpawnMax": 70, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 10, + "weapClass": "pistol", + "weapFireType": ["single"], + "weapUseType": "secondary" + }, + "_proto": "5448bd6b4bdc2dfc2f8b4569", + "_type": "Item" + }, + "5a7afa25e899ef00135e31b0": { + "_id": "5a7afa25e899ef00135e31b0", + "_name": "reciever_glock_polymer80_ps9", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 14122, + "Description": "reciever_glock_polymer80_ps9", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_glock_polymer80_ps9", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_glock_polymer80_ps9.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_glock_polymer80_ps9", + "SightingRange": 0, + "Slots": [{ + "_id": "5a7afa25e899ef00135e31b2", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5a7afa25e899ef00135e31b0", + "_props": { + "filters": [{ + "Filter": ["5a7d9122159bd4001438dbf4", "5a6f5d528dc32e00094b97d9", "5a7d912f159bd400165484f3", "5a71e0fb8dc32e00094b97f2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a7afa25e899ef00135e31b3", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5a7afa25e899ef00135e31b0", + "_props": { + "filters": [{ + "Filter": ["5a7d90eb159bd400165484f1", "5a6f58f68dc32e000a311390", "5a7d9104159bd400134c8c21", "5a71e0048dc32e000c52ecc8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a7b4c9ae899ef0016170fbc", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5a7afa25e899ef00135e31b0", + "_props": { + "filters": [{ + "Filter": ["5a7b32a2e899ef00135e345a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.355, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5a7b32a2e899ef00135e345a": { + "_id": "5a7b32a2e899ef00135e345a", + "_name": "muzzle_glock_strike_industries_g4_slide_compensator_9x19", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 3, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a7ad0c451dfba0013379712", "5a7037338dc32e000d46d257", "5a70366c8dc32e001207fb06", "5a705e128dc32e000d46d258", "5a7ad1fb51dfba0013379715", "5a6b585a8dc32e5a9c28b4f1", "5a6b592c8dc32e00094b97bf", "5a6b59a08dc32e000b452fb7", "5c7e8fab2e22165df16b889b", "5a33a8ebc4a282000c5a950d", "5c6165902e22160010261b28", "5a32a064c4a28200741e22de", "5a7ad74e51dfba0015068f45"], + "CreditsPrice": 6476, + "Description": "muzzle_glock_strike_industries_g4_slide_compensator_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_glock_strike_industries_g4_slide_compensator_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_glock_strike_industries_g4_slide_compensator_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -14, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_glock_strike_industries_g4_slide_compensator_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.105, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5a7b483fe899ef0016170d15": { + "_id": "5a7b483fe899ef0016170d15", + "_name": "tactical_all_surefire_xc1", + "_parent": "55818b164bdc2ddc698b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 16844, + "Description": "tactical_all_surefire_xc1", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 23, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": 1, + "Name": "tactical_all_surefire_xc1", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_all_surefire_xc1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "tactical_all_surefire_xc1", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5a7b4900e899ef197b331a2a": { + "_id": "5a7b4900e899ef197b331a2a", + "_name": "mount_glock_um_tactical_um3_sight_mount", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5620, + "Description": "mount_glock_um_tactical_um3_sight_mount", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_glock_um_tactical_um3_sight_mount", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_glock_um_tactical_um3_sight_mount.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_glock_um_tactical_um3_sight_mount", + "SightingRange": 0, + "Slots": [{ + "_id": "5a7b4900e899ef197b331a2c", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5a7b4900e899ef197b331a2a", + "_props": { + "filters": [{ + "Filter": ["57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a7c10d7e899ef001433145f", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5a7b4900e899ef197b331a2a", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.12, + "Width": 1 + }, + "_proto": "5649a2464bdc2d91118b45a8", + "_type": "Item" + }, + "5a7b4960e899ef197b331a2d": { + "_id": "5a7b4960e899ef197b331a2d", + "_name": "pistolgrip_glock_pachmayr_tactical_rubber_grip", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1009, + "Description": "pistolgrip_glock_pachmayr_tactical_rubber_grip", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_glock_pachmayr_tactical_rubber_grip", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_glock_pachmayr_tactical_rubber_grip.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_glock_pachmayr_tactical_rubber_grip", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "5a7c147ce899ef00150bd8b8": { + "_id": "5a7c147ce899ef00150bd8b8", + "_name": "muzzle_ar15_vendetta_precision_vp_09_556x45", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 4, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 11315, + "Description": "muzzle_ar15_vendetta_precision_vp_09_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar15_vendetta_precision_vp_09_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar15_vendetta_precision_vp_09_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar15_vendetta_precision_vp_09_556x45", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.5, + "Weight": 0.2, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "5649aa744bdc2ded0b8b457e", + "_type": "Item" + }, + "5a7c4850e899ef00150be885": { + "_id": "5a7c4850e899ef00150be885", + "_name": "helmet_ratnik_6B47", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Aluminium", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.204, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 30583, + "DeafStrength": "Low", + "Description": "helmet_ratnik_6B47", + "DiscardingBlock": false, + "Durability": 25, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 25, + "MergesWithChildren": true, + "Name": "helmet_ratnik_6B47", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_6b47/item_equipment_helmet_6b47.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 562, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.4, + "z": 75 + }, + "SendToClient": false, + "ShortName": "helmet_ratnik_6B47", + "Slots": [{ + "_id": "5a7c4850e899ef00150be888", + "_mergeSlotWithChildren": false, + "_name": "mod_nvg", + "_parent": "5a7c4850e899ef00150be885", + "_props": { + "filters": [{ + "Filter": ["5c0558060db834001b735271", "5a16b8a9fcdbcb00165aa6ca"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a7c4baae899ef001617277d", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment", + "_parent": "5a7c4850e899ef00150be885", + "_props": { + "filters": [{ + "Filter": [], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.3, + "Width": 2, + "armorClass": "3", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape", "Ears"], + "mousePenalty": -5, + "speedPenaltyPercent": -1, + "weaponErgonomicPenalty": -2 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5a7c74b3e899ef0014332c29": { + "_id": "5a7c74b3e899ef0014332c29", + "_name": "scope_dovetail_npz_nspum_3,5x", + "_parent": "55818aeb4bdc2ddc698b456a", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.2]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": true, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3f024bdc2d1d388b4568", "544a3a774bdc2d3a388b4567", "57adff4f24597737f373b6e6", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "5947db3f86f77447880cf76f", "57486e672459770abd687134", "5649d9a14bdc2d79388b4580", "58272b842459774abc128d50", "56ea70acd2720b844b8b4594", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5c7d55f52e221644f31bff6a", "5a37ca54c4a282000d72296a", "57c69dd424597774c03b7bbc", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "57ffb0062459777a045af529", "591ee00d86f774592f7b841e", "57acb6222459771ec34b5cb0", "5649af884bdc2d1b2b8b4589", "59985a6c86f77414ec448d17"], + "CreditsPrice": 13732, + "CustomAimPlane": "", + "Description": "scope_dovetail_npz_nspum_3,5x", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -20, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 1, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_dovetail_npz_nspum_3,5x", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_dovetail_npz_nspum_3,5x.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -5, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_dovetail_npz_nspum_3,5x", + "SightModesCount": 1, + "SightingRange": 300, + "Slots": [{ + "_id": "5ba36fe2d4351e4502010472", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5a7c74b3e899ef0014332c29", + "_props": { + "filters": [{ + "Filter": ["5ba36f85d4351e0085325c81"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.9, + "Width": 2, + "Zooms": [[3.5]], + "aimingSensitivity": 0.45, + "sightModType": "hybrid" + }, + "_proto": "5a1eaa87fcdbcb001865f75e", + "_type": "Item" + }, + "5a7d90eb159bd400165484f1": { + "_id": "5a7d90eb159bd400165484f1", + "_name": "sight_front_glock_dead_ringer_snake_eyes_glock_sights", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1903, + "CustomAimPlane": "", + "Description": "sight_front_glock_glock_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_glock_glock_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_glock_dead_ringer_snake_eyes_glock_sights.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_glock_glock_std", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.007, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5a7d9104159bd400134c8c21": { + "_id": "5a7d9104159bd400134c8c21", + "_name": "sight_front_glock_truglo_tfx_glock_sight", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1010, + "CustomAimPlane": "", + "Description": "sight_front_glock_glock_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_glock_glock_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_glock_truglo_tfx_glock_sight.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_glock_glock_std", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.007, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5a7d9122159bd4001438dbf4": { + "_id": "5a7d9122159bd4001438dbf4", + "_name": "sight_rear_glock_dead_ringer_snake_eyes_glock_sights", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4106, + "CustomAimPlane": "", + "Description": "sight_rear_p226_sig_p226r_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_p226_sig_p226r_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_glock_dead_ringer_snake_eyes_glock_sights.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_p226_sig_p226r_std", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.008, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "56d5a661d2720bd8418b456b", + "_type": "Item" + }, + "5a7d912f159bd400165484f3": { + "_id": "5a7d912f159bd400165484f3", + "_name": "sight_rear_glock_truglo_tfx_glock_sight", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1818, + "CustomAimPlane": "", + "Description": "sight_rear_p226_sig_p226r_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_p226_sig_p226r_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_glock_truglo_tfx_glock_sight.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_p226_sig_p226r_std", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.008, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "56d5a661d2720bd8418b456b", + "_type": "Item" + }, + "5a7dbfc1159bd40016548fde": { + "_id": "5a7dbfc1159bd40016548fde", + "_name": "foregrip_all_hera_arms_cqr_grip", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["59fb375986f7741b681b81a6", "5a9d56c8a2750c0032157146", "5c501a4d2e221602b412b540", "5b0bbe4e5acfc40dc528a72d", "5c488a752e221602b412af63", "5ac66cb05acfc40198510a10", "5ac66d015acfc400180ae6e4", "5ac66d2e5acfc43b321d4b53", "5ac66d725acfc43b321d4b60", "5ac66d9b5acfc4001633997a", "5bf3e03b0db834001d2c4a9c", "5ac4cd105acfc40016339859", "5644bd2b4bdc2d3b4c8b4572", "59d6088586f774275f37482f", "5a0ec13bfcdbcb00165aa685", "59ff346386f77477562ff5e2", "5abcbc27d8ce8700182eceeb", "5bf3e0490db83400196199af", "5ab8e9fcd8ce870019439434", "57dc2fa62459775949412633", "5839a40f24597726f856b511", "583990e32459771419544dd2", "59e6687d86f77411d949b251", "59e6152586f77473dc057aa1", "5beed0f50db834001c062b12", "5c46fbd72e2216398b5a8c9c", "576165642459773c7a400233", "59984ab886f7743e98271174", "59f9cabd86f7743a10721f46", "5bfea6e90db834001b7347f3"], + "CreditsPrice": 20961, + "Description": "foregrip_all_hera_arms_cqr_grip\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_all_hera_arms_cqr_grip", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_all_hera_arms_cqr_grip.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_all_hera_arms_cqr_grip", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.167, + "Width": 1 + }, + "_proto": "558032614bdc2de7118b4585", + "_type": "Item" + }, + "5a800961159bd4315e3a1657": { + "_id": "5a800961159bd4315e3a1657", + "_name": "tactical_all_glock_gl_21_vis_lam", + "_parent": "55818b164bdc2ddc698b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 15083, + "Description": "tactical_all_glock_gl_21_vis_lam", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 23, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": 3, + "Name": "tactical_all_glock_gl_21_vis_lam", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_all_glock_gl_21_vis_lam.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "tactical_all_glock_gl_21_vis_lam", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.086, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5a8036fb86f77407252ddc02": { + "_id": "5a8036fb86f77407252ddc02", + "_name": "shoreline plan", + "_parent": "567849dd4bdc2d150f8b456e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConfigPathStr": "UI/PocketMap/Plans/ShorelinePlan/config", + "ConflictingItems": [], + "CreditsPrice": 19950, + "Description": "Shoreline Plan", + "DiscardingBlock": false, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_map", + "LootExperience": 20, + "MaxMarkersCount": 100, + "MergesWithChildren": false, + "Name": "Shoreline Plan", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/map/map.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Shoreline Plan", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "scaleMax": 1, + "scaleMin": 0.17 + }, + "_proto": "56784a144bdc2d99058b4569", + "_type": "Item" + }, + "5a80a29286f7742b25692012": { + "_id": "5a80a29286f7742b25692012", + "_name": "sanatorium plan", + "_parent": "567849dd4bdc2d150f8b456e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConfigPathStr": "UI/PocketMap/Plans/SanatoriumPlan/config", + "ConflictingItems": [], + "CreditsPrice": 9376, + "Description": "Sanatorium Plan", + "DiscardingBlock": false, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_map", + "LootExperience": 20, + "MaxMarkersCount": 100, + "MergesWithChildren": false, + "Name": "Sanatorium Plan", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/map/map.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Sanatorium Plan", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "scaleMax": 0.8, + "scaleMin": 0.12 + }, + "_proto": "56784a144bdc2d99058b4569", + "_type": "Item" + }, + "5a9548c9159bd400133e97b3": { + "_id": "5a9548c9159bd400133e97b3", + "_name": "handguard_mp5_bt_tl_99_3x_nar", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7800, + "Description": "handguard_mp5_bt_tl_99_3x_nar", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_mp5_bt_tl_99_3x_nar", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_mp5_bt_tl_99_3x_nar.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_mp5_bt_tl_99_3x_nar", + "SightingRange": 0, + "Slots": [{ + "_id": "5a954924159bd400133e97b5", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5a9548c9159bd400133e97b3", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a954931159bd400160a65a2", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5a9548c9159bd400133e97b3", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a95493e159bd42fda46a392", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5a9548c9159bd400133e97b3", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.278, + "Width": 2 + }, + "_proto": "5648b0744bdc2d363b8b4578", + "_type": "Item" + }, + "5a957c3fa2750c00137fa5f7": { + "_id": "5a957c3fa2750c00137fa5f7", + "_name": "handguard_aks74u_caa_xrsu47su", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": true, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "CreditsPrice": 22090, + "Description": "handguard_aks74u_caa_xrsu47su", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_aks74u_caa_xrsu47su", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_aks74u_caa_xrsu47su.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_aks74u_caa_xrsu47su", + "SightingRange": 0, + "Slots": [{ + "_id": "5a96724ca2750c00156aacf9", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5a957c3fa2750c00137fa5f7", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a96725ba2750c00141e0776", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5a957c3fa2750c00137fa5f7", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a967268a2750c00321570f7", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5a957c3fa2750c00137fa5f7", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a967274a2750c00164f6ac4", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5a957c3fa2750c00137fa5f7", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a967280a2750c00141e0777", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5a957c3fa2750c00137fa5f7", + "_props": { + "filters": [{ + "Filter": ["558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "5d2da1e948f035477b1ce2ba", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.52, + "Width": 2 + }, + "_proto": "5648b0744bdc2d363b8b4578", + "_type": "Item" + }, + "5a966ec8a2750c00171b3f36": { + "_id": "5a966ec8a2750c00171b3f36", + "_name": "mount_mp5_bt_mounting_rail_nar_low_profile_long", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5926d2be86f774134d668e4e"], + "CreditsPrice": 4501, + "Description": "mount_mp5_bt_mounting_rail_nar_low_profile_long", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1.5, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_mp5_bt_mounting_rail_nar_low_profile_long", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_mp5_bt_mounting_rail_nar_low_profile_long.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_mp5_bt_mounting_rail_nar_low_profile_long", + "SightingRange": 0, + "Slots": [{ + "_id": "5a966ec8a2750c00171b3f38", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5a966ec8a2750c00171b3f36", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.223, + "Width": 2 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5a966f51a2750c00156aacf6": { + "_id": "5a966f51a2750c00156aacf6", + "_name": "mag_saiga12_pro_mag_sai_02_12x76_10", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5a966f51a2750c00156aacf8", + "_max_count": 10, + "_name": "cartridges", + "_parent": "5a966f51a2750c00156aacf6", + "_props": { + "filters": [{ + "Filter": ["560d5e524bdc2d25448b4571", "5d6e6772a4b936088465b17c", "5d6e67fba4b9361bc73bc779", "5d6e6806a4b936088465b17e", "5d6e68dea4b9361bcc29e659", "5d6e6911a4b9361bd5780d52", "5c0d591486f7744c505b416f", "58820d1224597753c90aeb13", "5d6e68c4a4b9361b93413f79", "5d6e68a8a4b9360b6c0d54e2", "5d6e68e6a4b9361c140bcfe0", "5d6e6869a4b9361c140bcfde", "5d6e68b3a4b9361bca7e50b5", "5d6e6891a4b9361bd473feea", "5d6e689ca4b9361bc8618956", "5d6e68d1a4b93622fe60e845"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 3700, + "Description": "mag_saiga12_pro_mag_sai_02_12x76_10", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -7, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 2, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 3, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_saiga12_pro_mag_sai_02_12x76_10", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_saiga12_pro_mag_sai_02_12x76_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_saiga12_pro_mag_sai_02_12x76_10", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.21, + "Width": 1, + "magAnimationIndex": 1 + }, + "_proto": "564ca99c4bdc2d16268b4589", + "_type": "Item" + }, + "5a9685b1a2750c0032157104": { + "_id": "5a9685b1a2750c0032157104", + "_name": "reciever_glock_gspc_moto_slide_cut", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 10186, + "Description": "reciever_glock_gspc_moto_slide_cut", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_glock_gspc_moto_slide_cut", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_glock_gspc_moto_slide_cut.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_glock_gspc_moto_slide_cut", + "SightingRange": 0, + "Slots": [{ + "_id": "5a9685b1a2750c0032157106", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5a9685b1a2750c0032157104", + "_props": { + "filters": [{ + "Filter": ["5a7d9122159bd4001438dbf4", "5a6f5d528dc32e00094b97d9", "5a7d912f159bd400165484f3", "5a71e0fb8dc32e00094b97f2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a9685b1a2750c0032157107", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5a9685b1a2750c0032157104", + "_props": { + "filters": [{ + "Filter": ["5a7d90eb159bd400165484f1", "5a6f58f68dc32e000a311390", "5a7d9104159bd400134c8c21", "5a71e0048dc32e000c52ecc8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a9685b1a2750c0032157108", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5a9685b1a2750c0032157104", + "_props": { + "filters": [{ + "Filter": ["5a7b32a2e899ef00135e345a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.25, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5a9d56c8a2750c0032157146": { + "_id": "5a9d56c8a2750c0032157146", + "_name": "handguard_ak_strike_industries_trax_1", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7925, + "Description": "handguard_ak_strike_industries_trax_1", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 0.85, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_strike_industries_trax_1", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_strike_industries_trax_1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_strike_industries_trax_1", + "SightingRange": 0, + "Slots": [{ + "_id": "5a9d56c8a2750c0032157149", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5a9d56c8a2750c0032157146", + "_props": { + "filters": [{ + "Filter": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5c5952732e2216398b5abda2", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a9d5769a2750c00156aad2f", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5a9d56c8a2750c0032157146", + "_props": { + "filters": [{ + "Filter": ["5fc0f9b5d724d907e2077d82", "5fc0f9cbd6fa9c00c571bb90", "5a9d6d13a2750c00164f6b03", "5a9d6d21a2750c00137fa649", "59e0bed186f774156f04ce84"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a9d57a0a2750c00141e07c6", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5a9d56c8a2750c0032157146", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a9d57b4a2750c00156aad30", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5a9d56c8a2750c0032157146", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.26, + "Width": 1 + }, + "_proto": "5648b1504bdc2d9d488b4584", + "_type": "Item" + }, + "5a9d6d00a2750c5c985b5305": { + "_id": "5a9d6d00a2750c5c985b5305", + "_name": "mount_keymod_strike_industries_4_inch_rail_section", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1009, + "Description": "mount_keymod_strike_industries_4_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_strike_industries_4_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_keymod_strike_industries_4_inch_rail_section.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_strike_industries_4_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5a9d6d00a2750c5c985b5307", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5a9d6d00a2750c5c985b5305", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5a9d6d13a2750c00164f6b03": { + "_id": "5a9d6d13a2750c00164f6b03", + "_name": "mount_keymod_strike_industries_6_inch_rail_section", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1352, + "Description": "mount_keymod_strike_industries_6_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_strike_industries_6_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_keymod_strike_industries_6_inch_rail_section.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_strike_industries_6_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5a9d6d13a2750c00164f6b05", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5a9d6d13a2750c00164f6b03", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5a7dbfc1159bd40016548fde", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.075, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5a9d6d21a2750c00137fa649": { + "_id": "5a9d6d21a2750c00137fa649", + "_name": "mount_keymod_strike_industries_bridge_rail_section", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["59984ab886f7743e98271174"], + "CreditsPrice": 1635, + "Description": "mount_keymod_strike_industries_bridge_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_strike_industries_bridge_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_keymod_strike_industries_bridge_rail_section.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_strike_industries_bridge_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5a9d6e86a2750c00171b3f7b", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5a9d6d21a2750c00137fa649", + "_props": { + "filters": [{ + "Filter": ["5a9d6d34a2750c00141e07da"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a9e5f18a2750c003215715c", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5a9d6d21a2750c00137fa649", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c8a52462e2216000e69ecc1", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5a9d6d21a2750c00137fa649", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.075, + "Width": 2 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5a9d6d34a2750c00141e07da": { + "_id": "5a9d6d34a2750c00141e07da", + "_name": "handguard_ak_strike_industries_trax_2", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5ac66d015acfc400180ae6e4", "5ac66d725acfc43b321d4b60", "5ac66d9b5acfc4001633997a", "59984ab886f7743e98271174", "59f9cabd86f7743a10721f46"], + "CreditsPrice": 7259, + "Description": "handguard_ak_strike_industries_trax_2", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 0.85, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_strike_industries_trax_2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_strike_industries_trax_2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_strike_industries_trax_2", + "SightingRange": 0, + "Slots": [{ + "_id": "5a9d6d34a2750c00141e07dd", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5a9d6d34a2750c00141e07da", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a9d6d34a2750c00141e07de", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5a9d6d34a2750c00141e07da", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a9d6e00a2750c00164f6b06", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5a9d6d34a2750c00141e07da", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.26, + "Width": 1 + }, + "_proto": "5648b1504bdc2d9d488b4584", + "_type": "Item" + }, + "5a9e81fba2750c00164f6b11": { + "_id": "5a9e81fba2750c00164f6b11", + "_name": "mag_vss_tochmash_sr3m130_9x39_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5a9e81fba2750c00164f6b13", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5a9e81fba2750c00164f6b11", + "_props": { + "filters": [{ + "Filter": ["5c0d688c86f77413ae3407b2", "57a0dfb82459774d3078b56c", "57a0e5022459774d1673f889", "5c0d668f86f7747ccb7f13b2"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 20019, + "Description": "mag_vss_tochmash_sr3m130_9x39_30", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_vss_tochmash_sr3m130_9x39_30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_vss_tochmash_sr3m130_9x39_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_vss_tochmash_sr3m130_9x39_30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.45, + "Width": 1, + "magAnimationIndex": 1 + }, + "_proto": "57838f0b2459774a256959b2", + "_type": "Item" + }, + "5a9ea27ca2750c00137fa672": { + "_id": "5a9ea27ca2750c00137fa672", + "_name": "muzzle_ak_spike_tactical_ak_dynacomp_762x39", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3900, + "Description": "muzzle_ak_spike_tactical_ak_dynacomp_762x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 34, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ak_spike_tactical_ak_dynacomp_762x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ak_spike_tactical_ak_dynacomp_762x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -11, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ak_spike_tactical_ak_dynacomp_762x39", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.4, + "Weight": 0.076, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "5649aa744bdc2ded0b8b457e", + "_type": "Item" + }, + "5a9eb32da2750c00171b3f9c": { + "_id": "5a9eb32da2750c00171b3f9c", + "_name": "stock_ar15_fab_defense_gl_shock", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 10371, + "Description": "stock_ar15_fab_defense_gl_shock", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 13, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_fab_defense_gl_shock", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_fab_defense_gl_shock.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -29, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_fab_defense_gl_shock", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.308, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5a9fb739a2750c003215717f": { + "_id": "5a9fb739a2750c003215717f", + "_name": "silencer_all_rotor_43_v1_9x19", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": -2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 21793, + "Description": "silencer_all_rotor_43_v1_9x19\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.65, + "EffectiveDistance": 0, + "Ergonomics": -17, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -23, + "MergesWithChildren": true, + "Name": "silencer_all_rotor_43_v1_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_all_rotor_43_v1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -6.5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_all_rotor_43_v1_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.75, + "Weight": 0.49, + "Width": 2, + "muzzleModType": "pms" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "5a9fbacda2750c00141e080f": { + "_id": "5a9fbacda2750c00141e080f", + "_name": "silencer_all_rotor_43_v2_762x39", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": -2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 44100, + "Description": "silencer_all_rotor_43_v2_762x39\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.71, + "EffectiveDistance": 0, + "Ergonomics": -20, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -17, + "MergesWithChildren": true, + "Name": "silencer_all_rotor_43_v2_762x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_all_rotor_43_v2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_all_rotor_43_v2_762x39", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.75, + "Weight": 0.57, + "Width": 2, + "muzzleModType": "pms" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "5a9fbb74a2750c0032157181": { + "_id": "5a9fbb74a2750c0032157181", + "_name": "silencer_all_rotor_43_v2_366TKM", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": -2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 25029, + "Description": "silencer_all_rotor_43_v2_762x39\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.7, + "EffectiveDistance": 0, + "Ergonomics": -22, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -15, + "MergesWithChildren": true, + "Name": "silencer_all_rotor_43_v2_762x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_all_rotor_43_v2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_all_rotor_43_v2_762x39", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.75, + "Weight": 0.57, + "Width": 2, + "muzzleModType": "pms" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "5a9fbb84a2750c00137fa685": { + "_id": "5a9fbb84a2750c00137fa685", + "_name": "silencer_all_rotor_43_v2_556x45", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": -2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 42965, + "Description": "silencer_all_rotor_43_v2_762x39\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.71, + "EffectiveDistance": 0, + "Ergonomics": -22, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -18, + "MergesWithChildren": true, + "Name": "silencer_all_rotor_43_v2_762x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_all_rotor_43_v2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_all_rotor_43_v2_762x39", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.75, + "Weight": 0.57, + "Width": 2, + "muzzleModType": "pms" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "5a9fc7e6a2750c0032157184": { + "_id": "5a9fc7e6a2750c0032157184", + "_name": "mount_vss_zenit_b3_combo", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5495, + "Description": "mount_vss_zenit_b3_combo", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_vss_zenit_b3_combo", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_vss_zenit_b3_combo.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_vss_zenit_b3_combo", + "SightingRange": 0, + "Slots": [{ + "_id": "5a9fc7e6a2750c0032157186", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5a9fc7e6a2750c0032157184", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5a9fc846a2750c00171b3faa", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5a9fc7e6a2750c0032157184", + "_props": { + "filters": [{ + "Filter": ["57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "576a7c512459771e796e0e17", + "_type": "Item" + }, + "5aa2a7e8e5b5b00016327c16": { + "_id": "5aa2a7e8e5b5b00016327c16", + "_name": "cap_USEC", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1642, + "DeafStrength": "None", + "Description": "cap_USEC", + "DiscardingBlock": false, + "Durability": 10, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 10, + "MergesWithChildren": false, + "Name": "cap_USEC", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_usec/item_equipment_head_usec_sand.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "cap_USEC", + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5aa2b87de5b5b00016327c25": { + "_id": "5aa2b87de5b5b00016327c25", + "_name": "cap_BEAR", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1726, + "DeafStrength": "None", + "Description": "cap_BEAR", + "DiscardingBlock": false, + "Durability": 10, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 10, + "MergesWithChildren": false, + "Name": "cap_BEAR", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_bear/item_equipment_head_bear_green.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "cap_BEAR", + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5aa2b89be5b5b0001569311f": { + "_id": "5aa2b89be5b5b0001569311f", + "_name": "cap_mhs", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": true, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1445, + "DeafStrength": "None", + "Description": "cap_mhs", + "DiscardingBlock": false, + "Durability": 10, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 10, + "MergesWithChildren": false, + "Name": "cap_mhs", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_mhs/item_equipment_head_mhs.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "cap_mhs", + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5aa2b8d7e5b5b00014028f4a": { + "_id": "5aa2b8d7e5b5b00014028f4a", + "_name": "cap_police", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1505, + "DeafStrength": "None", + "Description": "cap_police", + "DiscardingBlock": false, + "Durability": 10, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 10, + "MergesWithChildren": false, + "Name": "cap_police", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_police/item_equipment_head_police.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "cap_police", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5aa2b923e5b5b000137b7589": { + "_id": "5aa2b923e5b5b000137b7589", + "_name": "glasses_Aoron", + "_parent": "5448e5724bdc2ddf718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0.2, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3084, + "DeafStrength": "None", + "Description": "glasses_Aoron", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "glasses_Aoron", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/glasses_round/item_equipment_glasses_round.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "glasses_Aoron", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 2, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5aa2b986e5b5b00014028f4c": { + "_id": "5aa2b986e5b5b00014028f4c", + "_name": "glasses_Duduma", + "_parent": "5448e5724bdc2ddf718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0.15, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2028, + "DeafStrength": "None", + "Description": "glasses_Duduma", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "glasses_Duduma", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/glasses_sport/item_equipment_glasses_sport.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "glasses_Duduma", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 2, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5aa2b9aee5b5b00015693121": { + "_id": "5aa2b9aee5b5b00015693121", + "_name": "glasses_Rayban", + "_parent": "5448e5724bdc2ddf718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0.25, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3580, + "DeafStrength": "None", + "Description": "glasses_Rayban", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "glasses_Rayban", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/glasses_classic/item_equipment_glasses_classic.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "glasses_Rayban", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.08, + "Width": 2, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5aa2b9ede5b5b000137b758b": { + "_id": "5aa2b9ede5b5b000137b758b", + "_name": "hats_cowboy", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 19513, + "DeafStrength": "None", + "Description": "hats_cowboy", + "DiscardingBlock": false, + "Durability": 10, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 10, + "MergesWithChildren": false, + "Name": "hats_cowboy", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_cowboy/item_equipment_head_cowboy.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "hats_cowboy", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.2, + "Width": 2, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5aa2ba19e5b5b00014028f4e": { + "_id": "5aa2ba19e5b5b00014028f4e", + "_name": "hats_fleece", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4510, + "DeafStrength": "None", + "Description": "hats_fleece", + "DiscardingBlock": false, + "Durability": 10, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 10, + "MergesWithChildren": false, + "Name": "hats_fleece", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_fleece/item_equipment_head_fleece.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "hats_fleece", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5aa2ba46e5b5b000137b758d": { + "_id": "5aa2ba46e5b5b000137b758d", + "_name": "hats_UF_PRO", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2043, + "DeafStrength": "None", + "Description": "hats_UF_PRO", + "DiscardingBlock": false, + "Durability": 10, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 10, + "MergesWithChildren": false, + "Name": "hats_UF_PRO", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_ufpro/item_equipment_head_ufpro.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "hats_UF_PRO", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5aa2ba71e5b5b000137b758f": { + "_id": "5aa2ba71e5b5b000137b758f", + "_name": "headphones_MSA", + "_parent": "5645bcb74bdc2ded0b8b4578", + "_props": { + "AllowSpawnOnLocations": [], + "AmbientVolume": -5, + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "CompressorAttack": 24, + "CompressorGain": 13, + "CompressorRelease": 164, + "CompressorTreshold": -31, + "CompressorVolume": -5, + "ConflictingItems": [], + "CreditsPrice": 23154, + "CutoffFreq": 120, + "Description": "headphones_MSA", + "DiscardingBlock": false, + "Distortion": 0.16, + "DryVolume": -60, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "headphones_MSA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/headset_sordin/item_equipment_headset_sordin.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resonance": 3, + "SendToClient": false, + "ShortName": "headphones_MSA", + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.65, + "Width": 2 + }, + "_proto": "5645bcc04bdc2d363b8b4572", + "_type": "Item" + }, + "5aa66a9be5b5b0214e506e89": { + "_id": "5aa66a9be5b5b0214e506e89", + "_name": "mount_all_nightforce_x_treme_duty_ultralite_one_piece_magmount_34mm", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9509, + "Description": "mount_all_nightforce_x_treme_duty_ultralite_one_piece_magmount_34mm", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_all_nightforce_x_treme_duty_ultralite_one_piece_magmount_34mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_all_nightforce_x_treme_duty_ultralite_one_piece_magmount_34mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_all_nightforce_x_treme_duty_ultralite_one_piece_magmount_34mm", + "SightingRange": 0, + "Slots": [{ + "_id": "5aa66b8ce5b5b00015693124", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5aa66a9be5b5b0214e506e89", + "_props": { + "filters": [{ + "Filter": ["56ea70acd2720b844b8b4594", "5aa66be6e5b5b0214e506e97"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.226, + "Width": 2 + }, + "_proto": "577d128124597739d65d0e56", + "_type": "Item" + }, + "5aa66be6e5b5b0214e506e97": { + "_id": "5aa66be6e5b5b0214e506e97", + "_name": "scope_34mm_nightforce_atacr_7_35x56", + "_parent": "55818ae44bdc2dde698b456c", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.0714, 0.0313]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200, 250, 300, 350, 400, 450]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "5c7d55f52e221644f31bff6a"], + "CreditsPrice": 87797, + "CustomAimPlane": "", + "Description": "scope_34mm_nightforce_atacr_7_35x56", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -8, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [2], + "Name": "scope_34mm_nightforce_atacr_7_35x56", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200, 250, 300, 350, 400, 450], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_34mm_nightforce_atacr_7_35x56.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_34mm_nightforce_atacr_7_35x56", + "SightModesCount": 2, + "SightingRange": 2000, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.113, + "Width": 2, + "Zooms": [[7, 16]], + "aimingSensitivity": 0.03, + "sightModType": "optic" + }, + "_proto": "56ea70acd2720b844b8b4594", + "_type": "Item" + }, + "5aa66c72e5b5b00016327c93": { + "_id": "5aa66c72e5b5b00016327c93", + "_name": "mount_all_nightforce_x_treme_duty_ultralite_one_piece_magmount_multimount_34mm", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6296, + "Description": "mount_all_nightforce_x_treme_duty_ultralite_one_piece_magmount_34mm", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_all_nightforce_x_treme_duty_ultralite_one_piece_magmount_34mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_all_nightforce_x_treme_duty_ultralite_one_piece_magmount_multimount_34mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_all_nightforce_x_treme_duty_ultralite_one_piece_magmount_34mm", + "SightingRange": 0, + "Slots": [{ + "_id": "5aa66c90e5b5b00016327c96", + "_mergeSlotWithChildren": false, + "_name": "mod_scope_000", + "_parent": "5aa66c72e5b5b00016327c93", + "_props": { + "filters": [{ + "Filter": ["56ea70acd2720b844b8b4594", "5aa66be6e5b5b0214e506e97"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5aa66c9ce5b5b00015693125", + "_mergeSlotWithChildren": false, + "_name": "mod_scope_001", + "_parent": "5aa66c72e5b5b00016327c93", + "_props": { + "filters": [{ + "Filter": ["57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5aa66cabe5b5b055d0630d82", + "_mergeSlotWithChildren": false, + "_name": "mod_scope_002", + "_parent": "5aa66c72e5b5b00016327c93", + "_props": { + "filters": [{ + "Filter": ["57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5aa66cb7e5b5b0214e506e99", + "_mergeSlotWithChildren": false, + "_name": "mod_scope_003", + "_parent": "5aa66c72e5b5b00016327c93", + "_props": { + "filters": [{ + "Filter": ["57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.25, + "Width": 2 + }, + "_proto": "577d128124597739d65d0e56", + "_type": "Item" + }, + "5aa7cfc0e5b5b00015693143": { + "_id": "5aa7cfc0e5b5b00015693143", + "_name": "helmet_6B47_cover", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Aluminium", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.204, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 31035, + "DeafStrength": "Low", + "Description": "helmet_6B47_cover", + "DiscardingBlock": false, + "Durability": 25, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 25, + "MergesWithChildren": true, + "Name": "helmet_6B47_cover", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_6b47covered/item_equipment_helmet_6b47covered.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 562, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.4, + "z": 75 + }, + "SendToClient": false, + "ShortName": "helmet_6B47_cover", + "Slots": [{ + "_id": "5aa7cfc0e5b5b00015693145", + "_mergeSlotWithChildren": false, + "_name": "mod_nvg", + "_parent": "5aa7cfc0e5b5b00015693143", + "_props": { + "filters": [{ + "Filter": ["5c0558060db834001b735271", "5a16b8a9fcdbcb00165aa6ca"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5aa7cfc0e5b5b00015693146", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment", + "_parent": "5aa7cfc0e5b5b00015693143", + "_props": { + "filters": [{ + "Filter": [], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.3, + "Width": 2, + "armorClass": "3", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape", "Ears"], + "mousePenalty": -5, + "speedPenaltyPercent": -1, + "weaponErgonomicPenalty": -2 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5aa7d03ae5b5b00016327db5": { + "_id": "5aa7d03ae5b5b00016327db5", + "_name": "helmet_un", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Aramid", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.216, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 21395, + "DeafStrength": "Low", + "Description": "helmet_un", + "DiscardingBlock": false, + "Durability": 25, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 25, + "MergesWithChildren": false, + "Name": "helmet_un", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_un/item_equipment_helmet_un.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 543, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.4, + "z": 75 + }, + "SendToClient": false, + "ShortName": "helmet_un", + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 2.2, + "Width": 2, + "armorClass": "3", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape", "Ears"], + "mousePenalty": -10, + "speedPenaltyPercent": -2, + "weaponErgonomicPenalty": -2 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5aa7d193e5b5b000171d063f": { + "_id": "5aa7d193e5b5b000171d063f", + "_name": "helmet_sphera-C", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "ArmoredSteel", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": true, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.12, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5aa2b9aee5b5b00015693121"], + "CreditsPrice": 75502, + "DeafStrength": "High", + "Description": "hemlet_sphera-C", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "hemlet_sphera-C", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_sfera/item_equipment_helmet_sfera.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 437, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.7, + "y": 0.2, + "z": 70 + }, + "SendToClient": false, + "ShortName": "hemlet_sphera-C", + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 3.5, + "Width": 2, + "armorClass": "3", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape", "Ears"], + "mousePenalty": -10, + "speedPenaltyPercent": -2, + "weaponErgonomicPenalty": -3 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5aa7e276e5b5b000171d0647": { + "_id": "5aa7e276e5b5b000171d0647", + "_name": "helmet_altyn", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "ArmoredSteel", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": true, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.168, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 160327, + "DeafStrength": "High", + "Description": "helmet_altyn", + "DiscardingBlock": false, + "Durability": 45, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 45, + "MergesWithChildren": true, + "Name": "helmet_altyn", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_altyn/item_equipment_helmet_altyn.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 618, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.4, + "z": 70 + }, + "SendToClient": false, + "ShortName": "helmet_altyn", + "Slots": [{ + "_id": "5aa7e325e5b5b0214e506fa1", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment", + "_parent": "5aa7e276e5b5b000171d0647", + "_props": { + "filters": [{ + "Filter": ["5aa7e373e5b5b000137b76f0"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 0.1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 4, + "Width": 2, + "armorClass": "5", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape", "Ears"], + "mousePenalty": -17, + "speedPenaltyPercent": -7, + "weaponErgonomicPenalty": -6 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5aa7e373e5b5b000137b76f0": { + "_id": "5aa7e373e5b5b000137b76f0", + "_name": "helmet_altyn_face_shield", + "_parent": "57bef4c42459772e8d35a53b", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "default", + "BlindnessProtection": 0.25, + "BlocksEarpiece": false, + "BlocksEyewear": true, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.08, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 43460, + "DeafStrength": "None", + "Description": "helmet_altyn_face_shield", + "DiscardingBlock": false, + "Durability": 50, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": true, + "FaceShieldMask": "Wide", + "FixedPrice": false, + "Grids": [], + "HasHinge": true, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaterialType": "GlassVisor", + "MaxDurability": 50, + "MergesWithChildren": false, + "Name": "helmet_altyn_face_shield", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_altyn_shield/item_equipment_helmet_altyn_shield.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 162, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0.7, + "y": 0.4, + "z": 70 + }, + "SendToClient": false, + "ShortName": "helmet_altyn_face_shield", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.4, + "Width": 2, + "armorClass": "5", + "armorZone": ["Head"], + "headSegments": ["Eyes", "Jaws"], + "mousePenalty": -8, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": -7 + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5aa7e3abe5b5b000171d064d": { + "_id": "5aa7e3abe5b5b000171d064d", + "_name": "helmet_zsh_1-2m_v1_face_shield", + "_parent": "57bef4c42459772e8d35a53b", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Glass", + "BackgroundColor": "default", + "BlindnessProtection": 0.1, + "BlocksEarpiece": false, + "BlocksEyewear": true, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.1, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 17351, + "DeafStrength": "None", + "Description": "helmet_zsh_1-2m_v1_face_shield", + "DiscardingBlock": false, + "Durability": 50, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": true, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": true, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaterialType": "GlassVisor", + "MaxDurability": 50, + "MergesWithChildren": false, + "Name": "helmet_zsh_1-2m_v1_face_shield", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_zsh_shield/item_equipment_helmet_zsh_shield.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 150, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0.8, + "y": 0.3, + "z": 55 + }, + "SendToClient": false, + "ShortName": "helmet_zsh_1-2m_v1_face_shield", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 2, + "armorClass": "3", + "armorZone": ["Head"], + "headSegments": ["Eyes", "Jaws"], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": -5 + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5aa7e454e5b5b0214e506fa2": { + "_id": "5aa7e454e5b5b0214e506fa2", + "_name": "helmet_zsh_1-2m_v1", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": true, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.18, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 58089, + "DeafStrength": "High", + "Description": "helmet_zsh1-2m_v1", + "DiscardingBlock": false, + "Durability": 35, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 35, + "MergesWithChildren": true, + "Name": "helmet_zsh1-2m_v1", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_zsh_1var/item_equipment_helmet_zsh_1var.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 525, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.8, + "y": 0.3, + "z": 75 + }, + "SendToClient": false, + "ShortName": "helmet_zsh1-2m_v1", + "Slots": [{ + "_id": "5aa7e454e5b5b0214e506fa4", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment", + "_parent": "5aa7e454e5b5b0214e506fa2", + "_props": { + "filters": [{ + "Filter": ["5aa7e3abe5b5b000171d064d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 3.7, + "Width": 2, + "armorClass": "4", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape", "Ears"], + "mousePenalty": -8, + "speedPenaltyPercent": -3, + "weaponErgonomicPenalty": -2 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5aa7e4a4e5b5b000137b76f2": { + "_id": "5aa7e4a4e5b5b000137b76f2", + "_name": "helmet_zsh_1-2m_v2", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": true, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.18, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 53759, + "DeafStrength": "High", + "Description": "helmet_zsh_1-2m_v2", + "DiscardingBlock": false, + "Durability": 35, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 35, + "MergesWithChildren": true, + "Name": "helmet_zsh_1-2m_v2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_zsh_2var/item_equipment_helmet_zsh_2var.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 525, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.7, + "y": 0.3, + "z": 75 + }, + "SendToClient": false, + "ShortName": "helmet_zsh_1-2m_v2", + "Slots": [{ + "_id": "5aa7e4a4e5b5b000137b76f4", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment", + "_parent": "5aa7e4a4e5b5b000137b76f2", + "_props": { + "filters": [{ + "Filter": ["5aa7e3abe5b5b000171d064d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 3.7, + "Width": 2, + "armorClass": "4", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape", "Ears"], + "mousePenalty": -8, + "speedPenaltyPercent": -3, + "weaponErgonomicPenalty": -2 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5aaa4194e5b5b055d06310a5": { + "_id": "5aaa4194e5b5b055d06310a5", + "_name": "mag_ak74_magpul_pmag_30_ak74_gen_m3_545x39_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5aaa4194e5b5b055d06310a7", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5aaa4194e5b5b055d06310a5", + "_props": { + "filters": [{ + "Filter": ["5c0d5e4486f77478390952fe", "56dfef82d2720bbd668b4567", "56dff026d2720bb8668b4567", "56dff061d2720bb5668b4567", "56dff0bed2720bb0668b4567", "56dff216d2720bbd668b4568", "56dff2ced2720bb4668b4567", "56dff338d2720bbd668b4569", "56dff3afd2720bba668b4567", "56dff421d2720b5f5a8b4567", "56dff4a2d2720bbd668b456a", "56dff4ecd2720b5f5a8b4568"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 2658, + "Description": "mag_ak74_magpul_pmag_30_ak74_gen_m3_545x39_30", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1.5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ak74_magpul_pmag_30_ak74_gen_m3_545x39_30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ak74_magpul_pmag_30_ak74_gen_m3_545x39_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ak74_magpul_pmag_30_ak74_gen_m3_545x39_30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.2, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "5aaa5dfee5b5b000140293d3": { + "_id": "5aaa5dfee5b5b000140293d3", + "_name": "mag_stanag_magpul_pmag_gen_m3_556x45_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5aaa5dfee5b5b000140293d5", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5aaa5dfee5b5b000140293d3", + "_props": { + "filters": [{ + "Filter": ["59e6920f86f77411d82aa167", "59e6927d86f77411da468256", "54527a984bdc2d4e668b4567", "54527ac44bdc2d36668b4567", "59e68f6f86f7746c9f75e846", "59e6906286f7746c9f75e847", "59e690b686f7746c9f75e848", "59e6918f86f7746c9f75e849", "60194943740c5d77f6705eea", "601949593ae8f707c4608daa", "5c0d5ae286f7741e46554302", "5fbe3ffdf8b6a877a729ea82", "5fd20ff893a8961fc660a954"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 3113, + "Description": "30-ти зарядный полимерный магазин Magpul PMAG GEN M3 30, под патрон 5.56х45 с окном для контроля количества боеприпасов.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин PMAG GEN M3 30 5.56x45 STANAG на 30 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_stanag_magpul_pmag_gen_m3_556x45_30_blk.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.56x45 PMAG GEN M3 30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.138, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55802d5f4bdc2dac148b458e", + "_type": "Item" + }, + "5aaa5e60e5b5b000140293d6": { + "_id": "5aaa5e60e5b5b000140293d6", + "_name": "mag_stanag_magpul_pmag_gen_m3_556x45_10", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5aaa5e60e5b5b000140293d8", + "_max_count": 10, + "_name": "cartridges", + "_parent": "5aaa5e60e5b5b000140293d6", + "_props": { + "filters": [{ + "Filter": ["59e6920f86f77411d82aa167", "59e6927d86f77411da468256", "54527a984bdc2d4e668b4567", "54527ac44bdc2d36668b4567", "59e68f6f86f7746c9f75e846", "59e6906286f7746c9f75e847", "59e690b686f7746c9f75e848", "59e6918f86f7746c9f75e849", "60194943740c5d77f6705eea", "601949593ae8f707c4608daa", "5c0d5ae286f7741e46554302", "5fbe3ffdf8b6a877a729ea82", "5fd20ff893a8961fc660a954"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 2001, + "Description": "30-ти зарядный полимерный магазин Magpul PMAG GEN M3 30, под патрон 5.56х45 с окном для контроля количества боеприпасов.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин PMAG GEN M3 30 5.56x45 STANAG на 30 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_stanag_magpul_pmag_gen_m3_556x45_10_blk.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.56x45 PMAG GEN M3 30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.12, + "Width": 1, + "magAnimationIndex": 6 + }, + "_proto": "55802d5f4bdc2dac148b458e", + "_type": "Item" + }, + "5aaf8a0be5b5b00015693243": { + "_id": "5aaf8a0be5b5b00015693243", + "_name": "mag_m14_springfield_armory_762x51_20", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5aaf8a0be5b5b00015693245", + "_max_count": 20, + "_name": "cartridges", + "_parent": "5aaf8a0be5b5b00015693243", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 2468, + "Description": "mag_m1a_springfield_armory_762x51_20\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_m1a_springfield_armory_762x51_20", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_m14_springfield_armory_762x51_20.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_m1a_springfield_armory_762x51_20", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.226, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "5448c1d04bdc2dff2f8b4569", + "_type": "Item" + }, + "5aaf8e43e5b5b00015693246": { + "_id": "5aaf8e43e5b5b00015693246", + "_name": "stock_m1a_springfield_armory_socom_16", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 13056, + "Description": "stock_m1a_springfield_armory_socom_16", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 20, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_m1a_springfield_armory_socom_16", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_m1a_springfield_armory_socom_16.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -35, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_m1a_springfield_armory_socom_16", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5ab24fe2e5b5b000173b8b67", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5aaf8e43e5b5b00015693246", + "_props": { + "filters": [{ + "Filter": ["5addbfd15acfc40015621bde", "5addbfbb5acfc400194dbcf7", "5addc00b5acfc4001669f144", "5ab24ef9e5b5b00fe93c9209"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.004, + "Width": 3 + }, + "_proto": "5649be884bdc2d79388b4577", + "_type": "Item" + }, + "5aaf9d53e5b5b00015042a52": { + "_id": "5aaf9d53e5b5b00015042a52", + "_name": "barrel_m1a_springfield_armory_6_groove_carbon_410mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.036, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 15600, + "Description": "barrel_m1a_springfield_armory_6_groove_carbon_410mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -12, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_m1a_springfield_armory_6_groove_carbon_410mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_m1a_springfield_armory_6_groove_carbon_410mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_m1a_springfield_armory_6_groove_carbon_410mm", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5aaf9d53e5b5b00015042a54", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5aaf9d53e5b5b00015042a52", + "_props": { + "filters": [{ + "Filter": ["5ab3afb2d8ce87001660304d", "5aafa1c2e5b5b00015042a56"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -6.48, + "Weight": 1.04, + "Width": 4 + }, + "_proto": "55d3632e4bdc2d972f8b4569", + "_type": "Item" + }, + "5aafa1c2e5b5b00015042a56": { + "_id": "5aafa1c2e5b5b00015042a56", + "_name": "muzzle_m1a_springfield_armory_socom_16_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2142, + "Description": "muzzle_m1a_springfield_armory_socom_16_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_m1a_springfield_armory_socom_16_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_m1a_springfield_armory_socom_16_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_m1a_springfield_armory_socom_16_762x51", + "SightingRange": 0, + "Slots": [{ + "_id": "5aafa211e5b5b00014799d8a", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5aafa1c2e5b5b00015042a56", + "_props": { + "filters": [{ + "Filter": ["5addba3e5acfc4001669f0ab", "5aafa49ae5b5b00015042a58"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.13, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5aafa49ae5b5b00015042a58": { + "_id": "5aafa49ae5b5b00015042a58", + "_name": "sight_front_m1a_springfield_armory_xs_post_125_blade", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1624, + "CustomAimPlane": "", + "Description": "sight_front_m1a_springfield_armory_xs_post_125_blade", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_m1a_springfield_armory_xs_post_125_blade", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_m1a_springfield_armory_xs_post_125_blade.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_m1a_springfield_armory_xs_post_125_blade", + "SightModesCount": 1, + "SightingRange": 500, + "Slots": [], + "SpawnChance": 43, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.038, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5aafa857e5b5b00018480968": { + "_id": "5aafa857e5b5b00018480968", + "_name": "weapon_springfield_m1a_762x51", + "_parent": "5447b6194bdc2d67278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.4, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.19, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.02, + "Chambers": [{ + "_id": "5aafa857e5b5b00018480970", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5aafa857e5b5b00018480968", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.4, + "CoolFactor": 1, + "CreditsPrice": 30264, + "Description": "weapon_springfield_m1a_762x51\n", + "DeviationCurve": 2, + "DeviationMax": 30, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 28, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_dmr", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_springfield_m1a_762x51", + "NotShownInSlot": false, + "OperatingResource": 2600, + "Prefab": { + "path": "assets/content/weapons/m1a/weapon_springfield_m1a_762x51_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.4, + "z": 0.03 + }, + "RecoilForceBack": 530, + "RecoilForceUp": 296, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 200, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.04 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.35, + "z": -0.05 + }, + "SendToClient": false, + "ShortName": "weapon_springfield_m1a_762x51", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5aafa857e5b5b0001848096b", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5aafa857e5b5b00018480968", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5aaf8a0be5b5b00015693243", "5addcce35acfc4001a5fc635", "5addccf45acfc400185c2989"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5aafa857e5b5b0001848096c", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5aafa857e5b5b00018480968", + "_props": { + "filters": [{ + "Filter": ["5addc7005acfc4001669f275", "5ab372a310e891001717f0d8", "5addbf175acfc408fb13965b", "5aaf8e43e5b5b00015693246"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5aafa857e5b5b0001848096e", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5aafa857e5b5b00018480968", + "_props": { + "filters": [{ + "Filter": ["5aaf9d53e5b5b00015042a52", "5addbac75acfc400194dbc56"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5abcbb9fd8ce87001660327a", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5aafa857e5b5b00018480968", + "_props": { + "filters": [{ + "Filter": ["5abcbb20d8ce87001773e258"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5addc6a45acfc4001714e045", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5aafa857e5b5b00018480968", + "_props": { + "filters": [{ + "Filter": ["5addbfe15acfc4001a5fc58b", "5addbfef5acfc400185c2857"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.426, + "Width": 2, + "ammoCaliber": "Caliber762x51", + "bEffDist": 700, + "bFirerate": 700, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "58dd3ad986f77403051cba8f", + "defMagType": "5aaf8a0be5b5b00015693243", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "marksmanRifle", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5aafbcd986f7745e590fff23": { + "_id": "5aafbcd986f7745e590fff23", + "_name": "item_container_meds", + "_parent": "5795f317245977243854e041", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 366106, + "Description": "medscase", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5aafbcd986f7745e590fff25", + "_name": "main", + "_parent": "5aafbcd986f7745e590fff23", + "_props": { + "cellsH": 7, + "cellsV": 7, + "filters": [{ + "ExcludedFilter": [], + "Filter": ["57864c8c245977548867e7f1", "543be5664bdc2dd4348b4569"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_plastic", + "LootExperience": 30, + "MergesWithChildren": false, + "Name": "medscase", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/containers/item_container_meds/item_container_meds.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "medscase", + "Slots": [], + "SpawnChance": 0.3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TagColor": 0, + "TagName": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 16, + "Width": 3 + }, + "_proto": "577e1c9d2459773cd707c525", + "_type": "Item" + }, + "5aafbde786f774389d0cbc0f": { + "_id": "5aafbde786f774389d0cbc0f", + "_name": "item_container_ammo", + "_parent": "5795f317245977243854e041", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 162552, + "Description": "ammocase", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5aafbde786f774389d0cbc11", + "_name": "main", + "_parent": "5aafbde786f774389d0cbc0f", + "_props": { + "cellsH": 7, + "cellsV": 7, + "filters": [{ + "ExcludedFilter": [], + "Filter": ["5485a8684bdc2da71d8b4567", "543be5cb4bdc2deb348b4568"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 2, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_metal", + "LootExperience": 30, + "MergesWithChildren": false, + "Name": "ammocase", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/containers/item_container_ammo/item_container_ammo.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammocase", + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TagColor": 0, + "TagName": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 3, + "Width": 2 + }, + "_proto": "577e1c9d2459773cd707c525", + "_type": "Item" + }, + "5ab24ef9e5b5b00fe93c9209": { + "_id": "5ab24ef9e5b5b00fe93c9209", + "_name": "mount_m1a_springfield_armory_socom_16_upper", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4193, + "Description": "mount_m1a_springfield_armory_socom_16_upper", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_m1a_springfield_armory_socom_16_upper", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_m1a_springfield_armory_socom_16_upper.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_m1a_springfield_armory_socom_16_upper", + "SightingRange": 0, + "Slots": [{ + "_id": "5ab24ef9e5b5b00fe93c920b", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5ab24ef9e5b5b00fe93c9209", + "_props": { + "filters": [{ + "Filter": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5c5952732e2216398b5abda2", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.096, + "Width": 2 + }, + "_proto": "57a3459f245977764a01f703", + "_type": "Item" + }, + "5ab372a310e891001717f0d8": { + "_id": "5ab372a310e891001717f0d8", + "_name": "stock_m14_troy_sass_chassis", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5abcbb20d8ce87001773e258"], + "CreditsPrice": 36580, + "Description": "stock_m14_troy_sass_chassis", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 28, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_m14_troy_sass_chassis", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_m14_troy_sass_chassis.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_m14_troy_sass_chassis", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5ab373c810e8910019668c0d", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5ab372a310e891001717f0d8", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ab3741a10e8910018194499", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5ab372a310e891001717f0d8", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ab374c310e891001819449a", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5ab372a310e891001717f0d8", + "_props": { + "filters": [{ + "Filter": ["57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ab375a710e891001819449b", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5ab372a310e891001717f0d8", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ab3767710e891001539566d", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5ab372a310e891001717f0d8", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ab376fd10e89100163d8536", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5ab372a310e891001717f0d8", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ab377f210e8910018194500", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_003", + "_parent": "5ab372a310e891001717f0d8", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ab37c9710e8910019668c75", + "_mergeSlotWithChildren": false, + "_name": "mod_pistolgrip", + "_parent": "5ab372a310e891001717f0d8", + "_props": { + "filters": [{ + "Filter": ["55d4b9964bdc2d1d4e8b456e", "571659bb2459771fb2755a12", "5bb20e18d4351e00320205d5", "57c55efc2459772d2c6271e7", "57af48872459771f0b2ebf11", "57c55f092459772d291a8463", "57c55f112459772d28133310", "57c55f172459772d27602381", "5a339805c4a2826c6e06d73d", "55802f5d4bdc2dac148b458f", "5d15cf3bd7ad1a67e71518b2", "5b07db875acfc40dc528a5f6"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5ab37d0310e891001f3f1ba8", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5ab372a310e891001717f0d8", + "_props": { + "filters": [{ + "Filter": ["57ade1442459771557167e15", "606587e18900dc2d9a55b65f", "5a33ca0fc4a282000d72292f", "5c0faeddd174af02a962601f", "5649be884bdc2d79388b4577", "5d120a10d7ad1a4e1026ba85", "5b0800175acfc400153aebd4", "5947e98b86f774778f1448bc", "5947eab886f77475961d96c5", "5ef1ba28c64c5d0dfc0571a5", "602e3f1254072b51b239f713", "5c793fb92e221644f31bfb64", "5c793fc42e221600114ca25d", "591aef7986f774139d495f03", "591af10186f774139d495f0e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5c164ec42e2216152006bf75", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5ab372a310e891001717f0d8", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c164ed52e2216152006bf76", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5ab372a310e891001717f0d8", + "_props": { + "filters": [{ + "Filter": ["5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5fb6564947ce63734e3fa1da", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5fc0fa957283c4046c58147e", "5894a81786f77427140b8347"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 2.1, + "Width": 3 + }, + "_proto": "5649be884bdc2d79388b4577", + "_type": "Item" + }, + "5ab3afb2d8ce87001660304d": { + "_id": "5ab3afb2d8ce87001660304d", + "_name": "muzzle_m1a_smith_enterprise_socom_16_threaded_gas_lock_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4909, + "Description": "muzzle_m1a_smith_enterprise_socom_16_threaded_gas_lock_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_m1a_smith_enterprise_socom_16_threaded_gas_lock_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_m1a_smith_enterprise_socom_16_threaded_gas_lock_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_m1a_smith_enterprise_socom_16_threaded_gas_lock_762x51", + "SightingRange": 0, + "Slots": [{ + "_id": "5ab3afb2d8ce87001660304f", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5ab3afb2d8ce87001660304d", + "_props": { + "filters": [{ + "Filter": ["5addba3e5acfc4001669f0ab", "5aafa49ae5b5b00015042a58"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ab3b244d8ce8700182eccb6", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5ab3afb2d8ce87001660304d", + "_props": { + "filters": [{ + "Filter": ["5b7d693d5acfc43bca706a3d", "5c878e9d2e2216000f201903", "5bbdb8bdd4351e4502011460", "5addbba15acfc400185c2854", "5c7954d52e221600106f4cc7", "59bffc1f86f77435b128b872"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.11, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5ab626e4d8ce87272e4c6e43": { + "_id": "5ab626e4d8ce87272e4c6e43", + "_name": "stock_aks74_izhmash_aks74_std", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1559, + "Description": "stock_aks74_izhmash_aks74_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_aks74_izhmash_aks74_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_aks74_izhmash_aks74_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": -30, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_aks74_izhmash_aks74_std", + "SightingRange": 0, + "SizeReduceRight": 1, + "Slots": [{ + "_id": "5ab626e4d8ce87272e4c6e45", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5ab626e4d8ce87272e4c6e43", + "_props": { + "filters": [{ + "Filter": ["5a0c59791526d8dba737bba7"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.264, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5ab8dab586f77441cd04f2a2": { + "_id": "5ab8dab586f77441cd04f2a2", + "_name": "wartech_mk3", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 43480, + "Description": "Wartech mk3", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5ab8dab586f77441cd04f2a4", + "_name": "1", + "_parent": "5ab8dab586f77441cd04f2a2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5ab8dab586f77441cd04f2a5", + "_name": "2", + "_parent": "5ab8dab586f77441cd04f2a2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5ab8dab586f77441cd04f2a6", + "_name": "3", + "_parent": "5ab8dab586f77441cd04f2a2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5ab8dab586f77441cd04f2a7", + "_name": "4", + "_parent": "5ab8dab586f77441cd04f2a2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5ab8dab586f77441cd04f2a8", + "_name": "5", + "_parent": "5ab8dab586f77441cd04f2a2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5abe4e0486f7741d8466c586", + "_name": "6", + "_parent": "5ab8dab586f77441cd04f2a2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5abe4e0886f7741d5c5c62c2", + "_name": "7", + "_parent": "5ab8dab586f77441cd04f2a2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5abe4e0c86f774336e424910", + "_name": "8", + "_parent": "5ab8dab586f77441cd04f2a2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5abe4e1086f77422d95bba75", + "_name": "9", + "_parent": "5ab8dab586f77441cd04f2a2", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5abe4e1486f77426b30f26cc", + "_name": "10", + "_parent": "5ab8dab586f77441cd04f2a2", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5abe4e1886f7741d5c5c62c3", + "_name": "11", + "_parent": "5ab8dab586f77441cd04f2a2", + "_props": { + "cellsH": 2, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 4, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "Wartech mk3", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_mk3/item_equipment_rig_mk3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RigLayoutName": "Wartech MK3", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Wartech mk3", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.65, + "Width": 3, + "armorClass": 0, + "armorZone": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "5ab8dced86f774646209ec87": { + "_id": "5ab8dced86f774646209ec87", + "_name": "ana_tactical_m2", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Titan", + "BackgroundColor": "default", + "BlocksArmorVest": true, + "BluntThroughput": 0.225, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 68688, + "Description": "ANA Tactical m2", + "DiscardingBlock": false, + "Durability": 60, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5ab8dced86f774646209ec89", + "_name": "1", + "_parent": "5ab8dced86f774646209ec87", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5ab8dced86f774646209ec8a", + "_name": "2", + "_parent": "5ab8dced86f774646209ec87", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5ab8dced86f774646209ec8b", + "_name": "3", + "_parent": "5ab8dced86f774646209ec87", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5ab8dced86f774646209ec8c", + "_name": "4", + "_parent": "5ab8dced86f774646209ec87", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5ab8dced86f774646209ec8d", + "_name": "5", + "_parent": "5ab8dced86f774646209ec87", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5ab8dced86f774646209ec8e", + "_name": "6", + "_parent": "5ab8dced86f774646209ec87", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5ab8dced86f774646209ec8f", + "_name": "7", + "_parent": "5ab8dced86f774646209ec87", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5ab8dced86f774646209ec90", + "_name": "8", + "_parent": "5ab8dced86f774646209ec87", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5abe4df086f77436271eace7", + "_name": "9", + "_parent": "5ab8dced86f774646209ec87", + "_props": { + "cellsH": 2, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 4, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 60, + "MergesWithChildren": false, + "Name": "ANA Tactical m2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_m2/item_equipment_rig_m2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 850, + "RepairSpeed": 0, + "RigLayoutName": "ANA Tactical M2", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "ANA m2", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 7, + "Width": 4, + "armorClass": 4, + "armorZone": ["Chest", "Stomach"], + "mousePenalty": -5, + "speedPenaltyPercent": -8, + "weaponErgonomicPenalty": -2 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "5ab8e4ed86f7742d8e50c7fa": { + "_id": "5ab8e4ed86f7742d8e50c7fa", + "_name": "armor_un", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Aluminium", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.24, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 33355, + "DeafStrength": "None", + "Description": "un armor", + "DiscardingBlock": false, + "Durability": 50, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 3, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 50, + "MergesWithChildren": false, + "Name": "un armor", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_un/item_equipment_armor_un.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 325, + "RepairSpeed": 8, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "un armor", + "Slots": [], + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 8.5, + "Width": 3, + "armorClass": "3", + "armorZone": ["Chest", "Stomach"], + "headSegments": [], + "mousePenalty": -6, + "speedPenaltyPercent": -18, + "weaponErgonomicPenalty": -8 + }, + "_proto": "545cdb794bdc2d3a198b456a", + "_type": "Item" + }, + "5ab8e79e86f7742d8b372e78": { + "_id": "5ab8e79e86f7742d8b372e78", + "_name": "armor_gjel", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Ceramic", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.144, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 113829, + "DeafStrength": "None", + "Description": "gjel", + "DiscardingBlock": false, + "Durability": 65, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 3, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 65, + "MergesWithChildren": false, + "Name": "gjel", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_gjel/item_equipment_armor_gjel.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 562, + "RepairSpeed": 8, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "gjel", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 8.9, + "Width": 3, + "armorClass": "5", + "armorZone": ["Chest", "Stomach"], + "headSegments": [], + "mousePenalty": -3, + "speedPenaltyPercent": -10, + "weaponErgonomicPenalty": -4 + }, + "_proto": "545cdb794bdc2d3a198b456a", + "_type": "Item" + }, + "5ab8e9fcd8ce870019439434": { + "_id": "5ab8e9fcd8ce870019439434", + "_name": "weapon_izhmash_aks74n_545x39", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.19, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.16, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.058, + "Chambers": [{ + "_id": "5ab8e9fcd8ce870019439436", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5ab8e9fcd8ce870019439434", + "_props": { + "filters": [{ + "Filter": ["5c0d5e4486f77478390952fe", "56dfef82d2720bbd668b4567", "56dff026d2720bb8668b4567", "56dff061d2720bb5668b4567", "56dff0bed2720bb0668b4567", "56dff216d2720bbd668b4568", "56dff2ced2720bb4668b4567", "56dff338d2720bbd668b4569", "56dff3afd2720bba668b4567", "56dff421d2720b5f5a8b4567", "56dff4a2d2720bbd668b456a", "56dff4ecd2720b5f5a8b4568"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.5, + "CoolFactor": 1, + "CreditsPrice": 25490, + "Description": "Автомат Калашникова калибра 5,45 мм, разработанный в 1970 году конструктором М. Т. Калашниковым. Дальнейшее развитие АКМ в связи с переходом Вооруженных Сил на новый боеприпас 5.45x39. Основное отличие от штатного АК-74 это наличие крепления для оптических и ночных прицелов.", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 32, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "mod_stock", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "Автомат Калашникова АК-74Н 5.45x39", + "NotShownInSlot": false, + "OperatingResource": 5200, + "Prefab": { + "path": "assets/content/weapons/aks74/weapon_izhmash_aks74n_545x39_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": 0 + }, + "RecoilForceBack": 397, + "RecoilForceUp": 140, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 127, + "RepairSpeed": 5, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.27, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "АК-74N 5.45x39", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5ab8e9fcd8ce870019439437", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5ab8e9fcd8ce870019439434", + "_props": { + "filters": [{ + "Filter": ["5a01ad4786f77450561fda02", "59c6633186f7740cf0493bb9", "59d64ec286f774171d1e0a42", "59e649f986f77411d949b246", "5b237e425acfc4771e1be0b6", "59ccfdba86f7747f2109a587", "5cf656f2d7f00c06585fb6eb", "5d4aab30a4b9365435358c55"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5ab8e9fcd8ce870019439438", + "_mergeSlotWithChildren": false, + "_name": "mod_launcher", + "_parent": "5ab8e9fcd8ce870019439434", + "_props": { + "filters": [{ + "Filter": ["5648b62b4bdc2d9d488b4585"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ab8e9fcd8ce870019439439", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5ab8e9fcd8ce870019439434", + "_props": { + "filters": [{ + "Filter": ["5ac72e945acfc43f3b691116", "5ac7655e5acfc40016339a19", "5649aa744bdc2ded0b8b457e", "5f633f791b231926f2329f13", "5943eeeb86f77412d6384f6b", "5cc9a96cd7f00c011c04e04a", "5649ab884bdc2ded0b8b457f", "57dc324a24597759501edc20", "59bffc1f86f77435b128b872", "593d493f86f7745e6b2ceb22", "564caa3d4bdc2d17108b458e", "57ffb0e42459777d047111c5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ab8e9fcd8ce87001943943a", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5ab8e9fcd8ce870019439434", + "_props": { + "filters": [{ + "Filter": ["5f6341043ada5942720e2dc5", "6087e663132d4d12c81fd96b", "5beec8ea0db834001a6f9dbf", "5649ad3f4bdc2df8348b4585", "5649ade84bdc2d1b2b8b4587", "59e62cc886f77440d40b52a1", "5a0071d486f77404e23a12b2", "57e3dba62459770f0c32322b", "5cf54404d7f00c108840b2ef", "5e2192a498a36665e8337386", "5b30ac585acfc433000eb79c", "59e6318286f77444dd62c4cc", "5cf50850d7f00c056e24104c", "5cf508bfd7f00c056e24104e", "5947f92f86f77427344a76b1", "5947fa2486f77425b47c1a9b", "5c6bf4aa2e2216001219b0ae", "5649ae4a4bdc2d1b2b8b4588", "5998517986f7746017232f7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5ab8e9fcd8ce87001943943b", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5ab8e9fcd8ce870019439434", + "_props": { + "filters": [{ + "Filter": ["5649af094bdc2df8348b4586", "5ac50da15acfc4001718d287", "5d2c76ed48f03532f2136169", "5d2c770c48f0354b4a07c100", "5d2c772c48f0355d95672c25", "5649af884bdc2d1b2b8b4589"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ab8e9fcd8ce87001943943c", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5ab8e9fcd8ce870019439434", + "_props": { + "filters": [{ + "Filter": ["5ac733a45acfc400192630e2", "5649b0544bdc2d1b2b8b458a", "5ac72e475acfc400180ae6fe", "5649d9a14bdc2d79388b4580"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ab8e9fcd8ce87001943943d", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5ab8e9fcd8ce870019439434", + "_props": { + "filters": [{ + "Filter": ["59ecc28286f7746d7a68aa8c", "5ab626e4d8ce87272e4c6e43", "57dc347d245977596754e7a1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ab8e9fcd8ce87001943943e", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5ab8e9fcd8ce870019439434", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["564ca9df4bdc2d35148b4569", "564ca99c4bdc2d16268b4589", "55d480c04bdc2d1d4e8b456a", "5cbdaf89ae9215000e5b9c94", "55d481904bdc2d8c2f8b456a", "55d482194bdc2d1d4e8b456b", "55d4837c4bdc2d1d4e8b456c", "5aaa4194e5b5b055d06310a5", "5bed61680db834001d2c45ab", "5bed625c0db834001c062946"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5ab8e9fcd8ce87001943943f", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5ab8e9fcd8ce870019439434", + "_props": { + "filters": [{ + "Filter": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ab8e9fcd8ce870019439440", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "5ab8e9fcd8ce870019439434", + "_props": { + "filters": [{ + "Filter": ["5648ac824bdc2ded0b8b457d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 12, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.8, + "Weight": 2.092, + "Width": 4, + "ammoCaliber": "Caliber545x39", + "bEffDist": 650, + "bFirerate": 650, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "56dff3afd2720bba668b4567", + "defMagType": "55d480c04bdc2d1d4e8b456a", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5ab8ebf186f7742d8b372e80": { + "_id": "5ab8ebf186f7742d8b372e80", + "_name": "backpack_sso_attack2", + "_parent": "5448e53e4bdc2d60728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 53069, + "Description": "sso_attack", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "GridLayoutName": "", + "Grids": [{ + "_id": "5ab8ebf186f7742d8b372e82", + "_name": "main", + "_parent": "5ab8ebf186f7742d8b372e80", + "_props": { + "cellsH": 5, + "cellsV": 7, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 7, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_backpack", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "sso_attack", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_sso/item_equipment_backpack_sso.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "sso_attack", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 3.1, + "Width": 5, + "speedPenaltyPercent": -20 + }, + "_proto": "545cdae64bdc2d39198b4568", + "_type": "Item" + }, + "5ab8ee7786f7742d8f33f0b9": { + "_id": "5ab8ee7786f7742d8f33f0b9", + "_name": "backpack_vkboarmy", + "_parent": "5448e53e4bdc2d60728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2440, + "Description": "army bag", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "GridLayoutName": "", + "Grids": [{ + "_id": "5ab8ee7786f7742d8f33f0bb", + "_name": "main", + "_parent": "5ab8ee7786f7742d8f33f0b9", + "_props": { + "cellsH": 4, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 4, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_backpack", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "army bag", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_vkbo/item_equipment_backpack_vkbo.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "army bag", + "Slots": [], + "SpawnChance": 16, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.8, + "Width": 3, + "speedPenaltyPercent": 0 + }, + "_proto": "56e335e4d2720b6c058b456d", + "_type": "Item" + }, + "5ab8f04f86f774585f4237d8": { + "_id": "5ab8f04f86f774585f4237d8", + "_name": "backpack_molle", + "_parent": "5448e53e4bdc2d60728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1843, + "Description": "backpack molle", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "GridLayoutName": "", + "Grids": [{ + "_id": "5ab8f04f86f774585f4237da", + "_name": "main", + "_parent": "5ab8f04f86f774585f4237d8", + "_props": { + "cellsH": 3, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_backpack", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "backpack molle", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_molle/item_equipment_backpack_molle.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "backpack molle", + "Slots": [], + "SpawnChance": 11, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.4, + "Width": 3, + "speedPenaltyPercent": 0 + }, + "_proto": "56e33634d2720bd8058b456b", + "_type": "Item" + }, + "5ab8f20c86f7745cdb629fb2": { + "_id": "5ab8f20c86f7745cdb629fb2", + "_name": "hats_skihat", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": true, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5556, + "DeafStrength": "None", + "Description": "hats_skihat", + "DiscardingBlock": false, + "Durability": 10, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 10, + "MergesWithChildren": false, + "Name": "hats_skihat", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_skihat/item_equipment_head_skihat.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "hats_skihat", + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5ab8f39486f7745cd93a1cca": { + "_id": "5ab8f39486f7745cd93a1cca", + "_name": "balaclava_cg", + "_parent": "5a341c4686f77469e155819e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3454, + "DeafStrength": "None", + "Description": "Balaclava cg", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "Balaclava cg", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/facecover_coldgear/item_equipment_facecover_coldgear.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Balaclava cg", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7d8524597762b472f9d1", + "_type": "Item" + }, + "5ab8f4ff86f77431c60d91ba": { + "_id": "5ab8f4ff86f77431c60d91ba", + "_name": "balaclava_skull", + "_parent": "5a341c4686f77469e155819e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6788, + "DeafStrength": "None", + "Description": "Balaclava skull", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "Balaclava skull", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/facecover_balaclavaskull/item_equipment_facecover_balaclavaskull.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Balaclava skull", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7d8524597762b472f9d1", + "_type": "Item" + }, + "5ab8f85d86f7745cd93a1cf5": { + "_id": "5ab8f85d86f7745cd93a1cf5", + "_name": "shemagh", + "_parent": "5a341c4686f77469e155819e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["59e770f986f7742cbe3164ef", "572b7d8524597762b472f9d1", "5aa2b87de5b5b00016327c25", "5aa2a7e8e5b5b00016327c16", "5aa2b89be5b5b0001569311f", "5aa2b8d7e5b5b00014028f4a"], + "CreditsPrice": 4258, + "DeafStrength": "None", + "Description": "shemagh", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "shemagh", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/facecover_shemagh/item_equipment_facecover_shemagh.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "shemagh", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7d8524597762b472f9d1", + "_type": "Item" + }, + "5aba62f8d8ce87001943946b": { + "_id": "5aba62f8d8ce87001943946b", + "_name": "sight_front_aps_molot_aps_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 501, + "CustomAimPlane": "", + "Description": "sight_front_aps_molot_aps_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_aps_molot_aps_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_aps_molot_aps_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_aps_molot_aps_std", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.007, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5aba637ad8ce87001773e17f": { + "_id": "5aba637ad8ce87001773e17f", + "_name": "sight_rear_aps_molot_aps_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 600, + "CustomAimPlane": "", + "Description": "sight_rear_aps_molot_aps_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_aps_molot_aps_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_aps_molot_aps_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_aps_molot_aps_std", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.008, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "56d5a661d2720bd8418b456b", + "_type": "Item" + }, + "5aba639ed8ce8700182ece67": { + "_id": "5aba639ed8ce8700182ece67", + "_name": "sight_rear_aps_molot_apb_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 601, + "CustomAimPlane": "", + "Description": "sight_rear_aps_molot_aps_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_aps_molot_aps_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_aps_molot_apb_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_aps_molot_aps_std", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.008, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "56d5a661d2720bd8418b456b", + "_type": "Item" + }, + "5abcbb20d8ce87001773e258": { + "_id": "5abcbb20d8ce87001773e258", + "_name": "sight_rear_m14_springfield_armory_enlarged_military_aperture_135", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 471, + "CustomAimPlane": "", + "Description": "sight_rear_m14_springfield_armory_enlarged_military_aperture_135", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_m14_springfield_armory_enlarged_military_aperture_135", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_m14_springfield_armory_enlarged_military_aperture_135.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_m14_springfield_armory_enlarged_military_aperture_135", + "SightModesCount": 1, + "SightingRange": 500, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.03, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d5f46a4bdc2d1b198b4567", + "_type": "Item" + }, + "5abcbc27d8ce8700182eceeb": { + "_id": "5abcbc27d8ce8700182eceeb", + "_name": "weapon_izhmash_akmsn_762x39", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.19, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.17, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.067, + "Chambers": [{ + "_id": "5abcbc27d8ce8700182eceed", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5abcbc27d8ce8700182eceeb", + "_props": { + "filters": [{ + "Filter": ["59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.2, + "CoolFactor": 1, + "CreditsPrice": 28972, + "Description": "weapon_izhmash_akms_762x39", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 24, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "mod_stock_akms", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_izhmash_akms_762x39", + "NotShownInSlot": false, + "OperatingResource": 6000, + "Prefab": { + "path": "assets/content/weapons/akm/weapon_izhmash_akmsn_762x39_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 85, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": 0 + }, + "RecoilForceBack": 448, + "RecoilForceUp": 195, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 145, + "RepairSpeed": 5, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.27, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "weapon_izhmash_akms_762x39", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5abcbc27d8ce8700182eceee", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5abcbc27d8ce8700182eceeb", + "_props": { + "filters": [{ + "Filter": ["5a01ad4786f77450561fda02", "59c6633186f7740cf0493bb9", "59d64ec286f774171d1e0a42", "59e649f986f77411d949b246", "5b237e425acfc4771e1be0b6", "59ccfdba86f7747f2109a587", "5cf656f2d7f00c06585fb6eb", "5d4aab30a4b9365435358c55"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5abcbc27d8ce8700182eceef", + "_mergeSlotWithChildren": false, + "_name": "mod_launcher", + "_parent": "5abcbc27d8ce8700182eceeb", + "_props": { + "filters": [{ + "Filter": ["5648b62b4bdc2d9d488b4585"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5abcbc27d8ce8700182ecef0", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5abcbc27d8ce8700182eceeb", + "_props": { + "filters": [{ + "Filter": ["59d64fc686f774171b243fe2", "5a0d716f1526d8000d26b1e2", "5f633f68f5750b524b45f112", "5c878ebb2e2216001219d48a", "59e61eb386f77440d64f5daf", "59e8a00d86f7742ad93b569c", "5a9ea27ca2750c00137fa672", "5cc9ad73d7f00c000e2579d4", "5c7951452e221644f31bfd5c", "5a0abb6e1526d8000a025282", "59bffc1f86f77435b128b872", "593d489686f7745c6255d58a", "5a0d63621526d8dba31fe3bf", "5a9fbacda2750c00141e080f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5abcbc27d8ce8700182ecef1", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip_akms", + "_parent": "5abcbc27d8ce8700182eceeb", + "_props": { + "filters": [{ + "Filter": ["5f6341043ada5942720e2dc5", "6087e663132d4d12c81fd96b", "5beec8ea0db834001a6f9dbf", "5649ad3f4bdc2df8348b4585", "5649ade84bdc2d1b2b8b4587", "59e62cc886f77440d40b52a1", "5a0071d486f77404e23a12b2", "57e3dba62459770f0c32322b", "5cf54404d7f00c108840b2ef", "5e2192a498a36665e8337386", "5b30ac585acfc433000eb79c", "59e6318286f77444dd62c4cc", "5cf50850d7f00c056e24104c", "5cf508bfd7f00c056e24104e", "5947f92f86f77427344a76b1", "5947fa2486f77425b47c1a9b", "5c6bf4aa2e2216001219b0ae", "5649ae4a4bdc2d1b2b8b4588", "5998517986f7746017232f7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5abcbc27d8ce8700182ecef2", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5abcbc27d8ce8700182eceeb", + "_props": { + "filters": [{ + "Filter": ["5d2c76ed48f03532f2136169", "5d2c770c48f0354b4a07c100", "59d6507c86f7741b846413a2", "59e6449086f7746c9f75e822", "5d2c772c48f0355d95672c25", "5649af884bdc2d1b2b8b4589"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5abcbc27d8ce8700182ecef3", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5abcbc27d8ce8700182eceeb", + "_props": { + "filters": [{ + "Filter": ["59d650cf86f7741b846413a4", "5a0eb980fcdbcb001a3b00a6", "5649d9a14bdc2d79388b4580"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5abcbc27d8ce8700182ecef4", + "_mergeSlotWithChildren": false, + "_name": "mod_stock_akms", + "_parent": "5abcbc27d8ce8700182eceeb", + "_props": { + "filters": [{ + "Filter": ["59ff3b6a86f77477562ff5ed", "5abcd472d8ce8700166032ae"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5abcbc27d8ce8700182ecef5", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5abcbc27d8ce8700182eceeb", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["59e5d83b86f7745aed03d262", "5a01c29586f77474660c694c", "5ac66bea5acfc43b321d4aec", "59d625f086f774661516605d", "5b1fd4e35acfc40018633c39", "5a0060fc86f7745793204432", "59e5f5a486f7746c530b3ce2", "5b1fb3e15acfc4001637f068", "59d6272486f77466146386ff", "5e21a3c67e40bd02257a008a", "5cbdc23eae9215001136a407", "5c6175362e221600133e3b94", "59fafc5086f7740dbe19f6c3", "59fafc9386f774067d462453", "5cfe8010d7ad1a59283b14c6"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5abcbc27d8ce8700182ecef6", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "5abcbc27d8ce8700182eceeb", + "_props": { + "filters": [{ + "Filter": ["5648ac824bdc2ded0b8b457d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5abcbc27d8ce8700182ecef7", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5abcbc27d8ce8700182eceeb", + "_props": { + "filters": [{ + "Filter": ["5a0f096dfcdbcb0176308b15"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5abcd32ed8ce8700150a163b", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5abcbc27d8ce8700182eceeb", + "_props": { + "filters": [{ + "Filter": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 12, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.8, + "Weight": 2.092, + "Width": 4, + "ammoCaliber": "Caliber762x39", + "bEffDist": 400, + "bFirerate": 600, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5656d7c34bdc2d9d198b4587", + "defMagType": "59d625f086f774661516605d", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5abcc328d8ce8700194394f3": { + "_id": "5abcc328d8ce8700194394f3", + "_name": "silencer_apb_toz_apb_std_9x18pm", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": -1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6423, + "Description": "silencer_apb_toz_apb_std_9x18pm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.69, + "EffectiveDistance": 0, + "Ergonomics": -21, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -20, + "MergesWithChildren": true, + "Name": "silencer_apb_toz_apb_std_9x18pm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_apb_toz_apb_std_9x18pm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_apb_toz_apb_std_9x18pm", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.75, + "Weight": 0.49, + "Width": 2, + "muzzleModType": "pms" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "5abccb7dd8ce87001773e277": { + "_id": "5abccb7dd8ce87001773e277", + "_name": "weapon_toz_apb_9x18pm", + "_parent": "5447b5cf4bdc2d65278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.026, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.028, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.32, + "Chambers": [{ + "_id": "5abccb7dd8ce87001773e27e", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5abccb7dd8ce87001773e277", + "_props": { + "filters": [{ + "Filter": ["573718ba2459775a75491131", "573719df2459775a626ccbc2", "57371aab2459775a77142f22", "57371b192459775a9f58a5e0", "57371e4124597760ff7b25f1", "57371eb62459776125652ac1", "57371f8d24597761006c6a81", "5737201124597760fc4431f1", "5737207f24597760ff7b25f2", "57371f2b24597761224311f1", "573719762459775a626ccbc1", "573720e02459776143012541", "57372140245977611f70ee91", "5737218f245977612125ba51"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 5, + "CoolFactor": 1, + "CreditsPrice": 11630, + "Description": "weapon_molot_aps_9x18pm", + "DeviationCurve": 5, + "DeviationMax": 17, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 80, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_pistol", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_molot_aps_9x18pm", + "NotShownInSlot": false, + "OperatingResource": 3400, + "Prefab": { + "path": "assets/content/weapons/aps/weapon_toz_apb_9x18pm_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 85, + "RecoilCenter": { + "x": 0, + "y": -0.44, + "z": -0.005 + }, + "RecoilForceBack": 260, + "RecoilForceUp": 455, + "RecolDispersion": 20, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 76, + "RepairSpeed": 1, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.45, + "z": -0.05 + }, + "SendToClient": false, + "ShortName": "weapon_molot_aps_9x18pm", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5abccb7dd8ce87001773e279", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5abccb7dd8ce87001773e277", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5a17fb03fcdbcbcae668728f"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5abccb7dd8ce87001773e27a", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5abccb7dd8ce87001773e277", + "_props": { + "filters": [{ + "Filter": ["5a17fb9dfcdbcbcae6687291"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5abccb7dd8ce87001773e27b", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5abccb7dd8ce87001773e277", + "_props": { + "filters": [{ + "Filter": ["5a17fc70fcdbcb0176308b3d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5abccb7dd8ce87001773e27c", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5abccb7dd8ce87001773e277", + "_props": { + "filters": [{ + "Filter": ["5aba62f8d8ce87001943946b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5abccb7dd8ce87001773e27d", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5abccb7dd8ce87001773e277", + "_props": { + "filters": [{ + "Filter": ["5aba639ed8ce8700182ece67", "5aba637ad8ce87001773e17f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5abccb98d8ce87001a46e22d", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5abccb7dd8ce87001773e277", + "_props": { + "filters": [{ + "Filter": ["5abcc328d8ce8700194394f3"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -4.54, + "Weight": 0.81, + "Width": 2, + "ammoCaliber": "Caliber9x18PM", + "bEffDist": 50, + "bFirerate": 750, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "573719762459775a626ccbc1", + "defMagType": "5a17fb03fcdbcbcae668728f", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "pistol", + "weapFireType": ["single", "fullauto"], + "weapUseType": "secondary" + }, + "_proto": "5448bd6b4bdc2dfc2f8b4569", + "_type": "Item" + }, + "5abcd472d8ce8700166032ae": { + "_id": "5abcd472d8ce8700166032ae", + "_name": "stock_akms_izhmash_akmsn_std", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1556, + "Description": "stock_akms_izhmash_akms_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": true, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_akms_izhmash_akms_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_akms_izhmash_akmsn_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -30, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_akms_izhmash_akms_std", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5abcd472d8ce8700166032b0", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5abcd472d8ce8700166032ae", + "_props": { + "filters": [{ + "Filter": ["5a0c59791526d8dba737bba7"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.6, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5ac4c50d5acfc40019262e87": { + "_id": "5ac4c50d5acfc40019262e87", + "_name": "item_equipment_helmet_k1c_shield", + "_parent": "57bef4c42459772e8d35a53b", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Glass", + "BackgroundColor": "default", + "BlindnessProtection": 0.15, + "BlocksEarpiece": false, + "BlocksEyewear": true, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.1, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4851, + "DeafStrength": "None", + "Description": "helmet_k1c_shield", + "DiscardingBlock": false, + "Durability": 30, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": true, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": true, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaterialType": "GlassVisor", + "MaxDurability": 30, + "MergesWithChildren": false, + "Name": "helmet_k1c_shield", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_k1c_shield/item_equipment_helmet_k1c_shield.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 87, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "helmet_k1c_shield", + "Slots": [], + "SpawnChance": 9, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 2, + "armorClass": "2", + "armorZone": ["Head"], + "headSegments": ["Eyes", "Jaws"], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5ac4cd105acfc40016339859": { + "_id": "5ac4cd105acfc40016339859", + "_name": "weapon_izhmash_ak74m_545x39", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.19, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.145, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.055, + "Chambers": [{ + "_id": "5ac4cd105acfc4001633985b", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5ac4cd105acfc40016339859", + "_props": { + "filters": [{ + "Filter": ["5c0d5e4486f77478390952fe", "56dfef82d2720bbd668b4567", "56dff026d2720bb8668b4567", "56dff061d2720bb5668b4567", "56dff0bed2720bb0668b4567", "56dff216d2720bbd668b4568", "56dff2ced2720bb4668b4567", "56dff338d2720bbd668b4569", "56dff3afd2720bba668b4567", "56dff421d2720b5f5a8b4567", "56dff4a2d2720bbd668b456a", "56dff4ecd2720b5f5a8b4568"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.5, + "CoolFactor": 1, + "CreditsPrice": 26181, + "Description": "weapon_izhmash_ak74m_545x39", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 33, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "mod_stock", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_izhmash_ak74m_545x39", + "NotShownInSlot": false, + "OperatingResource": 5200, + "Prefab": { + "path": "assets/content/weapons/ak74m/weapon_izhmash_ak74m_545x39_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": 0 + }, + "RecoilForceBack": 394, + "RecoilForceUp": 138, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 131, + "RepairSpeed": 5, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.27, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "weapon_izhmash_ak74m_545x39", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5ac4cd105acfc4001633985c", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5ac4cd105acfc40016339859", + "_props": { + "filters": [{ + "Filter": ["5a01ad4786f77450561fda02", "59c6633186f7740cf0493bb9", "59d64ec286f774171d1e0a42", "59e649f986f77411d949b246", "5b237e425acfc4771e1be0b6", "59ccfdba86f7747f2109a587", "5cf656f2d7f00c06585fb6eb", "5d4aab30a4b9365435358c55"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5ac4cd105acfc4001633985d", + "_mergeSlotWithChildren": false, + "_name": "mod_launcher", + "_parent": "5ac4cd105acfc40016339859", + "_props": { + "filters": [{ + "Filter": ["5648b62b4bdc2d9d488b4585"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac4cd105acfc4001633985e", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5ac4cd105acfc40016339859", + "_props": { + "filters": [{ + "Filter": ["5ac72e945acfc43f3b691116", "5ac7655e5acfc40016339a19", "5649aa744bdc2ded0b8b457e", "5f633f791b231926f2329f13", "5943eeeb86f77412d6384f6b", "5cc9a96cd7f00c011c04e04a", "5649ab884bdc2ded0b8b457f", "57dc324a24597759501edc20", "59bffc1f86f77435b128b872", "593d493f86f7745e6b2ceb22", "564caa3d4bdc2d17108b458e", "57ffb0e42459777d047111c5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac4cd105acfc4001633985f", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5ac4cd105acfc40016339859", + "_props": { + "filters": [{ + "Filter": ["5f6341043ada5942720e2dc5", "6087e663132d4d12c81fd96b", "5beec8ea0db834001a6f9dbf", "5649ad3f4bdc2df8348b4585", "5649ade84bdc2d1b2b8b4587", "59e62cc886f77440d40b52a1", "5a0071d486f77404e23a12b2", "57e3dba62459770f0c32322b", "5cf54404d7f00c108840b2ef", "5e2192a498a36665e8337386", "5b30ac585acfc433000eb79c", "59e6318286f77444dd62c4cc", "5cf50850d7f00c056e24104c", "5cf508bfd7f00c056e24104e", "5947f92f86f77427344a76b1", "5947fa2486f77425b47c1a9b", "5c6bf4aa2e2216001219b0ae", "5649ae4a4bdc2d1b2b8b4588", "5998517986f7746017232f7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5ac4cd105acfc40016339860", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5ac4cd105acfc40016339859", + "_props": { + "filters": [{ + "Filter": ["5649af094bdc2df8348b4586", "5ac50da15acfc4001718d287", "5d2c76ed48f03532f2136169", "5d2c770c48f0354b4a07c100", "5d2c772c48f0355d95672c25", "5649af884bdc2d1b2b8b4589"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac4cd105acfc40016339861", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5ac4cd105acfc40016339859", + "_props": { + "filters": [{ + "Filter": ["5ac733a45acfc400192630e2", "5649b0544bdc2d1b2b8b458a", "5ac72e475acfc400180ae6fe", "5649d9a14bdc2d79388b4580"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac4cd105acfc40016339862", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5ac4cd105acfc40016339859", + "_props": { + "filters": [{ + "Filter": ["5ac50c185acfc400163398d4", "5cf50fc5d7f00c056c53f83c", "5ac78eaf5acfc4001926317a", "5beec8b20db834001961942a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac4cd105acfc40016339863", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5ac4cd105acfc40016339859", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["564ca9df4bdc2d35148b4569", "564ca99c4bdc2d16268b4589", "55d480c04bdc2d1d4e8b456a", "5cbdaf89ae9215000e5b9c94", "55d481904bdc2d8c2f8b456a", "55d482194bdc2d1d4e8b456b", "55d4837c4bdc2d1d4e8b456c", "5aaa4194e5b5b055d06310a5", "5bed61680db834001d2c45ab", "5bed625c0db834001c062946"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5ac4cd105acfc40016339864", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5ac4cd105acfc40016339859", + "_props": { + "filters": [{ + "Filter": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac4cd105acfc40016339865", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "5ac4cd105acfc40016339859", + "_props": { + "filters": [{ + "Filter": ["5648ac824bdc2ded0b8b457d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.8, + "Weight": 2.392, + "Width": 4, + "ammoCaliber": "Caliber545x39", + "bEffDist": 650, + "bFirerate": 650, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "56dff3afd2720bba668b4567", + "defMagType": "55d480c04bdc2d1d4e8b456a", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5ac50c185acfc400163398d4": { + "_id": "5ac50c185acfc400163398d4", + "_name": "stock_ak74m_izhmash_ak74m_std", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1626, + "Description": "stock_ak74m_izhmash_ak74m_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak74m_izhmash_ak74m_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ak74m_izhmash_ak74m_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": -32, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak74m_izhmash_ak74m_std", + "SightingRange": 0, + "SizeReduceRight": 1, + "Slots": [{ + "_id": "5ac50c185acfc400163398d6", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5ac50c185acfc400163398d4", + "_props": { + "filters": [{ + "Filter": ["5a0c59791526d8dba737bba7"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.35, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5ac50da15acfc4001718d287": { + "_id": "5ac50da15acfc4001718d287", + "_name": "reciever_ak74_izhmash_ak74m_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1009, + "Description": "reciever_ak74_izhmash_ak74m_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_ak74_izhmash_ak74m_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_ak74_izhmash_ak74m_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_ak74_izhmash_ak74m_std", + "SightingRange": 0, + "Slots": [{ + "_id": "5ac50da15acfc4001718d289", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5ac50da15acfc4001718d287", + "_props": { + "filters": [{ + "Filter": [], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.088, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5ac620eb86f7743a8e6e0da0": { + "_id": "5ac620eb86f7743a8e6e0da0", + "_name": "quest_package", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 50000, + "Description": "quest_package", + "DiscardingBlock": false, + "ExamineExperience": 45, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 150, + "MergesWithChildren": false, + "Name": "quest_package", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/item_quest_parcel/item_quest_parcel.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "quest_package", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.2, + "Width": 1 + }, + "_proto": "573477e124597737dd42e191", + "_type": "Item" + }, + "5ac66bea5acfc43b321d4aec": { + "_id": "5ac66bea5acfc43b321d4aec", + "_name": "mag_ak_izhmash_ak103_std_762x39_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5ac66bea5acfc43b321d4aee", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5ac66bea5acfc43b321d4aec", + "_props": { + "filters": [{ + "Filter": ["59e655cb86f77411dc52a77b", "59e6542b86f77411dc52a77a", "59e6658b86f77411d949b250", "5f0596629e22f464da6bbdd9", "59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1935, + "Description": "mag_ak_izhmash_ak103_std_762x39_30", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ak_izhmash_ak103_std_762x39_30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ak_izhmash_ak103_std_762x39_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ak_izhmash_ak103_std_762x39_30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.215, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "5ac66c5d5acfc4001718d314": { + "_id": "5ac66c5d5acfc4001718d314", + "_name": "mag_ak_izhmash_6L29_556x45_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5ac66c5d5acfc4001718d316", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5ac66c5d5acfc4001718d314", + "_props": { + "filters": [{ + "Filter": ["59e6920f86f77411d82aa167", "59e6927d86f77411da468256", "54527a984bdc2d4e668b4567", "54527ac44bdc2d36668b4567", "59e68f6f86f7746c9f75e846", "59e6906286f7746c9f75e847", "59e690b686f7746c9f75e848", "59e6918f86f7746c9f75e849", "60194943740c5d77f6705eea", "601949593ae8f707c4608daa", "5c0d5ae286f7741e46554302"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1808, + "Description": "mag_ak_izhmash_6L29_556x45_30", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ak_izhmash_6L29_556x45_30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ak_izhmash_6l29_556x45_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ak_izhmash_6L29_556x45_30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.215, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "5ac66cb05acfc40198510a10": { + "_id": "5ac66cb05acfc40198510a10", + "_name": "weapon_izhmash_ak101_556x45", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.19, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.13, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.05, + "Chambers": [{ + "_id": "5ac66cb05acfc40198510a12", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5ac66cb05acfc40198510a10", + "_props": { + "filters": [{ + "Filter": ["59e6920f86f77411d82aa167", "59e6927d86f77411da468256", "54527a984bdc2d4e668b4567", "54527ac44bdc2d36668b4567", "59e68f6f86f7746c9f75e846", "59e6906286f7746c9f75e847", "59e690b686f7746c9f75e848", "59e6918f86f7746c9f75e849", "60194943740c5d77f6705eea", "601949593ae8f707c4608daa", "5c0d5ae286f7741e46554302"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.4, + "CoolFactor": 1, + "CreditsPrice": 35663, + "Description": "weapon_izhmash_ak101_556x45", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 35, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "mod_stock", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_izhmash_ak101_556x45", + "NotShownInSlot": false, + "OperatingResource": 5500, + "Prefab": { + "path": "assets/content/weapons/ak100/weapon_izhmash_ak101_556x45_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 100, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": 0 + }, + "RecoilForceBack": 395, + "RecoilForceUp": 132, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 152, + "RepairSpeed": 5, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.27, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "weapon_izhmash_ak101_556x45", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5ac66cb05acfc40198510a13", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5ac66cb05acfc40198510a10", + "_props": { + "filters": [{ + "Filter": ["5a01ad4786f77450561fda02", "59c6633186f7740cf0493bb9", "59d64ec286f774171d1e0a42", "59e649f986f77411d949b246", "5b237e425acfc4771e1be0b6", "59ccfdba86f7747f2109a587", "5cf656f2d7f00c06585fb6eb", "5d4aab30a4b9365435358c55"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5ac66cb05acfc40198510a14", + "_mergeSlotWithChildren": false, + "_name": "mod_launcher", + "_parent": "5ac66cb05acfc40198510a10", + "_props": { + "filters": [{ + "Filter": ["5648b62b4bdc2d9d488b4585"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66cb05acfc40198510a15", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5ac66cb05acfc40198510a10", + "_props": { + "filters": [{ + "Filter": ["5ac72e615acfc43f67248aa0", "5ac72e725acfc400180ae701", "5f633f791b231926f2329f13", "5cc9a96cd7f00c011c04e04a", "5943ee5a86f77413872d25ec", "5e21ca18e4d47f0da15e77dd", "59bffc1f86f77435b128b872", "5a9fbb84a2750c00137fa685"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66cb05acfc40198510a16", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5ac66cb05acfc40198510a10", + "_props": { + "filters": [{ + "Filter": ["5f6341043ada5942720e2dc5", "6087e663132d4d12c81fd96b", "5beec8ea0db834001a6f9dbf", "5649ad3f4bdc2df8348b4585", "5649ade84bdc2d1b2b8b4587", "59e62cc886f77440d40b52a1", "5a0071d486f77404e23a12b2", "57e3dba62459770f0c32322b", "5cf54404d7f00c108840b2ef", "5e2192a498a36665e8337386", "5b30ac585acfc433000eb79c", "59e6318286f77444dd62c4cc", "5cf50850d7f00c056e24104c", "5cf508bfd7f00c056e24104e", "5947f92f86f77427344a76b1", "5947fa2486f77425b47c1a9b", "5c6bf4aa2e2216001219b0ae", "5649ae4a4bdc2d1b2b8b4588", "5998517986f7746017232f7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5ac66cb05acfc40198510a17", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5ac66cb05acfc40198510a10", + "_props": { + "filters": [{ + "Filter": ["5649af094bdc2df8348b4586", "5ac50da15acfc4001718d287", "5d2c76ed48f03532f2136169", "5d2c770c48f0354b4a07c100", "5d2c772c48f0355d95672c25", "5649af884bdc2d1b2b8b4589"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66cb05acfc40198510a18", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5ac66cb05acfc40198510a10", + "_props": { + "filters": [{ + "Filter": ["5ac733a45acfc400192630e2", "5649b0544bdc2d1b2b8b458a", "5ac72e475acfc400180ae6fe", "5649d9a14bdc2d79388b4580"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66cb05acfc40198510a19", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5ac66cb05acfc40198510a10", + "_props": { + "filters": [{ + "Filter": ["5ac50c185acfc400163398d4", "5cf50fc5d7f00c056c53f83c", "5ac78eaf5acfc4001926317a", "5beec8b20db834001961942a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66cb05acfc40198510a1a", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5ac66cb05acfc40198510a10", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5c0548ae0db834001966a3c2", "5ac66c5d5acfc4001718d314"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5ac66cb05acfc40198510a1b", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5ac66cb05acfc40198510a10", + "_props": { + "filters": [{ + "Filter": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66cb05acfc40198510a1c", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "5ac66cb05acfc40198510a10", + "_props": { + "filters": [{ + "Filter": ["5648ac824bdc2ded0b8b457d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.8, + "Weight": 2.392, + "Width": 4, + "ammoCaliber": "Caliber556x45NATO", + "bEffDist": 650, + "bFirerate": 650, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "59e6920f86f77411d82aa167", + "defMagType": "5ac66c5d5acfc4001718d314", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5ac66d015acfc400180ae6e4": { + "_id": "5ac66d015acfc400180ae6e4", + "_name": "weapon_izhmash_ak102_556x45", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.19, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.14, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.055, + "Chambers": [{ + "_id": "5ac66d015acfc400180ae6e6", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5ac66d015acfc400180ae6e4", + "_props": { + "filters": [{ + "Filter": ["59e6920f86f77411d82aa167", "59e6927d86f77411da468256", "54527a984bdc2d4e668b4567", "54527ac44bdc2d36668b4567", "59e68f6f86f7746c9f75e846", "59e6906286f7746c9f75e847", "59e690b686f7746c9f75e848", "59e6918f86f7746c9f75e849", "60194943740c5d77f6705eea", "601949593ae8f707c4608daa", "5c0d5ae286f7741e46554302"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.4, + "CoolFactor": 1, + "CreditsPrice": 51648, + "Description": "weapon_izhmash_ak101_556x45", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 43, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "mod_stock", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_izhmash_ak101_556x45", + "NotShownInSlot": false, + "OperatingResource": 5500, + "Prefab": { + "path": "assets/content/weapons/ak100/weapon_izhmash_ak102_556x45_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 100, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": 0 + }, + "RecoilForceBack": 392, + "RecoilForceUp": 136, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 220, + "RepairSpeed": 5, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.27, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "weapon_izhmash_ak101_556x45", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5ac66d015acfc400180ae6e7", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5ac66d015acfc400180ae6e4", + "_props": { + "filters": [{ + "Filter": ["59c6633186f7740cf0493bb9", "59d64ec286f774171d1e0a42", "59e649f986f77411d949b246", "59ccfdba86f7747f2109a587"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5ac66d015acfc400180ae6e8", + "_mergeSlotWithChildren": false, + "_name": "mod_launcher", + "_parent": "5ac66d015acfc400180ae6e4", + "_props": { + "filters": [{ + "Filter": [], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66d015acfc400180ae6e9", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5ac66d015acfc400180ae6e4", + "_props": { + "filters": [{ + "Filter": ["5ac72e615acfc43f67248aa0", "5ac72e725acfc400180ae701", "5f633f791b231926f2329f13", "5cc9a96cd7f00c011c04e04a", "5943ee5a86f77413872d25ec", "5e21ca18e4d47f0da15e77dd", "59bffc1f86f77435b128b872", "5a9fbb84a2750c00137fa685"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66d015acfc400180ae6ea", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5ac66d015acfc400180ae6e4", + "_props": { + "filters": [{ + "Filter": ["5f6341043ada5942720e2dc5", "6087e663132d4d12c81fd96b", "5beec8ea0db834001a6f9dbf", "5649ad3f4bdc2df8348b4585", "5649ade84bdc2d1b2b8b4587", "59e62cc886f77440d40b52a1", "5a0071d486f77404e23a12b2", "57e3dba62459770f0c32322b", "5cf54404d7f00c108840b2ef", "5e2192a498a36665e8337386", "5b30ac585acfc433000eb79c", "59e6318286f77444dd62c4cc", "5cf50850d7f00c056e24104c", "5cf508bfd7f00c056e24104e", "5947f92f86f77427344a76b1", "5947fa2486f77425b47c1a9b", "5c6bf4aa2e2216001219b0ae", "5649ae4a4bdc2d1b2b8b4588", "5998517986f7746017232f7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5ac66d015acfc400180ae6eb", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5ac66d015acfc400180ae6e4", + "_props": { + "filters": [{ + "Filter": ["5649af094bdc2df8348b4586", "5ac50da15acfc4001718d287", "5d2c76ed48f03532f2136169", "5d2c770c48f0354b4a07c100", "5d2c772c48f0355d95672c25", "5649af884bdc2d1b2b8b4589"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66d015acfc400180ae6ec", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5ac66d015acfc400180ae6e4", + "_props": { + "filters": [{ + "Filter": ["5ac733a45acfc400192630e2", "5649b0544bdc2d1b2b8b458a", "5ac72e475acfc400180ae6fe", "5649d9a14bdc2d79388b4580"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66d015acfc400180ae6ed", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5ac66d015acfc400180ae6e4", + "_props": { + "filters": [{ + "Filter": ["5ac50c185acfc400163398d4", "5cf50fc5d7f00c056c53f83c", "5ac78eaf5acfc4001926317a", "5beec8b20db834001961942a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66d015acfc400180ae6ee", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5ac66d015acfc400180ae6e4", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5c0548ae0db834001966a3c2", "5ac66c5d5acfc4001718d314"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5ac66d015acfc400180ae6ef", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5ac66d015acfc400180ae6e4", + "_props": { + "filters": [{ + "Filter": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66d015acfc400180ae6f0", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "5ac66d015acfc400180ae6e4", + "_props": { + "filters": [{ + "Filter": ["5648ac824bdc2ded0b8b457d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.8, + "Weight": 1.992, + "Width": 3, + "ammoCaliber": "Caliber556x45NATO", + "bEffDist": 650, + "bFirerate": 600, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "59e6920f86f77411d82aa167", + "defMagType": "5ac66c5d5acfc4001718d314", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5ac66d2e5acfc43b321d4b53": { + "_id": "5ac66d2e5acfc43b321d4b53", + "_name": "weapon_izhmash_ak103_762x39", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.19, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.165, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.06, + "Chambers": [{ + "_id": "5ac66d2e5acfc43b321d4b55", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5ac66d2e5acfc43b321d4b53", + "_props": { + "filters": [{ + "Filter": ["59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.3, + "CoolFactor": 1, + "CreditsPrice": 34311, + "Description": "weapon_izhmash_ak101_556x45", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 35, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "mod_stock", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_izhmash_ak101_556x45", + "NotShownInSlot": false, + "OperatingResource": 6100, + "Prefab": { + "path": "assets/content/weapons/ak100/weapon_izhmash_ak103_762x39_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": 0 + }, + "RecoilForceBack": 422, + "RecoilForceUp": 174, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 172, + "RepairSpeed": 5, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.27, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "weapon_izhmash_ak101_556x45", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5ac66d2e5acfc43b321d4b56", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5ac66d2e5acfc43b321d4b53", + "_props": { + "filters": [{ + "Filter": ["5a01ad4786f77450561fda02", "59c6633186f7740cf0493bb9", "59d64ec286f774171d1e0a42", "59e649f986f77411d949b246", "5b237e425acfc4771e1be0b6", "59ccfdba86f7747f2109a587", "5cf656f2d7f00c06585fb6eb", "5d4aab30a4b9365435358c55"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5ac66d2e5acfc43b321d4b57", + "_mergeSlotWithChildren": false, + "_name": "mod_launcher", + "_parent": "5ac66d2e5acfc43b321d4b53", + "_props": { + "filters": [{ + "Filter": ["5648b62b4bdc2d9d488b4585"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66d2e5acfc43b321d4b58", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5ac66d2e5acfc43b321d4b53", + "_props": { + "filters": [{ + "Filter": ["5ac72e7d5acfc40016339a02", "5ac72e895acfc43b321d4bd5", "5f633f791b231926f2329f13", "5a9ea27ca2750c00137fa672", "5cc9ad73d7f00c000e2579d4", "5649ab884bdc2ded0b8b457f", "59bffc1f86f77435b128b872", "5e208b9842457a4a7a33d074", "5a0d63621526d8dba31fe3bf", "59fb257e86f7742981561852", "5a9fbacda2750c00141e080f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66d2e5acfc43b321d4b59", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5ac66d2e5acfc43b321d4b53", + "_props": { + "filters": [{ + "Filter": ["5f6341043ada5942720e2dc5", "6087e663132d4d12c81fd96b", "5beec8ea0db834001a6f9dbf", "5649ad3f4bdc2df8348b4585", "5649ade84bdc2d1b2b8b4587", "59e62cc886f77440d40b52a1", "5a0071d486f77404e23a12b2", "57e3dba62459770f0c32322b", "5cf54404d7f00c108840b2ef", "5e2192a498a36665e8337386", "5b30ac585acfc433000eb79c", "59e6318286f77444dd62c4cc", "5cf50850d7f00c056e24104c", "5cf508bfd7f00c056e24104e", "5947f92f86f77427344a76b1", "5947fa2486f77425b47c1a9b", "5c6bf4aa2e2216001219b0ae", "5649ae4a4bdc2d1b2b8b4588", "5998517986f7746017232f7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5ac66d2e5acfc43b321d4b5a", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5ac66d2e5acfc43b321d4b53", + "_props": { + "filters": [{ + "Filter": ["5649af094bdc2df8348b4586", "5ac50da15acfc4001718d287", "5d2c76ed48f03532f2136169", "5d2c770c48f0354b4a07c100", "5d2c772c48f0355d95672c25", "5649af884bdc2d1b2b8b4589"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66d2e5acfc43b321d4b5b", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5ac66d2e5acfc43b321d4b53", + "_props": { + "filters": [{ + "Filter": ["5ac733a45acfc400192630e2", "5649b0544bdc2d1b2b8b458a", "5ac72e475acfc400180ae6fe", "5649d9a14bdc2d79388b4580"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66d2e5acfc43b321d4b5c", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5ac66d2e5acfc43b321d4b53", + "_props": { + "filters": [{ + "Filter": ["5ac50c185acfc400163398d4", "5cf50fc5d7f00c056c53f83c", "5ac78eaf5acfc4001926317a", "5beec8b20db834001961942a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66d2e5acfc43b321d4b5d", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5ac66d2e5acfc43b321d4b53", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["59e5d83b86f7745aed03d262", "5a01c29586f77474660c694c", "5ac66bea5acfc43b321d4aec", "59d625f086f774661516605d", "5b1fd4e35acfc40018633c39", "5a0060fc86f7745793204432", "59e5f5a486f7746c530b3ce2", "5b1fb3e15acfc4001637f068", "59d6272486f77466146386ff", "5e21a3c67e40bd02257a008a", "5cbdc23eae9215001136a407", "5c6175362e221600133e3b94", "59fafc5086f7740dbe19f6c3", "59fafc9386f774067d462453", "5cfe8010d7ad1a59283b14c6"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5ac66d2e5acfc43b321d4b5e", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5ac66d2e5acfc43b321d4b53", + "_props": { + "filters": [{ + "Filter": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66d2e5acfc43b321d4b5f", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "5ac66d2e5acfc43b321d4b53", + "_props": { + "filters": [{ + "Filter": ["5648ac824bdc2ded0b8b457d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.8, + "Weight": 2.392, + "Width": 4, + "ammoCaliber": "Caliber762x39", + "bEffDist": 650, + "bFirerate": 600, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "59e0d99486f7744a32234762", + "defMagType": "5ac66bea5acfc43b321d4aec", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5ac66d725acfc43b321d4b60": { + "_id": "5ac66d725acfc43b321d4b60", + "_name": "weapon_izhmash_ak104_762x39", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.19, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.17, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.065, + "Chambers": [{ + "_id": "5ac66d725acfc43b321d4b62", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5ac66d725acfc43b321d4b60", + "_props": { + "filters": [{ + "Filter": ["59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.3, + "CoolFactor": 1, + "CreditsPrice": 39912, + "Description": "weapon_izhmash_ak103_762x39", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 43, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "mod_stock", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_izhmash_ak103_762x39", + "NotShownInSlot": false, + "OperatingResource": 6100, + "Prefab": { + "path": "assets/content/weapons/ak100/weapon_izhmash_ak104_762x39_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": 0 + }, + "RecoilForceBack": 422, + "RecoilForceUp": 186, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 200, + "RepairSpeed": 5, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.27, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "weapon_izhmash_ak103_762x39", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5ac66d725acfc43b321d4b63", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5ac66d725acfc43b321d4b60", + "_props": { + "filters": [{ + "Filter": ["59c6633186f7740cf0493bb9", "59d64ec286f774171d1e0a42", "59e649f986f77411d949b246", "59ccfdba86f7747f2109a587"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5ac66d725acfc43b321d4b64", + "_mergeSlotWithChildren": false, + "_name": "mod_launcher", + "_parent": "5ac66d725acfc43b321d4b60", + "_props": { + "filters": [{ + "Filter": [], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66d725acfc43b321d4b65", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5ac66d725acfc43b321d4b60", + "_props": { + "filters": [{ + "Filter": ["5ac72e7d5acfc40016339a02", "5ac72e895acfc43b321d4bd5", "5f633f791b231926f2329f13", "5a9ea27ca2750c00137fa672", "5cc9ad73d7f00c000e2579d4", "5649ab884bdc2ded0b8b457f", "59bffc1f86f77435b128b872", "5e208b9842457a4a7a33d074", "5a0d63621526d8dba31fe3bf", "59fb257e86f7742981561852", "5a9fbacda2750c00141e080f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66d725acfc43b321d4b66", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5ac66d725acfc43b321d4b60", + "_props": { + "filters": [{ + "Filter": ["5f6341043ada5942720e2dc5", "6087e663132d4d12c81fd96b", "5beec8ea0db834001a6f9dbf", "5649ad3f4bdc2df8348b4585", "5649ade84bdc2d1b2b8b4587", "59e62cc886f77440d40b52a1", "5a0071d486f77404e23a12b2", "57e3dba62459770f0c32322b", "5cf54404d7f00c108840b2ef", "5e2192a498a36665e8337386", "5b30ac585acfc433000eb79c", "59e6318286f77444dd62c4cc", "5cf50850d7f00c056e24104c", "5cf508bfd7f00c056e24104e", "5947f92f86f77427344a76b1", "5947fa2486f77425b47c1a9b", "5c6bf4aa2e2216001219b0ae", "5649ae4a4bdc2d1b2b8b4588", "5998517986f7746017232f7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5ac66d725acfc43b321d4b67", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5ac66d725acfc43b321d4b60", + "_props": { + "filters": [{ + "Filter": ["5649af094bdc2df8348b4586", "5ac50da15acfc4001718d287", "5d2c76ed48f03532f2136169", "5d2c770c48f0354b4a07c100", "5d2c772c48f0355d95672c25", "5649af884bdc2d1b2b8b4589"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66d725acfc43b321d4b68", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5ac66d725acfc43b321d4b60", + "_props": { + "filters": [{ + "Filter": ["5ac733a45acfc400192630e2", "5649b0544bdc2d1b2b8b458a", "5ac72e475acfc400180ae6fe", "5649d9a14bdc2d79388b4580"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66d725acfc43b321d4b69", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5ac66d725acfc43b321d4b60", + "_props": { + "filters": [{ + "Filter": ["5ac50c185acfc400163398d4", "5cf50fc5d7f00c056c53f83c", "5ac78eaf5acfc4001926317a", "5beec8b20db834001961942a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66d725acfc43b321d4b6a", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5ac66d725acfc43b321d4b60", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["59e5d83b86f7745aed03d262", "5a01c29586f77474660c694c", "5ac66bea5acfc43b321d4aec", "59d625f086f774661516605d", "5b1fd4e35acfc40018633c39", "5a0060fc86f7745793204432", "59e5f5a486f7746c530b3ce2", "5b1fb3e15acfc4001637f068", "59d6272486f77466146386ff", "5e21a3c67e40bd02257a008a", "5cbdc23eae9215001136a407", "5c6175362e221600133e3b94", "59fafc5086f7740dbe19f6c3", "59fafc9386f774067d462453", "5cfe8010d7ad1a59283b14c6"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5ac66d725acfc43b321d4b6b", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5ac66d725acfc43b321d4b60", + "_props": { + "filters": [{ + "Filter": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66d725acfc43b321d4b6c", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "5ac66d725acfc43b321d4b60", + "_props": { + "filters": [{ + "Filter": ["5648ac824bdc2ded0b8b457d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.8, + "Weight": 1.992, + "Width": 3, + "ammoCaliber": "Caliber762x39", + "bEffDist": 650, + "bFirerate": 600, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "59e0d99486f7744a32234762", + "defMagType": "5ac66bea5acfc43b321d4aec", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5ac66d9b5acfc4001633997a": { + "_id": "5ac66d9b5acfc4001633997a", + "_name": "weapon_izhmash_ak105_545x39", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.19, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.155, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.06, + "Chambers": [{ + "_id": "5ac66d9b5acfc4001633997c", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5ac66d9b5acfc4001633997a", + "_props": { + "filters": [{ + "Filter": ["5c0d5e4486f77478390952fe", "56dfef82d2720bbd668b4567", "56dff026d2720bb8668b4567", "56dff061d2720bb5668b4567", "56dff0bed2720bb0668b4567", "56dff216d2720bbd668b4568", "56dff2ced2720bb4668b4567", "56dff338d2720bbd668b4569", "56dff3afd2720bba668b4567", "56dff421d2720b5f5a8b4567", "56dff4a2d2720bbd668b456a", "56dff4ecd2720b5f5a8b4568"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.5, + "CoolFactor": 1, + "CreditsPrice": 30862, + "Description": "weapon_izhmash_ak105_545x39", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 43, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "mod_stock", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_izhmash_ak105_545x39", + "NotShownInSlot": false, + "OperatingResource": 5500, + "Prefab": { + "path": "assets/content/weapons/ak100/weapon_izhmash_ak105_545x39_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": 0 + }, + "RecoilForceBack": 413, + "RecoilForceUp": 160, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 154, + "RepairSpeed": 5, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.27, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "weapon_izhmash_ak105_545x39", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5ac66d9b5acfc4001633997d", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5ac66d9b5acfc4001633997a", + "_props": { + "filters": [{ + "Filter": ["59c6633186f7740cf0493bb9", "59d64ec286f774171d1e0a42", "59e649f986f77411d949b246", "59ccfdba86f7747f2109a587"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5ac66d9b5acfc4001633997e", + "_mergeSlotWithChildren": false, + "_name": "mod_launcher", + "_parent": "5ac66d9b5acfc4001633997a", + "_props": { + "filters": [{ + "Filter": [], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66d9b5acfc4001633997f", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5ac66d9b5acfc4001633997a", + "_props": { + "filters": [{ + "Filter": ["5ac72e945acfc43f3b691116", "5ac7655e5acfc40016339a19", "5649aa744bdc2ded0b8b457e", "5f633f791b231926f2329f13", "5943eeeb86f77412d6384f6b", "5cc9a96cd7f00c011c04e04a", "5649ab884bdc2ded0b8b457f", "57dc324a24597759501edc20", "59bffc1f86f77435b128b872", "593d493f86f7745e6b2ceb22", "564caa3d4bdc2d17108b458e", "57ffb0e42459777d047111c5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66d9b5acfc40016339980", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5ac66d9b5acfc4001633997a", + "_props": { + "filters": [{ + "Filter": ["5f6341043ada5942720e2dc5", "6087e663132d4d12c81fd96b", "5beec8ea0db834001a6f9dbf", "5649ad3f4bdc2df8348b4585", "5649ade84bdc2d1b2b8b4587", "59e62cc886f77440d40b52a1", "5a0071d486f77404e23a12b2", "57e3dba62459770f0c32322b", "5cf54404d7f00c108840b2ef", "5e2192a498a36665e8337386", "5b30ac585acfc433000eb79c", "59e6318286f77444dd62c4cc", "5cf50850d7f00c056e24104c", "5cf508bfd7f00c056e24104e", "5947f92f86f77427344a76b1", "5947fa2486f77425b47c1a9b", "5c6bf4aa2e2216001219b0ae", "5649ae4a4bdc2d1b2b8b4588", "5998517986f7746017232f7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5ac66d9b5acfc40016339981", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5ac66d9b5acfc4001633997a", + "_props": { + "filters": [{ + "Filter": ["5649af094bdc2df8348b4586", "5ac50da15acfc4001718d287", "5d2c76ed48f03532f2136169", "5d2c770c48f0354b4a07c100", "5d2c772c48f0355d95672c25", "5649af884bdc2d1b2b8b4589"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66d9b5acfc40016339982", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5ac66d9b5acfc4001633997a", + "_props": { + "filters": [{ + "Filter": ["5ac733a45acfc400192630e2", "5649b0544bdc2d1b2b8b458a", "5ac72e475acfc400180ae6fe", "5649d9a14bdc2d79388b4580"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66d9b5acfc40016339983", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5ac66d9b5acfc4001633997a", + "_props": { + "filters": [{ + "Filter": ["5ac50c185acfc400163398d4", "5cf50fc5d7f00c056c53f83c", "5ac78eaf5acfc4001926317a", "5beec8b20db834001961942a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66d9b5acfc40016339984", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5ac66d9b5acfc4001633997a", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["564ca9df4bdc2d35148b4569", "564ca99c4bdc2d16268b4589", "55d480c04bdc2d1d4e8b456a", "5cbdaf89ae9215000e5b9c94", "55d481904bdc2d8c2f8b456a", "55d482194bdc2d1d4e8b456b", "55d4837c4bdc2d1d4e8b456c", "5aaa4194e5b5b055d06310a5", "5bed61680db834001d2c45ab", "5bed625c0db834001c062946"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5ac66d9b5acfc40016339985", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5ac66d9b5acfc4001633997a", + "_props": { + "filters": [{ + "Filter": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac66d9b5acfc40016339986", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "5ac66d9b5acfc4001633997a", + "_props": { + "filters": [{ + "Filter": ["5648ac824bdc2ded0b8b457d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.8, + "Weight": 1.992, + "Width": 3, + "ammoCaliber": "Caliber545x39", + "bEffDist": 650, + "bFirerate": 600, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "56dff3afd2720bba668b4567", + "defMagType": "55d480c04bdc2d1d4e8b456a", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5ac72e475acfc400180ae6fe": { + "_id": "5ac72e475acfc400180ae6fe", + "_name": "sight_rear_ak_izhmash_ak74m_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 512, + "CustomAimPlane": "", + "Description": "sight_rear_ak_izhmash_ak74m_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_ak_izhmash_ak74m_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_ak_izhmash_ak74m_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_ak_izhmash_ak74m_std", + "SightModesCount": 1, + "SightingRange": 500, + "Slots": [{ + "_id": "5ac72e475acfc400180ae700", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5ac72e475acfc400180ae6fe", + "_props": { + "filters": [{ + "Filter": ["5a0ed824fcdbcb0176308b0d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.025, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d5f46a4bdc2d1b198b4567", + "_type": "Item" + }, + "5ac72e615acfc43f67248aa0": { + "_id": "5ac72e615acfc43f67248aa0", + "_name": "muzzle_ak74_izhmash_ak101_std_556x45", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 600, + "Description": "muzzle_ak74_izhmash_ak101_std_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ak74_izhmash_ak101_std_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ak74_izhmash_ak101_std_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ak74_izhmash_ak101_std_556x45", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 60, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.1, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5ac72e725acfc400180ae701": { + "_id": "5ac72e725acfc400180ae701", + "_name": "muzzle_ak74_izhmash_ak102_std_556x45", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 602, + "Description": "muzzle_ak74_izhmash_ak102_std_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ak74_izhmash_ak102_std_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ak74_izhmash_ak102_std_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ak74_izhmash_ak102_std_556x45", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 60, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.1, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5ac72e7d5acfc40016339a02": { + "_id": "5ac72e7d5acfc40016339a02", + "_name": "muzzle_ak74_izhmash_ak103_std_762x39", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 600, + "Description": "muzzle_ak74_izhmash_ak103_std_762x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": -5, + "MergesWithChildren": true, + "Name": "muzzle_ak74_izhmash_ak103_std_762x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ak74_izhmash_ak103_std_762x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ak74_izhmash_ak103_std_762x39", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 60, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.1, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5ac72e895acfc43b321d4bd5": { + "_id": "5ac72e895acfc43b321d4bd5", + "_name": "muzzle_ak74_izhmash_ak104_std_762x39", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 600, + "Description": "muzzle_ak74_izhmash_ak104_std_762x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": -5, + "MergesWithChildren": true, + "Name": "muzzle_ak74_izhmash_ak104_std_762x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ak74_izhmash_ak104_std_762x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ak74_izhmash_ak104_std_762x39", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.1, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5ac72e945acfc43f3b691116": { + "_id": "5ac72e945acfc43f3b691116", + "_name": "muzzle_ak74_izhmash_ak105_std_545x39", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 600, + "Description": "muzzle_ak74_izhmash_ak105_std_545x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": -5, + "MergesWithChildren": true, + "Name": "muzzle_ak74_izhmash_ak105_std_545x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ak74_izhmash_ak105_std_545x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ak74_izhmash_ak105_std_545x39", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 60, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.1, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5ac733a45acfc400192630e2": { + "_id": "5ac733a45acfc400192630e2", + "_name": "sight_rear_ak_izhmash_ak105_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 472, + "CustomAimPlane": "", + "Description": "Штатный целик АК-74 производства Ижмаш.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "Целик Ижмаш для АК-74", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_ak_izhmash_ak105_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "АК74 Целик", + "SightModesCount": 1, + "SightingRange": 500, + "Slots": [{ + "_id": "5ac733a45acfc400192630e4", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5ac733a45acfc400192630e2", + "_props": { + "filters": [{ + "Filter": ["5a0ed824fcdbcb0176308b0d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.025, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d5f46a4bdc2d1b198b4567", + "_type": "Item" + }, + "5ac7655e5acfc40016339a19": { + "_id": "5ac7655e5acfc40016339a19", + "_name": "muzzle_ak74_izhmash_ak74m_std_545x39", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 602, + "Description": "muzzle_ak74_izhmash_ak74m_std_545x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": -5, + "MergesWithChildren": true, + "Name": "muzzle_ak74_izhmash_ak74m_std_545x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ak74_izhmash_ak74m_std_545x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ak74_izhmash_ak74m_std_545x39", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.1, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5ac78a9b86f7741cca0bbd8d": { + "_id": "5ac78a9b86f7741cca0bbd8d", + "_name": "item_quest_signal_jammer", + "_parent": "5447e0e74bdc2d3c308b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 17481, + "Description": "item_quest_signal_jammer", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "item_quest_signal_jammer", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/item_spec_jammer/item_spec_jammer.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_quest_signal_jammer", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_gsm_gps_jammer/item_gsm_gps_container.bundle", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "apResource": 0, + "krResource": 0 + }, + "_proto": "544fb5454bdc2df8738b456a", + "_type": "Item" + }, + "5ac78eaf5acfc4001926317a": { + "_id": "5ac78eaf5acfc4001926317a", + "_name": "stock_ak_zenit_pt-3m_lock", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2713, + "Description": "stock_ak_zenit_pt-3m_lock", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak_zenit_pt-3m_lock", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ak_zenit_pt-3_lock.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak_zenit_pt-3m_lock", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5ac78eaf5acfc4001926317c", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5ac78eaf5acfc4001926317a", + "_props": { + "filters": [{ + "Filter": ["59ecc3dd86f7746dc827481c", "5b222d405acfc400153af4fe"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.31, + "Width": 1 + }, + "_proto": "5649b1c04bdc2d16268b457c", + "_type": "Item" + }, + "5ac8d6885acfc400180ae7b0": { + "_id": "5ac8d6885acfc400180ae7b0", + "_name": "helmet_ops_core_fast_tan", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.168, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 116014, + "DeafStrength": "None", + "Description": "helmet_ops_core_fast", + "DiscardingBlock": false, + "Durability": 40, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 40, + "MergesWithChildren": true, + "Name": "helmet_ops_core_fast", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_opscore_fast/item_equipment_helmet_opscore_fast_tan.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 1083, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.5, + "z": 70 + }, + "SendToClient": false, + "ShortName": "helmet_ops_core_fast", + "Slots": [{ + "_id": "5ac8d6885acfc400180ae7b2", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment_000", + "_parent": "5ac8d6885acfc400180ae7b0", + "_props": { + "filters": [{ + "Filter": ["5a16badafcdbcb001865f72d", "5a16b672fcdbcb001912fa83", "5a16b7e1fcdbcb00165aa6c9"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac8d6885acfc400180ae7b3", + "_mergeSlotWithChildren": false, + "_name": "mod_nvg", + "_parent": "5ac8d6885acfc400180ae7b0", + "_props": { + "filters": [{ + "Filter": ["5ea058e01dbce517f324b3e2", "5c0558060db834001b735271", "5a16b8a9fcdbcb00165aa6ca"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac8d6885acfc400180ae7b4", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5ac8d6885acfc400180ae7b0", + "_props": { + "filters": [{ + "Filter": ["5a398b75c4a282000a51a266", "5a398ab9c4a282000c5a9842"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ac8d6885acfc400180ae7b5", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment_001", + "_parent": "5ac8d6885acfc400180ae7b0", + "_props": { + "filters": [{ + "Filter": ["5a16b9fffcdbcb0176308b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c0e6acbd174af02a96252f8", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment_002", + "_parent": "5ac8d6885acfc400180ae7b0", + "_props": { + "filters": [{ + "Filter": ["5c0e66e2d174af02a96252f4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.9, + "Width": 2, + "armorClass": "4", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape"], + "mousePenalty": -7, + "speedPenaltyPercent": -1, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5ad5ccd186f774446d5706e9": { + "_id": "5ad5ccd186f774446d5706e9", + "_name": "Key_Shopping_Mall_office_1", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 31000, + "Description": "Key_Shopping_Mall_office_1", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_office_1", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_8.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_office_1", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5ad5cfbd86f7742c825d6104": { + "_id": "5ad5cfbd86f7742c825d6104", + "_name": "Key_Shopping_Mall_office_2", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 70000, + "Description": "Key_Shopping_Mall_office_2", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_office_2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_8.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_office_2", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5ad5d20586f77449be26d877": { + "_id": "5ad5d20586f77449be26d877", + "_name": "Key_Shopping_Mall_storeroom_OLI", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 43000, + "Description": "Key_Shopping_Mall_storeroom_OLI", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_storeroom_OLI", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_8.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_storeroom_OLI", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5ad5d49886f77455f9731921": { + "_id": "5ad5d49886f77455f9731921", + "_name": "Key_Shopping_Mall_storeroom", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 10000, + "Description": "Key_Shopping_Mall_storeroom", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_storeroom", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_8.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_storeroom", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5ad5d64486f774079b080af8": { + "_id": "5ad5d64486f774079b080af8", + "_name": "Key_Shopping_Mall_pharmacy", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 81000, + "Description": "Key_Shopping_Mall_pharmacy", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_pharmacy", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_8.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_pharmacy", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5ad5d7d286f77450166e0a89": { + "_id": "5ad5d7d286f77450166e0a89", + "_name": "Key_Shopping_Mall_KIBA", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 70000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_7.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5ad5db3786f7743568421cce": { + "_id": "5ad5db3786f7743568421cce", + "_name": "Key_Shopping_Mall_mchs", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 50000, + "Description": "Key_Shopping_Mall_mchs", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_mchs", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_mchs", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5ad7217186f7746744498875": { + "_id": "5ad7217186f7746744498875", + "_name": "Key_cash_machine_OLI", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 80000, + "Description": "Key_cash_machine_OLI", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_cash_machine_OLI", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_cash_machine_OLI", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5ad7242b86f7740a6a3abd43": { + "_id": "5ad7242b86f7740a6a3abd43", + "_name": "Key_cash_machine_IDEA", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 80000, + "Description": "Key_cash_machine_IDEA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_cash_machine_IDEA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_cash_machine_IDEA", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5ad7247386f7747487619dc3": { + "_id": "5ad7247386f7747487619dc3", + "_name": "Key_cash_machine_GOSHAN", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 70000, + "Description": "Key_cash_machine_GOSHAN", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_cash_machine_GOSHAN", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_cash_machine_GOSHAN", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5ad74cf586f774391278f6f0": { + "_id": "5ad74cf586f774391278f6f0", + "_name": "CashRegisterBig", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Кассовый аппарат TAR2-2", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5ad74cf586f774391278f6f2", + "_name": "main", + "_parent": "5ad74cf586f774391278f6f0", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 5, + "maxWeight": 0, + "minCount": 1 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Кассовый аппарат TAR2-2", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "cashregister_looting", + "SendToClient": false, + "ShortName": "Касса TAR2-2", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["5449016a4bdc2d6f028b456f"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "578f8782245977354405a1e3", + "_type": "Item" + }, + "5addaffe86f77470b455f900": { + "_id": "5addaffe86f77470b455f900", + "_name": "Key_Shopping_Mall_KIBA_2", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 67400, + "Description": "Key_Shopping_Mall_KIBA_2", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA_2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA_2", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5addba3e5acfc4001669f0ab": { + "_id": "5addba3e5acfc4001669f0ab", + "_name": "sight_front_m1a_springfield_armory_national_match_062_blade", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1628, + "CustomAimPlane": "", + "Description": "sight_front_m1a_springfield_armory_national_match_062_blade", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_m1a_springfield_armory_national_match_062_blade", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_m1a_springfield_armory_national_match_062_blade.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_m1a_springfield_armory_national_match_062_blade", + "SightModesCount": 1, + "SightingRange": 500, + "Slots": [], + "SpawnChance": 43, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.038, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5addbac75acfc400194dbc56": { + "_id": "5addbac75acfc400194dbc56", + "_name": "barrel_m1a_springfield_armory_6_groove_national_match_558mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.032, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 24457, + "Description": "barrel_m1a_springfield_armory_6_groove_national_match_558mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -17, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_m1a_springfield_armory_6_groove_national_match_558mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_m1a_springfield_armory_6_groove_national_match_558mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_m1a_springfield_armory_6_groove_national_match_558mm", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5addbac75acfc400194dbc58", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5addbac75acfc400194dbc56", + "_props": { + "filters": [{ + "Filter": ["5b7d693d5acfc43bca706a3d", "5a34fd2bc4a282329a73b4c5", "6065c6e7132d4d12c81fd8e1", "5d1f819086f7744b355c219b", "5dcbe965e4ed22586443a79d", "5d026791d7ad1a04a067ea63", "5dfa3cd1b33c0951220c079b", "5cdd7685d7f00c000f260ed2", "5c878e9d2e2216000f201903", "5d02677ad7ad1a04a15c0f95", "5bbdb8bdd4351e4502011460", "5cdd7693d7f00c0010373aa5", "607ffb988900dc2d9a55b6e4", "5d443f8fa4b93678dd4a01aa", "5addbb825acfc408fb139400", "5addbb945acfc4001a5fc44e", "5addbba15acfc400185c2854", "5addbbb25acfc40015621bd9", "5addbb6e5acfc408fb1393fd", "5c7954d52e221600106f4cc7", "59bffc1f86f77435b128b872", "5cf78496d7f00c065703d6ca"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -6.18, + "Weight": 1.11, + "Width": 5 + }, + "_proto": "55d3632e4bdc2d972f8b4569", + "_type": "Item" + }, + "5addbb6e5acfc408fb1393fd": { + "_id": "5addbb6e5acfc408fb1393fd", + "_name": "muzzle_m1a_springfield_armory_national_match_flash_suppressor_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4759, + "Description": "M1Amuzzle_m1a_springfield_armory_national_match_flash_suppressor_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "M1Amuzzle_m1a_springfield_armory_national_match_flash_suppressor_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_m1a_springfield_armory_national_match_flash_suppressor_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -7, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "M1Amuzzle_m1a_springfield_armory_national_match_flash_suppressor_762x51", + "SightingRange": 0, + "Slots": [{ + "_id": "5addbb6e5acfc408fb1393ff", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5addbb6e5acfc408fb1393fd", + "_props": { + "filters": [{ + "Filter": ["5addba3e5acfc4001669f0ab", "5aafa49ae5b5b00015042a58"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.14, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5addbb825acfc408fb139400": { + "_id": "5addbb825acfc408fb139400", + "_name": "muzzle_m14_jp_enterprises_tactical_compensator_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9442, + "Description": "muzzle_m14_jp_enterprises_tactical_compensator_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_m14_jp_enterprises_tactical_compensator_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_m14_jp_enterprises_tactical_compensator_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -15, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_m14_jp_enterprises_tactical_compensator_762x51", + "SightingRange": 0, + "Slots": [{ + "_id": "5addbb825acfc408fb139402", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5addbb825acfc408fb139400", + "_props": { + "filters": [{ + "Filter": ["5addba3e5acfc4001669f0ab", "5aafa49ae5b5b00015042a58"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.13, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5addbb945acfc4001a5fc44e": { + "_id": "5addbb945acfc4001a5fc44e", + "_name": "muzzle_m14_smith_enterprise_good_iron_muzzle_brake_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8043, + "Description": "muzzle_m1a_springfield_armory_socom_16_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_m1a_springfield_armory_socom_16_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_m14_smith_enterprise_good_iron_muzzle_brake_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_m1a_springfield_armory_socom_16_762x51", + "SightingRange": 0, + "Slots": [{ + "_id": "5addbb945acfc4001a5fc450", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5addbb945acfc4001a5fc44e", + "_props": { + "filters": [{ + "Filter": ["5addba3e5acfc4001669f0ab", "5aafa49ae5b5b00015042a58"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.14, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5addbba15acfc400185c2854": { + "_id": "5addbba15acfc400185c2854", + "_name": "muzzle_m14_smith_enterprise_vortex_dc_flash_eliminator_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5403, + "Description": "muzzle_m1a_springfield_armory_socom_16_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_m1a_springfield_armory_socom_16_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_m14_smith_enterprise_vortex_dc_flash_eliminator_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_m1a_springfield_armory_socom_16_762x51", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.06, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5addbbb25acfc40015621bd9": { + "_id": "5addbbb25acfc40015621bd9", + "_name": "muzzle_m14_yankee_hill_phantom_qd_flash_hider_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6488, + "Description": "muzzle_m1a_springfield_armory_socom_16_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_m1a_springfield_armory_socom_16_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_m14_yankee_hill_phantom_qd_flash_hider_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_m1a_springfield_armory_socom_16_762x51", + "SightingRange": 0, + "Slots": [{ + "_id": "5addbbb25acfc40015621bdb", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5addbbb25acfc40015621bd9", + "_props": { + "filters": [{ + "Filter": ["5addba3e5acfc4001669f0ab", "5aafa49ae5b5b00015042a58"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.07, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5addbf175acfc408fb13965b": { + "_id": "5addbf175acfc408fb13965b", + "_name": "stock_m1a_promag_archangel_prs", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5addccf45acfc400185c2989"], + "CreditsPrice": 24862, + "Description": "stock_m1a_springfield_armory_socom_16", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 32, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_m1a_springfield_armory_socom_16", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_m1a_promag_archangel_prs.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": -38, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_m1a_springfield_armory_socom_16", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5addbf175acfc408fb13965d", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5addbf175acfc408fb13965b", + "_props": { + "filters": [{ + "Filter": ["5addbfd15acfc40015621bde", "5addbfbb5acfc400194dbcf7", "5addc00b5acfc4001669f144", "5ab24ef9e5b5b00fe93c9209"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5addbf615acfc4001669f0ad", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5addbf175acfc408fb13965b", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.9, + "Width": 3 + }, + "_proto": "5649be884bdc2d79388b4577", + "_type": "Item" + }, + "5addbfbb5acfc400194dbcf7": { + "_id": "5addbfbb5acfc400194dbcf7", + "_name": "mount_m14_ultimak_m8_forward_optic_mount", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 15874, + "Description": "mount_m14_ultimak_m8_forward_optic_mount", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_m14_ultimak_m8_forward_optic_mount", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_m14_ultimak_m8_forward_optic_mount.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_m14_ultimak_m8_forward_optic_mount", + "SightingRange": 0, + "Slots": [{ + "_id": "5addbfbb5acfc400194dbcf9", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5addbfbb5acfc400194dbcf7", + "_props": { + "filters": [{ + "Filter": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5addc0b25acfc4001669f147", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5addbfbb5acfc400194dbcf7", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.19, + "Width": 2 + }, + "_proto": "57a3459f245977764a01f703", + "_type": "Item" + }, + "5addbfd15acfc40015621bde": { + "_id": "5addbfd15acfc40015621bde", + "_name": "mount_m14_amega_mounts_mini_scout_mount", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7204, + "Description": "mount_m14_amega_mounts_mini_scout_mount", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_m14_amega_mounts_mini_scout_mount", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_m14_amega_mounts_mini_scout_mount.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_m14_amega_mounts_mini_scout_mount", + "SightingRange": 0, + "Slots": [{ + "_id": "5addbfd15acfc40015621be0", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5addbfd15acfc40015621bde", + "_props": { + "filters": [{ + "Filter": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5addc1045acfc4001669f148", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5addbfd15acfc40015621bde", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.18, + "Width": 2 + }, + "_proto": "57a3459f245977764a01f703", + "_type": "Item" + }, + "5addbfe15acfc4001a5fc58b": { + "_id": "5addbfe15acfc4001a5fc58b", + "_name": "mount_m14_arms_18_low_profile_scope_mount", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5addbffe5acfc4001714dfac", "5addc00b5acfc4001669f144", "5ab372a310e891001717f0d8"], + "CreditsPrice": 3217, + "Description": "mount_m1a_springfield_armory_socom_16_upper", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_m1a_springfield_armory_socom_16_upper", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_m14_arms_18_low_profile_scope_mount.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_m1a_springfield_armory_socom_16_upper", + "SightingRange": 0, + "Slots": [{ + "_id": "5addbfe15acfc4001a5fc58d", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5addbfe15acfc4001a5fc58b", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "58d268fc86f774111273f8c2", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.22, + "Width": 1 + }, + "_proto": "57a3459f245977764a01f703", + "_type": "Item" + }, + "5addbfef5acfc400185c2857": { + "_id": "5addbfef5acfc400185c2857", + "_name": "mount_m14_leapers_utg_4_point_locking_deluxe_scope_mount", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5addbffe5acfc4001714dfac", "5addc00b5acfc4001669f144", "5addc7005acfc4001669f275", "5ab372a310e891001717f0d8"], + "CreditsPrice": 9811, + "Description": "mount_m14_leapers_utg_4_point_locking_deluxe_scope_mount", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_m14_leapers_utg_4_point_locking_deluxe_scope_mount", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_m14_leapers_utg_4_point_locking_deluxe_scope_mount.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_m14_leapers_utg_4_point_locking_deluxe_scope_mount", + "SightingRange": 0, + "Slots": [{ + "_id": "5addbfef5acfc400185c2859", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5addbfef5acfc400185c2857", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.25, + "Width": 1 + }, + "_proto": "57a3459f245977764a01f703", + "_type": "Item" + }, + "5addbffe5acfc4001714dfac": { + "_id": "5addbffe5acfc4001714dfac", + "_name": "mount_m14_sage_m14dcsb_mount", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7906, + "Description": "mount_m14_sage_m14dcsb_mount", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_m14_sage_m14dcsb_mount", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_m14_sage_m14dcsb_mount.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_m14_sage_m14dcsb_mount", + "SightingRange": 0, + "Slots": [{ + "_id": "5addbffe5acfc4001714dfae", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5addbffe5acfc4001714dfac", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.22, + "Width": 2 + }, + "_proto": "57a3459f245977764a01f703", + "_type": "Item" + }, + "5addc00b5acfc4001669f144": { + "_id": "5addc00b5acfc4001669f144", + "_name": "mount_m14_vltor_casv_14_rail", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 10147, + "Description": "mount_m14_vltor_casv_14_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_m14_vltor_casv_14_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_m14_vltor_casv_14_rail.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_m14_vltor_casv_14_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "5addc46d5acfc4001a5fc58f", + "_mergeSlotWithChildren": false, + "_name": "mod_scope_000", + "_parent": "5addc00b5acfc4001669f144", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5d1b5e94d7ad1a2b865a96b0", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5addc47e5acfc400185c28f0", + "_mergeSlotWithChildren": false, + "_name": "mod_scope_001", + "_parent": "5addc00b5acfc4001669f144", + "_props": { + "filters": [{ + "Filter": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ade06285acfc40015621dc1", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5addc00b5acfc4001669f144", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ade06625acfc408fb139834", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5addc00b5acfc4001669f144", + "_props": { + "filters": [{ + "Filter": ["5b7be4575acfc400161d0832", "5b7be4645acfc400170e2dcc"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ade06715acfc4001a5fc645", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5addc00b5acfc4001669f144", + "_props": { + "filters": [{ + "Filter": ["5b7be4575acfc400161d0832", "5b7be4645acfc400170e2dcc"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.096, + "Width": 2 + }, + "_proto": "57a3459f245977764a01f703", + "_type": "Item" + }, + "5addc7005acfc4001669f275": { + "_id": "5addc7005acfc4001669f275", + "_name": "stock_m14_sage_ebr_m14alcs", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 17972, + "Description": "stock_m14_sage_ebr_m14alcs", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 18, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_m14_sage_ebr_m14alcs", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_m14_sage_ebr_m14alcs.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_m14_sage_ebr_m14alcs", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5addc8215acfc400185c28f2", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5addc7005acfc4001669f275", + "_props": { + "filters": [{ + "Filter": ["5addc7ac5acfc400194dbd90"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5addc8b75acfc400194dbe2a", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5addc7005acfc4001669f275", + "_props": { + "filters": [{ + "Filter": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "5addbffe5acfc4001714dfac"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5addc93c5acfc4001a5fc634", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5addc7005acfc4001669f275", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5addc9815acfc400194dbe2b", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5addc7005acfc4001669f275", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5addca045acfc400194dbe2c", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5addc7005acfc4001669f275", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5addca615acfc408fb139820", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_003", + "_parent": "5addc7005acfc4001669f275", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.9, + "Width": 3 + }, + "_proto": "5649be884bdc2d79388b4577", + "_type": "Item" + }, + "5addc7ac5acfc400194dbd90": { + "_id": "5addc7ac5acfc400194dbd90", + "_name": "stock_m14_sage_ebr_m14alcs_buttstock", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 15967, + "Description": "stock_m14_sage_ebr_m14alcs", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 17, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_m14_sage_ebr_m14alcs", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_m14_sage_ebr_m14alcs_buttstock.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -30, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_m14_sage_ebr_m14alcs", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5addcb195acfc40015621da4", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5addc7ac5acfc400194dbd90", + "_props": { + "filters": [{ + "Filter": ["5addc7db5acfc4001669f279"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.004, + "Width": 2 + }, + "_proto": "5649be884bdc2d79388b4577", + "_type": "Item" + }, + "5addc7db5acfc4001669f279": { + "_id": "5addc7db5acfc4001669f279", + "_name": "pistolgrip_m14_sage_ebr_m14alcs_grip", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2613, + "Description": "pistolgrip_m14_sage_ebr_m14alcs_grip", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_m14_sage_ebr_m14alcs_grip", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_m14_sage_ebr_m14alcs_grip.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_m14_sage_ebr_m14alcs_grip", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "55802f5d4bdc2dac148b458f", + "_type": "Item" + }, + "5addcce35acfc4001a5fc635": { + "_id": "5addcce35acfc4001a5fc635", + "_name": "mag_m14_triple_k_m14_magazine_762x51_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5addcce35acfc4001a5fc637", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5addcce35acfc4001a5fc635", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 5802, + "Description": "mag_m14_triple_k_m14_magazine_762x51_30\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -6, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_m14_triple_k_m14_magazine_762x51_30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_m14_triple_k_m14_magazine_762x51_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_m14_triple_k_m14_magazine_762x51_30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.34, + "Width": 1, + "magAnimationIndex": 1 + }, + "_proto": "5448c1d04bdc2dff2f8b4569", + "_type": "Item" + }, + "5addccf45acfc400185c2989": { + "_id": "5addccf45acfc400185c2989", + "_name": "mag_m14_x_products_drum_magazine_m14_762x51_50", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5addccf45acfc400185c298b", + "_max_count": 50, + "_name": "cartridges", + "_parent": "5addccf45acfc400185c2989", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 15, + "ConflictingItems": [], + "CreditsPrice": 18800, + "Description": "mag_m14_x_products_drum_magazine_m14_762x51_50\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -17, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 40, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_m14_x_products_drum_magazine_m14_762x51_50", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_m14_x_products_drum_magazine_m14_762x51_50.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_m14_x_products_drum_magazine_m14_762x51_50", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-2;19-27", + "Weight": 0.7, + "Width": 1, + "magAnimationIndex": 2 + }, + "_proto": "5448c1d04bdc2dff2f8b4569", + "_type": "Item" + }, + "5adf23995acfc400185c2aeb": { + "_id": "5adf23995acfc400185c2aeb", + "_name": "stock_toz-106_toz_full_std", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2453, + "Description": "stock_toz-106_toz_short_std_wood", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": true, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_toz-106_toz_short_std_wood", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_toz-106_toz_full_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": -38, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_toz-106_toz_short_std_wood", + "SightingRange": 0, + "SizeReduceRight": 2, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.25, + "Width": 4 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5ae08f0a5acfc408fb1398a1": { + "_id": "5ae08f0a5acfc408fb1398a1", + "_name": "weapon_izhmash_mosin_rifle_762x54", + "_parent": "5447b6254bdc2dc3278b4568", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.32, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": true, + "BurstShotsCount": 3, + "CameraRecoil": 0.4, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.011, + "Chambers": [{ + "_id": "5ae08f0a5acfc408fb1398a9", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5ae08f0a5acfc408fb1398a1", + "_props": { + "filters": [{ + "Filter": ["5e023d34e8a400319a28ed44", "5e023d48186a883be655e551", "5e023cf8186a883be655e54f", "59e77a2386f7742ee578960a", "5887431f2459777e1612938f", "560d61e84bdc2da74d8b4571"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 1.5, + "CoolFactor": 1, + "CreditsPrice": 15577, + "Description": "weapon_izhmash_mosin_rifle_762x54", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 17, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_rifle", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": true, + "Name": "weapon_izhmash_mosin_rifle_762x54", + "NotShownInSlot": false, + "OperatingResource": 2300, + "Prefab": { + "path": "assets/content/weapons/mosin/weapon_izhmash_mosin_rifle_762x54_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.47, + "z": 0.02 + }, + "RecoilForceBack": 975, + "RecoilForceUp": 338, + "RecolDispersion": 10, + "ReloadMode": "InternalMagazine", + "RepairComplexity": 1, + "RepairCost": 78, + "RepairSpeed": 14, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.04 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.3, + "z": -0.02 + }, + "SendToClient": false, + "ShortName": "weapon_izhmash_mosin_rifle_762x54", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5ae08f0a5acfc408fb1398a3", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5ae08f0a5acfc408fb1398a1", + "_props": { + "filters": [{ + "AnimationIndex": 0, + "Filter": ["5ae0973a5acfc4001562206c", "5bae13ded4351e44f824bf38"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5ae09d425acfc400185c2d1a", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5ae08f0a5acfc408fb1398a1", + "_props": { + "filters": [{ + "Filter": ["5bbdb870d4351e00367fb67d", "5bfd36ad0db834001c38ef66", "5bfd37c80db834001d23e842", "5bfd384c0db834001a6691d3", "5bfd35380db83400232fe5cc", "5bfd36290db834001966869a", "5ae096d95acfc400185c2c81", "5bae13bad4351e00320204af"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5ae09ed25acfc4001669f722", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5ae08f0a5acfc408fb1398a1", + "_props": { + "filters": [{ + "Filter": ["5bfd4cbe0db834001b73449f", "5bfd4cd60db834001c38f095", "5bfd4cc90db834001d23e846", "5ae09bff5acfc4001562219d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5b3f7e0d5acfc4704b4a1deb", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5ae08f0a5acfc408fb1398a1", + "_props": { + "filters": [{ + "Filter": ["5b3f7bf05acfc433000ecf6b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 3.81, + "Weight": 0.8, + "Width": 1, + "ammoCaliber": "Caliber762x54R", + "bEffDist": 1000, + "bFirerate": 30, + "bHearDist": 100, + "chamberAmmoCount": 1, + "defAmmo": "5887431f2459777e1612938f", + "defMagType": "5ae0973a5acfc4001562206c", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "sniperRifle", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "55801eed4bdc2d89578b4588", + "_type": "Item" + }, + "5ae096d95acfc400185c2c81": { + "_id": "5ae096d95acfc400185c2c81", + "_name": "stock_mosin_izhmash_mosin_std_wood", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5bfd4cbe0db834001b73449f", "5bfd4cd60db834001c38f095", "5bfd4cc90db834001d23e846"], + "CreditsPrice": 2462, + "Description": "stock_toz-106_toz_short_std_wood", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 4, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_toz-106_toz_short_std_wood", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_mosin_izhmash_mosin_std_wood.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": -29, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_toz-106_toz_short_std_wood", + "SightingRange": 0, + "SizeReduceRight": 2, + "Slots": [{ + "_id": "5bbde8d8d4351e00367fb72e", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5ae096d95acfc400185c2c81", + "_props": { + "filters": [{ + "Filter": ["5bbde409d4351e003562b036"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bbde96dd4351e003562b03a", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5ae096d95acfc400185c2c81", + "_props": { + "filters": [{ + "Filter": ["5bbde41ed4351e003562b038"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.75, + "Width": 4 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5ae0973a5acfc4001562206c": { + "_id": "5ae0973a5acfc4001562206c", + "_name": "mag_mosin_izhmash_mosin_std_762x54_4", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5ae0973a5acfc4001562206e", + "_max_count": 5, + "_name": "cartridges", + "_parent": "5ae0973a5acfc4001562206c", + "_props": { + "filters": [{ + "Filter": ["5e023d34e8a400319a28ed44", "5e023d48186a883be655e551", "5e023cf8186a883be655e54f", "59e77a2386f7742ee578960a", "5887431f2459777e1612938f", "560d61e84bdc2da74d8b4571"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": ["5bae13bad4351e00320204af"], + "CreditsPrice": 1970, + "Description": "mag_mosin_izhmash_mosin_std_762x54_4", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_mosin_izhmash_mosin_std_762x54_4", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_mosin_izhmash_mosin_std_762x54_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "InternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_mosin_izhmash_mosin_std_762x54_4", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.4, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55d4837c4bdc2d1d4e8b456c", + "_type": "Item" + }, + "5ae099875acfc4001714e593": { + "_id": "5ae099875acfc4001714e593", + "_name": "sight_front_mosin_izhmash_mosin_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 524, + "CustomAimPlane": "", + "Description": "sight_front_ak_izhmash_akmp", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_ak_izhmash_akmp", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_mosin_izhmash_mosin_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_ak_izhmash_akmp", + "SightModesCount": 1, + "SightingRange": 500, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d5f46a4bdc2d1b198b4567", + "_type": "Item" + }, + "5ae099925acfc4001a5fc7b3": { + "_id": "5ae099925acfc4001a5fc7b3", + "_name": "sight_rear_mosin_izhmash_mosin_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 878, + "CustomAimPlane": "", + "Description": "Съемный целик Colt A2 Rearsight. Штатно устанавливается на M4A1.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "Целик Colt A2 Rearsight для AR-15 и совместимых", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_mosin_izhmash_mosin_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "CA2R", + "SightModesCount": 1, + "SightingRange": 600, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.15, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5ae09bff5acfc4001562219d": { + "_id": "5ae09bff5acfc4001562219d", + "_name": "barrel_mosin_izhmash_mosin_std_730mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.038, + "ChangePriceCoef": 1, + "ConflictingItems": ["5bfd37c80db834001d23e842", "5bfd384c0db834001a6691d3"], + "CreditsPrice": 4401, + "Description": "barrel_870_express_rifle_sights_fixed_improved_cylinder_508mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -13, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 4, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 110, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_870_express_rifle_sights_fixed_improved_cylinder_508mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mosin_izhmash_mosin_std_730mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_870_express_rifle_sights_fixed_improved_cylinder_508mm", + "ShotgunDispersion": 1.9, + "SightingRange": 0, + "Slots": [{ + "_id": "5ae09cc65acfc408fb1399e1", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5ae09bff5acfc4001562219d", + "_props": { + "filters": [{ + "Filter": ["5ae099875acfc4001714e593"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ae09cd35acfc400185c2d19", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5ae09bff5acfc4001562219d", + "_props": { + "filters": [{ + "Filter": ["5ae099925acfc4001a5fc7b3", "5bc5a372d4351e44f824d17f", "5bbdb811d4351e45020113c7"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b86a3a586f7743c9b168ad6", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5ae09bff5acfc4001562219d", + "_props": { + "filters": [{ + "Filter": ["5bbdb83fd4351e44f824c44b", "5bc5a351d4351e003477a414", "5bc5a35cd4351e450201232f", "5cf79389d7f00c10941a0c4d", "5cf79599d7f00c10875d9212", "5cf67a1bd7f00c06585fb6f3", "5b86a0e586f7745b600ccb23"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 8.4, + "Weight": 1.7, + "Width": 4 + }, + "_proto": "55d448594bdc2d8c2f8b4569", + "_type": "Item" + }, + "5ae30bad5acfc400185c2dc4": { + "_id": "5ae30bad5acfc400185c2dc4", + "_name": "sight_rear_ar15_colt_carry_hande_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3f024bdc2d1d388b4568", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "5dff772da3651922b360bf91", "56ea70acd2720b844b8b4594", "5aa66be6e5b5b0214e506e97", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "CreditsPrice": 823, + "CustomAimPlane": "", + "Description": "sight_rear_ar15_colt_carry_hande_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_ar15_colt_carry_hande_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_ar15_colt_carry_hande_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_ar15_colt_carry_hande_std", + "SightModesCount": 1, + "SightingRange": 600, + "Slots": [{ + "_id": "5ae9c31e5acfc4039d663545", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5ae30bad5acfc400185c2dc4", + "_props": { + "filters": [{ + "Filter": ["5c1cdd512e22161b267d91ae", "5c05293e0db83400232fff80", "5c052a900db834001a66acbd", "59db7e1086f77448be30ddf3"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.15, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5ae30c9a5acfc408fb139a03": { + "_id": "5ae30c9a5acfc408fb139a03", + "_name": "stock_ar15_lmt_sopmod", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4699, + "Description": "stock_ar15_lmt_sopmod", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_lmt_sopmod", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_lmt_sopmod.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -29, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_lmt_sopmod", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.148, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5ae30db85acfc408fb139a05": { + "_id": "5ae30db85acfc408fb139a05", + "_name": "handguard_ar15_colt_m4_length_std", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2374, + "Description": "handguard_ar15_colt_m4_length_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ar15_colt_m4_length_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar15_colt_m4_length_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ar15_colt_m4_length_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.323, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5ae30e795acfc408fb139a0b": { + "_id": "5ae30e795acfc408fb139a0b", + "_name": "gas_block_ar15_colt_m4_front_sight_gas_block_std", + "_parent": "56ea9461d2720b67698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["55f84c3c4bdc2d5f408b4576", "588b56d02459771481110ae2", "5a329052c4a28200741e22d3", "595cfa8b86f77427437e845b", "595cf16b86f77427440c32e2"], + "CreditsPrice": 2570, + "Description": "gas_block_ar15_dd_mk12_low_profile", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "gas_block_ar15_dd_mk12_low_profile", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/gasblock/gas_block_ar15_colt_m4_front_sight_gas_block_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "gas_block_ar15_dd_mk12_low_profile", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 43, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.15, + "Width": 1 + }, + "_proto": "56ea8d2fd2720b7c698b4570", + "_type": "Item" + }, + "5ae35b315acfc4001714e8b0": { + "_id": "5ae35b315acfc4001714e8b0", + "_name": "stock_870_mesa_leo_stock_adapter", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2512, + "Description": "stock_870_mesa_leo_stock_adapter", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 1, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_870_mesa_leo_stock_adapter", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_870_mesa_leo_stock_adapter.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_870_mesa_leo_stock_adapter", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5ae35bb95acfc4039d663364", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5ae35b315acfc4001714e8b0", + "_props": { + "filters": [{ + "Filter": ["602e620f9b513876d4338d9a", "5a9eb32da2750c00171b3f9c", "5bfe86df0db834001b734685", "55d4ae6c4bdc2d8b2f8b456e", "5c87a07c2e2216001219d4a2", "5bb20e70d4351e0035629f8f", "5fbbaa86f9986c4cff3fe5f6", "5fce16961f152d4312622bc9", "5ae30c9a5acfc408fb139a03", "5d135e83d7ad1a21b83f42d8", "5d135ecbd7ad1a21c176542e", "56eabf3bd2720b75698b4569", "58d2946386f774496974c37e", "58d2946c86f7744e271174b5", "58d2947686f774485c6a1ee5", "58d2947e86f77447aa070d53", "5d44069ca4b9361ebd26fc37", "5d4406a8a4b9361e4f6eb8b7", "5947c73886f7747701588af5", "5c793fde2e221601da358614", "5b39f8db5acfc40016387a1b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ae35c615acfc408fb139ab7", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5ae35b315acfc4001714e8b0", + "_props": { + "filters": [{ + "Filter": ["55d4b9964bdc2d1d4e8b456e", "571659bb2459771fb2755a12", "5bb20e0ed4351e3bac1212dc", "57c55efc2459772d2c6271e7", "57af48872459771f0b2ebf11", "57c55f092459772d291a8463", "57c55f112459772d28133310", "57c55f172459772d27602381", "5a339805c4a2826c6e06d73d", "5b07db875acfc40dc528a5f6"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.4, + "Width": 2 + }, + "_proto": "56083be64bdc2d20478b456f", + "_type": "Item" + }, + "5ae9a0dd86f7742e5f454a05": { + "_id": "5ae9a0dd86f7742e5f454a05", + "_name": "statements_GOSHAN", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "statements_GOSHAN", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_paper", + "LootExperience": 40, + "MergesWithChildren": false, + "Name": "statements_GOSHAN", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/item_quest_packinglist/item_quest_packinglist_goshan.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "statements_GOSHAN", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "5ae9a18586f7746e381e16a3": { + "_id": "5ae9a18586f7746e381e16a3", + "_name": "statements_OLI", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "statements_OLI", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_paper", + "LootExperience": 40, + "MergesWithChildren": false, + "Name": "statements_OLI", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/item_quest_packinglist/item_quest_packinglist_oli.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "statements_OLI", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "5ae9a1b886f77404c8537c62": { + "_id": "5ae9a1b886f77404c8537c62", + "_name": "statements_IDEA", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "statements_IDEA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_paper", + "LootExperience": 40, + "MergesWithChildren": false, + "Name": "statements_IDEA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/item_quest_packinglist/item_quest_packinglist_idea.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "statements_IDEA", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "5ae9a25386f7746dd946e6d9": { + "_id": "5ae9a25386f7746dd946e6d9", + "_name": "documents_OLI", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "documents_OLI", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_paper", + "LootExperience": 40, + "MergesWithChildren": false, + "Name": "documents_OLI", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/item_quest_packinglist/item_quest_act_accum.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "documents_OLI", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.2, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "5ae9a3f586f7740aab00e4e6": { + "_id": "5ae9a3f586f7740aab00e4e6", + "_name": "book_part_1", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "book_part_1", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_paper", + "LootExperience": 40, + "MergesWithChildren": false, + "Name": "book_part_1", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/item_quest_clothbook1/item_quest_clothbook1.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "book_part_1", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "5ae9a4fc86f7746e381e1753": { + "_id": "5ae9a4fc86f7746e381e1753", + "_name": "book_part_2", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "book_part_2", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_paper", + "LootExperience": 40, + "MergesWithChildren": false, + "Name": "book_part_2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/item_quest_clothbook1/item_quest_clothbook2.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "book_part_2", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "5af0454c86f7746bf20992e8": { + "_id": "5af0454c86f7746bf20992e8", + "_name": "item_meds_alusplint", + "_parent": "5448f3ac4bdc2dce718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5200, + "Description": "alusplint", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 40, + "MaxHpResource": 5, + "MergesWithChildren": false, + "Name": "alusplint", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/meds/item_meds_alusplint/item_meds_alusplint.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": true, + "ShortName": "alusplint", + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_alusplint/item_alusplint_container.bundle", + "rcid": "" + }, + "Weight": 0.22, + "Width": 1, + "effects_damage": { + "Fracture": { + "delay": 0, + "duration": 0, + "fadeOut": 0 + } + }, + "effects_health": [], + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 3 + }, + "_proto": "544fb3364bdc2d34748b456a", + "_type": "Item" + }, + "5af0484c86f7740f02001f7f": { + "_id": "5af0484c86f7740f02001f7f", + "_name": "item_barter_other_coffee", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 14977, + "Description": "coffee", + "DiscardingBlock": false, + "DogTagQualities": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_bottle", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "coffee", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_other_coffee/item_barter_other_coffee.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "coffee", + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1 + }, + "_proto": "573475fb24597737fb1379e1", + "_type": "Item" + }, + "5af04b6486f774195a3ebb49": { + "_id": "5af04b6486f774195a3ebb49", + "_name": "item_barter_tools_pliers_elite", + "_parent": "57864bb7245977548b3b66c2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 11578, + "Description": "pliers_elite", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "spec_multitool", + "LootExperience": 10, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "pliers_elite", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_tools/item_barter_tools_pliers_elite.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "pliers_elite", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.25, + "Width": 1 + }, + "_proto": "57347c2e24597744902c94a1", + "_type": "Item" + }, + "5af04c0b86f774138708f78e": { + "_id": "5af04c0b86f774138708f78e", + "_name": "item_barter_electr_controller", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4500, + "Description": "controller", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "smallmetal", + "LootExperience": 30, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "controller", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_controller/item_barter_electr_controller.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "controller", + "SpawnChance": 17, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 2, + "Width": 2 + }, + "_proto": "573477e124597737dd42e191", + "_type": "Item" + }, + "5af04e0a86f7743a532b79e2": { + "_id": "5af04e0a86f7743a532b79e2", + "_name": "item_barter_electr_gyroscope", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5000, + "Description": "gyroscope", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 35, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "gyroscope", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_gyroscope/item_barter_electr_gyroscope.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "gyroscope", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1 + }, + "_proto": "57347c93245977448d35f6e3", + "_type": "Item" + }, + "5af0534a86f7743b6f354284": { + "_id": "5af0534a86f7743b6f354284", + "_name": "item_barter_medical_diagset", + "_parent": "57864c8c245977548867e7f1", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 84912, + "Description": "diagset", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "diagset", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_medical_diagset/item_barter_medical_diagset.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "diagset", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.4, + "Width": 1 + }, + "_proto": "59e3606886f77417674759a5", + "_type": "Item" + }, + "5af0548586f7743a532b7e99": { + "_id": "5af0548586f7743a532b7e99", + "_name": "item_barter_medical_ibuprofen", + "_parent": "5448f3a14bdc2d27728b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 16823, + "Description": "ibuprofen", + "DiscardingBlock": false, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_pills", + "LootExperience": 10, + "MaxHpResource": 15, + "MergesWithChildren": false, + "Name": "ibuprofen", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_ibuprofen/item_ibuprofen_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ibuprofen", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_ibuprofen/item_ibuprofen_container.bundle", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "effects_damage": { + "Contusion": { + "delay": 0, + "duration": 0, + "fadeOut": 0 + }, + "Pain": { + "delay": 0, + "duration": 280, + "fadeOut": 10 + } + }, + "effects_health": { + "Hydration": { + "value": -15 + } + }, + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 5 + }, + "_proto": "544fb37f4bdc2dee738b4567", + "_type": "Item" + }, + "5af0561e86f7745f5f3ad6ac": { + "_id": "5af0561e86f7745f5f3ad6ac", + "_name": "item_barter_energy_powerbank", + "_parent": "57864ee62459775490116fc1", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 20391, + "Description": "powerbank", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_plastic_generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "powerbank", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_energy_powerbank/item_barter_energy_powerbank.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "powerbank", + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1 + }, + "_proto": "5672cb304bdc2dc2088b456a", + "_type": "Item" + }, + "5af99e9186f7747c447120b8": { + "_id": "5af99e9186f7747c447120b8", + "_name": "карманы Большие", + "_parent": "557596e64bdc2dc2118b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Pockets", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5af99e9186f7747c447120ba", + "_name": "pocket1", + "_parent": "5af99e9186f7747c447120b8", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5af99e9186f7747c447120bb", + "_name": "pocket2", + "_parent": "5af99e9186f7747c447120b8", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5af99e9186f7747c447120bc", + "_name": "pocket3", + "_parent": "5af99e9186f7747c447120b8", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5af99e9186f7747c447120bd", + "_name": "pocket4", + "_parent": "5af99e9186f7747c447120b8", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5af99fc786f77444520b2287", + "_name": "pocket5", + "_parent": "5af99e9186f7747c447120b8", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Pockets", + "NotShownInSlot": true, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Pockets", + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0, + "Width": 2 + }, + "_proto": "557ffd194bdc2d28148b457f", + "_type": "Item" + }, + "5afd7ded5acfc40017541f5e": { + "_id": "5afd7ded5acfc40017541f5e", + "_name": "stock_sks_tapco_intrafuse_sks_railed", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8654, + "Description": "stock_sks_tapco_intrafuse_sks_railed", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 17, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_sks_tapco_intrafuse_sks_railed", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_sks_tapco_intrafuse_sks_railed.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -5, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_sks_tapco_intrafuse_sks_railed", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5afd80565acfc40018632e25", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5afd7ded5acfc40017541f5e", + "_props": { + "filters": [{ + "Filter": ["5afd7e095acfc40017541f61"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5afd808a5acfc4001946e0ec", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5afd7ded5acfc40017541f5e", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5afd854a5acfc47a877350f9", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5afd7ded5acfc40017541f5e", + "_props": { + "filters": [{ + "Filter": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5afeb1b65acfc4771e1bd219", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5afd7ded5acfc40017541f5e", + "_props": { + "filters": [{ + "Filter": ["5afd7e445acfc4001637e35a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.75, + "Width": 3 + }, + "_proto": "56083cba4bdc2de22e8b456f", + "_type": "Item" + }, + "5afd7e095acfc40017541f61": { + "_id": "5afd7e095acfc40017541f61", + "_name": "stock_sks_tapco_intrafuse_buffer_tube", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1672, + "Description": "stock_sks_tapco_intrafuse_buffer_tube", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_sks_tapco_intrafuse_buffer_tube", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_sks_tapco_intrafuse_buffer_tube.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_sks_tapco_intrafuse_buffer_tube", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5afd7f385acfc40017541f64", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5afd7e095acfc40017541f61", + "_props": { + "filters": [{ + "Filter": ["5fc2369685fd526b824a5713", "602e620f9b513876d4338d9a", "5a9eb32da2750c00171b3f9c", "5bfe86df0db834001b734685", "55d4ae6c4bdc2d8b2f8b456e", "5c87a07c2e2216001219d4a2", "5bb20e70d4351e0035629f8f", "5beec8c20db834001d2c465c", "5fbbaa86f9986c4cff3fe5f6", "5fce16961f152d4312622bc9", "5ae30c9a5acfc408fb139a03", "5d135e83d7ad1a21b83f42d8", "5d135ecbd7ad1a21c176542e", "56eabf3bd2720b75698b4569", "58d2946386f774496974c37e", "58d2946c86f7744e271174b5", "58d2947686f774485c6a1ee5", "58d2947e86f77447aa070d53", "5947c73886f7747701588af5", "5c793fde2e221601da358614", "5b39f8db5acfc40016387a1b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 42, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.19, + "Width": 2 + }, + "_proto": "5649b2314bdc2d79388b4576", + "_type": "Item" + }, + "5afd7e445acfc4001637e35a": { + "_id": "5afd7e445acfc4001637e35a", + "_name": "pistolgrip_sks_tapco_saw_style", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2701, + "Description": "pistolgrip_sks_tapco_saw_style", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_sks_tapco_saw_style", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_sks_tapco_saw_style.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_sks_tapco_saw_style", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.09, + "Width": 1 + }, + "_proto": "57af48872459771f0b2ebf11", + "_type": "Item" + }, + "5b04473a5acfc40018632f70": { + "_id": "5b04473a5acfc40018632f70", + "_name": "stock_ak_fab_defense_uas_ak_p", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 16077, + "Description": "stock_ak_fab_defense_uas_ak_p", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 16, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak_fab_defense_uas_ak_p", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ak_fab_defense_uas_ak_p.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -38, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak_fab_defense_uas_ak_p", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.45, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5b057b4f5acfc4771e1bd3e9": { + "_id": "5b057b4f5acfc4771e1bd3e9", + "_name": "foregrip_all_stark_se_5_express_grip", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 13604, + "Description": "foregrip_all_stark_se_5_express_grip", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_all_stark_se_5_express_grip", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_all_stark_se_5_express_grip.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_all_stark_se_5_express_grip", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.09, + "Width": 1 + }, + "_proto": "558032574bdc2d89578b458a", + "_type": "Item" + }, + "5b07db875acfc40dc528a5f6": { + "_id": "5b07db875acfc40dc528a5f6", + "_name": "pistolgrip_ar15_tactical_dynamics_skeletonized_anodized", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5586, + "Description": "pistolgrip_ar15_tactical_dynamics_skeletonized_anodized", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ar15_tactical_dynamics_skeletonized_anodized", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ar15_tactical_dynamics_skeletonized_anodized.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ar15_tactical_dynamics_skeletonized_anodized", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.038, + "Width": 1 + }, + "_proto": "55802f5d4bdc2dac148b458f", + "_type": "Item" + }, + "5b07dd285acfc4001754240d": { + "_id": "5b07dd285acfc4001754240d", + "_name": "tactical_all_steiner_las_tac_2", + "_parent": "55818b164bdc2ddc698b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 20907, + "Description": "tactical_all_steiner_las_tac_2", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 23, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": 1, + "Name": "tactical_all_steiner_las_tac_2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_all_steiner_las_tac_2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "tactical_all_steiner_las_tac_2", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.086, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5b0800175acfc400153aebd4": { + "_id": "5b0800175acfc400153aebd4", + "_name": "stock_ar15_ergo_f93_pro_stock", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 10140, + "Description": "stock_ar15_ergo_f93_pro_stock", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_ergo_f93_pro_stock", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_ergo_f93_pro_stock.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -30, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_ergo_f93_pro_stock", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.59, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5b099a765acfc47a8607efe3": { + "_id": "5b099a765acfc47a8607efe3", + "_name": "barrel_sa58_ds_arms_medium_contour_280mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.08, + "ChangePriceCoef": 1, + "ConflictingItems": ["5b7be2345acfc400196d524a", "5b7bebc85acfc43bca706666", "5b7d671b5acfc43d82528ddd", "5b7bed205acfc400161d08cc", "5b7bedd75acfc43d825283f9", "5b7be1ca5acfc400170e2d2f"], + "CreditsPrice": 23337, + "Description": "barrel_sa58_ds_arms_medium_contour_280mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.85, + "EffectiveDistance": 0, + "Ergonomics": -8, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_sa58_ds_arms_medium_contour_280mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_sa58_ds_arms_medium_contour_280mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_sa58_ds_arms_medium_contour_280mm", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5b099a765acfc47a8607efe5", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5b099a765acfc47a8607efe3", + "_props": { + "filters": [{ + "Filter": ["5b7d693d5acfc43bca706a3d", "5a34fd2bc4a282329a73b4c5", "5d1f819086f7744b355c219b", "5dcbe965e4ed22586443a79d", "5d026791d7ad1a04a067ea63", "5dfa3cd1b33c0951220c079b", "5cdd7685d7f00c000f260ed2", "5c878e9d2e2216000f201903", "5d02677ad7ad1a04a15c0f95", "5bbdb8bdd4351e4502011460", "5cdd7693d7f00c0010373aa5", "5d443f8fa4b93678dd4a01aa", "5b7d68af5acfc400170e30c3", "5b099b7d5acfc400186331e4", "5c7954d52e221600106f4cc7", "59bffc1f86f77435b128b872", "5cf78496d7f00c065703d6ca"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -12, + "Weight": 0.409, + "Width": 2 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5b099a9d5acfc47a8607efe7": { + "_id": "5b099a9d5acfc47a8607efe7", + "_name": "handguard_sa58_ds_arms_picatinny_quad_rail", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8637, + "Description": "handguard_sa58_ds_arms_picatinny_quad_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_sa58_ds_arms_picatinny_quad_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_sa58_ds_arms_picatinny_quad_rail.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_sa58_ds_arms_picatinny_quad_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "5b099a9d5acfc47a8607efe9", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5b099a9d5acfc47a8607efe7", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b0bda355acfc47a877357cd", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5b099a9d5acfc47a8607efe7", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b0c24385acfc400175427a2", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5b099a9d5acfc47a8607efe7", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b0c24415acfc4001863332e", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5b099a9d5acfc47a8607efe7", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b0c24485acfc47a87735900", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5b099a9d5acfc47a8607efe7", + "_props": { + "filters": [{ + "Filter": ["57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.48, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5b099ac65acfc400186331e1": { + "_id": "5b099ac65acfc400186331e1", + "_name": "mag_fal_ds_arms_fal_sa58_762x51_20", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5b099ac65acfc400186331e3", + "_max_count": 20, + "_name": "cartridges", + "_parent": "5b099ac65acfc400186331e1", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 2780, + "Description": "mag_fal_ds_arms_fal_sa58_762x51_20\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_fal_ds_arms_fal_sa58_762x51_20", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_fal_ds_arms_fal_sa58_762x51_20.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_fal_ds_arms_fal_sa58_762x51_20", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.35, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "5448c1d04bdc2dff2f8b4569", + "_type": "Item" + }, + "5b099b7d5acfc400186331e4": { + "_id": "5b099b7d5acfc400186331e4", + "_name": "muzzle_sa58_ds_arms_3_prong_trident_flash_hider_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 3, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1601, + "Description": "muzzle_sa58_ds_arms_3_prong_trident_flash_hider_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_sa58_ds_arms_3_prong_trident_flash_hider_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_sa58_ds_arms_3_prong_trident_flash_hider_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -7, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_sa58_ds_arms_3_prong_trident_flash_hider_762x51", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.064, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5b099b965acfc400186331e6": { + "_id": "5b099b965acfc400186331e6", + "_name": "pistolgrip_sa58_ds_arms_saw_style", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3207, + "Description": "pistolgrip_sa58_ds_arms_saw_style", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_sa58_ds_arms_saw_style", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_sa58_ds_arms_saw_style.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_sa58_ds_arms_saw_style", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.13, + "Width": 1 + }, + "_proto": "5649ade84bdc2d1b2b8b4587", + "_type": "Item" + }, + "5b099bb25acfc400186331e8": { + "_id": "5b099bb25acfc400186331e8", + "_name": "reciever_sa58_ds_arms_extreme_duty_scope_mount_extended", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 11568, + "Description": "reciever_sa58_ds_arms_extreme_duty_scope_mount_extended", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_sa58_ds_arms_extreme_duty_scope_mount_extended", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_sa58_ds_arms_extreme_duty_scope_mount_extended.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_sa58_ds_arms_extreme_duty_scope_mount_extended", + "SightingRange": 0, + "Slots": [{ + "_id": "5b099bb25acfc400186331ea", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5b099bb25acfc400186331e8", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.215, + "Width": 2 + }, + "_proto": "5649af094bdc2df8348b4586", + "_type": "Item" + }, + "5b099bf25acfc4001637e683": { + "_id": "5b099bf25acfc4001637e683", + "_name": "stock_sa58_ds_arms_para_folding_buffer_tube_adapter", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2602, + "Description": "stock_sa58_ds_arms_para_folding_buffer_tube_adapter", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": true, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_sa58_ds_arms_para_folding_buffer_tube_adapter", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_sa58_ds_arms_para_folding_buffer_tube_adapter.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_sa58_ds_arms_para_folding_buffer_tube_adapter", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5b1141fa5acfc4001a590a14", + "_mergeSlotWithChildren": false, + "_name": "mod_stock_000", + "_parent": "5b099bf25acfc4001637e683", + "_props": { + "filters": [{ + "Filter": ["57ade1442459771557167e15", "5a33ca0fc4a282000d72292f", "5649be884bdc2d79388b4577", "5d120a10d7ad1a4e1026ba85", "5b0800175acfc400153aebd4", "5bb20e58d4351e00320205d7", "5947e98b86f774778f1448bc", "5947eab886f77475961d96c5", "5ef1ba28c64c5d0dfc0571a5", "602e3f1254072b51b239f713", "5c793fb92e221644f31bfb64", "5c793fc42e221600114ca25d", "591aef7986f774139d495f03", "591af10186f774139d495f0e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.31, + "Width": 1 + }, + "_proto": "5649b1c04bdc2d16268b457c", + "_type": "Item" + }, + "5b0bbe4e5acfc40dc528a72d": { + "_id": "5b0bbe4e5acfc40dc528a72d", + "_name": "weapon_dsa_sa58_762x51", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.24, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.22, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0, + "Chambers": [{ + "_id": "5b0bbe4e5acfc40dc528a735", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5b0bbe4e5acfc40dc528a72d", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.5, + "CoolFactor": 1, + "CreditsPrice": 38093, + "Description": "weapon_dsa_sa58_762x51\n", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 31, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "mod_stock", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_dsa_sa58_762x51", + "NotShownInSlot": false, + "OperatingResource": 4600, + "Prefab": { + "path": "assets/content/weapons/sa58/weapon_dsa_sa58_762x51_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RecoilForceBack": 600, + "RecoilForceUp": 350, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 210, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": 0, + "z": 0 + }, + "SendToClient": false, + "ShortName": "weapon_dsa_sa58_762x51", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5b0bbe4e5acfc40dc528a72f", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5b0bbe4e5acfc40dc528a72d", + "_props": { + "filters": [{ + "Filter": ["5b7d679f5acfc4001a5c4024", "5b7d678a5acfc4001a5c4022", "5b099b965acfc400186331e6"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5b0bbe4e5acfc40dc528a730", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5b0bbe4e5acfc40dc528a72d", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5b7bef1e5acfc43d82528402", "5b099ac65acfc400186331e1", "5b7bef5d5acfc43bca7067a3", "5b7c2d1d5acfc43d1028532a", "5b7d37845acfc400170e2f87", "5b7bef9c5acfc43d102852ec"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5b0bbe4e5acfc40dc528a732", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "5b0bbe4e5acfc40dc528a72d", + "_props": { + "filters": [{ + "Filter": ["5b7be2345acfc400196d524a", "5b7bebc85acfc43bca706666", "5b7d671b5acfc43d82528ddd", "5b7bed205acfc400161d08cc", "5b7bedd75acfc43d825283f9", "5b7bee755acfc400196d5383", "5b7be1ca5acfc400170e2d2f", "5b099a9d5acfc47a8607efe7"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5b0bbe4e5acfc40dc528a733", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5b0bbe4e5acfc40dc528a72d", + "_props": { + "filters": [{ + "Filter": ["5b099a765acfc47a8607efe3", "5b7be1125acfc4001876c0e5", "5b7be1265acfc400161d0798"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5b0bd7855acfc400153aef5c", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5b0bbe4e5acfc40dc528a72d", + "_props": { + "filters": [{ + "Filter": ["5b0bc22d5acfc47a8607f085"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b0bd7e35acfc4001a590630", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5b0bbe4e5acfc40dc528a72d", + "_props": { + "filters": [{ + "Filter": ["5b7d6c105acfc40015109a5f", "5b099bb25acfc400186331e8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b1113b15acfc4001637e9c5", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5b0bbe4e5acfc40dc528a72d", + "_props": { + "filters": [{ + "Filter": ["5b7d63b75acfc400170e2f8a", "5b7d645e5acfc400170e2f90", "5b7d64555acfc4001876c8e2", "5b099bf25acfc4001637e683", "5b7d63cf5acfc4001876c8df", "5b7d63de5acfc400170e2f8d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.46, + "Width": 2, + "ammoCaliber": "Caliber762x51", + "bEffDist": 900, + "bFirerate": 700, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "58dd3ad986f77403051cba8f", + "defMagType": "5b099ac65acfc400186331e1", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5b0bc22d5acfc47a8607f085": { + "_id": "5b0bc22d5acfc47a8607f085", + "_name": "sight_rear_sa58_ds_arms_metric_holand_type_rear_sight", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 470, + "CustomAimPlane": "", + "Description": "sight_rear_sa58_ds_arms_metric_holand_type_rear_sight", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_sa58_ds_arms_metric_holand_type_rear_sight", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_sa58_ds_arms_metric_holand_type_rear_sight.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_sa58_ds_arms_metric_holand_type_rear_sight", + "SightModesCount": 1, + "SightingRange": 500, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.09, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d5f46a4bdc2d1b198b4567", + "_type": "Item" + }, + "5b0e794b5acfc47a877359b2": { + "_id": "5b0e794b5acfc47a877359b2", + "_name": "stock_ak_magpul_zhukov_s", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 18544, + "Description": "stock_ak_magpul_zhukov_s", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 15, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak_magpul_zhukov_s", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ak_magpul_zhukov_s.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -40, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak_magpul_zhukov_s", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.425, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5b1fa9b25acfc40018633c01": { + "_id": "5b1fa9b25acfc40018633c01", + "_name": "weapon_glock_glock_18c_gen3_9x19", + "_parent": "5447b5cf4bdc2d65278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.026, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.018, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0, + "Chambers": [{ + "_id": "5b1fa9b25acfc40018633c09", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5b1fa9b25acfc40018633c01", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 5, + "CoolFactor": 1, + "CreditsPrice": 15225, + "Description": "weapon_glock_17_9x19\n", + "DeviationCurve": 5, + "DeviationMax": 17, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 90, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_pistol", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_glock_17_9x19", + "NotShownInSlot": false, + "OperatingResource": 3100, + "Prefab": { + "path": "assets/content/weapons/glock18c/weapon_glock_glock_18c_gen3_9x19_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 85, + "RecoilCenter": { + "x": 0, + "y": -0.44, + "z": -0.005 + }, + "RecoilForceBack": 286, + "RecoilForceUp": 360, + "RecolDispersion": 20, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 128, + "RepairSpeed": 2, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.45, + "z": -0.05 + }, + "SendToClient": false, + "ShortName": "weapon_glock_17_9x19", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5b1fa9b25acfc40018633c03", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5b1fa9b25acfc40018633c01", + "_props": { + "filters": [{ + "Filter": ["5b1fa9ea5acfc40018633c0a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5b1fa9b25acfc40018633c04", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5b1fa9b25acfc40018633c01", + "_props": { + "filters": [{ + "Filter": ["5a7b4960e899ef197b331a2d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b1fa9b25acfc40018633c05", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5b1fa9b25acfc40018633c01", + "_props": { + "filters": [{ + "Filter": ["5b1faa0f5acfc40dc528aeb5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5b1fa9b25acfc40018633c06", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5b1fa9b25acfc40018633c01", + "_props": { + "filters": [{ + "AnimationIndex": 0, + "Filter": ["5a7ad2e851dfba0016153692", "5a718b548dc32e000d46d262", "5a718da68dc32e000d46d264", "5a718f958dc32e00094b97e7"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5b1fa9b25acfc40018633c07", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5b1fa9b25acfc40018633c01", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5a7ad4af51dfba0013379717", "5a7b4900e899ef197b331a2a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b1fa9b25acfc40018633c08", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5b1fa9b25acfc40018633c01", + "_props": { + "filters": [{ + "Filter": ["5a7ad55551dfba0015068f42"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d1c70e9d7ad1a7bb3348a16", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5b1fa9b25acfc40018633c01", + "_props": { + "filters": [{ + "Filter": ["5d1c702ad7ad1a632267f429"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.231, + "Width": 2, + "ammoCaliber": "Caliber9x19PARA", + "bEffDist": 50, + "bFirerate": 1200, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "56d59d3ad2720bdb418b4577", + "defMagType": "5a718b548dc32e000d46d262", + "durabSpawnMax": 70, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 10, + "weapClass": "pistol", + "weapFireType": ["single", "fullauto"], + "weapUseType": "secondary" + }, + "_proto": "5448bd6b4bdc2dfc2f8b4569", + "_type": "Item" + }, + "5b1fa9ea5acfc40018633c0a": { + "_id": "5b1fa9ea5acfc40018633c0a", + "_name": "barrel_glock_glock_18c_114mm_9x19_std", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.35, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3184, + "Description": "barrel_glock_18_250mm_9x19_std\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.94, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_glock_18_250mm_9x19_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_glock_glock_18c_114mm_9x19_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -6, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_glock_18_250mm_9x19_std", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -4.28, + "Weight": 0.18, + "Width": 1 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5b1faa0f5acfc40dc528aeb5": { + "_id": "5b1faa0f5acfc40dc528aeb5", + "_name": "reciever_glock_glock_18c_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6537, + "Description": "reciever_glock_glock_18c_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": true, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_glock_glock_18c_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_glock_glock_18c_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_glock_glock_18c_std", + "SightingRange": 0, + "Slots": [{ + "_id": "5b1faa0f5acfc40dc528aeb7", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5b1faa0f5acfc40dc528aeb5", + "_props": { + "filters": [{ + "Filter": ["5a7d9122159bd4001438dbf4", "5a6f5d528dc32e00094b97d9", "5a7d912f159bd400165484f3", "5a71e0fb8dc32e00094b97f2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b1faa0f5acfc40dc528aeb8", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5b1faa0f5acfc40dc528aeb5", + "_props": { + "filters": [{ + "Filter": ["5a7d90eb159bd400165484f1", "5a6f58f68dc32e000a311390", "5a7d9104159bd400134c8c21", "5a71e0048dc32e000c52ecc8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.32, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5b1fb3e15acfc4001637f068": { + "_id": "5b1fb3e15acfc4001637f068", + "_name": "mag_ak_izhmash_rpk_std_bakelite_762x39_40", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5b1fb3e15acfc4001637f06a", + "_max_count": 40, + "_name": "cartridges", + "_parent": "5b1fb3e15acfc4001637f068", + "_props": { + "filters": [{ + "Filter": ["59e655cb86f77411dc52a77b", "59e6542b86f77411dc52a77a", "59e6658b86f77411d949b250", "5f0596629e22f464da6bbdd9", "59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 20, + "ConflictingItems": [], + "CreditsPrice": 3586, + "Description": "mag_ak_izhmash_rpk_std_61_sector_762x39_40", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -7, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 2, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 3, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ak_izhmash_rpk_std_61_sector_762x39_40", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ak_izhmash_rpk_std_bakelite_762x39_40.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ak_izhmash_rpk_std_61_sector_762x39_40", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.32, + "Width": 1, + "magAnimationIndex": 1 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "5b1fd4e35acfc40018633c39": { + "_id": "5b1fd4e35acfc40018633c39", + "_name": "mag_ak_izhmash_akms_aluminium_762x39_10", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5b1fd4e35acfc40018633c3b", + "_max_count": 10, + "_name": "cartridges", + "_parent": "5b1fd4e35acfc40018633c39", + "_props": { + "filters": [{ + "Filter": ["59e655cb86f77411dc52a77b", "59e6542b86f77411dc52a77a", "59e6658b86f77411d949b250", "5f0596629e22f464da6bbdd9", "59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": -5, + "ConflictingItems": [], + "CreditsPrice": 700, + "Description": "mag_ak_izhmash_akms_aluminium_762x39_10", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": -5, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ak_izhmash_akms_aluminium_762x39_10", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ak_izhmash_akms_aluminium_762x39_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ak_izhmash_akms_aluminium_762x39_10", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 9, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.12, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "5b222d335acfc4771e1be099": { + "_id": "5b222d335acfc4771e1be099", + "_name": "stock_ak_zenit_pt_1_lock_fixed", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3189, + "Description": "stock_ak_zenit_pt_1_lock_fixed\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak_zenit_pt_1_lock_fixed", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ak_zenit_pt_1_lock_fixed.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak_zenit_pt_1_lock_fixed", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5b222d335acfc4771e1be09b", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5b222d335acfc4771e1be099", + "_props": { + "filters": [{ + "Filter": ["5b222d405acfc400153af4fe"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.31, + "Width": 1 + }, + "_proto": "5649b1c04bdc2d16268b457c", + "_type": "Item" + }, + "5b222d405acfc400153af4fe": { + "_id": "5b222d405acfc400153af4fe", + "_name": "stock_ak_zenit_pt_1", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 11758, + "Description": "stock_ak_zenit_pt_1", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak_zenit_pt_1", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ak_zenit_pt_1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -37, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak_zenit_pt_1", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.29, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5b2240bf5acfc40dc528af69": { + "_id": "5b2240bf5acfc40dc528af69", + "_name": "charge_ar15_radian_raptor_ambidextrous_charging_handle", + "_parent": "55818a6f4bdc2db9688b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6753, + "Description": "charge_ar15_radian_raptor_ambidextrous_charging_handle", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "charge_ar15_radian_raptor_ambidextrous_charging_handle", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/charges/charge_ar15_radian_raptor_ambidextrous_charging_handle.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "charge_ar15_radian_raptor_ambidextrous_charging_handle", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.04, + "Width": 1 + }, + "_proto": "55802f624bdc2d1c128b4580", + "_type": "Item" + }, + "5b237e425acfc4771e1be0b6": { + "_id": "5b237e425acfc4771e1be0b6", + "_name": "gas_block_ak_troy_top_bottom_vent_hole_combo", + "_parent": "56ea9461d2720b67698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 19239, + "Description": "gas_block_ak_troy_top_bottom_vent_hole_combo", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 50, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "gas_block_ak_troy_top_bottom_vent_hole_combo", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/gasblock/gas_block_ak_troy_top_bottom_vent_hole_combo.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "gas_block_ak_troy_top_bottom_vent_hole_combo", + "SightingRange": 0, + "Slots": [{ + "_id": "5b237e425acfc4771e1be0b8", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5b237e425acfc4771e1be0b6", + "_props": { + "filters": [{ + "Filter": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b237e945acfc400153af6e1", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5b237e425acfc4771e1be0b6", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b47384386f7744b5d748c61", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5b237e425acfc4771e1be0b6", + "_props": { + "filters": [{ + "Filter": ["5b4736a986f774040571e998"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b47388e86f774040571ea35", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5b237e425acfc4771e1be0b6", + "_props": { + "filters": [{ + "Filter": ["5b4736a986f774040571e998"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b47389886f774064a2a33f6", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5b237e425acfc4771e1be0b6", + "_props": { + "filters": [{ + "Filter": ["5b4736b986f77405cb415c10"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.55, + "Width": 2 + }, + "_proto": "56ea8d2fd2720b7c698b4570", + "_type": "Item" + }, + "5b2388675acfc4771e1be0be": { + "_id": "5b2388675acfc4771e1be0be", + "_name": "scope_30mm_burris_fullfield_tac30_1_4x24", + "_parent": "55818ae44bdc2dde698b456c", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.75, 0.1875]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200, 250, 300]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "5c7d55f52e221644f31bff6a"], + "CreditsPrice": 31468, + "CustomAimPlane": "", + "Description": "scope_30mm_burris_fullfield_tac30_1_4x24", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [2], + "Name": "scope_30mm_burris_fullfield_tac30_1_4x24", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200, 250, 300], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_30mm_burris_fullfield_tac30_1_4x24.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_30mm_burris_fullfield_tac30_1_4x24", + "SightModesCount": 2, + "SightingRange": 800, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.48, + "Width": 2, + "Zooms": [[1, 4]], + "aimingSensitivity": 0.15, + "sightModType": "optic" + }, + "_proto": "56ea70acd2720b844b8b4594", + "_type": "Item" + }, + "5b2389515acfc4771e1be0c0": { + "_id": "5b2389515acfc4771e1be0c0", + "_name": "mount_all_burris_ar_p_e_p_r_30mm", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9588, + "Description": "mount_all_burris_ar_p_e_p_r_30mm", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_all_burris_ar_p_e_p_r_30mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_all_burris_ar_p_e_p_r_30mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_all_burris_ar_p_e_p_r_30mm", + "SightingRange": 0, + "Slots": [{ + "_id": "5b2389515acfc4771e1be0c2", + "_mergeSlotWithChildren": false, + "_name": "mod_scope_000", + "_parent": "5b2389515acfc4771e1be0c0", + "_props": { + "filters": [{ + "Filter": ["5b2388675acfc4771e1be0be", "5b3b99475acfc432ff4dcbee", "5a37cb10c4a282329a73b4e7", "57c5ac0824597754771e88a9"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b2389515acfc4771e1be0c3", + "_mergeSlotWithChildren": false, + "_name": "mod_scope_001", + "_parent": "5b2389515acfc4771e1be0c0", + "_props": { + "filters": [{ + "Filter": ["57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b238b355acfc47a8607fa82", + "_mergeSlotWithChildren": false, + "_name": "mod_scope_002", + "_parent": "5b2389515acfc4771e1be0c0", + "_props": { + "filters": [{ + "Filter": ["57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.246, + "Width": 2 + }, + "_proto": "577d128124597739d65d0e56", + "_type": "Item" + }, + "5b2cfa535acfc432ff4db7a0": { + "_id": "5b2cfa535acfc432ff4db7a0", + "_name": "handguard_ar15_alexander_arms_mk10_rifle_lenght", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5ae30e795acfc408fb139a0b", "56ea8d2fd2720b7c698b4570"], + "CreditsPrice": 17945, + "Description": "handguard_ar15_alexander_arms_mk10_rifle_lenght", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ar15_alexander_arms_mk10_rifle_lenght", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar15_alexander_arms_mk10_rifle_lenght.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ar15_alexander_arms_mk10_rifle_lenght", + "SightingRange": 0, + "Slots": [{ + "_id": "5b2cfa535acfc432ff4db7a4", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5b2cfa535acfc432ff4db7a0", + "_props": { + "filters": [{ + "Filter": ["5b30bc285acfc47a8608615d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b30bef35acfc432ff4db7fb", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5b2cfa535acfc432ff4db7a0", + "_props": { + "filters": [{ + "Filter": ["5b30bc165acfc40016387293"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b30c0265acfc40016387298", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5b2cfa535acfc432ff4db7a0", + "_props": { + "filters": [{ + "Filter": ["5b30bc165acfc40016387293"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.38, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5b30ac585acfc433000eb79c": { + "_id": "5b30ac585acfc433000eb79c", + "_name": "pistolgrip_ak_magpul_moe_ak", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7356, + "Description": "pistolgrip_ak_magpul_moe_ak", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 12, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ak_magpul_moe_ak", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ak_magpul_moe_ak.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ak_magpul_moe_ak", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "5649ade84bdc2d1b2b8b4587", + "_type": "Item" + }, + "5b30b0dc5acfc400153b7124": { + "_id": "5b30b0dc5acfc400153b7124", + "_name": "scope_all_holosun_hs401g5", + "_parent": "55818ad54bdc2ddc698b4569", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.7, 0.7]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 14896, + "CustomAimPlane": "", + "Description": "scope_all_holosun_hs401g5", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [2], + "Name": "scope_all_holosun_hs401g5", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_all_holosun_hs401g5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_all_holosun_hs401g5", + "SightModesCount": 2, + "SightingRange": 300, + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.36, + "Width": 1, + "Zooms": [[1, 1]], + "aimingSensitivity": 0.6, + "sightModType": "reflex" + }, + "_proto": "558022b54bdc2dac148b458d", + "_type": "Item" + }, + "5b30bc165acfc40016387293": { + "_id": "5b30bc165acfc40016387293", + "_name": "mount_mk10_alexander_arms_3_inch_rail_section", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1725, + "Description": "mount_mk10_alexander_arms_3_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_mk10_alexander_arms_3_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_mk10_alexander_arms_3_inch_rail_section.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_mk10_alexander_arms_3_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5b30bc165acfc40016387295", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5b30bc165acfc40016387293", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.022, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5b30bc285acfc47a8608615d": { + "_id": "5b30bc285acfc47a8608615d", + "_name": "mount_mk10_alexander_arms_10_inch_rail_section", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2579, + "Description": "mount_mk10_alexander_arms_10_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_mk10_alexander_arms_10_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_mk10_alexander_arms_10_inch_rail_section.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_mk10_alexander_arms_10_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5b30bc285acfc47a8608615f", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5b30bc285acfc47a8608615d", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5a7dbfc1159bd40016548fde", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b30bda35acfc40dc5295771", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5b30bc285acfc47a8608615d", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.09, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5b31163c5acfc400153b71cb": { + "_id": "5b31163c5acfc400153b71cb", + "_name": "mount_all_sig_romeo_4_base_weaver", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1861, + "Description": "mount_all_sig_romeo_4_base_weaver", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_all_sig_romeo_4_base_weaver", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_all_sig_romeo_4_base_weaver.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_all_sig_romeo_4_base_weaver", + "SightingRange": 0, + "Slots": [{ + "_id": "5b31163c5acfc400153b71cd", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5b31163c5acfc400153b71cb", + "_props": { + "filters": [{ + "Filter": ["58d399e486f77442e0016fe7", "5b3116595acfc40019476364"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.015, + "Width": 1 + }, + "_proto": "5649a2464bdc2d91118b45a8", + "_type": "Item" + }, + "5b3116595acfc40019476364": { + "_id": "5b3116595acfc40019476364", + "_name": "scope_base_sig_romeo_4", + "_parent": "55818acf4bdc2dde698b456b", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.7]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25, 50, 100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 21305, + "CustomAimPlane": "", + "Description": "scope_base_sig_romeo_4", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_base_sig_romeo_4", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25, 50, 100], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_base_sig_romeo_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_base_sig_romeo_4", + "SightModesCount": 1, + "SightingRange": 150, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.089, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.6, + "sightModType": "reflex" + }, + "_proto": "544a39de4bdc2d24388b4567", + "_type": "Item" + }, + "5b363dd25acfc4001a598fd2": { + "_id": "5b363dd25acfc4001a598fd2", + "_name": "silencer_base_silencerco_salvo_12g", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 7, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a78832ec5856700155a6ca3", "5882163224597757561aa920", "56deeefcd2720bc8328b4568"], + "CreditsPrice": 35650, + "Description": "silencer_base_silencerco_salvo_12g", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.75, + "EffectiveDistance": 0, + "Ergonomics": -28, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -27, + "MergesWithChildren": true, + "Name": "silencer_base_silencerco_salvo_12g", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_base_silencerco_salvo_12g.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -18, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_base_silencerco_salvo_12g", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.75, + "Weight": 0.97, + "Width": 2, + "muzzleModType": "pms" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "5b363dea5acfc4771e1c5e7e": { + "_id": "5b363dea5acfc4771e1c5e7e", + "_name": "muzzle_12g_silencerco_salvo_adaper_12g", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 800, + "Description": "muzzle_12g_silencerco_salvo_adaper_12g", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_12g_silencerco_salvo_adaper_12g", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_12g_silencerco_salvo_adaper_12g.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_12g_silencerco_salvo_adaper_12g", + "SightingRange": 0, + "Slots": [{ + "_id": "5b3642985acfc40017548632", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5b363dea5acfc4771e1c5e7e", + "_props": { + "filters": [{ + "Filter": ["5b363dd25acfc4001a598fd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.25, + "Weight": 0.13, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "5580239d4bdc2de7118b4583", + "_type": "Item" + }, + "5b363e1b5acfc4771e1c5e80": { + "_id": "5b363e1b5acfc4771e1c5e80", + "_name": "muzzle_saiga12_silencerco_salvo_adaper_12g", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 800, + "Description": "muzzle_saiga12_silencerco_salvo_adaper_12g", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_saiga12_silencerco_salvo_adaper_12g", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_saiga12_silencerco_salvo_adaper_12g.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_saiga12_silencerco_salvo_adaper_12g", + "SightingRange": 0, + "Slots": [{ + "_id": "5b3642db5acfc400153b766a", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5b363e1b5acfc4771e1c5e80", + "_props": { + "filters": [{ + "Filter": ["5b363dd25acfc4001a598fd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.25, + "Weight": 0.11, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "5580239d4bdc2de7118b4583", + "_type": "Item" + }, + "5b39f8db5acfc40016387a1b": { + "_id": "5b39f8db5acfc40016387a1b", + "_name": "stock_ar15_vltor_emod", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8889, + "Description": "stock_ar15_vltor_emod", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_vltor_emod", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_vltor_emod.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -31, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_vltor_emod", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.39, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5b39ffbd5acfc47a8773fb06": { + "_id": "5b39ffbd5acfc47a8773fb06", + "_name": "pistolgrip_p226_hogue_p226_rubber_w_grooves", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3100, + "Description": "pistolgrip_p226_hogue_p226_rubber_w_grooves", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_p226_hogue_p226_rubber_w_grooves", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_p226_hogue_p226_rubber_w_grooves.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_p226_hogue_p226_rubber_w_grooves", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "5b3a08b25acfc4001754880c": { + "_id": "5b3a08b25acfc4001754880c", + "_name": "mount_p226_sig_sauer_bridge_mount", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3811, + "Description": "mount_p226_sig_sauer_bridge_mount", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_p226_sig_sauer_bridge_mount", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_p226_sig_sauer_bridge_mount.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_p226_sig_sauer_bridge_mount", + "SightingRange": 0, + "Slots": [{ + "_id": "5b3a08b25acfc4001754880e", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5b3a08b25acfc4001754880c", + "_props": { + "filters": [{ + "Filter": ["57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b3a08b25acfc4001754880f", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5b3a08b25acfc4001754880c", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.12, + "Width": 1 + }, + "_proto": "5649a2464bdc2d91118b45a8", + "_type": "Item" + }, + "5b3a16655acfc40016387a2a": { + "_id": "5b3a16655acfc40016387a2a", + "_name": "muzzle_all_yankee_hill_anihilator_flash_hider_multi", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7848, + "Description": "muzzle_all_yankee_hill_anihilator_flash_hider_multi", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 34, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_all_yankee_hill_anihilator_flash_hider_multi", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_all_yankee_hill_anihilator_flash_hider_multi.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_all_yankee_hill_anihilator_flash_hider_multi", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.4, + "Weight": 0.128, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "5649aa744bdc2ded0b8b457e", + "_type": "Item" + }, + "5b3a337e5acfc4704b4a19a0": { + "_id": "5b3a337e5acfc4704b4a19a0", + "_name": "tactical_all_zenit_2u_kleh", + "_parent": "55818b164bdc2ddc698b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 11399, + "Description": "tactical_all_zenit_2u_kleh", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 23, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": 1, + "Name": "tactical_all_zenit_2u_kleh", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_all_zenit_2u_kleh.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "tactical_all_zenit_2u_kleh", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.259, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5b3b6dc75acfc47a8773fb1e": { + "_id": "5b3b6dc75acfc47a8773fb1e", + "_name": "mount_all_armasight_un_nv_ir_qd_mount", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2518, + "Description": "mount_all_armasight_un_nv_ir_qd_mount", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_all_trijicon_rm33mount_all_armasight_un_nv_ir_qd_mount", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_all_armasight_un_nv_ir_qd_mount.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_all_armasight_un_nv_ir_qd_mount", + "SightingRange": 0, + "Slots": [{ + "_id": "5b3b6dc75acfc47a8773fb20", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5b3b6dc75acfc47a8773fb1e", + "_props": { + "filters": [{ + "Filter": ["5b3b6e495acfc4330140bd88"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.017, + "Width": 1 + }, + "_proto": "5649a2464bdc2d91118b45a8", + "_type": "Item" + }, + "5b3b6e495acfc4330140bd88": { + "_id": "5b3b6e495acfc4330140bd88", + "_name": "scope_base_armasight_vulcan_gen3_bravo_mg_3,5x", + "_parent": "55818aeb4bdc2ddc698b456a", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.2429]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 46950, + "CustomAimPlane": "", + "Description": "scope_base_armasight_vulcan_gen3_bravo_mg_3,5x", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -15, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_base_armasight_vulcan_gen3_bravo_mg_3,5x", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_base_armasight_vulcan_gen3_bravo_mg_3,5x.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_base_armasight_vulcan_gen3_bravo_mg_3,5x", + "SightModesCount": 1, + "SightingRange": 500, + "Slots": [{ + "_id": "5b3b7b205acfc4001638810b", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5b3b6e495acfc4330140bd88", + "_props": { + "filters": [{ + "Filter": ["57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b3cbcaf5acfc400194776a3", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5b3b6e495acfc4330140bd88", + "_props": { + "filters": [{ + "Filter": ["5b3cbc235acfc4001863ac44"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.9, + "Width": 2, + "Zooms": [[3.5]], + "aimingSensitivity": 0.45, + "sightModType": "optic" + }, + "_proto": "5a1eaa87fcdbcb001865f75e", + "_type": "Item" + }, + "5b3b713c5acfc4330140bd8d": { + "_id": "5b3b713c5acfc4330140bd8d", + "_name": "weapon_toz_tt_762x25tt_gold", + "_parent": "5447b5cf4bdc2d65278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.026, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.025, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0, + "Chambers": [{ + "_id": "5b3b713c5acfc4330140bd92", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5b3b713c5acfc4330140bd8d", + "_props": { + "filters": [{ + "Filter": ["5735ff5c245977640e39ba7e", "573601b42459776410737435", "573602322459776445391df1", "5736026a245977644601dc61", "573603562459776430731618", "573603c924597764442bd9cb", "5735fdcd2459776445391d61"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 5, + "CoolFactor": 1, + "CreditsPrice": 23185, + "Description": "tt", + "DeviationCurve": 5, + "DeviationMax": 17, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 70, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_pistol", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "tt", + "NotShownInSlot": false, + "OperatingResource": 2300, + "Prefab": { + "path": "assets/content/weapons/tt/weapon_toz_tt_gold_762x25tt_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.44, + "z": -0.005 + }, + "RecoilForceBack": 325, + "RecoilForceUp": 650, + "RecolDispersion": 10, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 93, + "RepairSpeed": 3, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.45, + "z": -0.05 + }, + "SendToClient": false, + "ShortName": "tt", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5b3b713c5acfc4330140bd8f", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5b3b713c5acfc4330140bd8d", + "_props": { + "filters": [{ + "Filter": ["571a26d524597720680fbe8a", "571a279b24597720b4066566", "5b3baf8f5acfc40dc5296692"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5b3b713c5acfc4330140bd90", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5b3b713c5acfc4330140bd8d", + "_props": { + "filters": [{ + "Filter": ["5c0684e50db834002a12585a", "5bffcf7a0db83400232fea79", "5c079ec50db834001966a706", "5b3cadf35acfc400194776a0", "571a282c2459771fb2755a69"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5b3b713c5acfc4330140bd91", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5b3b713c5acfc4330140bd8d", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["571a29dc2459771fb2755a6a"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5bffd90b0db83400232feb13", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5b3b713c5acfc4330140bd8d", + "_props": { + "filters": [{ + "Filter": ["5bffd7ed0db834001d23ebf9"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c07a00c0db834001966a79e", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5b3b713c5acfc4330140bd8d", + "_props": { + "filters": [{ + "Filter": ["5c079ed60db834001a66b372"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.664, + "Width": 2, + "ammoCaliber": "Caliber762x25TT", + "bEffDist": 50, + "bFirerate": 30, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5736026a245977644601dc61", + "defMagType": "571a29dc2459771fb2755a6a", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 10, + "weapClass": "pistol", + "weapFireType": ["single"], + "weapUseType": "secondary" + }, + "_proto": "56d59856d2720bd8418b456a", + "_type": "Item" + }, + "5b3b99265acfc4704b4a1afb": { + "_id": "5b3b99265acfc4704b4a1afb", + "_name": "mount_all_nightforce_x_treme_duty_ultralite_30mm", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6012, + "Description": "mount_all_nightforce_x_treme_duty_ultralite_one_piece_magmount_34mm", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_all_nightforce_x_treme_duty_ultralite_one_piece_magmount_34mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_all_nightforce_x_treme_duty_ultralite_30mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_all_nightforce_x_treme_duty_ultralite_one_piece_magmount_34mm", + "SightingRange": 0, + "Slots": [{ + "_id": "5b3b99265acfc4704b4a1afd", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5b3b99265acfc4704b4a1afb", + "_props": { + "filters": [{ + "Filter": ["5b2388675acfc4771e1be0be", "5b3b99475acfc432ff4dcbee", "5a37cb10c4a282329a73b4e7", "57c5ac0824597754771e88a9"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.19, + "Width": 2 + }, + "_proto": "577d128124597739d65d0e56", + "_type": "Item" + }, + "5b3b99475acfc432ff4dcbee": { + "_id": "5b3b99475acfc432ff4dcbee", + "_name": "scope_30mm_eotech_vudu_1_6x24", + "_parent": "55818ae44bdc2dde698b456c", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.1, 0.6]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200, 250, 300]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "5c7d55f52e221644f31bff6a"], + "CreditsPrice": 44344, + "CustomAimPlane": "", + "Description": "scope_30mm_eotech_vudu_1_6x24", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [2], + "Name": "scope_30mm_eotech_vudu_1_6x24", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200, 250, 300], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_30mm_eotech_vudu_1_6x24.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_30mm_eotech_vudu_1_6x24", + "SightModesCount": 2, + "SightingRange": 1500, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.57, + "Width": 2, + "Zooms": [[6, 1]], + "aimingSensitivity": 0.12, + "sightModType": "optic" + }, + "_proto": "56ea70acd2720b844b8b4594", + "_type": "Item" + }, + "5b3baf8f5acfc40dc5296692": { + "_id": "5b3baf8f5acfc40dc5296692", + "_name": "barrel_tt_gold_116mm_762x25tt_std", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.35, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9386, + "Description": "Штатный ствол для пистолета ТТ.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "золотой Ствол 116мм для ТТ 7.62х25 ТТ", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_tt_gold_116mm_762x25tt_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "116мм ТТ 7.62х25 ТТ", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -2.32, + "Weight": 0.06, + "Width": 1 + }, + "_proto": "56d5a1f7d2720bb3418b456a", + "_type": "Item" + }, + "5b3cadf35acfc400194776a0": { + "_id": "5b3cadf35acfc400194776a0", + "_name": "pistolgrip_tt_toz_tt_gold", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 14159, + "Description": "Штатные щечки для пистолета ТТ послевоенного выпуска.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Блатные щечки для ТТ", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_tt_toz_tt_gold.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Щеч. ТТ", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 25, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "571659bb2459771fb2755a12", + "_type": "Item" + }, + "5b3cbc235acfc4001863ac44": { + "_id": "5b3cbc235acfc4001863ac44", + "_name": "tactical_vulcan_armasight_eyecup", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 704, + "Description": "tactical_vulcan_armasight_eyecup", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "tactical_vulcan_armasight_eyecup", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_vulcan_armasight_eyecup.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0.04, + "ShortName": "tactical_vulcan_armasight_eyecup", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.005, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5b3f15d486f77432d0509248": { + "_id": "5b3f15d486f77432d0509248", + "_name": "ArmBand", + "_parent": "543be5f84bdc2dd4348b456a", + "_props": {}, + "_type": "Node" + }, + "5b3f16c486f7747c327f55f7": { + "_id": "5b3f16c486f7747c327f55f7", + "_name": "armband_white", + "_parent": "5b3f15d486f77432d0509248", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 729, + "Description": "ArmBand_white", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "ArmBand_white", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armband/item_equipment_armband_white.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ArmBand_white", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": true, + "UnlootableFromSide": ["Bear", "Usec", "Savage"], + "UnlootableFromSlot": "ArmBand", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1 + }, + "_type": "Item" + }, + "5b3f3ade86f7746b6b790d8e": { + "_id": "5b3f3ade86f7746b6b790d8e", + "_name": "armband_red", + "_parent": "5b3f15d486f77432d0509248", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 894, + "Description": "armband_red", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "armband_red", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armband/item_equipment_armband_red.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "armband_red", + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": true, + "UnlootableFromSide": ["Bear", "Usec", "Savage"], + "UnlootableFromSlot": "ArmBand", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1 + }, + "_type": "Item" + }, + "5b3f3af486f774679e752c1f": { + "_id": "5b3f3af486f774679e752c1f", + "_name": "armband_blue", + "_parent": "5b3f15d486f77432d0509248", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 573, + "Description": "armband_blue", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "armband_blue", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armband/item_equipment_armband_blue.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "armband_blue", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": true, + "UnlootableFromSide": ["Bear", "Usec", "Savage"], + "UnlootableFromSlot": "ArmBand", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1 + }, + "_type": "Item" + }, + "5b3f3b0186f774021a2afef7": { + "_id": "5b3f3b0186f774021a2afef7", + "_name": "armband_green", + "_parent": "5b3f15d486f77432d0509248", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 527, + "Description": "armband_green", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "armband_green", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armband/item_equipment_armband_green.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "armband_green", + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": true, + "UnlootableFromSide": ["Bear", "Usec", "Savage"], + "UnlootableFromSlot": "ArmBand", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1 + }, + "_type": "Item" + }, + "5b3f3b0e86f7746752107cda": { + "_id": "5b3f3b0e86f7746752107cda", + "_name": "armband_yellow", + "_parent": "5b3f15d486f77432d0509248", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 534, + "Description": "armband_yellow", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "armband_yellow", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armband/item_equipment_armband_yellow.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "armband_yellow", + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": true, + "UnlootableFromSide": ["Bear", "Usec", "Savage"], + "UnlootableFromSlot": "ArmBand", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1 + }, + "_type": "Item" + }, + "5b3f7bf05acfc433000ecf6b": { + "_id": "5b3f7bf05acfc433000ecf6b", + "_name": "mount_mosin_kochetov_mount", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1259, + "Description": "mount_acog_trijicon_rm35", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_acog_trijicon_rm35", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_mosin_kochetov_mount.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_acog_trijicon_rm35", + "SightingRange": 0, + "Slots": [{ + "_id": "5b3f7da55acfc4330140c249", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5b3f7bf05acfc433000ecf6b", + "_props": { + "filters": [{ + "Filter": ["5d024f5cd7ad1a04a067e91a", "5b3f7c005acfc4704b4a1de8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.02, + "Width": 1 + }, + "_proto": "5649a2464bdc2d91118b45a8", + "_type": "Item" + }, + "5b3f7c005acfc4704b4a1de8": { + "_id": "5b3f7c005acfc4704b4a1de8", + "_name": "mount_kochetov_progress_pu_base", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1105, + "Description": "mount_acog_trijicon_rm35", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_acog_trijicon_rm35", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_kochetov_progress_pu_base.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_acog_trijicon_rm35", + "SightingRange": 0, + "Slots": [{ + "_id": "5b3f7c005acfc4704b4a1dea", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5b3f7c005acfc4704b4a1de8", + "_props": { + "filters": [{ + "Filter": ["5b3f7c1c5acfc40dc5296b1d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.02, + "Width": 1 + }, + "_proto": "5649a2464bdc2d91118b45a8", + "_type": "Item" + }, + "5b3f7c1c5acfc40dc5296b1d": { + "_id": "5b3f7c1c5acfc40dc5296b1d", + "_name": "scope_base_progress_pu_3,5x", + "_parent": "55818ae44bdc2dde698b456c", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.2429]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200, 250, 300]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5894a73486f77426d259076c", "5894a81786f77427140b8347"], + "CreditsPrice": 12335, + "CustomAimPlane": "", + "Description": "scope_base_progress_pu_3,5x", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_30mm_eotech_vudu_1_6x24scope_base_progress_pu_3,5x", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200, 250, 300], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_base_progress_pu_3,5x.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_30mm_eotech_vudu_1_6x24scope_base_progress_pu_3,5x", + "SightModesCount": 1, + "SightingRange": 500, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.4, + "Width": 1, + "Zooms": [[3.5]], + "aimingSensitivity": 0.3, + "sightModType": "optic" + }, + "_proto": "56ea70acd2720b844b8b4594", + "_type": "Item" + }, + "5b40e1525acfc4771e1c6611": { + "_id": "5b40e1525acfc4771e1c6611", + "_name": "item_equipment_helmet_ULACH_black", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.156, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 77984, + "DeafStrength": "Low", + "Description": "item_equipment_helmet_ULACH_black", + "DiscardingBlock": false, + "Durability": 38, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 38, + "MergesWithChildren": false, + "Name": "item_equipment_helmet_ULACH_black", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_ulach/item_equipment_helmet_ulach_black.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 531, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.4, + "z": 75 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_ULACH_black", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.9, + "Width": 2, + "armorClass": "4", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape", "Ears"], + "mousePenalty": -10, + "speedPenaltyPercent": -2, + "weaponErgonomicPenalty": -4 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5b40e2bc5acfc40016388216": { + "_id": "5b40e2bc5acfc40016388216", + "_name": "item_equipment_helmet_ULACH_coyote", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.156, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 72546, + "DeafStrength": "Low", + "Description": "item_equipment_helmet_ULACH_green", + "DiscardingBlock": false, + "Durability": 38, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 38, + "MergesWithChildren": false, + "Name": "item_equipment_helmet_ULACH_green", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_ulach/item_equipment_helmet_ulach_coyote.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 531, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.4, + "z": 75 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_ULACH_green", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.9, + "Width": 2, + "armorClass": "4", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape", "Ears"], + "mousePenalty": -10, + "speedPenaltyPercent": -2, + "weaponErgonomicPenalty": -4 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5b40e3f35acfc40016388218": { + "_id": "5b40e3f35acfc40016388218", + "_name": "item_equipment_helmet_ACHHC_black", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.156, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 55170, + "DeafStrength": "None", + "Description": "item_equipment_helmet_ACHHC_black", + "DiscardingBlock": false, + "Durability": 30, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 30, + "MergesWithChildren": false, + "Name": "item_equipment_helmet_ACHHC_black", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_achhc/item_equipment_helmet_achhc_black.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 531, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.4, + "z": 75 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_ACHHC_black", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.5, + "Width": 2, + "armorClass": "4", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape"], + "mousePenalty": -7, + "speedPenaltyPercent": -2, + "weaponErgonomicPenalty": -2 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5b40e4035acfc47a87740943": { + "_id": "5b40e4035acfc47a87740943", + "_name": "item_equipment_helmet_ACHHC_green", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.156, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 52577, + "DeafStrength": "None", + "Description": "item_equipment_helmet_ACHHC_green", + "DiscardingBlock": false, + "Durability": 30, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 30, + "MergesWithChildren": false, + "Name": "item_equipment_helmet_ACHHC_green", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_achhc/item_equipment_helmet_achhc_green.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 531, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.4, + "z": 75 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_ACHHC_green", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.5, + "Width": 2, + "armorClass": "4", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape"], + "mousePenalty": -7, + "speedPenaltyPercent": -2, + "weaponErgonomicPenalty": -2 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5b40e5e25acfc4001a599bea": { + "_id": "5b40e5e25acfc4001a599bea", + "_name": "item_equipment_head_bear_black", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1827, + "DeafStrength": "None", + "Description": "cap_BEAR", + "DiscardingBlock": false, + "Durability": 10, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 10, + "MergesWithChildren": false, + "Name": "cap_BEAR", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_bear/item_equipment_head_bear_black.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "cap_BEAR", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5b40e61f5acfc4001a599bec": { + "_id": "5b40e61f5acfc4001a599bec", + "_name": "item_equipment_head_usec_black", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1732, + "DeafStrength": "None", + "Description": "cap_USEC", + "DiscardingBlock": false, + "Durability": 10, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 10, + "MergesWithChildren": false, + "Name": "cap_USEC", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_usec/item_equipment_head_usec_black.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "cap_USEC", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5b43237186f7742f3a4ab252": { + "_id": "5b43237186f7742f3a4ab252", + "_name": "item_quest_chem_container", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2150, + "Description": "quest_chemcontainer", + "DiscardingBlock": false, + "DogTagQualities": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "quest_chemcontainer", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/item_quest_chemcontainer/item_quest_chemcontainer.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "quest_chemcontainer", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "59e3606886f77417674759a5", + "_type": "Item" + }, + "5b4325355acfc40019478126": { + "_id": "5b4325355acfc40019478126", + "_name": "item_equipment_facecover_shemagh_02", + "_parent": "5a341c4686f77469e155819e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["59e770f986f7742cbe3164ef", "572b7d8524597762b472f9d1", "5aa2b87de5b5b00016327c25", "5aa2a7e8e5b5b00016327c16", "5aa2b89be5b5b0001569311f", "5aa2b8d7e5b5b00014028f4a"], + "CreditsPrice": 4040, + "DeafStrength": "None", + "Description": "shemagh2", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "shemagh2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/facecover_shemagh_02/item_equipment_facecover_shemagh_02.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "shemagh2", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7d8524597762b472f9d1", + "_type": "Item" + }, + "5b4326435acfc433000ed01d": { + "_id": "5b4326435acfc433000ed01d", + "_name": "item_equipment_facecover_redflame", + "_parent": "5a341c4686f77469e155819e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["59e770f986f7742cbe3164ef", "572b7d8524597762b472f9d1", "5aa2b87de5b5b00016327c25", "5aa2a7e8e5b5b00016327c16", "5aa2b89be5b5b0001569311f", "5aa2b8d7e5b5b00014028f4a"], + "CreditsPrice": 5244, + "DeafStrength": "None", + "Description": "Maskred", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "Maskred", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/facecover_redflame/item_equipment_facecover_redflame.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Maskred", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.25, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7fa124597762b472f9d2", + "_type": "Item" + }, + "5b43271c5acfc432ff4dce65": { + "_id": "5b43271c5acfc432ff4dce65", + "_name": "item_equipment_head_bandana", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1995, + "DeafStrength": "None", + "Description": "bandana", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "bandana", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_bandana/item_equipment_head_bandana.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "bandana", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5b4327aa5acfc400175496e0": { + "_id": "5b4327aa5acfc400175496e0", + "_name": "item_equipment_head_panama", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2170, + "DeafStrength": "None", + "Description": "Panama", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "Panama", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_panama/item_equipment_head_panama.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Panama", + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 2, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5b4329075acfc400153b78ff": { + "_id": "5b4329075acfc400153b78ff", + "_name": "item_equipment_head_pompon", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4560, + "DeafStrength": "None", + "Description": "Knitcapred", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "Knitcapred", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_pompon/item_equipment_head_pompon.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Knitcapred", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7f1624597762ae139822", + "_type": "Item" + }, + "5b4329f05acfc47a86086aa1": { + "_id": "5b4329f05acfc47a86086aa1", + "_name": "item_equipment_facecover_devtac", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Aramid", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": true, + "BlocksEyewear": true, + "BlocksFaceCover": true, + "BlocksHeadwear": false, + "BluntThroughput": 0.48, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 164912, + "DeafStrength": "High", + "Description": "devtac", + "DiscardingBlock": false, + "Durability": 60, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 60, + "MergesWithChildren": false, + "Name": "devtac", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/facecover_devtac/item_equipment_facecover_devtac.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 650, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 75 + }, + "SendToClient": false, + "ShortName": "devtac", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.6, + "Width": 2, + "armorClass": "3", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape", "Ears", "Eyes", "Jaws"], + "mousePenalty": -10, + "speedPenaltyPercent": -5, + "weaponErgonomicPenalty": -5 + }, + "_proto": "572b7d8524597762b472f9d1", + "_type": "Item" + }, + "5b432b2f5acfc4771e1c6622": { + "_id": "5b432b2f5acfc4771e1c6622", + "_name": "item_equipment_facecover_shatteredmask", + "_parent": "5a341c4686f77469e155819e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Aramid", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": true, + "BlocksFaceCover": false, + "BlocksHeadwear": true, + "BluntThroughput": 0.2, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 23941, + "DeafStrength": "None", + "Description": "shattered", + "DiscardingBlock": false, + "Durability": 40, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 40, + "MergesWithChildren": false, + "Name": "shattered", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/facecover_shatteredmask/item_equipment_facecover_shatteredmask.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 37, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.4, + "z": 70 + }, + "SendToClient": false, + "ShortName": "shattered", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 2, + "armorClass": "1", + "armorZone": ["Head"], + "headSegments": ["Eyes", "Jaws"], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7d8524597762b472f9d1", + "_type": "Item" + }, + "5b432b6c5acfc4001a599bf0": { + "_id": "5b432b6c5acfc4001a599bf0", + "_name": "item_equipment_facecover_skullmask", + "_parent": "5a341c4686f77469e155819e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": true, + "BlocksFaceCover": false, + "BlocksHeadwear": true, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6211, + "DeafStrength": "None", + "Description": "skullmask", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "skullmask", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/facecover_skullmask/item_equipment_facecover_skullmask.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "skullmask", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.2, + "Width": 2, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7d8524597762b472f9d1", + "_type": "Item" + }, + "5b432b965acfc47a8774094e": { + "_id": "5b432b965acfc47a8774094e", + "_name": "item_equipment_headset_gsh01", + "_parent": "5645bcb74bdc2ded0b8b4578", + "_props": { + "AllowSpawnOnLocations": [], + "AmbientVolume": -1, + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "CompressorAttack": 35, + "CompressorGain": 10, + "CompressorRelease": 255, + "CompressorTreshold": -20, + "CompressorVolume": -3, + "ConflictingItems": [], + "CreditsPrice": 11962, + "CutoffFreq": 175, + "Description": "Headset", + "DiscardingBlock": false, + "Distortion": 0.33, + "DryVolume": -60, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Peltor ComTac 2 headset", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/headset_gsh01/item_equipment_headset_gsh01.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resonance": 4, + "SendToClient": false, + "ShortName": "ComTac2", + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 2 + }, + "_proto": "5645bcc04bdc2d363b8b4572", + "_type": "Item" + }, + "5b432be65acfc433000ed01f": { + "_id": "5b432be65acfc433000ed01f", + "_name": "item_equipment_glasses_6B34", + "_parent": "5448e5724bdc2ddf718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0.1, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2755, + "DeafStrength": "None", + "Description": "Tactical glass 6b", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "Tactical glass 6b", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/glasses_6b34/item_equipment_glasses_6b34.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Tactical glass 6b", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.12, + "Width": 2, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5b432c305acfc40019478128": { + "_id": "5b432c305acfc40019478128", + "_name": "item_equipment_facecover_gasmask_GP5", + "_parent": "5a341c4686f77469e155819e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": true, + "BlocksEyewear": true, + "BlocksFaceCover": true, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["59e770f986f7742cbe3164ef", "572b7d8524597762b472f9d1", "5aa2b87de5b5b00016327c25", "5aa2a7e8e5b5b00016327c16", "5aa2b89be5b5b0001569311f", "5aa2b8d7e5b5b00014028f4a", "5aa2ba46e5b5b000137b758d", "5aa2ba19e5b5b00014028f4e", "5ab8f20c86f7745cdb629fb2", "5aa7e276e5b5b000171d0647", "59e7711e86f7746cae05fbe1", "5a16bb52fcdbcb001a3b00dc", "5b4329f05acfc47a86086aa1", "5b43271c5acfc432ff4dce65", "5b40e5e25acfc4001a599bea", "5bd073c986f7747f627e796c", "5b4327aa5acfc400175496e0", "5b40e61f5acfc4001a599bec", "5c091a4e0db834001d5addc8", "5c0e874186f7745dc7616606", "5c0d2727d174af02a012cf58", "5c08f87c0db8340019124324", "59ef13ca86f77445fd0e2483", "572b7fa124597762b472f9d2"], + "CreditsPrice": 6386, + "DeafStrength": "None", + "Description": "gasmaskgp5", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "gasmaskgp5", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/facecover_gasmask_gp5/item_equipment_facecover_gasmask_gp5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "gasmaskgp5", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.45, + "Width": 2, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7fa124597762b472f9d2", + "_type": "Item" + }, + "5b432d215acfc4771e1c6624": { + "_id": "5b432d215acfc4771e1c6624", + "_name": "item_equipment_helmet_LSHZ", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Aramid", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.18, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 47364, + "DeafStrength": "None", + "Description": "lzsh", + "DiscardingBlock": false, + "Durability": 30, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 30, + "MergesWithChildren": true, + "Name": "lzsh", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_lshz/item_equipment_helmet_lshz.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 418, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.8, + "y": 0.3, + "z": 75 + }, + "SendToClient": false, + "ShortName": "lzsh", + "Slots": [{ + "_id": "5b4747f586f77411870d7074", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment_000", + "_parent": "5b432d215acfc4771e1c6624", + "_props": { + "filters": [{ + "Filter": ["5a16badafcdbcb001865f72d", "5a16b672fcdbcb001912fa83", "5a16b7e1fcdbcb00165aa6c9"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b47480586f7741ee72661ba", + "_mergeSlotWithChildren": false, + "_name": "mod_nvg", + "_parent": "5b432d215acfc4771e1c6624", + "_props": { + "filters": [{ + "Filter": ["5ea058e01dbce517f324b3e2", "5c0558060db834001b735271", "5a16b8a9fcdbcb00165aa6ca"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b47481486f7741eef54418c", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5b432d215acfc4771e1c6624", + "_props": { + "filters": [{ + "Filter": ["5a398b75c4a282000a51a266", "5a398ab9c4a282000c5a9842"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b47482886f7741eef544193", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment_001", + "_parent": "5b432d215acfc4771e1c6624", + "_props": { + "filters": [{ + "Filter": ["5a16b9fffcdbcb0176308b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.95, + "Width": 2, + "armorClass": "3", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape"], + "mousePenalty": -7, + "speedPenaltyPercent": -1, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5b432f3d5acfc4704b4a1dfb": { + "_id": "5b432f3d5acfc4704b4a1dfb", + "_name": "item_equipment_facecover_nomexBalaclava", + "_parent": "5a341c4686f77469e155819e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3211, + "DeafStrength": "None", + "Description": "Balaclavanomex", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "Balaclavanomex", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/facecover_nomexbalaclava/item_equipment_facecover_nomexbalaclava.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Balaclavanomex", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7d8524597762b472f9d1", + "_type": "Item" + }, + "5b4335ba86f7744d2837a264": { + "_id": "5b4335ba86f7744d2837a264", + "_name": "item_barter_medical_bloodset", + "_parent": "57864c8c245977548867e7f1", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9765, + "Description": "bloodset", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 40, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "bloodset", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_medical_bloodset/item_barter_medical_bloodset.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "bloodset", + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.2, + "Width": 1 + }, + "_proto": "544fb3364bdc2d34748b456a", + "_type": "Item" + }, + "5b43575a86f77424f443fe62": { + "_id": "5b43575a86f77424f443fe62", + "_name": "item_quest_fuelconditioner", + "_parent": "57864e4c24597754843f8723", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 60604, + "Description": "fuelconditioner\n", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LootExperience": 50, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "fuelconditioner", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/item_quest_fuelconditioner/item_quest_fuelconditioner.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "fuelconditioner", + "SpawnChance": 14, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.8, + "Width": 1 + }, + "_proto": "590a373286f774287540368b", + "_type": "Item" + }, + "5b4391a586f7745321235ab2": { + "_id": "5b4391a586f7745321235ab2", + "_name": "item_spec_ipcamera", + "_parent": "5447e0e74bdc2d3c308b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 35092, + "Description": "item_spec_ipcamera", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "item_spec_ipcamera", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/item_spec_ipcamera/item_spec_ipcamera.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_spec_ipcamera", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "apResource": 0, + "krResource": 0 + }, + "_proto": "544fb5454bdc2df8738b456a", + "_type": "Item" + }, + "5b44c6ae86f7742d1627baea": { + "_id": "5b44c6ae86f7742d1627baea", + "_name": "item_equipment_backpack_betav2", + "_parent": "5448e53e4bdc2d60728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 46686, + "Description": "beta2", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "GridLayoutName": "", + "Grids": [{ + "_id": "5b44c6ae86f7742d1627baec", + "_name": "main", + "_parent": "5b44c6ae86f7742d1627baea", + "_props": { + "cellsH": 5, + "cellsV": 6, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 5, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_backpack", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "beta2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_betav2/item_equipment_backpack_betav2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "beta2", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.1, + "Width": 5, + "speedPenaltyPercent": -10 + }, + "_proto": "544a5cde4bdc2d39388b456b", + "_type": "Item" + }, + "5b44c8ea86f7742d1627baf1": { + "_id": "5b44c8ea86f7742d1627baf1", + "_name": "item_equipment_rig_commando", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 33669, + "Description": "commando", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5b44c8ea86f7742d1627baf3", + "_name": "1", + "_parent": "5b44c8ea86f7742d1627baf1", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5b44c8ea86f7742d1627baf4", + "_name": "2", + "_parent": "5b44c8ea86f7742d1627baf1", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5b44c8ea86f7742d1627baf5", + "_name": "3", + "_parent": "5b44c8ea86f7742d1627baf1", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5b44c8ea86f7742d1627baf6", + "_name": "4", + "_parent": "5b44c8ea86f7742d1627baf1", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5b44c8ea86f7742d1627baf7", + "_name": "5", + "_parent": "5b44c8ea86f7742d1627baf1", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5b44c8ea86f7742d1627baf8", + "_name": "6", + "_parent": "5b44c8ea86f7742d1627baf1", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5b44c8ea86f7742d1627baf9", + "_name": "7", + "_parent": "5b44c8ea86f7742d1627baf1", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5b44c8ea86f7742d1627bafa", + "_name": "8", + "_parent": "5b44c8ea86f7742d1627baf1", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "commando", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_commando/item_equipment_rig_commando.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RigLayoutName": "Commando", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "commando", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.35, + "Width": 4, + "armorClass": 0, + "armorZone": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "5b44cad286f77402a54ae7e5": { + "_id": "5b44cad286f77402a54ae7e5", + "_name": "item_equipment_rig_carrierTactec", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": true, + "BluntThroughput": 0.195, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 91000, + "Description": "tactec", + "DiscardingBlock": false, + "Durability": 50, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5b44cad286f77402a54ae7e7", + "_name": "1", + "_parent": "5b44cad286f77402a54ae7e5", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5b44cad286f77402a54ae7e8", + "_name": "2", + "_parent": "5b44cad286f77402a54ae7e5", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5b44cad286f77402a54ae7e9", + "_name": "3", + "_parent": "5b44cad286f77402a54ae7e5", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5b44cad286f77402a54ae7ea", + "_name": "4", + "_parent": "5b44cad286f77402a54ae7e5", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5b44cad286f77402a54ae7eb", + "_name": "5", + "_parent": "5b44cad286f77402a54ae7e5", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5b44cad286f77402a54ae7ec", + "_name": "6", + "_parent": "5b44cad286f77402a54ae7e5", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5b44cad286f77402a54ae7ed", + "_name": "7", + "_parent": "5b44cad286f77402a54ae7e5", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5b44cad286f77402a54ae7ee", + "_name": "8", + "_parent": "5b44cad286f77402a54ae7e5", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5b44cad286f77402a54ae7ef", + "_name": "9", + "_parent": "5b44cad286f77402a54ae7e5", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5b44e5e486f774651b4aa1a5", + "_name": "10", + "_parent": "5b44cad286f77402a54ae7e5", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5b44e5e786f774660552c743", + "_name": "11", + "_parent": "5b44cad286f77402a54ae7e5", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5b44e5eb86f77435d101a242", + "_name": "12", + "_parent": "5b44cad286f77402a54ae7e5", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 4, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 50, + "MergesWithChildren": false, + "Name": "tactec", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_carriertactec/item_equipment_rig_carriertactec.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 850, + "RepairSpeed": 0, + "RigLayoutName": "Carrier Tactec", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "tactec", + "Slots": [], + "SpawnChance": 0.1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 9.5, + "Width": 4, + "armorClass": 5, + "armorZone": ["Chest"], + "mousePenalty": -3, + "speedPenaltyPercent": -7, + "weaponErgonomicPenalty": -3 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "5b44cd8b86f774503d30cba2": { + "_id": "5b44cd8b86f774503d30cba2", + "_name": "item_equipment_armor_iotv", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Titan", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.264, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 198796, + "DeafStrength": "None", + "Description": "iotv_full", + "DiscardingBlock": false, + "Durability": 95, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 4, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 95, + "MergesWithChildren": false, + "Name": "iotv_full", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_iotv/item_equipment_armor_iotv.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 1600, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "iotv_full", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 17, + "Width": 4, + "armorClass": "5", + "armorZone": ["LeftArm", "RightArm", "Chest", "Stomach"], + "headSegments": [], + "mousePenalty": -19, + "speedPenaltyPercent": -24, + "weaponErgonomicPenalty": -22 + }, + "_proto": "545cdb794bdc2d3a198b456a", + "_type": "Item" + }, + "5b44cf1486f77431723e3d05": { + "_id": "5b44cf1486f77431723e3d05", + "_name": "item_equipment_armor_iotv_1", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Titan", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.264, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 137002, + "DeafStrength": "None", + "Description": "iotv_assault", + "DiscardingBlock": false, + "Durability": 75, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 3, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 75, + "MergesWithChildren": false, + "Name": "iotv_assault", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_iotv_1/item_equipment_armor_iotv_1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 1600, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "iotv_assault", + "Slots": [], + "SpawnChance": 0.1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 15, + "Width": 4, + "armorClass": "5", + "armorZone": ["LeftArm", "RightArm", "Chest", "Stomach"], + "headSegments": [], + "mousePenalty": -14, + "speedPenaltyPercent": -20, + "weaponErgonomicPenalty": -14 + }, + "_proto": "545cdb794bdc2d3a198b456a", + "_type": "Item" + }, + "5b44d0de86f774503d30cba8": { + "_id": "5b44d0de86f774503d30cba8", + "_name": "item_equipment_armor_iotv_2", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Titan", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.264, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 118774, + "DeafStrength": "None", + "Description": "iotv_mob", + "DiscardingBlock": false, + "Durability": 65, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 4, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 65, + "MergesWithChildren": false, + "Name": "iotv_mob", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_iotv_2/item_equipment_armor_iotv_2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 1600, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "iotv_mob", + "Slots": [], + "SpawnChance": 0.1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 13, + "Width": 3, + "armorClass": "5", + "armorZone": ["Chest", "Stomach"], + "headSegments": [], + "mousePenalty": -17, + "speedPenaltyPercent": -11, + "weaponErgonomicPenalty": -12 + }, + "_proto": "545cdb794bdc2d3a198b456a", + "_type": "Item" + }, + "5b44d22286f774172b0c9de8": { + "_id": "5b44d22286f774172b0c9de8", + "_name": "item_equipment_armor_kirasa", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.288, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 48463, + "DeafStrength": "None", + "Description": "kirasa", + "DiscardingBlock": false, + "Durability": 70, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 3, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 70, + "MergesWithChildren": false, + "Name": "kirasa", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_kirasa/item_equipment_armor_kirasa.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 437, + "RepairSpeed": 8, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "kirasa", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 4.1, + "Width": 3, + "armorClass": "3", + "armorZone": ["Chest", "Stomach"], + "headSegments": [], + "mousePenalty": -5, + "speedPenaltyPercent": -8, + "weaponErgonomicPenalty": -6 + }, + "_proto": "545cdb794bdc2d3a198b456a", + "_type": "Item" + }, + "5b46238386f7741a693bcf9c": { + "_id": "5b46238386f7741a693bcf9c", + "_name": "item_equipment_helmet_kiverm_shield", + "_parent": "57bef4c42459772e8d35a53b", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Glass", + "BackgroundColor": "default", + "BlindnessProtection": 0.1, + "BlocksEarpiece": false, + "BlocksEyewear": true, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.15, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 20056, + "DeafStrength": "None", + "Description": "kiver_faceshield", + "DiscardingBlock": false, + "Durability": 40, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": true, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": true, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaterialType": "GlassVisor", + "MaxDurability": 40, + "MergesWithChildren": false, + "Name": "kiver_faceshield", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_kiverm_shield/item_equipment_helmet_kiverm_shield.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 150, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0.7, + "y": 0.4, + "z": 55 + }, + "SendToClient": false, + "ShortName": "kiver_faceshield", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.2, + "Width": 2, + "armorClass": "3", + "armorZone": ["Head"], + "headSegments": ["Eyes", "Jaws"], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": -7 + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5b4736a986f774040571e998": { + "_id": "5b4736a986f774040571e998", + "_name": "mount_qars_troy_qars_3,2_inch_rail_section", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1676, + "Description": "mount_qars_troy_qars_3,2_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_qars_troy_qars_3,2_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_qars_troy_qars_3,2_inch_rail_section.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_qars_troy_qars_3,2_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5b4736a986f774040571e99a", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5b4736a986f774040571e998", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.045, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5b4736b986f77405cb415c10": { + "_id": "5b4736b986f77405cb415c10", + "_name": "mount_qars_troy_qars_4,2_inch_rail_section", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2109, + "Description": "mount_qars_troy_qars_4,2_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_qars_troy_qars_4,2_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_qars_troy_qars_4,2_inch_rail_section.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_qars_troy_qars_4,2_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5b4736b986f77405cb415c12", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5b4736b986f77405cb415c10", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.065, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5b4c72b386f7745b453af9c0": { + "_id": "5b4c72b386f7745b453af9c0", + "_name": "item_barter_electr_controller2", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4500, + "Description": "controller", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "smallmetal", + "LootExperience": 30, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "controller", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_controller/item_barter_electr_controller.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "controller", + "SpawnChance": 17, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 2, + "Width": 2 + }, + "_proto": "573477e124597737dd42e191", + "_type": "Item" + }, + "5b4c72c686f77462ac37e907": { + "_id": "5b4c72c686f77462ac37e907", + "_name": "item_barter_electr_controller3", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4500, + "Description": "controller", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "smallmetal", + "LootExperience": 30, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "controller", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_controller/item_barter_electr_controller.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "controller", + "SpawnChance": 17, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 2, + "Width": 2 + }, + "_proto": "573477e124597737dd42e191", + "_type": "Item" + }, + "5b4c72fb86f7745cef1cffc5": { + "_id": "5b4c72fb86f7745cef1cffc5", + "_name": "item_barter_electr_gyroscope2", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5000, + "Description": "gyroscope", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 35, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "gyroscope", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_gyroscope/item_barter_electr_gyroscope.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "gyroscope", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1 + }, + "_proto": "57347c93245977448d35f6e3", + "_type": "Item" + }, + "5b4c81a086f77417d26be63f": { + "_id": "5b4c81a086f77417d26be63f", + "_name": "item_quest_chem_container2", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2150, + "Description": "quest_chemcontainer", + "DiscardingBlock": false, + "DogTagQualities": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "quest_chemcontainer", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/item_quest_chemcontainer/item_quest_chemcontainer.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "quest_chemcontainer", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "59e3606886f77417674759a5", + "_type": "Item" + }, + "5b4c81bd86f77418a75ae159": { + "_id": "5b4c81bd86f77418a75ae159", + "_name": "item_quest_chem_container3", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2150, + "Description": "quest_chemcontainer", + "DiscardingBlock": false, + "DogTagQualities": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "quest_chemcontainer", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/item_quest_chemcontainer/item_quest_chemcontainer.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "quest_chemcontainer", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "59e3606886f77417674759a5", + "_type": "Item" + }, + "5b6d9ce188a4501afc1b2b25": { + "_id": "5b6d9ce188a4501afc1b2b25", + "_name": "item_container_weaponcase_THICC", + "_parent": "5795f317245977243854e041", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1350000, + "Description": "Weaponcase thicc", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5b6d9ce188a4501afc1b2b27", + "_name": "main", + "_parent": "5b6d9ce188a4501afc1b2b25", + "_props": { + "cellsH": 6, + "cellsV": 15, + "filters": [{ + "ExcludedFilter": [], + "Filter": ["5448fe124bdc2da5018b4567", "5422acb9af1c889c16000029", "5485a8684bdc2da71d8b4567", "543be5cb4bdc2deb348b4568"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 2, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_plastic", + "LootExperience": 30, + "MergesWithChildren": false, + "Name": "Weaponcase thicc", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/containers/item_container_weapon_thicc/item_container_weapon_thicc.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Weaponcase thicc", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TagColor": 0, + "TagName": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 18, + "Width": 5 + }, + "_proto": "577e1c9d2459773cd707c525", + "_type": "Item" + }, + "5b7be1125acfc4001876c0e5": { + "_id": "5b7be1125acfc4001876c0e5", + "_name": "barrel_sa58_ds_arms_medium_contour_406mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 5, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.046, + "ChangePriceCoef": 1, + "ConflictingItems": ["5b7be2345acfc400196d524a", "5b7bebc85acfc43bca706666", "5b7d671b5acfc43d82528ddd", "5b7bed205acfc400161d08cc", "5b7bedd75acfc43d825283f9", "5b7be1ca5acfc400170e2d2f"], + "CreditsPrice": 27397, + "Description": "barrel_sa58_ds_arms_medium_contour_280mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -18, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_sa58_ds_arms_medium_contour_280mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_sa58_ds_arms_medium_contour_406mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -6, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_sa58_ds_arms_medium_contour_280mm", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5b7be1125acfc4001876c0e7", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5b7be1125acfc4001876c0e5", + "_props": { + "filters": [{ + "Filter": ["5b7d693d5acfc43bca706a3d", "5a34fd2bc4a282329a73b4c5", "5d1f819086f7744b355c219b", "5dcbe965e4ed22586443a79d", "5d026791d7ad1a04a067ea63", "5dfa3cd1b33c0951220c079b", "5cdd7685d7f00c000f260ed2", "5c878e9d2e2216000f201903", "5d02677ad7ad1a04a15c0f95", "5bbdb8bdd4351e4502011460", "5cdd7693d7f00c0010373aa5", "5d443f8fa4b93678dd4a01aa", "5b7d68af5acfc400170e30c3", "5b099b7d5acfc400186331e4", "5c7954d52e221600106f4cc7", "59bffc1f86f77435b128b872", "5cf78496d7f00c065703d6ca"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -8, + "Weight": 0.609, + "Width": 3 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5b7be1265acfc400161d0798": { + "_id": "5b7be1265acfc400161d0798", + "_name": "barrel_sa58_ds_arms_medium_contour_533mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 10, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.029, + "ChangePriceCoef": 1, + "ConflictingItems": ["5b7bee755acfc400196d5383", "5b099a9d5acfc47a8607efe7"], + "CreditsPrice": 33060, + "Description": "barrel_sa58_ds_arms_medium_contour_533mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.1, + "EffectiveDistance": 0, + "Ergonomics": -28, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_sa58_ds_arms_medium_contour_533mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_sa58_ds_arms_medium_contour_533mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_sa58_ds_arms_medium_contour_533mm", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5b7be1265acfc400161d079a", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5b7be1265acfc400161d0798", + "_props": { + "filters": [{ + "Filter": ["5b7d693d5acfc43bca706a3d", "5a34fd2bc4a282329a73b4c5", "5d1f819086f7744b355c219b", "5dcbe965e4ed22586443a79d", "5d026791d7ad1a04a067ea63", "5dfa3cd1b33c0951220c079b", "5cdd7685d7f00c000f260ed2", "5c878e9d2e2216000f201903", "5d02677ad7ad1a04a15c0f95", "5bbdb8bdd4351e4502011460", "5cdd7693d7f00c0010373aa5", "5d443f8fa4b93678dd4a01aa", "5b7d68af5acfc400170e30c3", "5b099b7d5acfc400186331e4", "5c7954d52e221600106f4cc7", "59bffc1f86f77435b128b872", "5cf78496d7f00c065703d6ca"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 40, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -3, + "Weight": 0.784, + "Width": 4 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5b7be1ca5acfc400170e2d2f": { + "_id": "5b7be1ca5acfc400170e2d2f", + "_name": "handguard_sa58_ds_arms_picatinny_full_lenght_quad_rail", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9601, + "Description": "handguard_sa58_ds_arms_picatinny_full_lenght_quad_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_sa58_ds_arms_picatinny_full_lenght_quad_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_sa58_ds_arms_picatinny_full_lenght_quad_rail.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_sa58_ds_arms_picatinny_full_lenght_quad_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "5b7be1ca5acfc400170e2d31", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5b7be1ca5acfc400170e2d2f", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7be1ca5acfc400170e2d32", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5b7be1ca5acfc400170e2d2f", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7be1ca5acfc400170e2d33", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5b7be1ca5acfc400170e2d2f", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7be1ca5acfc400170e2d34", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5b7be1ca5acfc400170e2d2f", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7be1ca5acfc400170e2d35", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5b7be1ca5acfc400170e2d2f", + "_props": { + "filters": [{ + "Filter": ["57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7bea125acfc4001510965f", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_003", + "_parent": "5b7be1ca5acfc400170e2d2f", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.61, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5b7be2345acfc400196d524a": { + "_id": "5b7be2345acfc400196d524a", + "_name": "handguard_fal_aim_sport_universal_keymod", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4841, + "Description": "handguard_sa58_ds_arms_picatinny_quad_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_sa58_ds_arms_picatinny_quad_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_fal_aim_sport_universal_keymod.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_sa58_ds_arms_picatinny_quad_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "5b7bea4a5acfc400170e2dda", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5b7be2345acfc400196d524a", + "_props": { + "filters": [{ + "Filter": ["5fc0f9b5d724d907e2077d82", "5fc0f9cbd6fa9c00c571bb90", "5a9d6d13a2750c00164f6b03", "59e0bed186f774156f04ce84"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7bea5a5acfc43d10285092", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5b7be2345acfc400196d524a", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7bea7b5acfc43d10285093", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5b7be2345acfc400196d524a", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7bea825acfc400170e2ddb", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_003", + "_parent": "5b7be2345acfc400196d524a", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7bea895acfc4001b2475d0", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_004", + "_parent": "5b7be2345acfc400196d524a", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7bea965acfc4001a5c3e1a", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_005", + "_parent": "5b7be2345acfc400196d524a", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.211, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5b7be4575acfc400161d0832": { + "_id": "5b7be4575acfc400161d0832", + "_name": "mount_casv_vltor_2_inch_picatinny_rail_section", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "mount_keymod_strike_industries_4_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_strike_industries_4_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_casv_vltor_2_inch_picatinny_rail_section.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_strike_industries_4_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5b7be4575acfc400161d0834", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5b7be4575acfc400161d0832", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5b7be4645acfc400170e2dcc": { + "_id": "5b7be4645acfc400170e2dcc", + "_name": "mount_casv_vltor_4_inch_picatinny_rail_section", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1306, + "Description": "mount_keymod_strike_industries_4_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_strike_industries_4_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_casv_vltor_4_inch_picatinny_rail_section.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_strike_industries_4_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5b7be4645acfc400170e2dce", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5b7be4645acfc400170e2dcc", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.06, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5b7be46e5acfc400170e2dcf": { + "_id": "5b7be46e5acfc400170e2dcf", + "_name": "mount_casv_vltor_5_inch_picatinny_rail_section", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1531, + "Description": "mount_keymod_strike_industries_4_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_strike_industries_4_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_casv_vltor_5_inch_picatinny_rail_section.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_strike_industries_4_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5b7be7c15acfc400170e2dd8", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5b7be46e5acfc400170e2dcf", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5a7dbfc1159bd40016548fde", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5b7be47f5acfc400170e2dd2": { + "_id": "5b7be47f5acfc400170e2dd2", + "_name": "mount_m_lok_magpul_2,5_inch_picatinny_rail_section", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1033, + "Description": "mount_keymod_strike_industries_4_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_strike_industries_4_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_m_lok_magpul_2,5_inch_picatinny_rail_section.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_strike_industries_4_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5b7be47f5acfc400170e2dd4", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5b7be47f5acfc400170e2dd2", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5b7be4895acfc400170e2dd5": { + "_id": "5b7be4895acfc400170e2dd5", + "_name": "mount_m_lok_magpul_4,1_inch_picatinny_rail_section", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1573, + "Description": "mount_keymod_strike_industries_4_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_strike_industries_4_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_m_lok_magpul_4,1_inch_picatinny_rail_section.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_strike_industries_4_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5b7be8fd5acfc400161d0835", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5b7be4895acfc400170e2dd5", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5b7bebc85acfc43bca706666": { + "_id": "5b7bebc85acfc43bca706666", + "_name": "handguard_fal_aim_sport_universal_m_lok", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5484, + "Description": "handguard_sa58_ds_arms_picatinny_quad_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_sa58_ds_arms_picatinny_quad_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_fal_aim_sport_universal_m_lok.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_sa58_ds_arms_picatinny_quad_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "5b7bebc85acfc43bca706668", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5b7bebc85acfc43bca706666", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7bebc85acfc43bca706669", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5b7bebc85acfc43bca706666", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7bebc85acfc43bca70666a", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5b7bebc85acfc43bca706666", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7bebc85acfc43bca70666b", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_003", + "_parent": "5b7bebc85acfc43bca706666", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7becb35acfc4001876c21b", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5b7bebc85acfc43bca706666", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7becbc5acfc43d825283f8", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5b7bebc85acfc43bca706666", + "_props": { + "filters": [{ + "Filter": ["57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.269, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5b7bed205acfc400161d08cc": { + "_id": "5b7bed205acfc400161d08cc", + "_name": "handguard_fal_fn_original_stamped_steel", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2400, + "Description": "handguard_fal_fn_original_stamped_steel", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_fal_fn_original_stamped_steel", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_fal_fn_original_stamped_steel.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_fal_fn_original_stamped_steel", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.61, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5b7bedd75acfc43d825283f9": { + "_id": "5b7bedd75acfc43d825283f9", + "_name": "handguard_fal_vltor_casv_fal", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 16262, + "Description": "handguard_sa58_ds_arms_picatinny_quad_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_sa58_ds_arms_picatinny_quad_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_fal_vltor_casv_fal.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_sa58_ds_arms_picatinny_quad_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "5b7bedd75acfc43d825283fb", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5b7bedd75acfc43d825283f9", + "_props": { + "filters": [{ + "Filter": ["5b7be46e5acfc400170e2dcf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7bedd75acfc43d825283fc", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5b7bedd75acfc43d825283f9", + "_props": { + "filters": [{ + "Filter": ["5b7be4575acfc400161d0832", "5b7be4645acfc400170e2dcc"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7bedd75acfc43d825283fd", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5b7bedd75acfc43d825283f9", + "_props": { + "filters": [{ + "Filter": ["5b7be4575acfc400161d0832", "5b7be4645acfc400170e2dcc"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7bedd75acfc43d825283fe", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_003", + "_parent": "5b7bedd75acfc43d825283f9", + "_props": { + "filters": [{ + "Filter": ["5b7be4575acfc400161d0832", "5b7be4645acfc400170e2dcc"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7bedd75acfc43d825283ff", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5b7bedd75acfc43d825283f9", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7bedd75acfc43d82528400", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5b7bedd75acfc43d825283f9", + "_props": { + "filters": [{ + "Filter": ["57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.224, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5b7bee755acfc400196d5383": { + "_id": "5b7bee755acfc400196d5383", + "_name": "handguard_fal_vltor_casv_fas", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 13068, + "Description": "handguard_sa58_ds_arms_picatinny_quad_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 14, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_sa58_ds_arms_picatinny_quad_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_fal_vltor_casv_fas.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_sa58_ds_arms_picatinny_quad_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "5b7bee755acfc400196d5385", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5b7bee755acfc400196d5383", + "_props": { + "filters": [{ + "Filter": ["5b7be46e5acfc400170e2dcf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7bee755acfc400196d5386", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5b7bee755acfc400196d5383", + "_props": { + "filters": [{ + "Filter": ["5b7be4575acfc400161d0832", "5b7be4645acfc400170e2dcc"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7bee755acfc400196d5387", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5b7bee755acfc400196d5383", + "_props": { + "filters": [{ + "Filter": ["5b7be4575acfc400161d0832", "5b7be4645acfc400170e2dcc"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b7bee755acfc400196d538a", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5b7bee755acfc400196d5383", + "_props": { + "filters": [{ + "Filter": ["57ae0171245977343c27bfcf", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.232, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5b7bef1e5acfc43d82528402": { + "_id": "5b7bef1e5acfc43d82528402", + "_name": "mag_fal_ds_arms_fal_sa58_762x51_10", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5b7bef1e5acfc43d82528404", + "_max_count": 10, + "_name": "cartridges", + "_parent": "5b7bef1e5acfc43d82528402", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1802, + "Description": "mag_fal_ds_arms_fal_sa58_762x51_20\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_fal_ds_arms_fal_sa58_762x51_20", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_fal_ds_arms_fal_sa58_762x51_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_fal_ds_arms_fal_sa58_762x51_20", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.27, + "Width": 1, + "magAnimationIndex": 1 + }, + "_proto": "5448c1d04bdc2dff2f8b4569", + "_type": "Item" + }, + "5b7bef5d5acfc43bca7067a3": { + "_id": "5b7bef5d5acfc43bca7067a3", + "_name": "mag_fal_ds_arms_fal_sa58_762x51_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5b7bef5d5acfc43bca7067a5", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5b7bef5d5acfc43bca7067a3", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 4466, + "Description": "mag_fal_ds_arms_fal_sa58_762x51_20\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -9, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_fal_ds_arms_fal_sa58_762x51_20", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_fal_ds_arms_fal_sa58_762x51_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_fal_ds_arms_fal_sa58_762x51_20", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.49, + "Width": 1, + "magAnimationIndex": 2 + }, + "_proto": "5448c1d04bdc2dff2f8b4569", + "_type": "Item" + }, + "5b7bef9c5acfc43d102852ec": { + "_id": "5b7bef9c5acfc43d102852ec", + "_name": "mag_fal_x_products_x_fal_762x51_50", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5b7bef9c5acfc43d102852ee", + "_max_count": 50, + "_name": "cartridges", + "_parent": "5b7bef9c5acfc43d102852ec", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 20, + "ConflictingItems": [], + "CreditsPrice": 26294, + "Description": "mag_fal_ds_arms_fal_sa58_762x51_20\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -20, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_fal_ds_arms_fal_sa58_762x51_20", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_fal_x_products_x_fal_762x51_50.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_fal_ds_arms_fal_sa58_762x51_20", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.7, + "Width": 1, + "magAnimationIndex": 3 + }, + "_proto": "5448c1d04bdc2dff2f8b4569", + "_type": "Item" + }, + "5b7c2d1d5acfc43d1028532a": { + "_id": "5b7c2d1d5acfc43d1028532a", + "_name": "mag_fal_mmw_fal_sa58_762x51_20", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5b7c2d1d5acfc43d1028532c", + "_max_count": 20, + "_name": "cartridges", + "_parent": "5b7c2d1d5acfc43d1028532a", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 3007, + "Description": "mag_fal_ds_arms_fal_sa58_762x51_20\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": -10, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_fal_ds_arms_fal_sa58_762x51_20", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_fal_mmw_fal_sa58_762x51_20.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_fal_ds_arms_fal_sa58_762x51_20", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.29, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "5448c1d04bdc2dff2f8b4569", + "_type": "Item" + }, + "5b7c710788a4506dec015957": { + "_id": "5b7c710788a4506dec015957", + "_name": "item_container_junkbox", + "_parent": "5795f317245977243854e041", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1215269, + "Description": "junkbox", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5b7c710788a4506dec015959", + "_name": "main", + "_parent": "5b7c710788a4506dec015957", + "_props": { + "cellsH": 14, + "cellsV": 14, + "filters": [{ + "ExcludedFilter": [], + "Filter": ["5448eb774bdc2d0a728b4567", "5448ecbe4bdc2d60728b4568"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 4, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_plastic", + "LootExperience": 30, + "MergesWithChildren": false, + "Name": "junkbox", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/containers/item_container_junkbox/item_container_junkbox.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "junkbox", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TagColor": 0, + "TagName": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 15, + "Width": 4 + }, + "_proto": "577e1c9d2459773cd707c525", + "_type": "Item" + }, + "5b7d37845acfc400170e2f87": { + "_id": "5b7d37845acfc400170e2f87", + "_name": "mag_fal_sarco_fal_l1a1_orig_762x51_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5b7d37845acfc400170e2f89", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5b7d37845acfc400170e2f87", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 4609, + "Description": "mag_fal_ds_arms_fal_sa58_762x51_20\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -8, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_fal_ds_arms_fal_sa58_762x51_20", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_fal_sarco_fal_l1a1_orig_762x51_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_fal_ds_arms_fal_sa58_762x51_20", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.49, + "Width": 1, + "magAnimationIndex": 2 + }, + "_proto": "5448c1d04bdc2dff2f8b4569", + "_type": "Item" + }, + "5b7d63b75acfc400170e2f8a": { + "_id": "5b7d63b75acfc400170e2f8a", + "_name": "stock_fal_magpul_prs_2", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 16197, + "Description": "stock_fal_magpul_prs_2", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 16, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_fal_magpul_prs_2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_fal_magpul_prs_2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -34, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_fal_magpul_prs_2", + "SightingRange": 0, + "SizeReduceRight": 1, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.86, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5b7d63cf5acfc4001876c8df": { + "_id": "5b7d63cf5acfc4001876c8df", + "_name": "stock_sa58_ds_arms_para_folding_stock", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 14015, + "Description": "stock_sa58_ds_arms_para_folding_stock", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_sa58_ds_arms_para_folding_stock", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_sa58_ds_arms_para_folding_stock.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -31, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_sa58_ds_arms_para_folding_stock", + "SightingRange": 0, + "SizeReduceRight": 1, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.8, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5b7d63de5acfc400170e2f8d": { + "_id": "5b7d63de5acfc400170e2f8d", + "_name": "stock_sa58_ds_arms_para_spr_stock", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 23411, + "Description": "stock_ak74m_izhmash_ak74m_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak74m_izhmash_ak74m_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_sa58_ds_arms_para_spr_stock.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -36, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak74m_izhmash_ak74m_std", + "SightingRange": 0, + "SizeReduceRight": 1, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.95, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5b7d64555acfc4001876c8e2": { + "_id": "5b7d64555acfc4001876c8e2", + "_name": "stock_sa58_ds_arms_para_brs", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 16150, + "Description": "stock_ak74m_izhmash_ak74m_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak74m_izhmash_ak74m_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_sa58_ds_arms_para_brs.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -37, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak74m_izhmash_ak74m_std", + "SightingRange": 0, + "SizeReduceRight": 1, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.81, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5b7d645e5acfc400170e2f90": { + "_id": "5b7d645e5acfc400170e2f90", + "_name": "stock_sa58_ds_arms_humpback_stock", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3400, + "Description": "stock_sa58_ds_arms_humpback_stock", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_sa58_ds_arms_humpback_stock", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_sa58_ds_arms_humpback_stock.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -31, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_sa58_ds_arms_humpback_stock", + "SightingRange": 0, + "SizeReduceRight": 1, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.8, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5b7d671b5acfc43d82528ddd": { + "_id": "5b7d671b5acfc43d82528ddd", + "_name": "handguard_fal_ds_arms_belgian_style_full_lenght", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3002, + "Description": "handguard_sa58_ds_arms_picatinny_quad_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_sa58_ds_arms_picatinny_quad_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_fal_ds_arms_belgian_style_full_lenght.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_sa58_ds_arms_picatinny_quad_rail", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.51, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5b7d678a5acfc4001a5c4022": { + "_id": "5b7d678a5acfc4001a5c4022", + "_name": "pistolgrip_sa58_ds_arms_metric_std", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1100, + "Description": "pistolgrip_sa58_ds_arms_metric_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_sa58_ds_arms_metric_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_sa58_ds_arms_metric_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_sa58_ds_arms_metric_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.11, + "Width": 1 + }, + "_proto": "5649ade84bdc2d1b2b8b4587", + "_type": "Item" + }, + "5b7d679f5acfc4001a5c4024": { + "_id": "5b7d679f5acfc4001a5c4024", + "_name": "pistolgrip_fal_fab_defense_ag_fal", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4213, + "Description": "pistolgrip_fal_fab_defense_ag_fal", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 13, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_fal_fab_defense_ag_fal", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_fal_fab_defense_ag_fal.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_fal_fab_defense_ag_fal", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.088, + "Width": 1 + }, + "_proto": "5649ade84bdc2d1b2b8b4587", + "_type": "Item" + }, + "5b7d68af5acfc400170e30c3": { + "_id": "5b7d68af5acfc400170e30c3", + "_name": "muzzle_fal_ds_arms_austrian_style_muzzle_brake_long_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 4, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2339, + "Description": "muzzle_sa58_ds_arms_3_prong_trident_flash_hider_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_sa58_ds_arms_3_prong_trident_flash_hider_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_fal_ds_arms_austrian_style_muzzle_brake_long_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -11, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_sa58_ds_arms_3_prong_trident_flash_hider_762x51", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.11, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5b7d693d5acfc43bca706a3d": { + "_id": "5b7d693d5acfc43bca706a3d", + "_name": "muzzle_ar10_2a_x3_titanium_compensator_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 4, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7817, + "Description": "muzzle_ar10_2a_x3_titanium_compensator_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar10_2a_x3_titanium_compensator_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar10_2a_x3_titanium_compensator_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar10_2a_x3_titanium_compensator_762x51", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.06, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5b7d6c105acfc40015109a5f": { + "_id": "5b7d6c105acfc40015109a5f", + "_name": "reciever_fal_fn_fal_dust_cover_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2501, + "Description": "reciever_sa58_ds_arms_extreme_duty_scope_mount_extended", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_sa58_ds_arms_extreme_duty_scope_mount_extended", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_fal_fn_fal_dust_cover_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_sa58_ds_arms_extreme_duty_scope_mount_extended", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.175, + "Width": 2 + }, + "_proto": "5649af094bdc2df8348b4586", + "_type": "Item" + }, + "5b800e9286f7747a8b04f3ff": { + "_id": "5b800e9286f7747a8b04f3ff", + "_name": "handguard_ak_hexagon_ak", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5ac66d015acfc400180ae6e4", "5ac66d725acfc43b321d4b60", "5ac66d9b5acfc4001633997a"], + "CreditsPrice": 29840, + "Description": "handguard_ak_hexagon_ak", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 14, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 0.75, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_hexagon_ak", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_hexagon_ak.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_hexagon_ak", + "SightingRange": 0, + "Slots": [{ + "_id": "5b80116a86f77471817cf19b", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5b800e9286f7747a8b04f3ff", + "_props": { + "filters": [{ + "Filter": ["5b800ebc86f774394e230a90", "5b8403a086f7747ff856f4e2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b80117486f7746cc23d053e", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5b800e9286f7747a8b04f3ff", + "_props": { + "filters": [{ + "Filter": ["5b800ed086f7747baf6e2f9e", "5b84038986f774774913b0c1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b80117e86f7747217085892", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5b800e9286f7747a8b04f3ff", + "_props": { + "filters": [{ + "Filter": ["5b800ed086f7747baf6e2f9e", "5b84038986f774774913b0c1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b80118a86f7747313089854", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_003", + "_parent": "5b800e9286f7747a8b04f3ff", + "_props": { + "filters": [{ + "Filter": ["5b800ed086f7747baf6e2f9e", "5b84038986f774774913b0c1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.167, + "Width": 2 + }, + "_proto": "5648b0744bdc2d363b8b4578", + "_type": "Item" + }, + "5b800ebc86f774394e230a90": { + "_id": "5b800ebc86f774394e230a90", + "_name": "mount_hex_hexagon_medium", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1473, + "Description": "mount_hex_hexagon_medium", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_hex_hexagon_medium", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_hex_hexagon_medium.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_hex_hexagon_medium", + "SightingRange": 0, + "Slots": [{ + "_id": "5b800ebc86f774394e230a92", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5b800ebc86f774394e230a90", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.075, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5b800ed086f7747baf6e2f9e": { + "_id": "5b800ed086f7747baf6e2f9e", + "_name": "mount_hex_hexagon_short", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1108, + "Description": "mount_keymod_strike_industries_4_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_strike_industries_4_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_hex_hexagon_short.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_strike_industries_4_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5b800ed086f7747baf6e2fa0", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5b800ed086f7747baf6e2f9e", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5b80242286f77429445e0b47": { + "_id": "5b80242286f77429445e0b47", + "_name": "handguard_ak_hexagon_ak_red", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5ac66d015acfc400180ae6e4", "5ac66d725acfc43b321d4b60", "5ac66d9b5acfc4001633997a"], + "CreditsPrice": 44005, + "Description": "handguard_ak_hexagon_ak", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 15, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 0.75, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_hexagon_ak", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_hexagon_ak_red.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_hexagon_ak", + "SightingRange": 0, + "Slots": [{ + "_id": "5b80242286f77429445e0b49", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5b80242286f77429445e0b47", + "_props": { + "filters": [{ + "Filter": ["5b800ebc86f774394e230a90", "5b8403a086f7747ff856f4e2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b80242286f77429445e0b4a", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5b80242286f77429445e0b47", + "_props": { + "filters": [{ + "Filter": ["5b800ed086f7747baf6e2f9e", "5b84038986f774774913b0c1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b80242286f77429445e0b4b", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5b80242286f77429445e0b47", + "_props": { + "filters": [{ + "Filter": ["5b800ed086f7747baf6e2f9e", "5b84038986f774774913b0c1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5b80242286f77429445e0b4c", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_003", + "_parent": "5b80242286f77429445e0b47", + "_props": { + "filters": [{ + "Filter": ["5b800ed086f7747baf6e2f9e", "5b84038986f774774913b0c1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 0.2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.167, + "Width": 2 + }, + "_proto": "5648b0744bdc2d363b8b4578", + "_type": "Item" + }, + "5b84038986f774774913b0c1": { + "_id": "5b84038986f774774913b0c1", + "_name": "mount_hex_hexagon_short_red", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6502, + "Description": "mount_keymod_strike_industries_4_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_strike_industries_4_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_hex_hexagon_short_red.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_strike_industries_4_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5b84038986f774774913b0c3", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5b84038986f774774913b0c1", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5b8403a086f7747ff856f4e2": { + "_id": "5b8403a086f7747ff856f4e2", + "_name": "mount_hex_hexagon_medium_red", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7771, + "Description": "mount_hex_hexagon_medium", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_hex_hexagon_medium", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_hex_hexagon_medium_red.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_hex_hexagon_medium", + "SightingRange": 0, + "Slots": [{ + "_id": "5b8403a086f7747ff856f4e4", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5b8403a086f7747ff856f4e2", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.075, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5b86a0e586f7745b600ccb23": { + "_id": "5b86a0e586f7745b600ccb23", + "_name": "silencer_mosin_bramit_std_762x54r", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": -3, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 41253, + "Description": "silencer_mosin_bramit_std_762x54r", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.5, + "EffectiveDistance": 0, + "Ergonomics": -20, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": -15, + "MergesWithChildren": true, + "Name": "silencer_mosin_bramit_std_762x54r", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_mosin_bramit_std_762x54r.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_mosin_bramit_std_762x54r", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -1.75, + "Weight": 1.1, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "54490a4d4bdc2dbc018b4573", + "_type": "Item" + }, + "5ba26383d4351e00334c93d9": { + "_id": "5ba26383d4351e00334c93d9", + "_name": "weapon_hk_mp7a1_46x30", + "_parent": "5447b5e04bdc2d62278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.25, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.06, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.25, + "Chambers": [{ + "_id": "5ba26383d4351e00334c93de", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5ba26383d4351e00334c93d9", + "_props": { + "filters": [{ + "Filter": ["5ba26812d4351e003201fef1", "5ba26835d4351e0035628ff5", "5ba2678ad4351e44f824b344", "5ba26844d4351e00334c9475"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 2.1, + "CoolFactor": 1, + "CreditsPrice": 44288, + "Description": "weapon_hk_mp7a1_46x30", + "DeviationCurve": 4, + "DeviationMax": 20, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 65, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "mod_stock", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 50, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_hk_mp7a1_46x30", + "NotShownInSlot": false, + "OperatingResource": 6500, + "Prefab": { + "path": "assets/content/weapons/mp7/weapon_hk_mp7a1_46x30_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.32, + "z": -0.02 + }, + "RecoilForceBack": 221, + "RecoilForceUp": 65, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 221, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.13, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.38, + "z": -0.11 + }, + "SendToClient": false, + "ShortName": "weapon_hk_mp7a1_46x30", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5ba26383d4351e00334c93db", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5ba26383d4351e00334c93d9", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5ba264f6d4351e0034777d52", "5ba2657ed4351e0035628ff2", "5ba26586d4351e44f824b340"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5ba26be5d4351e0035629127", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5ba26383d4351e00334c93d9", + "_props": { + "filters": [{ + "Filter": ["5ba26acdd4351e003562908e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ba26c3cd4351e003201ff90", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5ba26383d4351e00334c93d9", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ba26c48d4351e00334c9482", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5ba26383d4351e00334c93d9", + "_props": { + "filters": [{ + "Filter": ["5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5fb6564947ce63734e3fa1da", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5fc0fa957283c4046c58147e", "5894a81786f77427140b8347"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ba26c51d4351e003562912a", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5ba26383d4351e00334c93d9", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ba26c5ad4351e003562912b", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5ba26383d4351e00334c93d9", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ba26c69d4351e00334c9483", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5ba26383d4351e00334c93d9", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ba26c73d4351e0034777fa2", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5ba26383d4351e00334c93d9", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bcf0309d4351e0032023b34", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5ba26383d4351e00334c93d9", + "_props": { + "filters": [{ + "Filter": ["5bcf0213d4351e0085327c17", "5bd704e7209c4d00d7167c31"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 13, + "Weight": 1.62, + "Width": 2, + "ammoCaliber": "Caliber46x30", + "bEffDist": 200, + "bFirerate": 950, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5ba2678ad4351e44f824b344", + "defMagType": "5ba264f6d4351e0034777d52", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "smg", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5ba264f6d4351e0034777d52": { + "_id": "5ba264f6d4351e0034777d52", + "_name": "mag_mp7_hk_std_46x30_20", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5ba264f6d4351e0034777d54", + "_max_count": 20, + "_name": "cartridges", + "_parent": "5ba264f6d4351e0034777d52", + "_props": { + "filters": [{ + "Filter": ["5ba26812d4351e003201fef1", "5ba26835d4351e0035628ff5", "5ba2678ad4351e44f824b344", "5ba26844d4351e00334c9475"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 4026, + "Description": "mag_mp7_hk_std_46x30_20", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_mp7_hk_std_46x30_20", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_mp7_hk_std_46x30_20.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_mp7_hk_std_46x30_20", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.1, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5ba2657ed4351e0035628ff2": { + "_id": "5ba2657ed4351e0035628ff2", + "_name": "mag_mp7_hk_std_46x30_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5ba2657ed4351e0035628ff4", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5ba2657ed4351e0035628ff2", + "_props": { + "filters": [{ + "Filter": ["5ba26812d4351e003201fef1", "5ba26835d4351e0035628ff5", "5ba2678ad4351e44f824b344", "5ba26844d4351e00334c9475"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 6001, + "Description": "mag_mp7_hk_std_46x30_20", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_mp7_hk_std_46x30_20", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_mp7_hk_std_46x30_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_mp7_hk_std_46x30_20", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.15, + "Width": 1, + "magAnimationIndex": 1 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5ba26586d4351e44f824b340": { + "_id": "5ba26586d4351e44f824b340", + "_name": "mag_mp7_hk_std_46x30_40", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5ba26586d4351e44f824b342", + "_max_count": 40, + "_name": "cartridges", + "_parent": "5ba26586d4351e44f824b340", + "_props": { + "filters": [{ + "Filter": ["5ba26812d4351e003201fef1", "5ba26835d4351e0035628ff5", "5ba2678ad4351e44f824b344", "5ba26844d4351e00334c9475"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 12142, + "Description": "mag_mp7_hk_std_46x30_20", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_mp7_hk_std_46x30_20", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_mp7_hk_std_46x30_40.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_mp7_hk_std_46x30_20", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.2, + "Width": 1, + "magAnimationIndex": 2 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5ba2678ad4351e44f824b344": { + "_id": "5ba2678ad4351e44f824b344", + "_name": "patron_46x30_fmj_sx", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 41, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 0.55, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber46x30", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 124, + "Damage": 43, + "Description": "patron_46x30_fmj_sx", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.2, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 620, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_46x30_FMJ_SX", + "NotShownInSlot": false, + "PenetrationChance": 0.4, + "PenetrationPower": 40, + "PenetrationPowerDiviation": 0.1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_46x30_fmj_sx.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.4, + "SendToClient": false, + "ShortName": "patron_46x30_FMJ_SX", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 3, + "SpeedRetardation": 0, + "StackMaxRandom": 70, + "StackMaxSize": 70, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.007, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 16, + "casingName": "", + "casingSounds": "rifle556" + }, + "_proto": "57372140245977611f70ee91", + "_type": "Item" + }, + "5ba26812d4351e003201fef1": { + "_id": "5ba26812d4351e003201fef1", + "_name": "patron_46x30_action_sx", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 39, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 0.55, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber46x30", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 98, + "Damage": 65, + "Description": "patron_46x30_fmj_sx", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.5, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 690, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_46x30_FMJ_SX", + "NotShownInSlot": false, + "PenetrationChance": 0.2, + "PenetrationPower": 18, + "PenetrationPowerDiviation": 0.1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_46x30_action_sx.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.3, + "SendToClient": false, + "ShortName": "patron_46x30_FMJ_SX", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 4, + "SpeedRetardation": 0, + "StackMaxRandom": 70, + "StackMaxSize": 70, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.007, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 16, + "casingName": "", + "casingSounds": "rifle556" + }, + "_proto": "57372140245977611f70ee91", + "_type": "Item" + }, + "5ba26835d4351e0035628ff5": { + "_id": "5ba26835d4351e0035628ff5", + "_name": "patron_46x30_ap_sx", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 46, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 0.55, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber46x30", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 255, + "Damage": 35, + "Description": "patron_46x30_fmj_sx", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.5, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.1, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 680, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.42, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_46x30_FMJ_SX", + "NotShownInSlot": false, + "PenetrationChance": 0.6, + "PenetrationPower": 53, + "PenetrationPowerDiviation": 0.1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_46x30_ap_sx.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.6, + "SendToClient": false, + "ShortName": "patron_46x30_FMJ_SX", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 2, + "SpeedRetardation": 0, + "StackMaxRandom": 70, + "StackMaxSize": 70, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.007, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 10, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 16, + "casingName": "", + "casingSounds": "rifle556" + }, + "_proto": "57372140245977611f70ee91", + "_type": "Item" + }, + "5ba26844d4351e00334c9475": { + "_id": "5ba26844d4351e00334c9475", + "_name": "patron_46x30_subsonic_sx", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 46, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 0.55, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber46x30", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 162, + "Damage": 45, + "Description": "patron_46x30_fmj_sx", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 0.8, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.2, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 290, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.28, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_46x30_FMJ_SX", + "NotShownInSlot": false, + "PenetrationChance": 0.3, + "PenetrationPower": 36, + "PenetrationPowerDiviation": 0.1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_46x30_subsonic_sx.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.5, + "SendToClient": false, + "ShortName": "patron_46x30_FMJ_SX", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 2, + "SpeedRetardation": 0, + "StackMaxRandom": 15, + "StackMaxSize": 70, + "StackMinRandom": 2, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1, + "ammoAccr": 10, + "ammoDist": 0, + "ammoHear": -25, + "ammoRec": -22, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 16, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "57372140245977611f70ee91", + "_type": "Item" + }, + "5ba26acdd4351e003562908e": { + "_id": "5ba26acdd4351e003562908e", + "_name": "muzzle_mp7_hk_a1_std_46x30", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 3, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 911, + "Description": "muzzle_mp7_hk_a1_std_46x30", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_mp7_hk_a1_std_46x30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_mp7_hk_a1_std_46x30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_mp7_hk_a1_std_46x30", + "SightingRange": 0, + "Slots": [{ + "_id": "5ba26eaad4351e0034777fb6", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5ba26acdd4351e003562908e", + "_props": { + "filters": [{ + "Filter": ["5ba26ae8d4351e00367f9bdb"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.08, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5ba26ae8d4351e00367f9bdb": { + "_id": "5ba26ae8d4351e00367f9bdb", + "_name": "silencer_mp7_bt_rotex_2_46x30", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 52790, + "Description": "silencer_mp7_bt_rotex_2_46x30", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.74, + "EffectiveDistance": 0, + "Ergonomics": -20, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -25, + "MergesWithChildren": true, + "Name": "silencer_mp7_bt_rotex_2_46x30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_mp7_bt_rotex_2_46x30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_mp7_bt_rotex_2_46x30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.607, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "5ba26b01d4351e0085325a51": { + "_id": "5ba26b01d4351e0085325a51", + "_name": "sight_front_all_hk_mp7_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 602, + "CustomAimPlane": "", + "Description": "sight_front_all_sig_mpx_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_all_sig_mpx_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_all_hk_mp7_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_all_sig_mpx_std", + "SightModesCount": 1, + "SightingRange": 300, + "Slots": [], + "SpawnChance": 43, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.13, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5ba26b17d4351e00367f9bdd": { + "_id": "5ba26b17d4351e00367f9bdd", + "_name": "sight_rear_all_hk_mp7_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 803, + "CustomAimPlane": "", + "Description": "sight_rear_all_sig_mpx_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_all_sig_mpx_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_all_hk_mp7_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_all_sig_mpx_std", + "SightModesCount": 1, + "SightingRange": 300, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.14, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5ba36f85d4351e0085325c81": { + "_id": "5ba36f85d4351e0085325c81", + "_name": "tactical_nspum_npz_eyecup", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 261, + "Description": "tactical_pso_belomo_eyecup", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "tactical_pso_belomo_eyecup", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_nspum_npz_eyecup.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0.05, + "ShortName": "tactical_pso_belomo_eyecup", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.005, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5bae13bad4351e00320204af": { + "_id": "5bae13bad4351e00320204af", + "_name": "stock_mosin_promag_archangel_opfor_prs", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 3, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 20551, + "Description": "stock_mosin_promag_archangel_opfor_prs", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 40, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_mosin_promag_archangel_opfor_prs", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_mosin_promag_archangel_opfor_prs.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": -38, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_mosin_promag_archangel_opfor_prs", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 2, + "Width": 4 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5bae13ded4351e44f824bf38": { + "_id": "5bae13ded4351e44f824bf38", + "_name": "mag_mosin_promag_opfor_mag_762x54_10", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5bae13ded4351e44f824bf3a", + "_max_count": 10, + "_name": "cartridges", + "_parent": "5bae13ded4351e44f824bf38", + "_props": { + "filters": [{ + "Filter": ["5e023d34e8a400319a28ed44", "5e023d48186a883be655e551", "5e023cf8186a883be655e54f", "59e77a2386f7742ee578960a", "5887431f2459777e1612938f", "560d61e84bdc2da74d8b4571"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": ["5bbdb870d4351e00367fb67d", "5bfd36ad0db834001c38ef66", "5bfd37c80db834001d23e842", "5bfd384c0db834001a6691d3", "5bfd35380db83400232fe5cc", "5bfd36290db834001966869a", "5ae096d95acfc400185c2c81"], + "CreditsPrice": 6129, + "Description": "mag_mosin_promag_opfor_mag_762x54_10", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_mosin_promag_opfor_mag_762x54_10", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_mosin_promag_opfor_mag_762x54_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_mosin_promag_opfor_mag_762x54_10", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.227, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "5bb20d53d4351e4502010a69": { + "_id": "5bb20d53d4351e4502010a69", + "_name": "reciever_ar15_hk_hk416a5_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6500, + "Description": "reciever_ar15_hk_hk416a5_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_ar15_hk_hk416a5_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_ar15_hk_hk416a5_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_ar15_hk_hk416a5_std", + "SightingRange": 0, + "Slots": [{ + "_id": "5bb20d53d4351e4502010a6b", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5bb20d53d4351e4502010a69", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bb20d53d4351e4502010a6c", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5bb20d53d4351e4502010a69", + "_props": { + "filters": [{ + "Filter": ["5c6d85e02e22165df16b81f4", "5bb20d92d4351e00853263eb", "5bb20d9cd4351e00334c9d8a", "5bb20da5d4351e0035629dbf", "5bb20dadd4351e00367faeff"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5bb20d53d4351e4502010a6d", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "5bb20d53d4351e4502010a69", + "_props": { + "filters": [{ + "Filter": ["5c6d10e82e221601da357b07", "5bb20de5d4351e0035629e59", "5bb20dfcd4351e00334c9e24", "5bb20df1d4351e00347787d5", "5c6d11072e2216000e69d2e4", "5c6d10fa2e221600106f3f23", "5c6d11152e2216000f2003e7", "5c6c2c9c2e2216000f2002e4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5bb20d53d4351e4502010a6e", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5bb20d53d4351e4502010a69", + "_props": { + "filters": [{ + "Filter": ["5bb20e49d4351e3bac1212de", "5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5fb6564947ce63734e3fa1da", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5fc0fa957283c4046c58147e", "5894a81786f77427140b8347", "55d5f46a4bdc2d1b198b4567", "5ae30bad5acfc400185c2dc4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.27, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5bb20d92d4351e00853263eb": { + "_id": "5bb20d92d4351e00853263eb", + "_name": "barrel_416_hk_279mm_556x45", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.07, + "ChangePriceCoef": 1, + "ConflictingItems": ["5c6d10e82e221601da357b07", "5bb20dfcd4351e00334c9e24", "5c6d11072e2216000e69d2e4", "5c6d11152e2216000f2003e7", "5c6c2c9c2e2216000f2002e4"], + "CreditsPrice": 24130, + "Description": "barrel_416_hk_279mm_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.85, + "EffectiveDistance": 0, + "Ergonomics": -8, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_416_hk_279mm_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_416_hk_279mm_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_416_hk_279mm_556x45", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5bb20d92d4351e00853263ed", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5bb20d92d4351e00853263eb", + "_props": { + "filters": [{ + "Filter": ["5b3a16655acfc40016387a2a", "5c7e5f112e221600106f4ede", "5c0fafb6d174af02a96260ba", "5cf6937cd7f00c056c53fb39", "544a38634bdc2d58388b4568", "5cff9e5ed7ad1a09407397d4", "5c48a2a42e221602b66d1e07", "5f6372e2865db925d54f3869", "56ea8180d2720bf2698b456a", "5d02676dd7ad1a049e54f6dc", "56ea6fafd2720b844b8b4593", "5943ee5a86f77413872d25ec", "609269c3b0e443224b421cc1", "5c7fb51d2e2216001219ce11", "5ea172e498dacb342978818e", "5c6d710d2e22165df16b81e7", "5d440625a4b9361eec4ae6c5", "5cc9b815d7f00c000e2579d6", "5a7c147ce899ef00150bd8b8", "5c7954d52e221600106f4cc7", "59bffc1f86f77435b128b872", "5a9fbb84a2750c00137fa685"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bb20d92d4351e00853263ee", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5bb20d92d4351e00853263eb", + "_props": { + "filters": [{ + "Filter": ["5bb20dcad4351e3bac1212da"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -16, + "Weight": 0.615, + "Width": 2 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5bb20d9cd4351e00334c9d8a": { + "_id": "5bb20d9cd4351e00334c9d8a", + "_name": "barrel_416_hk_368mm_556x45", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.055, + "ChangePriceCoef": 1, + "ConflictingItems": ["5c6d10e82e221601da357b07", "5bb20dfcd4351e00334c9e24", "5c6d11072e2216000e69d2e4", "5c6d11152e2216000f2003e7", "5c6c2c9c2e2216000f2002e4"], + "CreditsPrice": 27400, + "Description": "Ствол для оружия на базе AR-15 под патрон 5.56х45 NATO длинной 260мм. Соответствует стандартному стволу для M4 CQBR.\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.94, + "EffectiveDistance": 0, + "Ergonomics": -15, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 260мм для AR-15 и совместимых 5.56х45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_416_hk_368mm_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "260мм AR-15 5.56х45", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5bb20d9cd4351e00334c9d8c", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5bb20d9cd4351e00334c9d8a", + "_props": { + "filters": [{ + "Filter": ["5b3a16655acfc40016387a2a", "5c7e5f112e221600106f4ede", "5c0fafb6d174af02a96260ba", "5cf6937cd7f00c056c53fb39", "544a38634bdc2d58388b4568", "5cff9e5ed7ad1a09407397d4", "5c48a2a42e221602b66d1e07", "5f6372e2865db925d54f3869", "56ea8180d2720bf2698b456a", "5d02676dd7ad1a049e54f6dc", "56ea6fafd2720b844b8b4593", "5943ee5a86f77413872d25ec", "609269c3b0e443224b421cc1", "5c7fb51d2e2216001219ce11", "5ea172e498dacb342978818e", "5c6d710d2e22165df16b81e7", "5d440625a4b9361eec4ae6c5", "5cc9b815d7f00c000e2579d6", "5a7c147ce899ef00150bd8b8", "5c7954d52e221600106f4cc7", "59bffc1f86f77435b128b872", "5a9fbb84a2750c00137fa685"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bb20d9cd4351e00334c9d8d", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5bb20d9cd4351e00334c9d8a", + "_props": { + "filters": [{ + "Filter": ["5bb20dcad4351e3bac1212da"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -8, + "Weight": 0.985, + "Width": 3 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5bb20da5d4351e0035629dbf": { + "_id": "5bb20da5d4351e0035629dbf", + "_name": "barrel_416_hk_419mm_556x45", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.045, + "ChangePriceCoef": 1, + "ConflictingItems": ["5c6d10e82e221601da357b07", "5bb20dfcd4351e00334c9e24", "5c6d11072e2216000e69d2e4", "5c6d11152e2216000f2003e7", "5c6c2c9c2e2216000f2002e4"], + "CreditsPrice": 33500, + "Description": "barrel_416_hk_419mm_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -20, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_416_hk_419mm_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_416_hk_419mm_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": -5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_416_hk_419mm_556x45", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5bb20da5d4351e0035629dc1", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5bb20da5d4351e0035629dbf", + "_props": { + "filters": [{ + "Filter": ["5b3a16655acfc40016387a2a", "5c7e5f112e221600106f4ede", "5c0fafb6d174af02a96260ba", "5cf6937cd7f00c056c53fb39", "544a38634bdc2d58388b4568", "5cff9e5ed7ad1a09407397d4", "5c48a2a42e221602b66d1e07", "5f6372e2865db925d54f3869", "56ea8180d2720bf2698b456a", "5d02676dd7ad1a049e54f6dc", "56ea6fafd2720b844b8b4593", "5943ee5a86f77413872d25ec", "609269c3b0e443224b421cc1", "5c7fb51d2e2216001219ce11", "5ea172e498dacb342978818e", "5c6d710d2e22165df16b81e7", "5d440625a4b9361eec4ae6c5", "5cc9b815d7f00c000e2579d6", "5a7c147ce899ef00150bd8b8", "5c7954d52e221600106f4cc7", "59bffc1f86f77435b128b872", "5a9fbb84a2750c00137fa685"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bb20da5d4351e0035629dc2", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5bb20da5d4351e0035629dbf", + "_props": { + "filters": [{ + "Filter": ["5bb20dcad4351e3bac1212da"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -5, + "Weight": 1.05, + "Width": 3 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5bb20dadd4351e00367faeff": { + "_id": "5bb20dadd4351e00367faeff", + "_name": "barrel_416_hk_505mm_556x45", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.032, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 37700, + "Description": "Ствол для оружия на базе AR-15 под патрон 5.56х45 NATO длинной 260мм. Соответствует стандартному стволу для M4 CQBR.\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.1, + "EffectiveDistance": 0, + "Ergonomics": -30, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 4, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 260мм для AR-15 и совместимых 5.56х45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_416_hk_505mm_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": -7, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "260мм AR-15 5.56х45", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5bb20dadd4351e00367faf01", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5bb20dadd4351e00367faeff", + "_props": { + "filters": [{ + "Filter": ["5b3a16655acfc40016387a2a", "5c7e5f112e221600106f4ede", "5c0fafb6d174af02a96260ba", "5cf6937cd7f00c056c53fb39", "544a38634bdc2d58388b4568", "5cff9e5ed7ad1a09407397d4", "5c48a2a42e221602b66d1e07", "5f6372e2865db925d54f3869", "56ea8180d2720bf2698b456a", "5d02676dd7ad1a049e54f6dc", "56ea6fafd2720b844b8b4593", "5943ee5a86f77413872d25ec", "609269c3b0e443224b421cc1", "5c7fb51d2e2216001219ce11", "5ea172e498dacb342978818e", "5c6d710d2e22165df16b81e7", "5d440625a4b9361eec4ae6c5", "5cc9b815d7f00c000e2579d6", "5a7c147ce899ef00150bd8b8", "5c7954d52e221600106f4cc7", "59bffc1f86f77435b128b872", "5a9fbb84a2750c00137fa685"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bb20dadd4351e00367faf02", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5bb20dadd4351e00367faeff", + "_props": { + "filters": [{ + "Filter": ["5bb20dcad4351e3bac1212da"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 3, + "Weight": 1.2, + "Width": 4 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5bb20dbcd4351e44f824c04e": { + "_id": "5bb20dbcd4351e44f824c04e", + "_name": "charge_ar15_hk_extended_latch_charging_handle", + "_parent": "55818a6f4bdc2db9688b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2060, + "Description": "The Badger Ordnance Tactical Charging Handle is optimized for use with Mil Spec AR-15/M16/M4 platform rifles and features our popular Gen I Tactical Latch preinstalled. All components are machined from 6061 Alloy and Mil Spec Type III Hardcoat Anodized.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "charge_ar15_badger_ordnance_tactical_latch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/charges/charge_ar15_hk_extended_latch_charging_handle.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "BOTLcharge_ar15_badger_ordnance_tactical_latch", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.064, + "Width": 1 + }, + "_proto": "55d44fd14bdc2d962f8b456e", + "_type": "Item" + }, + "5bb20dcad4351e3bac1212da": { + "_id": "5bb20dcad4351e3bac1212da", + "_name": "gas_block_416_hk_416a5_std", + "_parent": "56ea9461d2720b67698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2600, + "Description": "gas_block_416_hk_416a5_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "gas_block_416_hk_416a5_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/gasblock/gas_block_416_hk_416a5_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "gas_block_416_hk_416a5_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 43, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.12, + "Width": 1 + }, + "_proto": "56ea8d2fd2720b7c698b4570", + "_type": "Item" + }, + "5bb20de5d4351e0035629e59": { + "_id": "5bb20de5d4351e0035629e59", + "_name": "handguard_416_hk_quad_rail", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8100, + "Description": "handguard_416_hk_quad_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_416_hk_quad_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_416_hk_quad_rail.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_416_hk_quad_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "5bb20de5d4351e0035629e5b", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5bb20de5d4351e0035629e59", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5a7dbfc1159bd40016548fde", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bb20de5d4351e0035629e5c", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5bb20de5d4351e0035629e59", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bb20de5d4351e0035629e5f", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5bb20de5d4351e0035629e59", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c", "55d4af3a4bdc2d972f8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bb210a4d4351e44f824c181", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5bb20de5d4351e0035629e59", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bb210f6d4351e00320205da", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5bb20de5d4351e0035629e59", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bb2110fd4351e44f824c182", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5bb20de5d4351e0035629e59", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.399, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5bb20df1d4351e00347787d5": { + "_id": "5bb20df1d4351e00347787d5", + "_name": "handguard_416_hk_quad_rail_w_sight", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8350, + "Description": "handguard_416_hk_quad_rail_w_sight", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_416_hk_quad_rail_w_sight", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_416_hk_quad_rail_w_sight.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": true, + "ShortName": "handguard_416_hk_quad_rail_w_sight", + "SightingRange": 0, + "Slots": [{ + "_id": "5bb20df1d4351e00347787d7", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5bb20df1d4351e00347787d5", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5a7dbfc1159bd40016548fde", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bb20df1d4351e00347787d8", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5bb20df1d4351e00347787d5", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bb211b2d4351e0034778874", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5bb20df1d4351e00347787d5", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bb211bbd4351e4502010a8b", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5bb20df1d4351e00347787d5", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "5c079ed60db834001a66b372", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bb211c4d4351e00367faf06", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5bb20df1d4351e00347787d5", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.43, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5bb20dfcd4351e00334c9e24": { + "_id": "5bb20dfcd4351e00334c9e24", + "_name": "handguard_416_hk_quad_rail_extended", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5bb20d92d4351e00853263eb", "5bb20d9cd4351e00334c9d8a", "5bb20da5d4351e0035629dbf"], + "CreditsPrice": 11300, + "Description": "handguard_416_hk_quad_rail_extended", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_416_hk_quad_rail_extended", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_416_hk_quad_rail_extended.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_416_hk_quad_rail_extended", + "SightingRange": 0, + "Slots": [{ + "_id": "5bb20dfcd4351e00334c9e26", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5bb20dfcd4351e00334c9e24", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5a7dbfc1159bd40016548fde", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bb20dfcd4351e00334c9e27", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5bb20dfcd4351e00334c9e24", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bb20dfcd4351e00334c9e2a", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5bb20dfcd4351e00334c9e24", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c", "55d4af3a4bdc2d972f8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bb212b8d4351e00367faf08", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5bb20dfcd4351e00334c9e24", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bb212bfd4351e00853263ef", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5bb20dfcd4351e00334c9e24", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bb212c5d4351e0034778875", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5bb20dfcd4351e00334c9e24", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.54, + "Width": 3 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5bb20e0ed4351e3bac1212dc": { + "_id": "5bb20e0ed4351e3bac1212dc", + "_name": "pistolgrip_ar15_hk_battle_grip_beavertail", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2990, + "Description": "Полимерная пистолетная рукоятка ECS устанавливается на любое оружие совместимое с пистолетными рукоятками от AR-15. Единственное отличие от штатной рукоятки- цвет.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Пистолетная рукоятка DI ECS FDE для AR-15 совместимых", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ar15_hk_battle_grip_beavertail.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ECS FDE", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "5bb20e18d4351e00320205d5": { + "_id": "5bb20e18d4351e00320205d5", + "_name": "pistolgrip_ar15_hk_battle_grip", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2500, + "Description": "Полимерная пистолетная рукоятка ECS устанавливается на любое оружие совместимое с пистолетными рукоятками от AR-15. Единственное отличие от штатной рукоятки- цвет.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Пистолетная рукоятка DI ECS FDE для AR-15 совместимых", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ar15_hk_battle_grip.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ECS FDE", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "5bb20e49d4351e3bac1212de": { + "_id": "5bb20e49d4351e3bac1212de", + "_name": "sight_rear_all_hk_416_flip_up", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 800, + "CustomAimPlane": "", + "Description": "sight_rear_all_sig_mpx_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_all_sig_mpx_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_all_hk_416_flip_up.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_all_sig_mpx_std", + "SightModesCount": 1, + "SightingRange": 300, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.14, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5bb20e58d4351e00320205d7": { + "_id": "5bb20e58d4351e00320205d7", + "_name": "stock_ar15_hk_enhanced_stock_tube", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4990, + "Description": "stock_ar15_colt_stock_tube_A2", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_colt_stock_tube_A2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_hk_enhanced_stock_tube.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_colt_stock_tube_A2", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5bb20e58d4351e00320205d9", + "_mergeSlotWithChildren": false, + "_name": "mod_stock_000", + "_parent": "5bb20e58d4351e00320205d7", + "_props": { + "filters": [{ + "Filter": ["5fc2369685fd526b824a5713", "606587d11246154cad35d635", "602e620f9b513876d4338d9a", "5a9eb32da2750c00171b3f9c", "5bfe86df0db834001b734685", "55d4ae6c4bdc2d8b2f8b456e", "5c87a07c2e2216001219d4a2", "5bb20e70d4351e0035629f8f", "5beec8c20db834001d2c465c", "5ae30c9a5acfc408fb139a03", "5d135e83d7ad1a21b83f42d8", "5d135ecbd7ad1a21c176542e", "56eabf3bd2720b75698b4569", "58d2946386f774496974c37e", "58d2946c86f7744e271174b5", "58d2947686f774485c6a1ee5", "58d2947e86f77447aa070d53", "5d44069ca4b9361ebd26fc37", "5d4406a8a4b9361e4f6eb8b7", "5947c73886f7747701588af5", "5c793fde2e221601da358614", "5b39f8db5acfc40016387a1b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.162, + "Width": 2 + }, + "_proto": "5649b2314bdc2d79388b4576", + "_type": "Item" + }, + "5bb20e70d4351e0035629f8f": { + "_id": "5bb20e70d4351e0035629f8f", + "_name": "stock_ar15_hk_slim_line", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5100, + "Description": "stock_ar15_hk_slim_line", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_hk_slim_line", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_hk_slim_line.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -30, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_hk_slim_line", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.695, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5bb2475ed4351e00853264e3": { + "_id": "5bb2475ed4351e00853264e3", + "_name": "weapon_hk_416a5_556x45", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.16, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.16, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.01, + "Chambers": [{ + "_id": "5bb2475ed4351e00853264ea", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5bb2475ed4351e00853264e3", + "_props": { + "filters": [{ + "Filter": ["59e6920f86f77411d82aa167", "59e6927d86f77411da468256", "54527a984bdc2d4e668b4567", "54527ac44bdc2d36668b4567", "59e68f6f86f7746c9f75e846", "59e6906286f7746c9f75e847", "59e690b686f7746c9f75e848", "59e6918f86f7746c9f75e849", "60194943740c5d77f6705eea", "601949593ae8f707c4608daa", "5c0d5ae286f7741e46554302"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.5, + "CoolFactor": 1, + "CreditsPrice": 21800, + "Description": "weapon_hk_416a5_556x45", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 51, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.03, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_hk_416a5_556x45", + "NotShownInSlot": false, + "OperatingResource": 5500, + "Prefab": { + "path": "assets/content/weapons/hk416/weapon_hk_416a5_556x45_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.24, + "z": 0 + }, + "RecoilForceBack": 413, + "RecoilForceUp": 156, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 185, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": 0, + "z": 0 + }, + "SendToClient": false, + "ShortName": "weapon_hk_416a5_556x45", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5bb2475ed4351e00853264e5", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5bb2475ed4351e00853264e3", + "_props": { + "filters": [{ + "Filter": ["55d4b9964bdc2d1d4e8b456e", "571659bb2459771fb2755a12", "602e71bd53a60014f9705bfa", "5cc9bcaed7f00c011c04e179", "5bb20e18d4351e00320205d5", "5bb20e0ed4351e3bac1212dc", "5d025cc1d7ad1a53845279ef", "5c6d7b3d2e221600114c9b7d", "57c55efc2459772d2c6271e7", "57af48872459771f0b2ebf11", "57c55f092459772d291a8463", "57c55f112459772d28133310", "57c55f172459772d27602381", "5a339805c4a2826c6e06d73d", "55802f5d4bdc2dac148b458f", "5d15cf3bd7ad1a67e71518b2", "59db3a1d86f77429e05b4e92", "5fbcbd6c187fea44d52eda14", "59db3acc86f7742a2c4ab912", "59db3b0886f77429d72fb895", "5b07db875acfc40dc528a5f6"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5bb2475ed4351e00853264e6", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5bb2475ed4351e00853264e3", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["55d4887d4bdc2d962f8b4570", "5c05413a0db834001c390617", "5c6d450c2e221600114c997d", "5c6d42cb2e2216000e69d7d1", "59c1383d86f774290a37e0ca", "5aaa5e60e5b5b000140293d6", "5448c1d04bdc2dff2f8b4569", "5aaa5dfee5b5b000140293d3", "5d1340b3d7ad1a0b52682ed7", "544a378f4bdc2d30388b4567", "5d1340bdd7ad1a0e8d245aab", "55802d5f4bdc2dac148b458e", "5d1340cad7ad1a0b0b249869", "5c6592372e221600133e47d7", "544a37c44bdc2d25388b4567", "5c6d46132e221601da357d56"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5bb2475ed4351e00853264e7", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5bb2475ed4351e00853264e3", + "_props": { + "filters": [{ + "Filter": ["5bb20d53d4351e4502010a69"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5bb2475ed4351e00853264e8", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5bb2475ed4351e00853264e3", + "_props": { + "filters": [{ + "Filter": ["5b0800175acfc400153aebd4", "5bb20e58d4351e00320205d7", "5947e98b86f774778f1448bc", "5947eab886f77475961d96c5", "591aef7986f774139d495f03", "591af10186f774139d495f0e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5bb2475ed4351e00853264e9", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "5bb2475ed4351e00853264e3", + "_props": { + "filters": [{ + "Filter": ["5c0faf68d174af02a96260b8", "56ea7165d2720b6e518b4583", "55d44fd14bdc2d962f8b456e", "5ea16d4d5aad6446a939753d", "5bb20dbcd4351e44f824c04e", "6033749e88382f4fab3fd2c5", "5b2240bf5acfc40dc528af69", "5d44334ba4b9362b346d1948", "5f633ff5c444ce7e3c30a006"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.52, + "Width": 1, + "ammoCaliber": "Caliber556x45NATO", + "bEffDist": 500, + "bFirerate": 850, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "54527a984bdc2d4e668b4567", + "defMagType": "55d4887d4bdc2d962f8b4570", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5bbdb811d4351e45020113c7": { + "_id": "5bbdb811d4351e45020113c7", + "_name": "mount_mosin_aim_sports_tri_rail", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5d024f5cd7ad1a04a067e91a", "5b3f7c005acfc4704b4a1de8"], + "CreditsPrice": 3215, + "Description": "mount_mosin_aim_sports_tri_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_mosin_aim_sports_tri_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_mosin_aim_sports_tri_rail.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_mosin_aim_sports_tri_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "5bbdb811d4351e45020113c9", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5bbdb811d4351e45020113c7", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bbdbb25d4351e0034778ed6", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5bbdb811d4351e45020113c7", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bbdbb2dd4351e00334caa94", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5bbdb811d4351e45020113c7", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.18, + "Width": 2 + }, + "_proto": "57a3459f245977764a01f703", + "_type": "Item" + }, + "5bbdb83fd4351e44f824c44b": { + "_id": "5bbdb83fd4351e44f824c44b", + "_name": "muzzle_mosin_tacfire_tanker_style_762x54r", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3540, + "Description": "muzzle_mosin_tacfire_tanker_style_762x54r", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_mosin_tacfire_tanker_style_762x54r", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_mosin_tacfire_tanker_style_762x54r.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -13, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_mosin_tacfire_tanker_style_762x54r", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.25, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5bbdb870d4351e00367fb67d": { + "_id": "5bbdb870d4351e00367fb67d", + "_name": "stock_mosin_ati_monte_carlo", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 10758, + "Description": "stock_mosin_ati_monte_carlo", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 22, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_mosin_ati_monte_carlo", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_mosin_ati_monte_carlo.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -34, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_mosin_ati_monte_carlo", + "SightingRange": 0, + "SizeReduceRight": 2, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.2, + "Width": 4 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5bbdb8bdd4351e4502011460": { + "_id": "5bbdb8bdd4351e4502011460", + "_name": "muzzle_ar10_odin_works_atlas_7_muzzle_brake_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 13383, + "Description": "muzzle_ar10_odin_works_atlas_7_muzzle_brake_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 20, + "MergesWithChildren": true, + "Name": "muzzle_ar10_odin_works_atlas_7_muzzle_brake_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar10_odin_works_atlas_7_muzzle_brake_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -14, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar10_odin_works_atlas_7_muzzle_brake_762x51", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.12, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5bbde409d4351e003562b036": { + "_id": "5bbde409d4351e003562b036", + "_name": "stock_mosin_aim_sports_buttpad_extended", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": true, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3889, + "Description": "stock_mosin_aim_sports_buttpad_extended", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_mosin_aim_sports_buttpad_extended", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_mosin_aim_sports_buttpad_extended.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -5, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_mosin_aim_sports_buttpad_extended", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.2, + "Width": 1 + }, + "_proto": "58d2912286f7744e27117493", + "_type": "Item" + }, + "5bbde41ed4351e003562b038": { + "_id": "5bbde41ed4351e003562b038", + "_name": "pistolgrip_mosin_tacfire_pgmn", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2263, + "Description": "pistolgrip_mosin_tacfire_pgmn", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_mosin_tacfire_pgmn", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_mosin_tacfire_pgmn.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_mosin_tacfire_pgmn", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.16, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "5bc09a18d4351e003562b68e": { + "_id": "5bc09a18d4351e003562b68e", + "_name": "sight_rear_all_magpul_mbus_gen2", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3600, + "CustomAimPlane": "", + "Description": "sight_rear_all_sig_mpx_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_all_sig_mpx_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_all_magpul_mbus_gen2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_all_sig_mpx_std", + "SightModesCount": 1, + "SightingRange": 300, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.036, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5bc09a30d4351e00367fb7c8": { + "_id": "5bc09a30d4351e00367fb7c8", + "_name": "sight_front_all_magpul_mbus_gen2", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2444, + "CustomAimPlane": "", + "Description": "sight_front_all_sig_mpx_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_all_sig_mpx_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_all_magpul_mbus_gen2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_all_sig_mpx_std", + "SightModesCount": 1, + "SightingRange": 300, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.034, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5bc5a351d4351e003477a414": { + "_id": "5bc5a351d4351e003477a414", + "_name": "muzzle_mosin_tpp_clamp_on_muzzle_brake_762x54r", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 3, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6756, + "Description": "muzzle_mosin_tacfire_tanker_style_762x54r", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_mosin_tacfire_tanker_style_762x54r", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_mosin_tpp_clamp_on_muzzle_brake_762x54r.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -23, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_mosin_tacfire_tanker_style_762x54r", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.19, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5bc5a35cd4351e450201232f": { + "_id": "5bc5a35cd4351e450201232f", + "_name": "muzzle_mosin_witt_machine_custom_clamp_on_muzzle_brake_762x54r", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": -1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 10221, + "Description": "muzzle_mosin_tacfire_tanker_style_762x54r", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_mosin_tacfire_tanker_style_762x54r", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_mosin_witt_machine_custom_clamp_on_muzzle_brake_762x54r.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -29, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_mosin_tacfire_tanker_style_762x54r", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.17, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5bc5a372d4351e44f824d17f": { + "_id": "5bc5a372d4351e44f824d17f", + "_name": "mount_mosin_aim_sports_mng", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1811, + "Description": "mount_mosin_aim_sports_mng", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_mosin_aim_sports_mng", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_mosin_aim_sports_mng.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_mosin_aim_sports_mng", + "SightingRange": 0, + "Slots": [{ + "_id": "5bc5a372d4351e44f824d181", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5bc5a372d4351e44f824d17f", + "_props": { + "filters": [{ + "Filter": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.074, + "Width": 1 + }, + "_proto": "57a3459f245977764a01f703", + "_type": "Item" + }, + "5bc9b156d4351e00367fbce9": { + "_id": "5bc9b156d4351e00367fbce9", + "_name": "item_food_mayo", + "_parent": "5448e8d04bdc2ddf718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 15000, + "Description": "Can of pink salmon", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_juice_carton", + "LootExperience": 10, + "MaxResource": 100, + "MergesWithChildren": false, + "Name": "Can of pink salmon", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/food/item_food_mayo/item_food_mayo.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Pink salmon", + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_food_mayo/item_food_mayo_container.bundle", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 100 + }, + "Hydration": { + "value": -99 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 4 + }, + "_proto": "57347d3d245977448f7b7f61", + "_type": "Item" + }, + "5bc9b355d4351e6d1509862a": { + "_id": "5bc9b355d4351e6d1509862a", + "_name": "item_barter_flammable_klean", + "_parent": "57864e4c24597754843f8723", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 36428, + "Description": "item_barter_flammable_klean", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_flammable_klean", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_flammable_klean/item_barter_flammable_klean.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_flammable_klean", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.2, + "Width": 1 + }, + "_proto": "590a373286f774287540368b", + "_type": "Item" + }, + "5bc9b720d4351e450201234b": { + "_id": "5bc9b720d4351e450201234b", + "_name": "item_barter_valuable_1gphone", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 44639, + "Description": "GPhone 9s", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "jewelry", + "LootExperience": 30, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Broken GPhone", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_valuable_1gphone/item_barter_valuable_1gphone.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "GPhone", + "SpawnChance": 0.3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "5bc9b9ecd4351e3bac122519": { + "_id": "5bc9b9ecd4351e3bac122519", + "_name": "item_barter_valuable_beardoil", + "_parent": "57864c322459775490116fbf", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 55449, + "Description": "item_barter_valuable_beardoil", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 5, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_valuable_beardoil", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_valuable_beardoil/item_barter_valuable_beardoil.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_valuable_beardoil", + "SpawnChance": 1.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "57347c77245977448d35f6e2", + "_type": "Item" + }, + "5bc9bc53d4351e00367fbcee": { + "_id": "5bc9bc53d4351e00367fbcee", + "_name": "item_barter_valuable_chicken", + "_parent": "57864a3d24597754843f8721", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 90566, + "Description": "item_barter_valuable_chicken", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 60, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_valuable_chicken", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_valuable_chicken/item_barter_valuable_chicken.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_valuable_chicken", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 3.8, + "Width": 2 + }, + "_proto": "5734781f24597737e04bf32a", + "_type": "Item" + }, + "5bc9bdb8d4351e003562b8a1": { + "_id": "5bc9bdb8d4351e003562b8a1", + "_name": "item_barter_valuable_elibadge", + "_parent": "57864a3d24597754843f8721", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 60290, + "Description": "item_barter_valuable_elibadge", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "jewelry", + "LootExperience": 40, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_valuable_elibadge", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_valuable_elibadge/item_barter_valuable_elibadge.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_valuable_elibadge", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "5bc9be8fd4351e00334cae6e": { + "_id": "5bc9be8fd4351e00334cae6e", + "_name": "item_barter_other_tea", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 27754, + "Description": "item_barter_other_tea", + "DiscardingBlock": false, + "DogTagQualities": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 15, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_other_tea", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_other_tea/item_barter_other_tea.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_other_tea", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.2, + "Width": 1 + }, + "_proto": "57347cd0245977445a2d6ff1", + "_type": "Item" + }, + "5bc9c049d4351e44f824d360": { + "_id": "5bc9c049d4351e44f824d360", + "_name": "item_barter_other_dobby", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 63029, + "Description": "item_barter_other_dobby", + "DiscardingBlock": false, + "DogTagQualities": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_book", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_other_dobby", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_other_dobby/item_barter_other_dobby.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_other_dobby", + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "573476f124597737e04bf328", + "_type": "Item" + }, + "5bc9c1e2d4351e00367fbcf0": { + "_id": "5bc9c1e2d4351e00367fbcf0", + "_name": "weapon_valuable_wyccaxe", + "_parent": "5447e1d04bdc2dff2f8b4567", + "_props": { + "AdditionalAnimationLayer": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "AppliedHeadRotation": { + "x": 2, + "y": 4, + "z": 0 + }, + "AppliedTrunkRotation": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ColliderScaleMultiplier": { + "x": 1, + "y": 1, + "z": 1 + }, + "ConflictingItems": [], + "CreditsPrice": 94600, + "DeflectionConsumption": 3, + "Description": "weapon_valuable_wyccaxe", + "DiscardingBlock": false, + "DisplayOnModel": false, + "Durability": 90, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "knife_generic", + "LootExperience": 20, + "MaxDurability": 90, + "MaxRepairDegradation": 0.01, + "MaxResource": 0, + "MergesWithChildren": false, + "MinRepairDegradation": 0, + "Name": "weapon_valuable_wyccaxe", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/wycc/weapon_valuable_wyccaxe_container.bundle", + "rcid": "" + }, + "PrimaryConsumption": 10, + "PrimaryDistance": 0.45, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SecondryConsumption": 13, + "SecondryDistance": 0.5, + "SendToClient": false, + "ShortName": "weapon_valuable_wyccaxe", + "SlashPenetration": 1, + "SpawnChance": 1, + "StabPenetration": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StaminaBurnRate": 0, + "StimulatorBuffs": "", + "Unlootable": true, + "UnlootableFromSide": ["Bear", "Usec"], + "UnlootableFromSlot": "Scabbard", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.1, + "Width": 1, + "knifeDurab": 90, + "knifeHitDelay": 0, + "knifeHitRadius": 0.45, + "knifeHitSlashDam": 26, + "knifeHitSlashRate": 0, + "knifeHitStabDam": 44, + "knifeHitStabRate": 1 + }, + "_proto": "54491bb74bdc2d09088b4567", + "_type": "Item" + }, + "5bc9c29cd4351e003562b8a3": { + "_id": "5bc9c29cd4351e003562b8a3", + "_name": "item_food_sprats", + "_parent": "5448e8d04bdc2ddf718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 10000, + "Description": "item_food_sprats", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_tin_can", + "LootExperience": 20, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "item_food_sprats", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/food/item_food_sprats/item_food_sprats.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_food_sprats", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_food_sprats/item_food_sprats_container.bundle", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 55 + }, + "Hydration": { + "value": -5 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 4 + }, + "_proto": "57347d692459774491567cf1", + "_type": "Item" + }, + "5bc9c377d4351e3bac12251b": { + "_id": "5bc9c377d4351e3bac12251b", + "_name": "item_barter_valuable_kresalo", + "_parent": "57864bb7245977548b3b66c2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 63402, + "Description": "item_barter_valuable_kresalo", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "spec_multitool", + "LootExperience": 10, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_valuable_kresalo", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_valuable_kresalo/item_barter_valuable_kresalo.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_valuable_kresalo", + "SpawnChance": 0.6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1 + }, + "_proto": "57347c2e24597744902c94a1", + "_type": "Item" + }, + "5bcf0213d4351e0085327c17": { + "_id": "5bcf0213d4351e0085327c17", + "_name": "stock_mp7_hk_a1_std", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2111, + "Description": "stock_mp7_hk_a1_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": true, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_mp7_hk_a1_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_mp7_hk_a1_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -17, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_mp7_hk_a1_std", + "SightingRange": 0, + "SizeReduceRight": 1, + "Slots": [], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.2, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5bd06f5d86f77427101ad47c": { + "_id": "5bd06f5d86f77427101ad47c", + "_name": "item_equipment_facecover_HALLOWEEN_Slander", + "_parent": "5a341c4686f77469e155819e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["59e770f986f7742cbe3164ef", "572b7d8524597762b472f9d1", "5aa2b87de5b5b00016327c25", "5aa2a7e8e5b5b00016327c16", "5aa2b89be5b5b0001569311f", "5aa2b8d7e5b5b00014028f4a", "5f99418230835532b445e954", "5b4329f05acfc47a86086aa1", "5b43271c5acfc432ff4dce65", "5b40e5e25acfc4001a599bea", "5f60e6403b85f6263c14558c", "5f60e7788adaa7100c3adb49", "5f60e784f2bcbb675b00dac7", "5d96141523f0ea1b7f2aacab", "5bd073c986f7747f627e796c", "5b4327aa5acfc400175496e0", "5b4329075acfc400153b78ff", "5f994730c91ed922dd355de3", "5b40e61f5acfc4001a599bec"], + "CreditsPrice": 12533, + "DeafStrength": "None", + "Description": "item_equipment_facecover_HALLOWEEN_Slander", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "item_equipment_facecover_HALLOWEEN_Slander", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/facecover_halloween_slander/item_equipment_facecover_halloween_slander.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "item_equipment_facecover_HALLOWEEN_Slander", + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 2, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7d8524597762b472f9d1", + "_type": "Item" + }, + "5bd0716d86f774171822ef4b": { + "_id": "5bd0716d86f774171822ef4b", + "_name": "item_equipment_facecover_HALLOWEEN_Micheal", + "_parent": "5a341c4686f77469e155819e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": true, + "BlocksEyewear": true, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["59e770f986f7742cbe3164ef", "572b7d8524597762b472f9d1", "5aa2b87de5b5b00016327c25", "5aa2a7e8e5b5b00016327c16", "5aa2b89be5b5b0001569311f", "5aa2b8d7e5b5b00014028f4a"], + "CreditsPrice": 2862, + "DeafStrength": "None", + "Description": "item_equipment_facecover_HALLOWEEN_Micheal\n", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "item_equipment_facecover_HALLOWEEN_Micheal", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/facecover_halloween_michael/item_equipment_facecover_halloween_micheal.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "item_equipment_facecover_HALLOWEEN_Micheal", + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 2, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7d8524597762b472f9d1", + "_type": "Item" + }, + "5bd071d786f7747e707b93a3": { + "_id": "5bd071d786f7747e707b93a3", + "_name": "item_equipment_facecover_HALLOWEEN_Jason", + "_parent": "5a341c4686f77469e155819e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": true, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["59e770f986f7742cbe3164ef", "572b7d8524597762b472f9d1", "5aa2b87de5b5b00016327c25", "5aa2a7e8e5b5b00016327c16", "5aa2b89be5b5b0001569311f", "5aa2b8d7e5b5b00014028f4a"], + "CreditsPrice": 5125, + "DeafStrength": "None", + "Description": "item_equipment_facecover_HALLOWEEN_Jason\n", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "item_equipment_facecover_HALLOWEEN_Jason", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/facecover_halloween_jason/item_equipment_facecover_halloween_jason.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "item_equipment_facecover_HALLOWEEN_Jason", + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 2, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7d8524597762b472f9d1", + "_type": "Item" + }, + "5bd073a586f7747e6f135799": { + "_id": "5bd073a586f7747e6f135799", + "_name": "item_equipment_mustache", + "_parent": "5a341c4686f77469e155819e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "violet", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 22689, + "DeafStrength": "None", + "Description": "item_equipment_mustache", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "item_equipment_mustache", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/mustache/item_equipment_mustache.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "item_equipment_mustache", + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.07, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7d8524597762b472f9d1", + "_type": "Item" + }, + "5bd073c986f7747f627e796c": { + "_id": "5bd073c986f7747f627e796c", + "_name": "item_equipment_head_kotton", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "violet", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": true, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 24006, + "DeafStrength": "None", + "Description": "item_equipment_head_kotton", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "item_equipment_head_kotton", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_kotton/item_equipment_head_kotton.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "item_equipment_head_kotton", + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.2, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7d8524597762b472f9d1", + "_type": "Item" + }, + "5bd70322209c4d00d7167b8f": { + "_id": "5bd70322209c4d00d7167b8f", + "_name": "weapon_hk_mp7a2_46x30", + "_parent": "5447b5e04bdc2d62278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.25, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.06, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.25, + "Chambers": [{ + "_id": "5bd70322209c4d00d7167b9a", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5bd70322209c4d00d7167b8f", + "_props": { + "filters": [{ + "Filter": ["5ba26812d4351e003201fef1", "5ba26835d4351e0035628ff5", "5ba2678ad4351e44f824b344", "5ba26844d4351e00334c9475"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 2.1, + "CoolFactor": 1, + "CreditsPrice": 45230, + "Description": "weapon_hk_mp7a1_46x30", + "DeviationCurve": 4, + "DeviationMax": 20, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 65, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "mod_stock", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 50, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_hk_mp7a1_46x30", + "NotShownInSlot": false, + "OperatingResource": 6500, + "Prefab": { + "path": "assets/content/weapons/mp7/weapon_hk_mp7a2_46x30_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.32, + "z": -0.02 + }, + "RecoilForceBack": 221, + "RecoilForceUp": 65, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 249, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.13, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.38, + "z": -0.11 + }, + "SendToClient": false, + "ShortName": "weapon_hk_mp7a1_46x30", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5bd70322209c4d00d7167b91", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5bd70322209c4d00d7167b8f", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5ba264f6d4351e0034777d52", "5ba2657ed4351e0035628ff2", "5ba26586d4351e44f824b340"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5bd70322209c4d00d7167b92", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5bd70322209c4d00d7167b8f", + "_props": { + "filters": [{ + "Filter": ["5ba26acdd4351e003562908e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bd70322209c4d00d7167b93", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5bd70322209c4d00d7167b8f", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bd70322209c4d00d7167b94", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5bd70322209c4d00d7167b8f", + "_props": { + "filters": [{ + "Filter": ["5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5fb6564947ce63734e3fa1da", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5fc0fa957283c4046c58147e", "5894a81786f77427140b8347"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bd70322209c4d00d7167b95", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5bd70322209c4d00d7167b8f", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bd70322209c4d00d7167b96", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5bd70322209c4d00d7167b8f", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bd70322209c4d00d7167b97", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5bd70322209c4d00d7167b8f", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bd70322209c4d00d7167b98", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5bd70322209c4d00d7167b8f", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bd70322209c4d00d7167b99", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5bd70322209c4d00d7167b8f", + "_props": { + "filters": [{ + "Filter": ["5bcf0213d4351e0085327c17", "5bd704e7209c4d00d7167c31"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5bd70421209c4d0201393613", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5bd70322209c4d00d7167b8f", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 13, + "Weight": 1.58, + "Width": 2, + "ammoCaliber": "Caliber46x30", + "bEffDist": 200, + "bFirerate": 950, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5ba2678ad4351e44f824b344", + "defMagType": "5ba264f6d4351e0034777d52", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "smg", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5bd704e7209c4d00d7167c31": { + "_id": "5bd704e7209c4d00d7167c31", + "_name": "stock_mp7_hk_a2_std", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2110, + "Description": "stock_mp7_hk_a1_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": true, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_mp7_hk_a1_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_mp7_hk_a2_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -17, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_mp7_hk_a1_std", + "SightingRange": 0, + "SizeReduceRight": 1, + "Slots": [], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.2, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5be4038986f774527d3fae60": { + "_id": "5be4038986f774527d3fae60", + "_name": "interchange plan", + "_parent": "567849dd4bdc2d150f8b456e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConfigPathStr": "UI/PocketMap/Plans/InterchangePlan/config", + "ConflictingItems": [], + "CreditsPrice": 9150, + "Description": "Interchange Plan", + "DiscardingBlock": false, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_map", + "LootExperience": 20, + "MaxMarkersCount": 100, + "MergesWithChildren": false, + "Name": "Interchange Plan", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/map/map.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Interchange Plan", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "scaleMax": 1, + "scaleMin": 0.35 + }, + "_proto": "56784a144bdc2d99058b4569", + "_type": "Item" + }, + "5bead2e00db834001c062938": { + "_id": "5bead2e00db834001c062938", + "_name": "weapon_voentorg_mpl-40", + "_parent": "5447e1d04bdc2dff2f8b4567", + "_props": { + "AdditionalAnimationLayer": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "AppliedHeadRotation": { + "x": 2, + "y": 4, + "z": 0 + }, + "AppliedTrunkRotation": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ColliderScaleMultiplier": { + "x": 1, + "y": 1, + "z": 1 + }, + "ConflictingItems": [], + "CreditsPrice": 3560, + "DeflectionConsumption": 3, + "Description": "weapon_voentorg_mpl-50", + "DiscardingBlock": false, + "DisplayOnModel": false, + "Durability": 65, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 3, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "knife_generic", + "LootExperience": 20, + "MaxDurability": 65, + "MaxRepairDegradation": 0.01, + "MaxResource": 0, + "MergesWithChildren": false, + "MinRepairDegradation": 0, + "Name": "weapon_voentorg_mpl-50", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/mpl40/weapon_voentorg_mpl-40_container.bundle", + "rcid": "" + }, + "PrimaryConsumption": 10, + "PrimaryDistance": 0.55, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SecondryConsumption": 13, + "SecondryDistance": 0.65, + "SendToClient": false, + "ShortName": "weapon_voentorg_mpl-50", + "SlashPenetration": 1, + "SpawnChance": 50, + "StabPenetration": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StaminaBurnRate": 0, + "StimulatorBuffs": "", + "Unlootable": true, + "UnlootableFromSide": ["Bear", "Usec"], + "UnlootableFromSlot": "Scabbard", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.8, + "Width": 1, + "knifeDurab": 65, + "knifeHitDelay": 0, + "knifeHitRadius": 0.55, + "knifeHitSlashDam": 18, + "knifeHitSlashRate": 0, + "knifeHitStabDam": 32, + "knifeHitStabRate": 1 + }, + "_proto": "54491bb74bdc2d09088b4567", + "_type": "Item" + }, + "5bed61680db834001d2c45ab": { + "_id": "5bed61680db834001d2c45ab", + "_name": "mag_ak_izhmash_ak12_std_545x39_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5bed61680db834001d2c45ad", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5bed61680db834001d2c45ab", + "_props": { + "filters": [{ + "Filter": ["5c0d5e4486f77478390952fe", "56dfef82d2720bbd668b4567", "56dff026d2720bb8668b4567", "56dff061d2720bb5668b4567", "56dff0bed2720bb0668b4567", "56dff216d2720bbd668b4568", "56dff2ced2720bb4668b4567", "56dff338d2720bbd668b4569", "56dff3afd2720bba668b4567", "56dff421d2720b5f5a8b4567", "56dff4a2d2720bbd668b456a", "56dff4ecd2720b5f5a8b4568"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 1, + "CheckTimeModifier": -20, + "ConflictingItems": [], + "CreditsPrice": 2750, + "Description": "mag_ak_izhmash_ak12_std_545x39_30", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": -10, + "LootExperience": 15, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ak_izhmash_ak12_std_545x39_30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ak_izhmash_ak12_std_545x39_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ak_izhmash_ak12_std_545x39_30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.19, + "Width": 1, + "magAnimationIndex": 4 + }, + "_proto": "55802d5f4bdc2dac148b458e", + "_type": "Item" + }, + "5bed625c0db834001c062946": { + "_id": "5bed625c0db834001c062946", + "_name": "mag_ak_izhmash_rpk16_drum_545x39_95", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5bed625c0db834001c062948", + "_max_count": 95, + "_name": "cartridges", + "_parent": "5bed625c0db834001c062946", + "_props": { + "filters": [{ + "Filter": ["5c0d5e4486f77478390952fe", "56dfef82d2720bbd668b4567", "56dff026d2720bb8668b4567", "56dff061d2720bb5668b4567", "56dff0bed2720bb0668b4567", "56dff216d2720bbd668b4568", "56dff2ced2720bb4668b4567", "56dff338d2720bbd668b4569", "56dff3afd2720bba668b4567", "56dff421d2720b5f5a8b4567", "56dff4a2d2720bbd668b456a", "56dff4ecd2720b5f5a8b4568"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 25, + "ConflictingItems": [], + "CreditsPrice": 35600, + "Description": "mag_ak_izhmash_ak12_std_545x39_30", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -24, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 90, + "LootExperience": 15, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ak_izhmash_ak12_std_545x39_30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ak_izhmash_rpk16_drum_545x39_95.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ak_izhmash_ak12_std_545x39_30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.68, + "Width": 2, + "magAnimationIndex": 5 + }, + "_proto": "55802d5f4bdc2dac148b458e", + "_type": "Item" + }, + "5beec1bd0db834001e6006f3": { + "_id": "5beec1bd0db834001e6006f3", + "_name": "barrel_rpk16_izhmash_370mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.048, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 12200, + "Description": "barrel_rpk16_izhmash_370mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_rpk16_izhmash_370mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_rpk16_izhmash_370mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_rpk16_izhmash_370mm", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5beec1bd0db834001e6006f5", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5beec1bd0db834001e6006f3", + "_props": { + "filters": [{ + "Filter": ["5ac72e945acfc43f3b691116", "5ac7655e5acfc40016339a19", "5649aa744bdc2ded0b8b457e", "5943eeeb86f77412d6384f6b", "5cc9a96cd7f00c011c04e04a", "5649ab884bdc2ded0b8b457f", "5beec3420db834001b095429", "593d493f86f7745e6b2ceb22", "564caa3d4bdc2d17108b458e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -8, + "Weight": 0.54, + "Width": 2 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5beec2820db834001b095426": { + "_id": "5beec2820db834001b095426", + "_name": "barrel_rpk16_izhmash_550mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.032, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 17300, + "Description": "barrel_rpk16_izhmash_550mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.1, + "EffectiveDistance": 0, + "Ergonomics": -11, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_rpk16_izhmash_550mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_rpk16_izhmash_550mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -7, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_rpk16_izhmash_550mm", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5beec2820db834001b095428", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5beec2820db834001b095426", + "_props": { + "filters": [{ + "Filter": ["5ac72e945acfc43f3b691116", "5ac7655e5acfc40016339a19", "5649aa744bdc2ded0b8b457e", "5943eeeb86f77412d6384f6b", "5cc9a96cd7f00c011c04e04a", "5649ab884bdc2ded0b8b457f", "5beec3420db834001b095429", "593d493f86f7745e6b2ceb22", "564caa3d4bdc2d17108b458e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -5, + "Weight": 0.65, + "Width": 3 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5beec3420db834001b095429": { + "_id": "5beec3420db834001b095429", + "_name": "muzzle_rpk16_izhmash_rpk16_std_545x39", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 950, + "Description": "muzzle_ak74_izhmash_ak101_std_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ak74_izhmash_ak101_std_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_rpk16_izhmash_rpk16_std_545x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ak74_izhmash_ak101_std_556x45", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 60, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.09, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5beec3e30db8340019619424": { + "_id": "5beec3e30db8340019619424", + "_name": "handguard_rpk16_izhmash_rpk16_std", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7750, + "Description": "handguard_ak_hexagon_ak", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_hexagon_ak", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_rpk16_izhmash_rpk16_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_hexagon_ak", + "SightingRange": 0, + "Slots": [{ + "_id": "5beec3e30db8340019619426", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5beec3e30db8340019619424", + "_props": { + "filters": [{ + "Filter": ["5beecbb80db834001d2c465e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5beec3e30db8340019619427", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5beec3e30db8340019619424", + "_props": { + "filters": [{ + "Filter": ["5beecbb80db834001d2c465e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5beeccbb0db83400196194c7", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5beec3e30db8340019619424", + "_props": { + "filters": [{ + "Filter": ["558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bf27b580db834001961955e", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5beec3e30db8340019619424", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bf2a0740db834001961993a", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5beec3e30db8340019619424", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.167, + "Width": 2 + }, + "_proto": "5648b0744bdc2d363b8b4578", + "_type": "Item" + }, + "5beec8b20db834001961942a": { + "_id": "5beec8b20db834001961942a", + "_name": "stock_rpk16_izhmash_rpk_stock_tube", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2900, + "Description": "stock_ar15_colt_stock_tube_A2", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_colt_stock_tube_A2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_rpk16_izhmash_rpk_stock_tube.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_colt_stock_tube_A2", + "SightingRange": 0, + "SizeReduceRight": 1, + "Slots": [{ + "_id": "5beec8b20db834001961942c", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5beec8b20db834001961942a", + "_props": { + "filters": [{ + "Filter": ["602e620f9b513876d4338d9a", "5a9eb32da2750c00171b3f9c", "5bfe86df0db834001b734685", "55d4ae6c4bdc2d8b2f8b456e", "5c87a07c2e2216001219d4a2", "5bb20e70d4351e0035629f8f", "5beec8c20db834001d2c465c", "5ae30c9a5acfc408fb139a03", "5d135e83d7ad1a21b83f42d8", "5d135ecbd7ad1a21c176542e", "56eabf3bd2720b75698b4569", "58d2946386f774496974c37e", "58d2946c86f7744e271174b5", "58d2947686f774485c6a1ee5", "58d2947e86f77447aa070d53", "5947c73886f7747701588af5", "5c793fde2e221601da358614", "5b39f8db5acfc40016387a1b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.142, + "Width": 2 + }, + "_proto": "5649b2314bdc2d79388b4576", + "_type": "Item" + }, + "5beec8c20db834001d2c465c": { + "_id": "5beec8c20db834001d2c465c", + "_name": "stock_ar15_izhmash_ak12_std", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4500, + "Description": "stock_ar15_lmt_sopmod", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_lmt_sopmod", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_izhmash_ak12_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -30, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_lmt_sopmod", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.148, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5beec8ea0db834001a6f9dbf": { + "_id": "5beec8ea0db834001a6f9dbf", + "_name": "pistolgrip_ak_izhmash_ak12_std", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1500, + "Description": "pistolgrip_ak_izhmash_ak74_bakelit", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ak_izhmash_ak74_bakelit", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ak_izhmash_ak12_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ak_izhmash_ak74_bakelit", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "5beec91a0db834001961942d": { + "_id": "5beec91a0db834001961942d", + "_name": "reciever_rpk16_izhmash_rpk16_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7200, + "Description": "Цельнофрезерованная крышка ствольной коробки Б-33 от компании Зенит из комплекта обвязки для АК \"Классика\". Может быть установлена только совместно с цевьём Б-10М или Б-30.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Крышка ствольной коробки Зенит Б-33 для АК-74", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_rpk16_izhmash_rpk16_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Б-33", + "SightingRange": 0, + "Slots": [{ + "_id": "5beec91a0db834001961942f", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5beec91a0db834001961942d", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5beecc680db83400196194c6", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5beec91a0db834001961942d", + "_props": { + "filters": [{ + "Filter": ["5beec9450db83400970084fd"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.215, + "Width": 2 + }, + "_proto": "5649af094bdc2df8348b4586", + "_type": "Item" + }, + "5beec9450db83400970084fd": { + "_id": "5beec9450db83400970084fd", + "_name": "sight_rear_all_izhmash_rpk16_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5b3b99265acfc4704b4a1afb"], + "CreditsPrice": 800, + "CustomAimPlane": "", + "Description": "Съемный целик Colt A2 Rearsight. Штатно устанавливается на M4A1.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "Целик Colt A2 Rearsight для AR-15 и совместимых", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_all_izhmash_rpk16_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "CA2R", + "SightModesCount": 1, + "SightingRange": 600, + "Slots": [{ + "_id": "5bf3f5b10db834001d2c4aaa", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5beec9450db83400970084fd", + "_props": { + "filters": [{ + "Filter": ["5ac733a45acfc400192630e2", "5649b0544bdc2d1b2b8b458a", "5ac72e475acfc400180ae6fe", "5bf3f59f0db834001a6fa060"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.05, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5beecbb80db834001d2c465e": { + "_id": "5beecbb80db834001d2c465e", + "_name": "mount_rpk16_izhmash_rpk16_side_rail", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 920, + "Description": "mount_qars_troy_qars_3,2_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_qars_troy_qars_3,2_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_rpk16_izhmash_rpk16_side_rail.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_qars_troy_qars_3,2_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5beecbea0db834001b0954c1", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5beecbb80db834001d2c465e", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.045, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5beed0f50db834001c062b12": { + "_id": "5beed0f50db834001c062b12", + "_name": "weapon_izhmash_rpk16_545x39", + "_parent": "5447bed64bdc2d97278b4568", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.19, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.2, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.04, + "Chambers": [{ + "_id": "5beed0f50db834001c062b14", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5beed0f50db834001c062b12", + "_props": { + "filters": [{ + "Filter": ["5c0d5e4486f77478390952fe", "56dfef82d2720bbd668b4567", "56dff026d2720bb8668b4567", "56dff061d2720bb5668b4567", "56dff0bed2720bb0668b4567", "56dff216d2720bbd668b4568", "56dff2ced2720bb4668b4567", "56dff338d2720bbd668b4569", "56dff3afd2720bba668b4567", "56dff421d2720b5f5a8b4567", "56dff4a2d2720bbd668b456a", "56dff4ecd2720b5f5a8b4568"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.7, + "CoolFactor": 1, + "CreditsPrice": 22360, + "Description": "weapon_izhmash_rpk16_545x39", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 45, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "mod_stock_001", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_izhmash_rpk16_545x39", + "NotShownInSlot": false, + "OperatingResource": 6600, + "Prefab": { + "path": "assets/content/weapons/rpk16/weapon_izhmash_rpk16_545x39_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": 0 + }, + "RecoilForceBack": 370, + "RecoilForceUp": 131, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 123, + "RepairSpeed": 5, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.27, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "weapon_izhmash_rpk16_545x39", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5beed0f50db834001c062b18", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5beed0f50db834001c062b12", + "_props": { + "filters": [{ + "Filter": ["5beec8ea0db834001a6f9dbf", "5649ad3f4bdc2df8348b4585", "5649ade84bdc2d1b2b8b4587", "59e62cc886f77440d40b52a1", "5a0071d486f77404e23a12b2", "57e3dba62459770f0c32322b", "5cf54404d7f00c108840b2ef", "5b30ac585acfc433000eb79c", "59e6318286f77444dd62c4cc", "5cf50850d7f00c056e24104c", "5cf508bfd7f00c056e24104e", "5947f92f86f77427344a76b1", "5947fa2486f77425b47c1a9b", "5c6bf4aa2e2216001219b0ae", "5649ae4a4bdc2d1b2b8b4588", "5998517986f7746017232f7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5beed0f50db834001c062b19", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5beed0f50db834001c062b12", + "_props": { + "filters": [{ + "Filter": ["5beec91a0db834001961942d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5beed0f50db834001c062b1c", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5beed0f50db834001c062b12", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["564ca9df4bdc2d35148b4569", "564ca99c4bdc2d16268b4589", "55d480c04bdc2d1d4e8b456a", "5cbdaf89ae9215000e5b9c94", "55d481904bdc2d8c2f8b456a", "55d482194bdc2d1d4e8b456b", "55d4837c4bdc2d1d4e8b456c", "5aaa4194e5b5b055d06310a5", "5bed61680db834001d2c45ab", "5bed625c0db834001c062946"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5beed0f50db834001c062b1e", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "5beed0f50db834001c062b12", + "_props": { + "filters": [{ + "Filter": ["5648ac824bdc2ded0b8b457d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bf2956d0db834001a6f9ff9", + "_mergeSlotWithChildren": false, + "_name": "mod_stock_001", + "_parent": "5beed0f50db834001c062b12", + "_props": { + "filters": [{ + "Filter": ["5beec8b20db834001961942a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bf29d9d0db834001b095753", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "5beed0f50db834001c062b12", + "_props": { + "filters": [{ + "Filter": ["5beec3e30db8340019619424"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5bf29da70db834001a6f9ffc", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5beed0f50db834001c062b12", + "_props": { + "filters": [{ + "Filter": ["5beec1bd0db834001e6006f3", "5beec2820db834001b095426"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.8, + "Weight": 1.5, + "Width": 2, + "ammoCaliber": "Caliber545x39", + "bEffDist": 650, + "bFirerate": 650, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "56dff3afd2720bba668b4567", + "defMagType": "55d480c04bdc2d1d4e8b456a", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "machinegun", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5bf3e03b0db834001d2c4a9c": { + "_id": "5bf3e03b0db834001d2c4a9c", + "_name": "weapon_izhmash_ak74_545x39", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.19, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.15, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.058, + "Chambers": [{ + "_id": "5bf3e03b0db834001d2c4a9e", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5bf3e03b0db834001d2c4a9c", + "_props": { + "filters": [{ + "Filter": ["5c0d5e4486f77478390952fe", "56dfef82d2720bbd668b4567", "56dff026d2720bb8668b4567", "56dff061d2720bb5668b4567", "56dff0bed2720bb0668b4567", "56dff216d2720bbd668b4568", "56dff2ced2720bb4668b4567", "56dff338d2720bbd668b4569", "56dff3afd2720bba668b4567", "56dff421d2720b5f5a8b4567", "56dff4a2d2720bbd668b456a", "56dff4ecd2720b5f5a8b4568"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.5, + "CoolFactor": 1, + "CreditsPrice": 21750, + "Description": "Автомат Калашникова калибра 5,45 мм, разработанный в 1970 году конструктором М. Т. Калашниковым. Дальнейшее развитие АКМ в связи с переходом Вооруженных Сил на новый боеприпас 5.45x39. Основное отличие от штатного АК-74 это наличие крепления для оптических и ночных прицелов.", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 30, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "Автомат Калашникова АК-74Н 5.45x39", + "NotShownInSlot": false, + "OperatingResource": 5200, + "Prefab": { + "path": "assets/content/weapons/ak74/weapon_izhmash_ak74_545x39_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": 0 + }, + "RecoilForceBack": 398, + "RecoilForceUp": 141, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 109, + "RepairSpeed": 5, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.27, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "АК-74N 5.45x39", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5bf3e03b0db834001d2c4a9f", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5bf3e03b0db834001d2c4a9c", + "_props": { + "filters": [{ + "Filter": ["5a01ad4786f77450561fda02", "59c6633186f7740cf0493bb9", "59d64ec286f774171d1e0a42", "59e649f986f77411d949b246", "5b237e425acfc4771e1be0b6", "59ccfdba86f7747f2109a587", "5cf656f2d7f00c06585fb6eb", "5d4aab30a4b9365435358c55"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5bf3e03b0db834001d2c4aa0", + "_mergeSlotWithChildren": false, + "_name": "mod_launcher", + "_parent": "5bf3e03b0db834001d2c4a9c", + "_props": { + "filters": [{ + "Filter": ["5648b62b4bdc2d9d488b4585"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bf3e03b0db834001d2c4aa1", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5bf3e03b0db834001d2c4a9c", + "_props": { + "filters": [{ + "Filter": ["5ac72e945acfc43f3b691116", "5ac7655e5acfc40016339a19", "5649aa744bdc2ded0b8b457e", "5f633f791b231926f2329f13", "5943eeeb86f77412d6384f6b", "5cc9a96cd7f00c011c04e04a", "5649ab884bdc2ded0b8b457f", "57dc324a24597759501edc20", "59bffc1f86f77435b128b872", "593d493f86f7745e6b2ceb22", "564caa3d4bdc2d17108b458e", "57ffb0e42459777d047111c5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bf3e03b0db834001d2c4aa2", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5bf3e03b0db834001d2c4a9c", + "_props": { + "filters": [{ + "Filter": ["5f6341043ada5942720e2dc5", "6087e663132d4d12c81fd96b", "5beec8ea0db834001a6f9dbf", "5649ad3f4bdc2df8348b4585", "5649ade84bdc2d1b2b8b4587", "59e62cc886f77440d40b52a1", "5a0071d486f77404e23a12b2", "57e3dba62459770f0c32322b", "5cf54404d7f00c108840b2ef", "5e2192a498a36665e8337386", "5b30ac585acfc433000eb79c", "59e6318286f77444dd62c4cc", "5cf50850d7f00c056e24104c", "5cf508bfd7f00c056e24104e", "5947f92f86f77427344a76b1", "5947fa2486f77425b47c1a9b", "5c6bf4aa2e2216001219b0ae", "5649ae4a4bdc2d1b2b8b4588", "5998517986f7746017232f7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5bf3e03b0db834001d2c4aa3", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5bf3e03b0db834001d2c4a9c", + "_props": { + "filters": [{ + "Filter": ["5649af094bdc2df8348b4586", "5ac50da15acfc4001718d287", "5d2c76ed48f03532f2136169", "5d2c770c48f0354b4a07c100", "5d2c772c48f0355d95672c25", "5649af884bdc2d1b2b8b4589"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bf3e03b0db834001d2c4aa4", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5bf3e03b0db834001d2c4a9c", + "_props": { + "filters": [{ + "Filter": ["5ac733a45acfc400192630e2", "5649b0544bdc2d1b2b8b458a", "5ac72e475acfc400180ae6fe", "5649d9a14bdc2d79388b4580"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bf3e03b0db834001d2c4aa5", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5bf3e03b0db834001d2c4a9c", + "_props": { + "filters": [{ + "Filter": ["5649b0fc4bdc2d17108b4588", "5cbdb1b0ae9215000d50e105", "5649b1c04bdc2d16268b457c", "5cf518cfd7f00c065b422214", "5b04473a5acfc40018632f70", "5e217ba4c1434648c13568cd", "59d6514b86f774171a068a08", "5b0e794b5acfc47a877359b2", "59e6227d86f77440d64f5dc2", "59e89d0986f77427600d226e", "6087e2a5232e5a31c233d552", "5649b2314bdc2d79388b4576", "5b222d335acfc4771e1be099"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bf3e03b0db834001d2c4aa6", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5bf3e03b0db834001d2c4a9c", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["564ca9df4bdc2d35148b4569", "564ca99c4bdc2d16268b4589", "55d480c04bdc2d1d4e8b456a", "5cbdaf89ae9215000e5b9c94", "55d481904bdc2d8c2f8b456a", "55d482194bdc2d1d4e8b456b", "55d4837c4bdc2d1d4e8b456c", "5aaa4194e5b5b055d06310a5", "5bed61680db834001d2c45ab", "5bed625c0db834001c062946"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5bf3e03b0db834001d2c4aa8", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "5bf3e03b0db834001d2c4a9c", + "_props": { + "filters": [{ + "Filter": ["5648ac824bdc2ded0b8b457d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.8, + "Weight": 1.992, + "Width": 4, + "ammoCaliber": "Caliber545x39", + "bEffDist": 650, + "bFirerate": 650, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "56dff3afd2720bba668b4567", + "defMagType": "55d480c04bdc2d1d4e8b456a", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5bf3e0490db83400196199af": { + "_id": "5bf3e0490db83400196199af", + "_name": "weapon_izhmash_aks74_545x39", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.19, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.16, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.058, + "Chambers": [{ + "_id": "5bf3e0490db83400196199b1", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5bf3e0490db83400196199af", + "_props": { + "filters": [{ + "Filter": ["5c0d5e4486f77478390952fe", "56dfef82d2720bbd668b4567", "56dff026d2720bb8668b4567", "56dff061d2720bb5668b4567", "56dff0bed2720bb0668b4567", "56dff216d2720bbd668b4568", "56dff2ced2720bb4668b4567", "56dff338d2720bbd668b4569", "56dff3afd2720bba668b4567", "56dff421d2720b5f5a8b4567", "56dff4a2d2720bbd668b456a", "56dff4ecd2720b5f5a8b4568"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.5, + "CoolFactor": 1, + "CreditsPrice": 23660, + "Description": "Автомат Калашникова калибра 5,45 мм, разработанный в 1970 году конструктором М. Т. Калашниковым. Дальнейшее развитие АКМ в связи с переходом Вооруженных Сил на новый боеприпас 5.45x39. Основное отличие от штатного АК-74 это наличие крепления для оптических и ночных прицелов.", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 31, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "mod_stock", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "Автомат Калашникова АК-74Н 5.45x39", + "NotShownInSlot": false, + "OperatingResource": 5200, + "Prefab": { + "path": "assets/content/weapons/aks74/weapon_izhmash_aks74_545x39_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": 0 + }, + "RecoilForceBack": 398, + "RecoilForceUp": 141, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 118, + "RepairSpeed": 5, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.27, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "АК-74N 5.45x39", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5bf3e0490db83400196199b2", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5bf3e0490db83400196199af", + "_props": { + "filters": [{ + "Filter": ["5a01ad4786f77450561fda02", "59c6633186f7740cf0493bb9", "59d64ec286f774171d1e0a42", "59e649f986f77411d949b246", "5b237e425acfc4771e1be0b6", "59ccfdba86f7747f2109a587", "5cf656f2d7f00c06585fb6eb", "5d4aab30a4b9365435358c55"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5bf3e0490db83400196199b3", + "_mergeSlotWithChildren": false, + "_name": "mod_launcher", + "_parent": "5bf3e0490db83400196199af", + "_props": { + "filters": [{ + "Filter": ["5648b62b4bdc2d9d488b4585"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bf3e0490db83400196199b4", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5bf3e0490db83400196199af", + "_props": { + "filters": [{ + "Filter": ["5ac72e945acfc43f3b691116", "5ac7655e5acfc40016339a19", "5649aa744bdc2ded0b8b457e", "5f633f791b231926f2329f13", "5943eeeb86f77412d6384f6b", "5cc9a96cd7f00c011c04e04a", "5649ab884bdc2ded0b8b457f", "57dc324a24597759501edc20", "59bffc1f86f77435b128b872", "593d493f86f7745e6b2ceb22", "564caa3d4bdc2d17108b458e", "57ffb0e42459777d047111c5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bf3e0490db83400196199b5", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5bf3e0490db83400196199af", + "_props": { + "filters": [{ + "Filter": ["5f6341043ada5942720e2dc5", "6087e663132d4d12c81fd96b", "5beec8ea0db834001a6f9dbf", "5649ad3f4bdc2df8348b4585", "5649ade84bdc2d1b2b8b4587", "59e62cc886f77440d40b52a1", "5a0071d486f77404e23a12b2", "57e3dba62459770f0c32322b", "5cf54404d7f00c108840b2ef", "5e2192a498a36665e8337386", "5b30ac585acfc433000eb79c", "59e6318286f77444dd62c4cc", "5cf50850d7f00c056e24104c", "5cf508bfd7f00c056e24104e", "5947f92f86f77427344a76b1", "5947fa2486f77425b47c1a9b", "5c6bf4aa2e2216001219b0ae", "5649ae4a4bdc2d1b2b8b4588", "5998517986f7746017232f7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5bf3e0490db83400196199b6", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5bf3e0490db83400196199af", + "_props": { + "filters": [{ + "Filter": ["5649af094bdc2df8348b4586", "5ac50da15acfc4001718d287", "5d2c76ed48f03532f2136169", "5d2c770c48f0354b4a07c100", "5d2c772c48f0355d95672c25", "5649af884bdc2d1b2b8b4589"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bf3e0490db83400196199b7", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5bf3e0490db83400196199af", + "_props": { + "filters": [{ + "Filter": ["5ac733a45acfc400192630e2", "5649b0544bdc2d1b2b8b458a", "5ac72e475acfc400180ae6fe", "5649d9a14bdc2d79388b4580"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bf3e0490db83400196199b8", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5bf3e0490db83400196199af", + "_props": { + "filters": [{ + "Filter": ["59ecc28286f7746d7a68aa8c", "5ab626e4d8ce87272e4c6e43", "57dc347d245977596754e7a1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bf3e0490db83400196199b9", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5bf3e0490db83400196199af", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["564ca9df4bdc2d35148b4569", "564ca99c4bdc2d16268b4589", "55d480c04bdc2d1d4e8b456a", "5cbdaf89ae9215000e5b9c94", "55d481904bdc2d8c2f8b456a", "55d482194bdc2d1d4e8b456b", "55d4837c4bdc2d1d4e8b456c", "5aaa4194e5b5b055d06310a5", "5bed61680db834001d2c45ab", "5bed625c0db834001c062946"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5bf3e0490db83400196199bb", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "5bf3e0490db83400196199af", + "_props": { + "filters": [{ + "Filter": ["5648ac824bdc2ded0b8b457d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 13, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.8, + "Weight": 1.992, + "Width": 4, + "ammoCaliber": "Caliber545x39", + "bEffDist": 650, + "bFirerate": 650, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "56dff3afd2720bba668b4567", + "defMagType": "55d480c04bdc2d1d4e8b456a", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5bf3f59f0db834001a6fa060": { + "_id": "5bf3f59f0db834001a6fa060", + "_name": "sight_rear_ak_izhmash_rpk16_rear_sight_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 800, + "CustomAimPlane": "", + "Description": "Съемный целик Colt A2 Rearsight. Штатно устанавливается на M4A1.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "Целик Colt A2 Rearsight для AR-15 и совместимых", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_ak_izhmash_rpk16_rear_sight_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "CA2R", + "SightModesCount": 1, + "SightingRange": 600, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.15, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5bfd297f0db834001a669119": { + "_id": "5bfd297f0db834001a669119", + "_name": "weapon_izhmash_mosin_infantry_762x54", + "_parent": "5447b6254bdc2dc3278b4568", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.32, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": true, + "BurstShotsCount": 3, + "CameraRecoil": 0.4, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.011, + "Chambers": [{ + "_id": "5bfd297f0db834001a66911f", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5bfd297f0db834001a669119", + "_props": { + "filters": [{ + "Filter": ["5e023d34e8a400319a28ed44", "5e023d48186a883be655e551", "5e023cf8186a883be655e54f", "59e77a2386f7742ee578960a", "5887431f2459777e1612938f", "560d61e84bdc2da74d8b4571"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 1.5, + "CoolFactor": 1, + "CreditsPrice": 11500, + "Description": "weapon_izhmash_mosin_rifle_762x54", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 17, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_rifle", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": true, + "Name": "weapon_izhmash_mosin_rifle_762x54", + "NotShownInSlot": false, + "OperatingResource": 2300, + "Prefab": { + "path": "assets/content/weapons/mosin/weapon_izhmash_mosin_infantry_762x54_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.47, + "z": 0.02 + }, + "RecoilForceBack": 975, + "RecoilForceUp": 338, + "RecolDispersion": 10, + "ReloadMode": "InternalMagazine", + "RepairComplexity": 1, + "RepairCost": 58, + "RepairSpeed": 14, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.04 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.3, + "z": -0.02 + }, + "SendToClient": false, + "ShortName": "weapon_izhmash_mosin_rifle_762x54", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5bfd297f0db834001a66911b", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5bfd297f0db834001a669119", + "_props": { + "filters": [{ + "AnimationIndex": 0, + "Filter": ["5ae0973a5acfc4001562206c", "5bae13ded4351e44f824bf38"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5bfd297f0db834001a66911c", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5bfd297f0db834001a669119", + "_props": { + "filters": [{ + "Filter": ["5bbdb870d4351e00367fb67d", "5bfd36ad0db834001c38ef66", "5bfd37c80db834001d23e842", "5bfd384c0db834001a6691d3", "5bfd35380db83400232fe5cc", "5bfd36290db834001966869a", "5ae096d95acfc400185c2c81", "5bae13bad4351e00320204af"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5bfd297f0db834001a66911d", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5bfd297f0db834001a669119", + "_props": { + "filters": [{ + "Filter": ["5bfd4cbe0db834001b73449f", "5bfd4cd60db834001c38f095", "5bfd4cc90db834001d23e846", "5ae09bff5acfc4001562219d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 2.81, + "Weight": 0.76, + "Width": 1, + "ammoCaliber": "Caliber762x54R", + "bEffDist": 1000, + "bFirerate": 30, + "bHearDist": 100, + "chamberAmmoCount": 1, + "defAmmo": "5887431f2459777e1612938f", + "defMagType": "5ae0973a5acfc4001562206c", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "sniperRifle", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "55801eed4bdc2d89578b4588", + "_type": "Item" + }, + "5bfd35380db83400232fe5cc": { + "_id": "5bfd35380db83400232fe5cc", + "_name": "stock_mosin_izhmash_mosin_infantry_wood", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5b3f7bf05acfc433000ecf6b", "5bfd4cbe0db834001b73449f", "5bfd4cd60db834001c38f095", "5bfd4cc90db834001d23e846"], + "CreditsPrice": 2160, + "Description": "stock_toz-106_toz_short_std_wood", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 4, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_toz-106_toz_short_std_wood", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_mosin_izhmash_mosin_infantry_wood.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": -29, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_toz-106_toz_short_std_wood", + "SightingRange": 0, + "SizeReduceRight": 2, + "Slots": [{ + "_id": "5bfd35380db83400232fe5ce", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5bfd35380db83400232fe5cc", + "_props": { + "filters": [{ + "Filter": ["5bbde409d4351e003562b036"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bfd35380db83400232fe5cf", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5bfd35380db83400232fe5cc", + "_props": { + "filters": [{ + "Filter": ["5bbde41ed4351e003562b038"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.8, + "Width": 4 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5bfd36290db834001966869a": { + "_id": "5bfd36290db834001966869a", + "_name": "stock_mosin_izhmash_mosin_sniper_sawn_off_wood", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1750, + "Description": "stock_toz-106_toz_short_std_wood", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 16, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_toz-106_toz_short_std_wood", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_mosin_izhmash_mosin_sniper_sawn_off_wood.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_toz-106_toz_short_std_wood", + "SightingRange": 0, + "SizeReduceRight": 2, + "Slots": [{ + "_id": "5bfd36290db834001966869d", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5bfd36290db834001966869a", + "_props": { + "filters": [{ + "Filter": ["5bbde41ed4351e003562b038"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.85, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5bfd36ad0db834001c38ef66": { + "_id": "5bfd36ad0db834001c38ef66", + "_name": "stock_mosin_izhmash_mosin_carabine_sawn_off_wood", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5b3f7bf05acfc433000ecf6b"], + "CreditsPrice": 1600, + "Description": "stock_toz-106_toz_short_std_wood", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 16, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_toz-106_toz_short_std_wood", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_mosin_izhmash_mosin_carabine_sawn_off_wood.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_toz-106_toz_short_std_wood", + "SightingRange": 0, + "SizeReduceRight": 2, + "Slots": [{ + "_id": "5bfd36ad0db834001c38ef68", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5bfd36ad0db834001c38ef66", + "_props": { + "filters": [{ + "Filter": ["5bbde41ed4351e003562b038"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.8, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5bfd37c80db834001d23e842": { + "_id": "5bfd37c80db834001d23e842", + "_name": "stock_mosin_izhmash_mosin_carabine_sniper_cut_wood", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3580, + "Description": "stock_toz-106_toz_short_std_wood", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 11, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_toz-106_toz_short_std_wood", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_mosin_izhmash_mosin_carabine_sniper_cut_wood.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": -27, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_toz-106_toz_short_std_wood", + "SightingRange": 0, + "SizeReduceRight": 2, + "Slots": [{ + "_id": "5bfd37c80db834001d23e844", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5bfd37c80db834001d23e842", + "_props": { + "filters": [{ + "Filter": ["5bbde409d4351e003562b036"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bfd37c80db834001d23e845", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5bfd37c80db834001d23e842", + "_props": { + "filters": [{ + "Filter": ["5bbde41ed4351e003562b038"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.55, + "Width": 3 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5bfd384c0db834001a6691d3": { + "_id": "5bfd384c0db834001a6691d3", + "_name": "stock_mosin_izhmash_mosin_carabine_wood", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5b3f7bf05acfc433000ecf6b"], + "CreditsPrice": 3320, + "Description": "stock_toz-106_toz_short_std_wood", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 14, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_toz-106_toz_short_std_wood", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_mosin_izhmash_mosin_carabine_wood.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": -27, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_toz-106_toz_short_std_wood", + "SightingRange": 0, + "SizeReduceRight": 2, + "Slots": [{ + "_id": "5bfd384c0db834001a6691d5", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5bfd384c0db834001a6691d3", + "_props": { + "filters": [{ + "Filter": ["5bbde409d4351e003562b036"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bfd384c0db834001a6691d6", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5bfd384c0db834001a6691d3", + "_props": { + "filters": [{ + "Filter": ["5bbde41ed4351e003562b038"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.6, + "Width": 3 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5bfd4c980db834001b73449d": { + "_id": "5bfd4c980db834001b73449d", + "_name": "sight_rear_mosin_izhmash_mosin_carabine", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3f024bdc2d1d388b4568", "544a3a774bdc2d3a388b4567", "57adff4f24597737f373b6e6", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "56ea70acd2720b844b8b4594", "5aa66be6e5b5b0214e506e97", "5a37ca54c4a282000d72296a", "57c69dd424597774c03b7bbc", "5aa66a9be5b5b0214e506e89", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f"], + "CreditsPrice": 800, + "CustomAimPlane": "", + "Description": "Съемный целик Colt A2 Rearsight. Штатно устанавливается на M4A1.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "Целик Colt A2 Rearsight для AR-15 и совместимых", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_mosin_izhmash_mosin_carabine.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "CA2R", + "SightModesCount": 1, + "SightingRange": 600, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.15, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5bfd4cbe0db834001b73449f": { + "_id": "5bfd4cbe0db834001b73449f", + "_name": "barrel_mosin_izhmash_mosin_carabine_514mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.07, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3920, + "Description": "barrel_870_express_rifle_sights_fixed_improved_cylinder_508mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -8, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 110, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_870_express_rifle_sights_fixed_improved_cylinder_508mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mosin_izhmash_mosin_carabine_514mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_870_express_rifle_sights_fixed_improved_cylinder_508mm", + "ShotgunDispersion": 1.9, + "SightingRange": 0, + "Slots": [{ + "_id": "5bfd4cbe0db834001b7344a1", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5bfd4cbe0db834001b73449f", + "_props": { + "filters": [{ + "Filter": ["5ae099875acfc4001714e593"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bfd4cbe0db834001b7344a2", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5bfd4cbe0db834001b73449f", + "_props": { + "filters": [{ + "Filter": ["5bfd4c980db834001b73449d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bfd4cbe0db834001b7344a3", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5bfd4cbe0db834001b73449f", + "_props": { + "filters": [{ + "Filter": ["5bbdb83fd4351e44f824c44b", "5bc5a351d4351e003477a414", "5bc5a35cd4351e450201232f", "5cf79389d7f00c10941a0c4d", "5cf79599d7f00c10875d9212", "5cf67a1bd7f00c06585fb6f3", "5b86a0e586f7745b600ccb23"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 6.2, + "Weight": 1.5, + "Width": 3 + }, + "_proto": "55d448594bdc2d8c2f8b4569", + "_type": "Item" + }, + "5bfd4cc90db834001d23e846": { + "_id": "5bfd4cc90db834001d23e846", + "_name": "barrel_mosin_izhmash_mosin_sawn_off_200mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.18, + "ChangePriceCoef": 1, + "ConflictingItems": ["5bbdb870d4351e00367fb67d", "5bfd37c80db834001d23e842", "5bfd384c0db834001a6691d3", "5bfd35380db83400232fe5cc", "5ae096d95acfc400185c2c81", "5bae13bad4351e00320204af"], + "CreditsPrice": 2100, + "Description": "barrel_870_express_rifle_sights_fixed_improved_cylinder_508mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.81, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 110, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_870_express_rifle_sights_fixed_improved_cylinder_508mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mosin_izhmash_mosin_sawn_off_200mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_870_express_rifle_sights_fixed_improved_cylinder_508mm", + "ShotgunDispersion": 1.9, + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -2, + "Weight": 0.7, + "Width": 2 + }, + "_proto": "55d448594bdc2d8c2f8b4569", + "_type": "Item" + }, + "5bfd4cd60db834001c38f095": { + "_id": "5bfd4cd60db834001c38f095", + "_name": "barrel_mosin_izhmash_mosin_custom_threaded_sawn_off_220mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.19, + "ChangePriceCoef": 1, + "ConflictingItems": ["5bbdb870d4351e00367fb67d", "5bfd37c80db834001d23e842", "5bfd384c0db834001a6691d3", "5bfd35380db83400232fe5cc", "5ae096d95acfc400185c2c81", "5bae13bad4351e00320204af"], + "CreditsPrice": 7350, + "Description": "barrel_870_express_rifle_sights_fixed_improved_cylinder_508mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.84, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 110, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_870_express_rifle_sights_fixed_improved_cylinder_508mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mosin_izhmash_mosin_custom_threaded_sawn_off_220mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_870_express_rifle_sights_fixed_improved_cylinder_508mm", + "ShotgunDispersion": 1.9, + "SightingRange": 0, + "Slots": [{ + "_id": "5bfd4cd60db834001c38f099", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5bfd4cd60db834001c38f095", + "_props": { + "filters": [{ + "Filter": ["59bffc1f86f77435b128b872"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bfd59dc0db834001d23e8e7", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5bfd4cd60db834001c38f095", + "_props": { + "filters": [{ + "Filter": ["5bfd4c980db834001b73449d", "5bbdb811d4351e45020113c7"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -2, + "Weight": 0.9, + "Width": 2 + }, + "_proto": "55d448594bdc2d8c2f8b4569", + "_type": "Item" + }, + "5bfe7fb30db8340018089fed": { + "_id": "5bfe7fb30db8340018089fed", + "_name": "mount_mr133_tactica_tula_12003", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2200, + "Description": "mount_mr133_tactica_tula_12003", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_mr133_tactica_tula_12003", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_mr133_tactica_tula_12003.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_mr133_tactica_tula_12003", + "SightingRange": 0, + "Slots": [{ + "_id": "5bfe88ca0db834001808a11f", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5bfe7fb30db8340018089fed", + "_props": { + "filters": [{ + "Filter": ["5bfe86a20db834001d23e8f7"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.04, + "Width": 1 + }, + "_proto": "57a3459f245977764a01f703", + "_type": "Item" + }, + "5bfe86a20db834001d23e8f7": { + "_id": "5bfe86a20db834001d23e8f7", + "_name": "pistolgrip_870_fab_defense_agr_870_grip", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2608, + "Description": "pistolgrip_870_fab_defense_agr_870_grip", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_870_fab_defense_agr_870_grip", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_870_fab_defense_agr_870_grip.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_870_fab_defense_agr_870_grip", + "SightingRange": 0, + "Slots": [{ + "_id": "5bfe89160db834001c38f148", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5bfe86a20db834001d23e8f7", + "_props": { + "filters": [{ + "Filter": ["5bfe86bd0db83400232fe959", "5bfe89510db834001808a127"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.13, + "Width": 1 + }, + "_proto": "5649ade84bdc2d1b2b8b4587", + "_type": "Item" + }, + "5bfe86bd0db83400232fe959": { + "_id": "5bfe86bd0db83400232fe959", + "_name": "tactical_870_fab_defence_agr_870_cap", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 258, + "Description": "tactical_pso_belomo_eyecup", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "tactical_pso_belomo_eyecup", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_870_fab_defence_agr_870_cap.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0, + "ShortName": "tactical_pso_belomo_eyecup", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.005, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5bfe86df0db834001b734685": { + "_id": "5bfe86df0db834001b734685", + "_name": "stock_ar15_fab_defense_glr_16_s", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4800, + "Description": "stock_ar15_fab_defense_gl_shock", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 13, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_fab_defense_gl_shock", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_fab_defense_glr_16_s.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -29, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_fab_defense_gl_shock", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.276, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5bfe89510db834001808a127": { + "_id": "5bfe89510db834001808a127", + "_name": "stock_870_fab_defense_agr_870_stock_tube", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1070, + "Description": "Труба для установки телескопических прикладов производства компании Colt.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Труба приклада Colt", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_870_fab_defense_agr_870_stock_tube.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "CST", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5bfe89510db834001808a129", + "_mergeSlotWithChildren": false, + "_name": "mod_stock_000", + "_parent": "5bfe89510db834001808a127", + "_props": { + "filters": [{ + "Filter": ["5fc2369685fd526b824a5713", "602e620f9b513876d4338d9a", "5a9eb32da2750c00171b3f9c", "5bfe86df0db834001b734685", "55d4ae6c4bdc2d8b2f8b456e", "5c87a07c2e2216001219d4a2", "5bb20e70d4351e0035629f8f", "5beec8c20db834001d2c465c", "5fbbaa86f9986c4cff3fe5f6", "5fce16961f152d4312622bc9", "5ae30c9a5acfc408fb139a03", "5d135e83d7ad1a21b83f42d8", "5d135ecbd7ad1a21c176542e", "56eabf3bd2720b75698b4569", "58d2946386f774496974c37e", "58d2946c86f7744e271174b5", "58d2947686f774485c6a1ee5", "58d2947e86f77447aa070d53", "5d44069ca4b9361ebd26fc37", "5d4406a8a4b9361e4f6eb8b7", "5947c73886f7747701588af5", "5c793fde2e221601da358614", "5b39f8db5acfc40016387a1b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 42, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.162, + "Width": 2 + }, + "_proto": "5649b2314bdc2d79388b4576", + "_type": "Item" + }, + "5bfea6e90db834001b7347f3": { + "_id": "5bfea6e90db834001b7347f3", + "_name": "weapon_remington_model_700_762x51", + "_parent": "5447b6254bdc2dc3278b4568", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.32, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": true, + "BurstShotsCount": 3, + "CameraRecoil": 0.3, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.011, + "Chambers": [{ + "_id": "5bfea6e90db834001b7347f8", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5bfea6e90db834001b7347f3", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 1.5, + "CoolFactor": 1, + "CreditsPrice": 17500, + "Description": "weapon_izhmash_mosin_rifle_762x54", + "DeviationCurve": 1, + "DeviationMax": 33, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 33, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_rifle", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": true, + "Name": "weapon_izhmash_mosin_rifle_762x54", + "NotShownInSlot": false, + "OperatingResource": 3000, + "Prefab": { + "path": "assets/content/weapons/m700/weapon_remington_model_700_762x51_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.43, + "z": 0.03 + }, + "RecoilForceBack": 845, + "RecoilForceUp": 234, + "RecolDispersion": 10, + "ReloadMode": "InternalMagazine", + "RepairComplexity": 1, + "RepairCost": 147, + "RepairSpeed": 14, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.16, + "z": -0.06 + }, + "RotationCenterNoStock": { + "x": 0, + "y": 0, + "z": 0 + }, + "SendToClient": false, + "ShortName": "weapon_izhmash_mosin_rifle_762x54", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5bfea6e90db834001b7347f5", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5bfea6e90db834001b7347f3", + "_props": { + "filters": [{ + "AnimationIndex": 0, + "Filter": ["5d25a6538abbc306c62e630d", "5d25a4a98abbc30b917421a4", "5d25a7b88abbc3054f3e60bc", "5ce69cbad7f00c00b61c5098", "5d25a6a48abbc306c62e6310", "5d25af8f8abbc3055079fec5", "5cf12a15d7f00c05464b293f", "5bfeaa0f0db834001b734927", "5bfea7ad0db834001c38f1ee"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5bfea6e90db834001b7347f6", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5bfea6e90db834001b7347f3", + "_props": { + "filters": [{ + "Filter": ["5cde739cd7f00c0010373bd3", "5d25d0ac8abbc3054f3e61f7", "5bfeb32b0db834001a6694d9", "5cdeac22d7f00c000f26168f", "5cf13123d7f00c1085616a50"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5bfea6e90db834001b7347f7", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5bfea6e90db834001b7347f3", + "_props": { + "filters": [{ + "Filter": ["5d2703038abbc3105103d94c", "5bfebc250db834001a6694e1", "5bfebc320db8340019668d79", "5d2702e88abbc31ed91efc44"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5bfebf0e0db834001808a2b7", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5bfea6e90db834001b7347f3", + "_props": { + "filters": [{ + "Filter": ["5cde7b43d7f00c000d36b93e", "5bfebc5e0db834001a6694e5", "5bfebc530db834001d23eb65"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": ["Bear", "Usec", "Savage"], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.81, + "Weight": 0.55, + "Width": 1, + "ammoCaliber": "Caliber762x51", + "bEffDist": 1000, + "bFirerate": 30, + "bHearDist": 100, + "chamberAmmoCount": 1, + "defAmmo": "5a6086ea4f39f99cd479502f", + "defMagType": "5bfea7ad0db834001c38f1ee", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "sniperRifle", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "55801eed4bdc2d89578b4588", + "_type": "Item" + }, + "5bfea7ad0db834001c38f1ee": { + "_id": "5bfea7ad0db834001c38f1ee", + "_name": "mag_m700_wyatt_762x51_5", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5bfea7ad0db834001c38f1f0", + "_max_count": 5, + "_name": "cartridges", + "_parent": "5bfea7ad0db834001c38f1ee", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1850, + "Description": "mag_dvl-10_lobaev_308_10", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": -5, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_dvl-10_lobaev_308_10", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_m700_wyatt_762x51_5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_dvl-10_lobaev_308_10", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.5, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "559ba5b34bdc2d1f1a8b4582", + "_type": "Item" + }, + "5bfeaa0f0db834001b734927": { + "_id": "5bfeaa0f0db834001b734927", + "_name": "mag_m700_wyatt_762x51_10", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5bfeaa0f0db834001b734929", + "_max_count": 10, + "_name": "cartridges", + "_parent": "5bfeaa0f0db834001b734927", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 3500, + "Description": "mag_dvl-10_lobaev_308_10", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": -5, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_dvl-10_lobaev_308_10", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_m700_wyatt_762x51_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_dvl-10_lobaev_308_10", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.5, + "Width": 1, + "magAnimationIndex": 1 + }, + "_proto": "559ba5b34bdc2d1f1a8b4582", + "_type": "Item" + }, + "5bfeb32b0db834001a6694d9": { + "_id": "5bfeb32b0db834001a6694d9", + "_name": "stock_m700_hogue_overmolded_ghillie_green_pillar_bedded_stock", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5d25a6538abbc306c62e630d", "5d25a4a98abbc30b917421a4", "5d25a7b88abbc3054f3e60bc", "5ce69cbad7f00c00b61c5098", "5d25a6a48abbc306c62e6310", "5d25af8f8abbc3055079fec5", "5cf12a15d7f00c05464b293f"], + "CreditsPrice": 8500, + "Description": "stock_m700_hogue_overmolded_ghillie_green_pillar_bedded_stock", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 14, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_m700_hogue_overmolded_ghillie_green_pillar_bedded_stock", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_m700_hogue_overmolded_ghillie_green_pillar_bedded_stock.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -30, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_m700_hogue_overmolded_ghillie_green_pillar_bedded_stock", + "SightingRange": 0, + "SizeReduceRight": 2, + "Slots": [{ + "_id": "5c091fb40db834001f274773", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5bfeb32b0db834001a6694d9", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.8, + "Width": 3 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5bfebc250db834001a6694e1": { + "_id": "5bfebc250db834001a6694e1", + "_name": "barrel_m700_remington_heavy_660mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.015, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 25400, + "Description": "barrel_m700_remington_heavy_660mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -14, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 4, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_m700_remington_heavy_660mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_m700_remington_heavy_660mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_m700_remington_heavy_660mm", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 9, + "Weight": 1.45, + "Width": 4 + }, + "_proto": "55d3632e4bdc2d972f8b4569", + "_type": "Item" + }, + "5bfebc320db8340019668d79": { + "_id": "5bfebc320db8340019668d79", + "_name": "barrel_m700_remington_heavy_threaded_508mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.023, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 22200, + "Description": "barrel_m700_remington_heavy_threaded_508mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -11, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_m700_remington_heavy_threaded_508mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_m700_remington_heavy_threaded_508mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_m700_remington_heavy_threaded_508mm", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5bfebc320db8340019668d7b", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5bfebc320db8340019668d79", + "_props": { + "filters": [{ + "Filter": ["5b7d693d5acfc43bca706a3d", "5a34fd2bc4a282329a73b4c5", "6065c6e7132d4d12c81fd8e1", "5d1f819086f7744b355c219b", "5dcbe965e4ed22586443a79d", "5d026791d7ad1a04a067ea63", "5dfa3cd1b33c0951220c079b", "5cdd7685d7f00c000f260ed2", "5c878e9d2e2216000f201903", "5d02677ad7ad1a04a15c0f95", "5bbdb8bdd4351e4502011460", "5cdd7693d7f00c0010373aa5", "607ffb988900dc2d9a55b6e4", "5d443f8fa4b93678dd4a01aa", "5c7954d52e221600106f4cc7", "5fbc22ccf24b94483f726483", "59bffc1f86f77435b128b872", "5cf78496d7f00c065703d6ca", "5d270ca28abbc31ee25ee821", "5d270b3c8abbc3105335cfb8", "5fbe7618d6fa9c00c571bb6c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 6.4, + "Weight": 1.2, + "Width": 3 + }, + "_proto": "55d3632e4bdc2d972f8b4569", + "_type": "Item" + }, + "5bfebc530db834001d23eb65": { + "_id": "5bfebc530db834001d23eb65", + "_name": "mount_m700_weaver_extended_multi_slot_base", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "576fd4ec2459777f0b518431", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "57acb6222459771ec34b5cb0"], + "CreditsPrice": 2640, + "Description": "mount_m700_weaver_extended_multi_slot_base", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_m700_weaver_extended_multi_slot_base", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_m700_weaver_extended_multi_slot_base.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_m700_weaver_extended_multi_slot_base", + "SightingRange": 0, + "Slots": [{ + "_id": "5bfebc530db834001d23eb67", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5bfebc530db834001d23eb65", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cf10c62d7f00c065b4220c0", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5bfebc530db834001d23eb65", + "_props": { + "filters": [{ + "Filter": ["5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5fb6564947ce63734e3fa1da", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5fc0fa957283c4046c58147e", "5894a81786f77427140b8347"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.09, + "Width": 2 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5bfebc5e0db834001a6694e5": { + "_id": "5bfebc5e0db834001a6694e5", + "_name": "mount_m700_remington_integral_scope_mount", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3400, + "Description": "mount_m700_remington_integral_scope_mount", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1.5, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_m700_remington_integral_scope_mount", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_m700_remington_integral_scope_mount.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_m700_remington_integral_scope_mount", + "SightingRange": 0, + "Slots": [{ + "_id": "5bfebc5e0db834001a6694e7", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5bfebc5e0db834001a6694e5", + "_props": { + "filters": [{ + "Filter": ["5b2388675acfc4771e1be0be", "5b3b99475acfc432ff4dcbee", "5a37cb10c4a282329a73b4e7", "57c5ac0824597754771e88a9"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.246, + "Width": 2 + }, + "_proto": "577d128124597739d65d0e56", + "_type": "Item" + }, + "5bffcf7a0db83400232fea79": { + "_id": "5bffcf7a0db83400232fea79", + "_name": "pistolgrip_tt_pm_laser_tt_206", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3490, + "Description": "pistolgrip_tt_pm_laser_tt_206", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_tt_pm_laser_tt_206", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_tt_pm_laser_tt_206.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_tt_pm_laser_tt_206", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.09, + "Width": 1 + }, + "_proto": "571659bb2459771fb2755a12", + "_type": "Item" + }, + "5bffd7ed0db834001d23ebf9": { + "_id": "5bffd7ed0db834001d23ebf9", + "_name": "muzzle_tt_pm_laser_dtk_tt", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["571a28e524597720b4066567"], + "CreditsPrice": 3800, + "Description": "muzzle_tt_pm_laser_dtk_tt", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_tt_pm_laser_dtk_tt", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_tt_pm_laser_dtk_tt.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -12, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_tt_pm_laser_dtk_tt", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.036, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5bffdc370db834001d23eca8": { + "_id": "5bffdc370db834001d23eca8", + "_name": "weapon_izhmash_6x5", + "_parent": "5447e1d04bdc2dff2f8b4567", + "_props": { + "AdditionalAnimationLayer": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "AppliedHeadRotation": { + "x": 2, + "y": 4, + "z": 0 + }, + "AppliedTrunkRotation": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ColliderScaleMultiplier": { + "x": 1, + "y": 1, + "z": 1 + }, + "ConflictingItems": [], + "CreditsPrice": 28040, + "DeflectionConsumption": 3, + "Description": "weapon_izhmash_6x5", + "DiscardingBlock": false, + "DisplayOnModel": false, + "Durability": 80, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "knife_generic", + "LootExperience": 20, + "MaxDurability": 80, + "MaxRepairDegradation": 0.01, + "MaxResource": 0, + "MergesWithChildren": false, + "MinRepairDegradation": 0, + "Name": "weapon_izhmash_6x5", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/6x5/weapon_izhmash_6x5_container.bundle", + "rcid": "" + }, + "PrimaryConsumption": 8, + "PrimaryDistance": 0.4, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SecondryConsumption": 10, + "SecondryDistance": 0.5, + "SendToClient": false, + "ShortName": "weapon_izhmash_6x5", + "SlashPenetration": 1, + "SpawnChance": 5, + "StabPenetration": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StaminaBurnRate": 0, + "StimulatorBuffs": "", + "Unlootable": true, + "UnlootableFromSide": ["Bear", "Usec"], + "UnlootableFromSlot": "Scabbard", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.223, + "Width": 2, + "knifeDurab": 80, + "knifeHitDelay": 0, + "knifeHitRadius": 0.4, + "knifeHitSlashDam": 18, + "knifeHitSlashRate": 0, + "knifeHitStabDam": 23, + "knifeHitStabRate": 1 + }, + "_proto": "54491bb74bdc2d09088b4567", + "_type": "Item" + }, + "5bffdd7e0db834001b734a1a": { + "_id": "5bffdd7e0db834001b734a1a", + "_name": "weapon_miller_bros_m-2", + "_parent": "5447e1d04bdc2dff2f8b4567", + "_props": { + "AdditionalAnimationLayer": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "AppliedHeadRotation": { + "x": 2, + "y": 4, + "z": 0 + }, + "AppliedTrunkRotation": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ColliderScaleMultiplier": { + "x": 1, + "y": 1, + "z": 1 + }, + "ConflictingItems": [], + "CreditsPrice": 1570000, + "DeflectionConsumption": 3, + "Description": "weapon_miller_bros_m-2", + "DiscardingBlock": false, + "DisplayOnModel": false, + "Durability": 95, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 3, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "knife_generic", + "LootExperience": 20, + "MaxDurability": 95, + "MaxRepairDegradation": 0.01, + "MaxResource": 0, + "MergesWithChildren": false, + "MinRepairDegradation": 0, + "Name": "weapon_miller_bros_m-2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/miller/weapon_miller_bros_m-2_container.bundle", + "rcid": "" + }, + "PrimaryConsumption": 10, + "PrimaryDistance": 0.7, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SecondryConsumption": 13, + "SecondryDistance": 0.7, + "SendToClient": false, + "ShortName": "weapon_miller_bros_m-2", + "SlashPenetration": 1, + "SpawnChance": 50, + "StabPenetration": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StaminaBurnRate": 0, + "StimulatorBuffs": "", + "Unlootable": true, + "UnlootableFromSide": ["Bear", "Usec"], + "UnlootableFromSlot": "Scabbard", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.3, + "Width": 1, + "knifeDurab": 95, + "knifeHitDelay": 0, + "knifeHitRadius": 0.7, + "knifeHitSlashDam": 34, + "knifeHitSlashRate": 0, + "knifeHitStabDam": 48, + "knifeHitStabRate": 1 + }, + "_proto": "54491bb74bdc2d09088b4567", + "_type": "Item" + }, + "5bffe7930db834001b734a39": { + "_id": "5bffe7930db834001b734a39", + "_name": "weapon_crash_axe", + "_parent": "5447e1d04bdc2dff2f8b4567", + "_props": { + "AdditionalAnimationLayer": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "AppliedHeadRotation": { + "x": 2, + "y": 4, + "z": 0 + }, + "AppliedTrunkRotation": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ColliderScaleMultiplier": { + "x": 1, + "y": 1, + "z": 1 + }, + "ConflictingItems": [], + "CreditsPrice": 450000, + "DeflectionConsumption": 3, + "Description": "weapon_strider_crash_axe\n", + "DiscardingBlock": false, + "DisplayOnModel": false, + "Durability": 90, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 3, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "knife_generic", + "LootExperience": 20, + "MaxDurability": 90, + "MaxRepairDegradation": 0.01, + "MaxResource": 0, + "MergesWithChildren": false, + "MinRepairDegradation": 0, + "Name": "weapon_strider_crash_axe", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/strider/weapon_strider_crash_axe_container.bundle", + "rcid": "" + }, + "PrimaryConsumption": 10, + "PrimaryDistance": 0.45, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SecondryConsumption": 13, + "SecondryDistance": 0.5, + "SendToClient": false, + "ShortName": "weapon_strider_crash_axe", + "SlashPenetration": 1, + "SpawnChance": 50, + "StabPenetration": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StaminaBurnRate": 0, + "StimulatorBuffs": "", + "Unlootable": true, + "UnlootableFromSide": ["Bear", "Usec"], + "UnlootableFromSlot": "Scabbard", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.4, + "Width": 1, + "knifeDurab": 90, + "knifeHitDelay": 0, + "knifeHitRadius": 0.45, + "knifeHitSlashDam": 26, + "knifeHitSlashRate": 0, + "knifeHitStabDam": 44, + "knifeHitStabRate": 1 + }, + "_proto": "54491bb74bdc2d09088b4567", + "_type": "Item" + }, + "5bffe7c50db834001d23ece1": { + "_id": "5bffe7c50db834001d23ece1", + "_name": "reciever_p226_axelson_tactical_mk25", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9900, + "Description": "бла бла бла", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Затвор Sig P226R 9x19 для пистолета P226", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_p226_axelson_tactical_mk25.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Затвор P226", + "SightingRange": 0, + "Slots": [{ + "_id": "5bffe7c50db834001d23ece3", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5bffe7c50db834001d23ece1", + "_props": { + "filters": [{ + "Filter": ["5c07b3850db834002330045b", "56d5a77ed2720b90418b4568", "56ea7293d2720b8d4b8b45ba", "5a32aa0cc4a28232996e405f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5bffe7c50db834001d23ece4", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5bffe7c50db834001d23ece1", + "_props": { + "filters": [{ + "Filter": ["5c07b36c0db834002a1259e9", "56d5a661d2720bd8418b456b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.24, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5bffec120db834001c38f5fa": { + "_id": "5bffec120db834001c38f5fa", + "_name": "pistolgrip_p226_axelson_tactical_mk25", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3000, + "Description": "pistolgrip_p226_axelson_tactical_mk25", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_p226_axelson_tactical_mk25", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_p226_axelson_tactical_mk25.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_p226_axelson_tactical_mk25", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.09, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "5bffef760db8340019668fe4": { + "_id": "5bffef760db8340019668fe4", + "_name": "pistolgrip_p226_hogue_chain_link_g10_g_mascus", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8300, + "Description": "pistolgrip_p226_hogue_chain_link_g10_g_mascus", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 12, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_p226_hogue_chain_link_g10_g_mascus", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_p226_hogue_chain_link_g10_g_mascus.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_p226_hogue_chain_link_g10_g_mascus", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 25, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.09, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "5c0000c00db834001a6697fc": { + "_id": "5c0000c00db834001a6697fc", + "_name": "muzzle_mp5_hk_navy_style_3_lug_supressor_adapter_9x19", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2970, + "Description": "muzzle_mp5_hk_lug_adapter_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_mp5_hk_lug_adapter_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_mp5_hk_navy_style_3_lug_supressor_adapter_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_mp5_hk_lug_adapter_9x19", + "SightingRange": 0, + "Slots": [{ + "_id": "5c013b390db83400232ff0bc", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5c0000c00db834001a6697fc", + "_props": { + "filters": [{ + "Filter": ["5c07c5ed0db834001b73571c", "59bffc1f86f77435b128b872", "5c7e8fab2e22165df16b889b", "5a9fb739a2750c003215717f", "5c6165902e22160010261b28", "5a32a064c4a28200741e22de"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 65, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.091, + "Width": 1, + "muzzleModType": "muzzleCombo" + }, + "_proto": "560838c94bdc2d77798b4569", + "_type": "Item" + }, + "5c0006470db834001a6697fe": { + "_id": "5c0006470db834001a6697fe", + "_name": "pistolgrip_p226_sig_emperor_scorpion", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2450, + "Description": "pistolgrip_p226_hogue_chain_link_g10_g_mascus", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_p226_hogue_chain_link_g10_g_mascus", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_p226_sig_emperor_scorpion.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_p226_hogue_chain_link_g10_g_mascus", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 25, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.09, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "5c00076d0db834001d23ee1f": { + "_id": "5c00076d0db834001d23ee1f", + "_name": "pistolgrip_p226_sig_stainless_elite", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2000, + "Description": "pistolgrip_p226_hogue_chain_link_g10_g_mascus", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_p226_hogue_chain_link_g10_g_mascus", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_p226_sig_stainless_elite.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_p226_hogue_chain_link_g10_g_mascus", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "5c0009510db834001966907f": { + "_id": "5c0009510db834001966907f", + "_name": "reciever_p226_sig_stainless_elite", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4250, + "Description": "бла бла бла", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Затвор Sig P226R 9x19 для пистолета P226", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_p226_sig_stainless_elite.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Затвор P226", + "SightingRange": 0, + "Slots": [{ + "_id": "5c0009510db8340019669081", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5c0009510db834001966907f", + "_props": { + "filters": [{ + "Filter": ["5c07b3850db834002330045b", "56d5a77ed2720b90418b4568", "56ea7293d2720b8d4b8b45ba", "5a32aa0cc4a28232996e405f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c0009510db8340019669082", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5c0009510db834001966907f", + "_props": { + "filters": [{ + "Filter": ["5c07b36c0db834002a1259e9", "56d5a661d2720bd8418b456b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.22, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5c0102aa0db834001b734ba1": { + "_id": "5c0102aa0db834001b734ba1", + "_name": "mount_rahg_remington_2_inch_rahg_rail_section", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "mount_keymod_strike_industries_4_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_strike_industries_4_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_rahg_remington_2_inch_rahg_rail_section.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_strike_industries_4_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5c0102aa0db834001b734ba3", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5c0102aa0db834001b734ba1", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5c0102b20db834001d23eebc": { + "_id": "5c0102b20db834001d23eebc", + "_name": "mount_rahg_remington_4_inch_rahg_rail_section", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1500, + "Description": "mount_keymod_strike_industries_4_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_strike_industries_4_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_rahg_remington_4_inch_rahg_rail_section.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_strike_industries_4_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5c0102b20db834001d23eebe", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5c0102b20db834001d23eebc", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5c010a700db834001d23ef5d": { + "_id": "5c010a700db834001d23ef5d", + "_name": "reciever_p226_sig_emperor_scorpion", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5780, + "Description": "бла бла бла", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Затвор Sig P226R 9x19 для пистолета P226", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_p226_sig_emperor_scorpion.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Затвор P226", + "SightingRange": 0, + "Slots": [{ + "_id": "5c010a700db834001d23ef5f", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5c010a700db834001d23ef5d", + "_props": { + "filters": [{ + "Filter": ["5c07b3850db834002330045b", "56d5a77ed2720b90418b4568", "56ea7293d2720b8d4b8b45ba", "5a32aa0cc4a28232996e405f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c010a700db834001d23ef60", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5c010a700db834001d23ef5d", + "_props": { + "filters": [{ + "Filter": ["5c07b36c0db834002a1259e9", "56d5a661d2720bd8418b456b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.22, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5c010e350db83400232feec7": { + "_id": "5c010e350db83400232feec7", + "_name": "weapon_sp-8", + "_parent": "5447e1d04bdc2dff2f8b4567", + "_props": { + "AdditionalAnimationLayer": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "AppliedHeadRotation": { + "x": 2, + "y": 4, + "z": 0 + }, + "AppliedTrunkRotation": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ColliderScaleMultiplier": { + "x": 1, + "y": 1, + "z": 1 + }, + "ConflictingItems": [], + "CreditsPrice": 77500, + "DeflectionConsumption": 3, + "Description": "weapon_ontario_sp-8", + "DiscardingBlock": false, + "DisplayOnModel": false, + "Durability": 90, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 3, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "knife_generic", + "LootExperience": 20, + "MaxDurability": 90, + "MaxRepairDegradation": 0.01, + "MaxResource": 0, + "MergesWithChildren": false, + "MinRepairDegradation": 0, + "Name": "weapon_ontario_sp-8", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/sp-8/weapon_ontario_sp-8_container.bundle", + "rcid": "" + }, + "PrimaryConsumption": 10, + "PrimaryDistance": 0.5, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SecondryConsumption": 13, + "SecondryDistance": 0.6, + "SendToClient": false, + "ShortName": "weapon_ontario_sp-8", + "SlashPenetration": 1, + "SpawnChance": 1, + "StabPenetration": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StaminaBurnRate": 0, + "StimulatorBuffs": "", + "Unlootable": true, + "UnlootableFromSide": ["Bear", "Usec"], + "UnlootableFromSlot": "Scabbard", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.635, + "Width": 1, + "knifeDurab": 90, + "knifeHitDelay": 0, + "knifeHitRadius": 0.5, + "knifeHitSlashDam": 28, + "knifeHitSlashRate": 0, + "knifeHitStabDam": 37, + "knifeHitStabRate": 1 + }, + "_proto": "54491bb74bdc2d09088b4567", + "_type": "Item" + }, + "5c0111ab0db834001966914d": { + "_id": "5c0111ab0db834001966914d", + "_name": "muzzle_12g_me_muzzle_adapter_cylinder_12g", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2150, + "Description": "muzzle_12g_red_heat_gk-02_12g", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_12g_red_heat_gk-02_12g", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_12g_me_muzzle_adapter_cylinder_12g.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_12g_red_heat_gk-02_12g", + "SightingRange": 0, + "Slots": [{ + "_id": "5c0113620db83400232feed5", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5c0111ab0db834001966914d", + "_props": { + "filters": [{ + "Filter": ["58272d7f2459774f6311ddfd", "59fb137a86f7740adb646af1", "59c0ec5b86f77435b128bfca"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.25, + "Weight": 0.12, + "Width": 1, + "muzzleModType": "muzzleCombo" + }, + "_proto": "576167ab2459773cad038c43", + "_type": "Item" + }, + "5c0125fc0db834001a669aa3": { + "_id": "5c0125fc0db834001a669aa3", + "_name": "reciever_p226_sig_legion_full_size", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4120, + "Description": "бла бла бла", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.99, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Затвор Sig P226R 9x19 для пистолета P226", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_p226_sig_legion_full_size.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Затвор P226", + "SightingRange": 0, + "Slots": [{ + "_id": "5c0125fc0db834001a669aa5", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5c0125fc0db834001a669aa3", + "_props": { + "filters": [{ + "Filter": ["5c07b3850db834002330045b", "56d5a77ed2720b90418b4568", "56ea7293d2720b8d4b8b45ba", "5a32aa0cc4a28232996e405f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c0125fc0db834001a669aa6", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5c0125fc0db834001a669aa3", + "_props": { + "filters": [{ + "Filter": ["5c07b36c0db834002a1259e9", "56d5a661d2720bd8418b456b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.2, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5c0126f40db834002a125382": { + "_id": "5c0126f40db834002a125382", + "_name": "weapon_red_rebel_axe", + "_parent": "5447e1d04bdc2dff2f8b4567", + "_props": { + "AdditionalAnimationLayer": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "AppliedHeadRotation": { + "x": 2, + "y": 4, + "z": 0 + }, + "AppliedTrunkRotation": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ColliderScaleMultiplier": { + "x": 1, + "y": 1, + "z": 1 + }, + "ConflictingItems": [], + "CreditsPrice": 1106630, + "DeflectionConsumption": 3, + "Description": "weapon_red_rebel_axe", + "DiscardingBlock": false, + "DisplayOnModel": false, + "Durability": 85, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 3, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "knife_generic", + "LootExperience": 20, + "MaxDurability": 85, + "MaxRepairDegradation": 0.01, + "MaxResource": 0, + "MergesWithChildren": false, + "MinRepairDegradation": 0, + "Name": "weapon_red_rebel_axe", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/rebel/weapon_dmm_rebel_adze_axe_container.bundle", + "rcid": "" + }, + "PrimaryConsumption": 10, + "PrimaryDistance": 0.6, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SecondryConsumption": 13, + "SecondryDistance": 0.65, + "SendToClient": false, + "ShortName": "weapon_red_rebel_axe", + "SlashPenetration": 1, + "SpawnChance": 0.3, + "StabPenetration": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StaminaBurnRate": 0, + "StimulatorBuffs": "", + "Unlootable": true, + "UnlootableFromSide": ["Bear", "Usec"], + "UnlootableFromSlot": "Scabbard", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.65, + "Width": 1, + "knifeDurab": 85, + "knifeHitDelay": 0, + "knifeHitRadius": 0.6, + "knifeHitSlashDam": 25, + "knifeHitSlashRate": 0, + "knifeHitStabDam": 30, + "knifeHitStabRate": 1 + }, + "_proto": "54491bb74bdc2d09088b4567", + "_type": "Item" + }, + "5c012ffc0db834001d23f03f": { + "_id": "5c012ffc0db834001d23f03f", + "_name": "weapon_utility_axe", + "_parent": "5447e1d04bdc2dff2f8b4567", + "_props": { + "AdditionalAnimationLayer": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "AppliedHeadRotation": { + "x": 2, + "y": 4, + "z": 0 + }, + "AppliedTrunkRotation": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ColliderScaleMultiplier": { + "x": 1, + "y": 1, + "z": 1 + }, + "ConflictingItems": [], + "CreditsPrice": 41200, + "DeflectionConsumption": 3, + "Description": "weapon_utility_axe", + "DiscardingBlock": false, + "DisplayOnModel": false, + "Durability": 90, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 3, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "knife_generic", + "LootExperience": 20, + "MaxDurability": 90, + "MaxRepairDegradation": 0.01, + "MaxResource": 0, + "MergesWithChildren": false, + "MinRepairDegradation": 0, + "Name": "weapon_utility_axe", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/utility_axe/weapon_utility_axe_container.bundle", + "rcid": "" + }, + "PrimaryConsumption": 10, + "PrimaryDistance": 0.45, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SecondryConsumption": 13, + "SecondryDistance": 0.55, + "SendToClient": false, + "ShortName": "weapon_utility_axe", + "SlashPenetration": 1, + "SpawnChance": 1, + "StabPenetration": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StaminaBurnRate": 0, + "StimulatorBuffs": "", + "Unlootable": true, + "UnlootableFromSide": ["Bear", "Usec"], + "UnlootableFromSlot": "Scabbard", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.64, + "Width": 1, + "knifeDurab": 90, + "knifeHitDelay": 0, + "knifeHitRadius": 0.5, + "knifeHitSlashDam": 30, + "knifeHitSlashRate": 0, + "knifeHitStabDam": 32, + "knifeHitStabRate": 1 + }, + "_proto": "54491bb74bdc2d09088b4567", + "_type": "Item" + }, + "5c0505e00db834001b735073": { + "_id": "5c0505e00db834001b735073", + "_name": "scope_all_valday_1p87", + "_parent": "55818ad54bdc2ddc698b4569", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.7]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 19225, + "CustomAimPlane": "", + "Description": "scope_all_valday_1p87", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_all_valday_1p87", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_all_valday_1p87.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_all_valday_1p87", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.297, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.6, + "sightModType": "reflex" + }, + "_proto": "558022b54bdc2dac148b458d", + "_type": "Item" + }, + "5c0517910db83400232ffee5": { + "_id": "5c0517910db83400232ffee5", + "_name": "scope_all_valday_ps320", + "_parent": "55818add4bdc2d5b648b456f", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.1083, 0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 38120, + "CustomAimPlane": "", + "Description": "", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [2], + "Name": "", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_all_valday_ps320.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "", + "SightModesCount": 2, + "SightingRange": 1000, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.57, + "Width": 2, + "Zooms": [[6, 1]], + "aimingSensitivity": 0.2, + "sightModType": "optic" + }, + "_proto": "544a3f024bdc2d1d388b4568", + "_type": "Item" + }, + "5c05293e0db83400232fff80": { + "_id": "5c05293e0db83400232fff80", + "_name": "scope_base_trijicon_acog_ta01nsn_4x32", + "_parent": "55818add4bdc2d5b648b456f", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.1875]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 27663, + "CustomAimPlane": "", + "Description": "scope_base_trijicon_acog_ta11_3,5x35", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_base_trijicon_acog_ta11_3,5x35", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_base_trijicon_acog_ta01nsn_4x32.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_base_trijicon_acog_ta11_3,5x35", + "SightModesCount": 1, + "SightingRange": 800, + "Slots": [{ + "_id": "5c05293e0db83400232fff82", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5c05293e0db83400232fff80", + "_props": { + "filters": [{ + "Filter": ["5c05295e0db834001a66acbb", "5a33bab6c4a28200741e22f8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.396, + "Width": 2, + "Zooms": [[4]], + "aimingSensitivity": 0.2, + "sightModType": "optic" + }, + "_proto": "544a3f024bdc2d1d388b4568", + "_type": "Item" + }, + "5c05295e0db834001a66acbb": { + "_id": "5c05295e0db834001a66acbb", + "_name": "sight_rear_acog_trijicon_acog_backup_rear_sight", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2400, + "CustomAimPlane": "", + "Description": "sight_front_all_sig_mpx_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_all_sig_mpx_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": null, + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_acog_trijicon_acog_backup_rear_sight.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_all_sig_mpx_std", + "SightModesCount": 1, + "SightingRange": 300, + "Slots": [], + "SpawnChance": 43, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.034, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5c052a900db834001a66acbd": { + "_id": "5c052a900db834001a66acbd", + "_name": "scope_base_trijicon_acog_ta01nsn_4x32_tan", + "_parent": "55818add4bdc2d5b648b456f", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.1875]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 26885, + "CustomAimPlane": "", + "Description": "scope_base_trijicon_acog_ta11_3,5x35", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_base_trijicon_acog_ta11_3,5x35", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_base_trijicon_acog_ta01nsn_4x32_tan.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_base_trijicon_acog_ta11_3,5x35", + "SightModesCount": 1, + "SightingRange": 800, + "Slots": [{ + "_id": "5c052a900db834001a66acbf", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5c052a900db834001a66acbd", + "_props": { + "filters": [{ + "Filter": ["5c05295e0db834001a66acbb", "5a33bab6c4a28200741e22f8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.396, + "Width": 2, + "Zooms": [[4]], + "aimingSensitivity": 0.2, + "sightModType": "optic" + }, + "_proto": "544a3f024bdc2d1d388b4568", + "_type": "Item" + }, + "5c052cea86f7746b2101e8d8": { + "_id": "5c052cea86f7746b2101e8d8", + "_name": "suitcase_plastic_lootable", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Пластиковый чемодан", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5c052cea86f7746b2101e8da", + "_name": "main", + "_parent": "5c052cea86f7746b2101e8d8", + "_props": { + "cellsH": 3, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 4, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Пластиковый чемодан", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/prefabs/levelobjects/indoor/suitcase_plastic_lootable.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "sportbag_looting", + "SendToClient": false, + "ShortName": "Пластиковый чемодан", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["5e2aedd986f7746d404f3aa4", "5af0561e86f7745f5f3ad6ac", "5672cb124bdc2d1a0f8b4568", "5672cb304bdc2dc2088b456a", "590a358486f77429692b2790", "5909e99886f7740c983b9984", "5c13cd2486f774072c757944", "5c13cef886f774072e618e82", "5d4041f086f7743cac3f22a7", "5bc9b9ecd4351e3bac122519", "57347c93245977448d35f6e3", "57864a3d24597754843f8721", "5bc9b355d4351e6d1509862a", "5e2af37686f774755a234b65", "56742c2e4bdc2d95058b456d", "5c052e6986f7746b207bc3c9", "5c0530ee86f774697952d952", "5d1b3a5d86f774252167ba22", "5d1b3f2d86f774253763b735", "5734770f24597738025ee254", "573476f124597737e04bf328", "5af0484c86f7740f02001f7f", "5e54f6af86f7742199090bf3", "5c12688486f77426843c7d32", "5bc9be8fd4351e00334cae6e", "5a341c4686f77469e155819e", "5aa2a7e8e5b5b00016327c16", "5aa2ba46e5b5b000137b758d", "5aa2b9ede5b5b000137b758b", "5aa2ba19e5b5b00014028f4e", "5ab8f20c86f7745cdb629fb2", "5b43271c5acfc432ff4dce65", "5bd073c986f7747f627e796c", "5b4327aa5acfc400175496e0", "5b4329075acfc400153b78ff", "5b40e61f5acfc4001a599bec", "59e7708286f7742cbd762753", "5aa2b923e5b5b000137b7589", "5aa2b986e5b5b00014028f4c", "5aa2b9aee5b5b00015693121", "543be6674bdc2df1348b4569"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "578f879c24597735401e6bc6", + "_type": "Item" + }, + "5c052e6986f7746b207bc3c9": { + "_id": "5c052e6986f7746b207bc3c9", + "_name": "Item_barter_medical_defibrillator", + "_parent": "57864c8c245977548867e7f1", + "_props": { + "AllowSpawnOnLocations": ["laboratory", "Interchange"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 224600, + "Description": "Item_barter_medical_defibrillator", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Item_barter_medical_defibrillator", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_medical_defibrillator/item_barter_medical_defibrillator.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Item_barter_medical_defibrillator", + "SpawnChance": 0.2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.35, + "Width": 1 + }, + "_proto": "59e3606886f77417674759a5", + "_type": "Item" + }, + "5c052f6886f7746b1e3db148": { + "_id": "5c052f6886f7746b1e3db148", + "_name": "Item_barter_electr_wirelesstranmitter", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": ["laboratory", "RezervBase"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 145500, + "Description": "Item_barter_electr_wirelesstranmitter", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 45, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Item_barter_electr_wirelesstranmitter", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_wirelesstranmitter/item_barter_electr_wirelesstranmitter.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Item_barter_electr_wirelesstranmitter", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 2, + "Width": 2 + }, + "_proto": "57347c93245977448d35f6e3", + "_type": "Item" + }, + "5c052fb986f7746b2101e909": { + "_id": "5c052fb986f7746b2101e909", + "_name": "Item_barter_electr_rfidreader", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": ["laboratory"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 48000, + "Description": "Item_barter_electr_rfidreader", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 45, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Item_barter_electr_rfidreader", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_rfidreader/item_barter_electr_rfidreader.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Item_barter_electr_rfidreader", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1 + }, + "_proto": "57347c93245977448d35f6e3", + "_type": "Item" + }, + "5c05300686f7746dce784e5d": { + "_id": "5c05300686f7746dce784e5d", + "_name": "Item_barter_electr_flashstorage", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": ["laboratory", "RezervBase"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 152400, + "Description": "Item_barter_electr_flashstorage", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Item_barter_electr_flashstorage", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_flashstorage/item_barter_electr_flashstorage.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Item_barter_electr_flashstorage", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.8, + "Width": 1 + }, + "_proto": "573477e124597737dd42e191", + "_type": "Item" + }, + "5c05308086f7746b2101e90b": { + "_id": "5c05308086f7746b2101e90b", + "_name": "Item_barter_electr_virtexprocessor", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": ["laboratory", "RezervBase"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 120000, + "Description": "Item_barter_electr_virtexprocessor", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 40, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Item_barter_electr_virtexprocessor", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_virtexprocessor/item_barter_electr_virtexprocessor.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Item_barter_electr_virtexprocessor", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1 + }, + "_proto": "5734779624597737e04bf329", + "_type": "Item" + }, + "5c0530ee86f774697952d952": { + "_id": "5c0530ee86f774697952d952", + "_name": "Item_barter_medical_transilluminator", + "_parent": "57864c8c245977548867e7f1", + "_props": { + "AllowSpawnOnLocations": ["laboratory", "Shoreline", "Interchange"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 485000, + "Description": "Item_barter_medical_transilluminator", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Item_barter_medical_transilluminator", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_medical_transilluminator/item_barter_medical_transilluminator.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Item_barter_medical_transilluminator", + "SpawnChance": 0.2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.2, + "Width": 1 + }, + "_proto": "59e3606886f77417674759a5", + "_type": "Item" + }, + "5c05413a0db834001c390617": { + "_id": "5c05413a0db834001c390617", + "_name": "mag_stanag_hk_416_steel_maritime_556x45_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5c05413a0db834001c390619", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5c05413a0db834001c390617", + "_props": { + "filters": [{ + "Filter": ["59e6920f86f77411d82aa167", "59e6927d86f77411da468256", "54527a984bdc2d4e668b4567", "54527ac44bdc2d36668b4567", "59e68f6f86f7746c9f75e846", "59e6906286f7746c9f75e847", "59e690b686f7746c9f75e848", "59e6918f86f7746c9f75e849", "60194943740c5d77f6705eea", "601949593ae8f707c4608daa", "5c0d5ae286f7741e46554302", "5fbe3ffdf8b6a877a729ea82", "5fd20ff893a8961fc660a954"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 3620, + "Description": "30-ти зарядный металлический магазин Colt AR-15 выполненный по стандарту STANAG 4179, под патрон 5.56х45.\nСтандарт STANAG 4179 был принят членами НАТО в 1980 г., что бы дать возможность союзникам унифицировать боеприпасы и магазины на уровне отдельных солдат.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": -10, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин Colt AR-15 5.56x45 STANAG на 30 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_stanag_hk_416_steel_maritime_556x45_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.56x45 Colt AR-15", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.32, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55802d5f4bdc2dac148b458e", + "_type": "Item" + }, + "5c0548ae0db834001966a3c2": { + "_id": "5c0548ae0db834001966a3c2", + "_name": "mag_ak_arsenal_cwp_mag_556x45_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5c0548ae0db834001966a3c4", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5c0548ae0db834001966a3c2", + "_props": { + "filters": [{ + "Filter": ["59e6920f86f77411d82aa167", "59e6927d86f77411da468256", "54527a984bdc2d4e668b4567", "54527ac44bdc2d36668b4567", "59e68f6f86f7746c9f75e846", "59e6906286f7746c9f75e847", "59e690b686f7746c9f75e848", "59e6918f86f7746c9f75e849", "60194943740c5d77f6705eea", "601949593ae8f707c4608daa", "5c0d5ae286f7741e46554302"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 1, + "CheckTimeModifier": -50, + "ConflictingItems": [], + "CreditsPrice": 2400, + "Description": "mag_ak_izhmash_6L29_556x45_30", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ak_izhmash_6L29_556x45_30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ak_arsenal_cwp_mag_556x45_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ak_izhmash_6L29_556x45_30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.45, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "5c0558060db834001b735271": { + "_id": "5c0558060db834001b735271", + "_name": "nvg_l3_gpnvg-18_anvis", + "_parent": "5a2c3a9486f774688b05e574", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.2]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "Color": { + "a": 254, + "b": 69, + "g": 255, + "r": 83 + }, + "ConflictingItems": ["5a16b672fcdbcb001912fa83", "5a16b7e1fcdbcb00165aa6c9", "5e00cdd986f7747473332240", "5e01f37686f774773c6f6c15"], + "CreditsPrice": 145004, + "CustomAimPlane": "", + "Description": "nvg_l3_gpnvg-18_anvis", + "DiffuseIntensity": 0.023, + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasHinge": true, + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "Intensity": 2.27, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "Loudness": 0, + "Mask": "Anvis", + "MaskSize": 0.99, + "MergesWithChildren": false, + "ModesCount": [1], + "Name": "nvg_l3_gpnvg-18_anvis", + "NoiseIntensity": 0.02, + "NoiseScale": 5, + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/equipment/customizable/gpnvg/nvg_l3_gpnvg-18_anvis.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "nvg_l3_gpnvg-18_anvis", + "SightModesCount": 1, + "SightingRange": 0, + "Slots": [], + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.88, + "Width": 2, + "Zooms": [[1]], + "aimingSensitivity": 0.2, + "sightModType": "iron" + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5c064c400db834001d23f468": { + "_id": "5c064c400db834001d23f468", + "_name": "mount_all_larue_picatinny_raiser_qd_lt101", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2900, + "Description": "mount_ak_tactica_tula_10000", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_ak_tactica_tula_10000", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_all_larue_picatinny_raiser_qd_lt101.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_ak_tactica_tula_10000", + "SightingRange": 0, + "Slots": [{ + "_id": "5c064c400db834001d23f46a", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5c064c400db834001d23f468", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.11, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5c06595c0db834001a66af6c": { + "_id": "5c06595c0db834001a66af6c", + "_name": "tactical_all_insight_la5", + "_parent": "55818b164bdc2ddc698b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 16258, + "Description": "ATPIAL (Advanced Target Pointer Illuminator Aiming Laser) AN/PEQ-15 производства L3 Insight Technologies. Тактический блок. Совмещающий в себе лазерные целеуказатели в видимом и невидимом (ИК) диапазоне а также инфракрасный осветитель.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": 4, + "Name": "Тактический блок AN/PEQ-15", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_all_insight_la5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "AN/PEQ-15", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.21, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5c066e3a0db834001b7353f0": { + "_id": "5c066e3a0db834001b7353f0", + "_name": "nvg_armasight_n-15", + "_parent": "5a2c3a9486f774688b05e574", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.2]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "Color": { + "a": 254, + "b": 243, + "g": 255, + "r": 0 + }, + "ConflictingItems": ["5a16b672fcdbcb001912fa83", "5a16b7e1fcdbcb00165aa6c9"], + "CreditsPrice": 74800, + "CustomAimPlane": "", + "Description": "nvg_armasight_n-15", + "DiffuseIntensity": 0.021, + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasHinge": true, + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "Intensity": 1.8, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "Loudness": 0, + "Mask": "Binocular", + "MaskSize": 0.95, + "MergesWithChildren": false, + "ModesCount": [1], + "Name": "nvg_armasight_n-15", + "NoiseIntensity": 0.04, + "NoiseScale": 2, + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/equipment/customizable/nvg_armasight_n-15/nvg_armasight_n-15.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "nvg_armasight_n-15", + "SightModesCount": 1, + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.755, + "Width": 2, + "Zooms": [[1]], + "aimingSensitivity": 0.2, + "sightModType": "iron" + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5c066ef40db834001966a595": { + "_id": "5c066ef40db834001966a595", + "_name": "helmet_armasight_nvg_googles_mask", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 19100, + "DeafStrength": "None", + "Description": "helmet_armasight_nvg_googles_mask", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": true, + "Name": "helmet_armasight_nvg_googles_mask", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_armasight_nvg_googles_mask/helmet_armasight_nvg_googles_mask.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 50, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "helmet_armasight_nvg_googles_mask", + "Slots": [{ + "_id": "5c066ef40db834001966a597", + "_mergeSlotWithChildren": false, + "_name": "mod_nvg", + "_parent": "5c066ef40db834001966a595", + "_props": { + "filters": [{ + "Filter": ["5c066e3a0db834001b7353f0"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.4, + "Width": 2, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5c0672ed0db834001b7353f3": { + "_id": "5c0672ed0db834001b7353f3", + "_name": "mag_pp-19-01_pufgun_mag_sg-919_30_9x19_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5c0672ed0db834001b7353f5", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5c0672ed0db834001b7353f3", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 3350, + "Description": "mag_pp-19-01_pufgun_mag_sg-919_30_9x19_30", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": -15, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_pp-19-01_pufgun_mag_sg-919_30_9x19_30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_pp-19-01_pufgun_mag_sg-919_30_9x19_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_pp-19-01_pufgun_mag_sg-919_30_9x19_30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.109, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5c0673fb0db8340023300271": { + "_id": "5c0673fb0db8340023300271", + "_name": "mag_pp-19-01_pufgun_mag_sg-919_20_9x19_20", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5c0673fb0db8340023300273", + "_max_count": 20, + "_name": "cartridges", + "_parent": "5c0673fb0db8340023300271", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1850, + "Description": "mag_pp-19-01_pufgun_mag_sg-919_30_9x19_30", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": -15, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_pp-19-01_pufgun_mag_sg-919_30_9x19_30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_pp-19-01_pufgun_mag_sg-919_20_9x19_20.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_pp-19-01_pufgun_mag_sg-919_30_9x19_30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.085, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5c06779c86f77426e00dd782": { + "_id": "5c06779c86f77426e00dd782", + "_name": "item_barter_electr_wires", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7400, + "Description": "item_barter_electr_wires", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 40, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_electr_wires", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_wires/item_barter_electr_wires.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_electr_wires", + "SpawnChance": 15, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.25, + "Width": 1 + }, + "_proto": "5734779624597737e04bf329", + "_type": "Item" + }, + "5c06782b86f77426df5407d2": { + "_id": "5c06782b86f77426df5407d2", + "_name": "item_barter_electr_capacitors", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2500, + "Description": "item_barter_electr_capacitors", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 40, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_electr_capacitors", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_capacitors/item_barter_electr_capacitors.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_electr_capacitors", + "SpawnChance": 15, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "5734779624597737e04bf329", + "_type": "Item" + }, + "5c0684e50db834002a12585a": { + "_id": "5c0684e50db834002a12585a", + "_name": "pistolgrip_tt_noname_hogue_like", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2700, + "Description": "Штатные щечки для пистолета ТТ послевоенного выпуска.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Щечки штатные для ТТ", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_tt_noname_hogue_like.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Щеч. ТТ", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "571659bb2459771fb2755a12", + "_type": "Item" + }, + "5c0695860db834001b735461": { + "_id": "5c0695860db834001b735461", + "_name": "nvg_custom_pnv10t_dovetail_mount", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2310, + "Description": "nvg_custom_pnv10t_dovetail_mount", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "nvg_custom_pnv10t_dovetail_mount", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/customizable/nvg_custom_pnv10t_dovetail_mount/nvg_custom_pnv10t_dovetail_mount.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "nvg_custom_pnv10t_dovetail_mount", + "SightingRange": 0, + "Slots": [{ + "_id": "5c0695860db834001b735463", + "_mergeSlotWithChildren": false, + "_name": "mod_nvg", + "_parent": "5c0695860db834001b735461", + "_props": { + "filters": [{ + "Filter": ["5c0696830db834001d23f5da"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5c0696830db834001d23f5da": { + "_id": "5c0696830db834001d23f5da", + "_name": "nvg_alfa_pnv-10t", + "_parent": "5a2c3a9486f774688b05e574", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.2]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "Color": { + "a": 254, + "b": 32, + "g": 255, + "r": 0 + }, + "ConflictingItems": ["5a16b672fcdbcb001912fa83", "5a16b7e1fcdbcb00165aa6c9"], + "CreditsPrice": 28000, + "CustomAimPlane": "", + "Description": "nvg_alfa_pnv-10t", + "DiffuseIntensity": 0.02, + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasHinge": true, + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "Intensity": 2, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "Loudness": 0, + "Mask": "Binocular", + "MaskSize": 0.97, + "MergesWithChildren": false, + "ModesCount": [1], + "Name": "nvg_alfa_pnv-10t", + "NoiseIntensity": 0.05, + "NoiseScale": 1, + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/equipment/customizable/nvg_alfa_pnv-10t/nvg_alfa_pnv-10t.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "nvg_alfa_pnv-10t", + "SightModesCount": 1, + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": ["Bear", "Usec", "Savage"], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.8, + "Width": 2, + "Zooms": [[1]], + "aimingSensitivity": 0.2, + "sightModType": "iron" + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5c06c6a80db834001b735491": { + "_id": "5c06c6a80db834001b735491", + "_name": "item_equipment_helmet_ssh-68", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "ArmoredSteel", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.24, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 17000, + "DeafStrength": "None", + "Description": "item_equipment_helmet_ssh-68\n", + "DiscardingBlock": false, + "Durability": 30, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 30, + "MergesWithChildren": false, + "Name": "item_equipment_helmet_ssh-68", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_ssh-68/item_equipment_helmet_ssh-68.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 125, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.4, + "z": 50 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_ssh-68", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.5, + "Width": 2, + "armorClass": "3", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape"], + "mousePenalty": -8, + "speedPenaltyPercent": -2, + "weaponErgonomicPenalty": -13 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5c079ec50db834001966a706": { + "_id": "5c079ec50db834001966a706", + "_name": "pistolgrip_tt_razor_arms_rubber_grip", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4900, + "Description": "pistolgrip_tt_razor_arms_rubber_grip", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 13, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_tt_razor_arms_rubber_grip", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_tt_razor_arms_rubber_grip.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_tt_razor_arms_rubber_grip", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.06, + "Width": 1 + }, + "_proto": "571659bb2459771fb2755a12", + "_type": "Item" + }, + "5c079ed60db834001a66b372": { + "_id": "5c079ed60db834001a66b372", + "_name": "tactical_tt_dlp_tactical_precision_laser_sight", + "_parent": "55818b164bdc2ddc698b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4600, + "Description": "tactical_tt_dlp_tactical_precision_laser_sight", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 23, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": 1, + "Name": "tactical_tt_dlp_tactical_precision_laser_sight", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_tt_dlp_tactical_precision_laser_sight.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "tactical_tt_dlp_tactical_precision_laser_sight", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.086, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5c07a8770db8340023300450": { + "_id": "5c07a8770db8340023300450", + "_name": "reciever_ar15_noveske_gen3", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 25150, + "Description": "reciever_ar15_noveske_gen3_stripped", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": 13, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_ar15_noveske_gen3_stripped", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_ar15_noveske_gen3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_ar15_noveske_gen3_stripped", + "SightingRange": 0, + "Slots": [{ + "_id": "5c07a8770db8340023300452", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5c07a8770db8340023300450", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c07a8770db8340023300453", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5c07a8770db8340023300450", + "_props": { + "filters": [{ + "Filter": ["55d35ee94bdc2d61338b4568", "55d3632e4bdc2d972f8b4569", "5d440b93a4b9364276578d4b", "5d440b9fa4b93601354d480c", "5c0e2f94d174af029f650d56"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5c07a8770db8340023300454", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "5c07a8770db8340023300450", + "_props": { + "filters": [{ + "Filter": ["5c0e2f5cd174af02a012cfc9", "5b2cfa535acfc432ff4db7a0", "5ae30db85acfc408fb139a05", "5c9a25172e2216000f20314e", "55f84c3c4bdc2d5f408b4576", "588b56d02459771481110ae2", "5c9a26332e2216001219ea70", "5ea16ada09aa976f2e7a51be", "5ea16acdfadf1d18c87b0784", "5a329052c4a28200741e22d3", "55d459824bdc2d892f8b4573", "5d122e7bd7ad1a07102d6d7f", "5d123102d7ad1a004e475fe5", "5d4405f0a4b9361e6a4e6bd9", "5c78f2792e221600106f4683", "5c78f26f2e221601da3581d1", "5c78f2492e221600114c9f04", "5c78f2612e221600114c9f0d", "6034e3e20ddce744014cb878", "6034e3d953a60014f970617b", "6034e3cb0ddce744014cb870", "5c6d5d8b2e221644fc630b39", "5d00e0cbd7ad1a6c6566a42d", "5d00f63bd7ad1a59283b1c1e", "6087e0336d0bd7580617bb7a", "595cfa8b86f77427437e845b", "595cf16b86f77427440c32e2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5c07a8770db8340023300455", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5c07a8770db8340023300450", + "_props": { + "filters": [{ + "Filter": ["5bb20e49d4351e3bac1212de", "5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5fb6564947ce63734e3fa1da", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5fc0fa957283c4046c58147e", "5894a81786f77427140b8347", "55d5f46a4bdc2d1b198b4567", "5ae30bad5acfc400185c2dc4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.212, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5c07b36c0db834002a1259e9": { + "_id": "5c07b36c0db834002a1259e9", + "_name": "sight_front_p226_meprolight_tru_dot_night_sight", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1500, + "CustomAimPlane": "", + "Description": "sight_front_p226_sig_p226r_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_p226_sig_p226r_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_p226_meprolight_tru_dot_night_sight.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_p226_sig_p226r_std", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5c07b3850db834002330045b": { + "_id": "5c07b3850db834002330045b", + "_name": "sight_rear_p226_meprolight_tru_dot_night_sight", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1400, + "CustomAimPlane": "", + "Description": "sight_rear_p226_meprolight_tru_dot_night_sight", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_p226_meprolight_tru_dot_night_sight", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_p226_meprolight_tru_dot_night_sight.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_p226_meprolight_tru_dot_night_sight", + "SightModesCount": 1, + "SightingRange": 300, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5c07c5ed0db834001b73571c": { + "_id": "5c07c5ed0db834001b73571c", + "_name": "muzzle_mp5_hk_noveske_style_3_lug_9x19", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8900, + "Description": "muzzle_mp5_hk_noveske_style_3_lug_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_mp5_hk_noveske_style_3_lug_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_mp5_hk_noveske_style_3_lug_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -15, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_mp5_hk_noveske_style_3_lug_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.38, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5c07c60e0db834002330051f": { + "_id": "5c07c60e0db834002330051f", + "_name": "weapon_adar_2-15_556x45", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.16, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.15, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.15, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.01, + "Chambers": [{ + "_id": "5c07c60e0db8340023300526", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5c07c60e0db834002330051f", + "_props": { + "filters": [{ + "Filter": ["59e6920f86f77411d82aa167", "59e6927d86f77411da468256", "54527a984bdc2d4e668b4567", "54527ac44bdc2d36668b4567", "59e68f6f86f7746c9f75e846", "59e6906286f7746c9f75e847", "59e690b686f7746c9f75e848", "59e6918f86f7746c9f75e849", "60194943740c5d77f6705eea", "601949593ae8f707c4608daa", "5c0d5ae286f7741e46554302"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.5, + "CoolFactor": 1, + "CreditsPrice": 6300, + "Description": "weapon_adar_2-15_556x45", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 48, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.03, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_adar_2-15_556x45", + "NotShownInSlot": false, + "OperatingResource": 2400, + "Prefab": { + "path": "assets/content/weapons/adar_2-15/weapon_adar_2-15_556x45_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.24, + "z": 0 + }, + "RecoilForceBack": 407, + "RecoilForceUp": 149, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 126, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": 0, + "z": 0 + }, + "SendToClient": false, + "ShortName": "weapon_adar_2-15_556x45", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5c07c60e0db8340023300521", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5c07c60e0db834002330051f", + "_props": { + "filters": [{ + "Filter": ["5c0e2ff6d174af02a1659d4a", "5a33e75ac4a2826c6e06d759", "55d4b9964bdc2d1d4e8b456e", "571659bb2459771fb2755a12", "602e71bd53a60014f9705bfa", "5cc9bcaed7f00c011c04e179", "5bb20e18d4351e00320205d5", "5bb20e0ed4351e3bac1212dc", "5d025cc1d7ad1a53845279ef", "5c6d7b3d2e221600114c9b7d", "57c55efc2459772d2c6271e7", "57af48872459771f0b2ebf11", "57c55f092459772d291a8463", "57c55f112459772d28133310", "57c55f172459772d27602381", "5a339805c4a2826c6e06d73d", "55802f5d4bdc2dac148b458f", "5d15cf3bd7ad1a67e71518b2", "59db3a1d86f77429e05b4e92", "5fbcbd6c187fea44d52eda14", "59db3acc86f7742a2c4ab912", "59db3b0886f77429d72fb895", "5b07db875acfc40dc528a5f6"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5c07c60e0db8340023300522", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5c07c60e0db834002330051f", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["55d4887d4bdc2d962f8b4570", "5c05413a0db834001c390617", "5c6d450c2e221600114c997d", "5c6d42cb2e2216000e69d7d1", "59c1383d86f774290a37e0ca", "5aaa5e60e5b5b000140293d6", "5448c1d04bdc2dff2f8b4569", "5aaa5dfee5b5b000140293d3", "5d1340b3d7ad1a0b52682ed7", "544a378f4bdc2d30388b4567", "5d1340bdd7ad1a0e8d245aab", "55802d5f4bdc2dac148b458e", "5d1340cad7ad1a0b0b249869", "5c6592372e221600133e47d7", "544a37c44bdc2d25388b4567", "5c6d46132e221601da357d56"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5c07c60e0db8340023300523", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5c07c60e0db834002330051f", + "_props": { + "filters": [{ + "Filter": ["5c0e2f26d174af02a9625114", "55d355e64bdc2d962f8b4569", "5d4405aaa4b9361e6a4e6bd3", "5c07a8770db8340023300450", "59bfe68886f7746004266202"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5c07c60e0db8340023300524", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5c07c60e0db834002330051f", + "_props": { + "filters": [{ + "Filter": ["5a33ca0fc4a282000d72292f", "5c0faeddd174af02a962601f", "5649be884bdc2d79388b4577", "5d120a10d7ad1a4e1026ba85", "5b0800175acfc400153aebd4", "5947e98b86f774778f1448bc", "5947eab886f77475961d96c5", "602e3f1254072b51b239f713", "5c793fb92e221644f31bfb64", "5c793fc42e221600114ca25d", "591aef7986f774139d495f03", "591af10186f774139d495f0e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5c07c60e0db8340023300525", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "5c07c60e0db834002330051f", + "_props": { + "filters": [{ + "Filter": ["5c0faf68d174af02a96260b8", "56ea7165d2720b6e518b4583", "55d44fd14bdc2d962f8b456e", "5ea16d4d5aad6446a939753d", "5bb20dbcd4351e44f824c04e", "6033749e88382f4fab3fd2c5", "5b2240bf5acfc40dc528af69", "5d44334ba4b9362b346d1948", "5f633ff5c444ce7e3c30a006"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.4, + "Width": 1, + "ammoCaliber": "Caliber556x45NATO", + "bEffDist": 500, + "bFirerate": 800, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "54527a984bdc2d4e668b4567", + "defMagType": "55d4887d4bdc2d962f8b4570", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5c07c9660db834001a66b588": { + "_id": "5c07c9660db834001a66b588", + "_name": "stock_mp5_hk_pistol_end_cap", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2620, + "Description": "stock_mp5_hk_a2_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_mp5_hk_a2_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_mp5_hk_pistol_end_cap.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_mp5_hk_a2_std", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.18, + "Width": 1 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5c07dd120db834001c39092d": { + "_id": "5c07dd120db834001c39092d", + "_name": "scope_all_eotech_hhs_1", + "_parent": "55818ad54bdc2ddc698b4569", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.2667, 0.8]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 51200, + "CustomAimPlane": "", + "Description": "scope_all_eotech_hhs_1", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [2], + "Name": "scope_all_eotech_hhs_1", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_all_eotech_hhs_1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_all_eotech_hhs_1", + "SightModesCount": 2, + "SightingRange": 600, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.635, + "Width": 2, + "Zooms": [[3, 1]], + "aimingSensitivity": 0.5, + "sightModType": "hybrid" + }, + "_proto": "558022b54bdc2dac148b458d", + "_type": "Item" + }, + "5c07df7f0db834001b73588a": { + "_id": "5c07df7f0db834001b73588a", + "_name": "weapon_gf_crowbar", + "_parent": "5447e1d04bdc2dff2f8b4567", + "_props": { + "AdditionalAnimationLayer": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "AppliedHeadRotation": { + "x": 2, + "y": 4, + "z": 0 + }, + "AppliedTrunkRotation": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ColliderScaleMultiplier": { + "x": 1, + "y": 1, + "z": 1 + }, + "ConflictingItems": [], + "CreditsPrice": 18200, + "DeflectionConsumption": 3, + "Description": "weapon_gf_crowbar", + "DiscardingBlock": false, + "DisplayOnModel": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 3, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "knife_generic", + "LootExperience": 20, + "MaxDurability": 100, + "MaxRepairDegradation": 0.01, + "MaxResource": 0, + "MergesWithChildren": false, + "MinRepairDegradation": 0, + "Name": "weapon_gf_crowbar", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/crowbar/weapon_gf_crowbar_container.bundle", + "rcid": "" + }, + "PrimaryConsumption": 10, + "PrimaryDistance": 0.5, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SecondryConsumption": 13, + "SecondryDistance": 0.6, + "SendToClient": false, + "ShortName": "weapon_gf_crowbar", + "SlashPenetration": 1, + "SpawnChance": 50, + "StabPenetration": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StaminaBurnRate": 0, + "StimulatorBuffs": "", + "Unlootable": true, + "UnlootableFromSide": ["Bear", "Usec"], + "UnlootableFromSlot": "Scabbard", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.9, + "Width": 1, + "knifeDurab": 100, + "knifeHitDelay": 0, + "knifeHitRadius": 0.5, + "knifeHitSlashDam": 16, + "knifeHitSlashRate": 0, + "knifeHitStabDam": 22, + "knifeHitStabRate": 1 + }, + "_proto": "54491bb74bdc2d09088b4567", + "_type": "Item" + }, + "5c08f87c0db8340019124324": { + "_id": "5c08f87c0db8340019124324", + "_name": "item_equipment_helmet_shpm", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Aramid", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": true, + "BlocksEyewear": true, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.228, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 12300, + "DeafStrength": "High", + "Description": "item_equipment_helmet_shpm", + "DiscardingBlock": false, + "Durability": 40, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": true, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": true, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 40, + "MergesWithChildren": true, + "Name": "item_equipment_helmet_shpm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_shpm/item_equipment_helmet_shpm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 137, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.2, + "y": 0.01, + "z": 65 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_shpm", + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.5, + "Width": 2, + "armorClass": "2", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape", "Ears"], + "mousePenalty": -12, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": -10 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5c0919b50db834001b7ce3b9": { + "_id": "5c0919b50db834001b7ce3b9", + "_name": "item_equipment_helmet_maska_1sh_shield", + "_parent": "57bef4c42459772e8d35a53b", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "ArmoredSteel", + "BackgroundColor": "default", + "BlindnessProtection": 0.35, + "BlocksEarpiece": false, + "BlocksEyewear": true, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.08, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 57800, + "DeafStrength": "None", + "Description": "item_equipment_helmet_maska_1sh_shield", + "DiscardingBlock": false, + "Durability": 50, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": true, + "FaceShieldMask": "Narrow", + "FixedPrice": false, + "Grids": [], + "HasHinge": true, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 50, + "MergesWithChildren": false, + "Name": "item_equipment_helmet_maska_1sh_shield", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_maska_1sh_shield/item_equipment_helmet_maska_1sh_shield.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 150, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0.8, + "y": 0.3, + "z": 70 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_maska_1sh_shield", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.1, + "Width": 2, + "armorClass": "6", + "armorZone": ["Head"], + "headSegments": ["Eyes", "Jaws"], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": -19 + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5c091a4e0db834001d5addc8": { + "_id": "5c091a4e0db834001d5addc8", + "_name": "item_equipment_helmet_maska_1sh", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "ArmoredSteel", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": true, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.168, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 126327, + "DeafStrength": "High", + "Description": "item_equipment_helmet_maska_1sh", + "DiscardingBlock": false, + "Durability": 60, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 60, + "MergesWithChildren": true, + "Name": "item_equipment_helmet_maska_1sh", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_maska_1sh/item_equipment_helmet_maska_1sh.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 900, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.8, + "y": 0.3, + "z": 80 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_maska_1sh", + "Slots": [{ + "_id": "5c091a4e0db834001d5addca", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment", + "_parent": "5c091a4e0db834001d5addc8", + "_props": { + "filters": [{ + "Filter": ["5c0919b50db834001b7ce3b9", "5c0e842486f77443a74d2976"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 0.2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 2.6, + "Width": 2, + "armorClass": "4", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape", "Ears"], + "mousePenalty": -6, + "speedPenaltyPercent": -3, + "weaponErgonomicPenalty": -7 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5c093ca986f7740a1867ab12": { + "_id": "5c093ca986f7740a1867ab12", + "_name": "item_container_secured_kappa", + "_parent": "5448bf274bdc2dfc2f8b456a", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": false, + "CanSellOnRagfair": false, + "CantRemoveFromSlotsDuringRaid": ["SecuredContainer"], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4900000, + "Description": "item_container_secured_kappa", + "DiscardingBlock": true, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5c093ca986f7740a1867ab14", + "_name": "main", + "_parent": "5c093ca986f7740a1867ab12", + "_props": { + "cellsH": 3, + "cellsV": 4, + "filters": [{ + "ExcludedFilter": ["5a341c4086f77401f2541505", "55818aeb4bdc2ddc698b456a", "5b3b6dc75acfc47a8773fb1e", "5a1ead28fcdbcb001912fa9f", "587e08ee245977446b4410cf", "5c0695860db834001b735461", "5a16b93dfcdbcbcae6687261", "5a16b8a9fcdbcb00165aa6ca", "5c11046cd174af02a012e42b", "5448bf274bdc2dfc2f8b456a"], + "Filter": ["5448eb774bdc2d0a728b4567", "5448fe124bdc2da5018b4567", "60b0f6c058e0b0481a09ad11", "59fafd4b86f7745ca07e1232", "5d235bb686f77443f4331278", "5c093e3486f77430cb02e593", "590c60fc86f77412b13fddcf", "5783c43d2459774bbe137486", "543be6674bdc2df1348b4569", "5448ecbe4bdc2d60728b4568", "543be5e94bdc2df1348b4568", "567849dd4bdc2d150f8b456e", "543be5664bdc2dd4348b4569", "5447e0e74bdc2d3c308b4567", "5661632d4bdc2d903d8b456b", "543be6564bdc2df4348b4568"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_plastic", + "LootExperience": 30, + "MergesWithChildren": false, + "Name": "item_container_secured_kappa", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/containers/item_container_secured_kappa/item_container_secured_kappa.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "cashregister_looting", + "SendToClient": true, + "ShortName": "item_container_secured_kappa", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 2, + "Width": 3, + "containType": [], + "isSecured": true, + "lootFilter": [], + "maxCountSpawn": 0, + "minCountSpawn": 0, + "openedByKeyID": [], + "sizeHeight": 3, + "sizeWidth": 4, + "spawnRarity": "Common", + "spawnTypes": "None" + }, + "_proto": "577e1c9d2459773cd707c525", + "_type": "Item" + }, + "5c093db286f7740a1b2617e3": { + "_id": "5c093db286f7740a1b2617e3", + "_name": "item_container_food", + "_parent": "5795f317245977243854e041", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 340000, + "Description": "item_container_food", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5c093db286f7740a1b2617e5", + "_name": "main", + "_parent": "5c093db286f7740a1b2617e3", + "_props": { + "cellsH": 8, + "cellsV": 8, + "filters": [{ + "ExcludedFilter": [], + "Filter": ["5af0484c86f7740f02001f7f", "5e54f6af86f7742199090bf3", "5bc9be8fd4351e00334cae6e", "543be6674bdc2df1348b4569"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_plastic", + "LootExperience": 30, + "MergesWithChildren": false, + "Name": "item_container_food", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/containers/item_container_food/item_container_food.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_container_food", + "Slots": [], + "SpawnChance": 0.3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TagColor": 0, + "TagName": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 12, + "Width": 3 + }, + "_proto": "577e1c9d2459773cd707c525", + "_type": "Item" + }, + "5c093e3486f77430cb02e593": { + "_id": "5c093e3486f77430cb02e593", + "_name": "item_container_smallitems", + "_parent": "5795f317245977243854e041", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 310000, + "Description": "item_container_smallitems", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5c093e3486f77430cb02e595", + "_name": "main", + "_parent": "5c093e3486f77430cb02e593", + "_props": { + "cellsH": 10, + "cellsV": 10, + "filters": [{ + "ExcludedFilter": [], + "Filter": ["59f32bb586f774757e1e8442", "59f32c3b86f77472a31742f0"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_plastic", + "LootExperience": 30, + "MergesWithChildren": false, + "Name": "item_container_smallitems", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/containers/item_container_smallitems/item_container_smallitems.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_container_smallitems", + "Slots": [], + "SpawnChance": 0.7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TagColor": 0, + "TagName": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.2, + "Width": 1 + }, + "_proto": "577e1c9d2459773cd707c525", + "_type": "Item" + }, + "5c0a2cec0db834001b7ce47d": { + "_id": "5c0a2cec0db834001b7ce47d", + "_name": "scope_all_eotech_hhs_1_tan", + "_parent": "55818ad54bdc2ddc698b4569", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.2667, 0.8]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 51200, + "CustomAimPlane": "", + "Description": "scope_all_eotech_hhs_1", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [2], + "Name": "scope_all_eotech_hhs_1", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_all_eotech_hhs_1_tan.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_all_eotech_hhs_1", + "SightModesCount": 2, + "SightingRange": 600, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.635, + "Width": 2, + "Zooms": [[3, 1]], + "aimingSensitivity": 0.5, + "sightModType": "hybrid" + }, + "_proto": "558022b54bdc2dac148b458d", + "_type": "Item" + }, + "5c0a794586f77461c458f892": { + "_id": "5c0a794586f77461c458f892", + "_name": "Boss container", + "_parent": "5448bf274bdc2dfc2f8b456a", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": false, + "CanSellOnRagfair": false, + "CantRemoveFromSlotsDuringRaid": ["SecuredContainer"], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1, + "Description": "", + "DiscardingBlock": true, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5c0a794586f77461c458f894", + "_name": "main", + "_parent": "5c0a794586f77461c458f892", + "_props": { + "cellsH": 4, + "cellsV": 90, + "filters": [{ + "ExcludedFilter": [], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_case", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Защищенный контейнер Босса", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/containers/plano_pistol_case/item_plano_pistol_case.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "techno_box_looting_01", + "SendToClient": true, + "ShortName": "Boss-secured", + "Slots": [], + "SpawnChance": 0, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 3, + "containType": [], + "isSecured": true, + "lootFilter": [], + "maxCountSpawn": 0, + "minCountSpawn": 0, + "openedByKeyID": [], + "sizeHeight": 3, + "sizeWidth": 3, + "spawnRarity": "Common", + "spawnTypes": "None" + }, + "_proto": "544a11ac4bdc2d470e8b456a", + "_type": "Item" + }, + "5c0a840b86f7742ffa4f2482": { + "_id": "5c0a840b86f7742ffa4f2482", + "_name": "item_container_items_thicc", + "_parent": "5795f317245977243854e041", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3100000, + "Description": "item_container_items_thicc", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5c0a840b86f7742ffa4f2484", + "_name": "main", + "_parent": "5c0a840b86f7742ffa4f2482", + "_props": { + "cellsH": 14, + "cellsV": 14, + "filters": [{ + "ExcludedFilter": [], + "Filter": ["5448eb774bdc2d0a728b4567", "543be5f84bdc2dd4348b456a", "5645bcb74bdc2ded0b8b4578", "5448fe124bdc2da5018b4567", "5448e53e4bdc2d60728b4567", "5448e5284bdc2dcb718b4567", "60b0f6c058e0b0481a09ad11", "5aafbde786f774389d0cbc0f", "5c093db286f7740a1b2617e3", "5e2af55f86f7746d4159f07c", "59fafd4b86f7745ca07e1232", "5d235bb686f77443f4331278", "5c127c4486f7745625356c13", "5aafbcd986f7745e590fff23", "59fb016586f7746d0d4b423a", "5c093e3486f77430cb02e593", "59fb023c86f7746d0d4b423c", "590c60fc86f77412b13fddcf", "5783c43d2459774bbe137486", "5422acb9af1c889c16000029", "543be6674bdc2df1348b4569", "5448ecbe4bdc2d60728b4568", "543be5e94bdc2df1348b4568", "5447e1d04bdc2dff2f8b4567", "567849dd4bdc2d150f8b456e", "543be5664bdc2dd4348b4569", "5447e0e74bdc2d3c308b4567", "5661632d4bdc2d903d8b456b", "543be6564bdc2df4348b4568"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_plastic", + "LootExperience": 30, + "MergesWithChildren": false, + "Name": "item_container_items_thicc", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/containers/item_container_items_thicc/item_container_items_thicc.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_container_items_thicc", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TagColor": 0, + "TagName": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 23, + "Width": 5 + }, + "_proto": "577e1c9d2459773cd707c525", + "_type": "Item" + }, + "5c0d2727d174af02a012cf58": { + "_id": "5c0d2727d174af02a012cf58", + "_name": "item_equipment_helmet_psh97_jeta", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Aramid", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": true, + "BlocksEyewear": true, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.228, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 16200, + "DeafStrength": "High", + "Description": "item_equipment_helmet_psh97_jeta", + "DiscardingBlock": false, + "Durability": 65, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": true, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": true, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 65, + "MergesWithChildren": true, + "Name": "item_equipment_helmet_psh97_jeta", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_psh97_jeta/item_equipment_helmet_psh97_jeta.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 112, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.2, + "y": 0.01, + "z": 60 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_psh97_jeta", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.3, + "Width": 2, + "armorClass": "2", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape", "Ears"], + "mousePenalty": -13, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": -14 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5c0d32fcd174af02a1659c75": { + "_id": "5c0d32fcd174af02a1659c75", + "_name": "item_equipment_glasses_proximity", + "_parent": "5448e5724bdc2ddf718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0.15, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3200, + "DeafStrength": "None", + "Description": "item_equipment_glasses_proximity", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "item_equipment_glasses_proximity", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/glasses_proximity/item_equipment_glasses_proximity.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "item_equipment_glasses_proximity", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.026, + "Width": 2, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5c0d56a986f774449d5de529": { + "_id": "5c0d56a986f774449d5de529", + "_name": "patron_9x19_rip", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 11, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "blue", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x19PARA", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 385, + "Damage": 102, + "Description": "patron_9x19_luger_cci", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 1, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.1, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 381, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.3, + "LootExperience": 0, + "MalfunctionChance": 0.392, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 6, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 6, + "MisfireChance": 0.03, + "Name": "patron_9x19_luger_cci", + "NotShownInSlot": false, + "PenetrationChance": 0.02, + "PenetrationPower": 2, + "PenetrationPowerDiviation": 0.136, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x19_rip.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.002, + "SendToClient": false, + "ShortName": "patron_9x19_luger_cci", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 6, + "SpeedRetardation": 0.00018, + "StackMaxRandom": 20, + "StackMaxSize": 50, + "StackMinRandom": 10, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.75, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.013, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 20, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "54527c774bdc2d3f668b4568", + "_type": "Item" + }, + "5c0d591486f7744c505b416f": { + "_id": "5c0d591486f7744c505b416f", + "_name": "patron_12x70_rip", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 11, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber12g", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 302, + "Damage": 265, + "Description": "12x70 Картечь", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.6, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 1, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.25, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 410, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_shotgun", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.4, + "LootExperience": 0, + "MalfunctionChance": 0.42, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 6, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 6, + "MisfireChance": 0.01, + "Name": "12x70 Картечь", + "NotShownInSlot": false, + "PenetrationChance": 0, + "PenetrationPower": 2, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_12x70_rip.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.01, + "SendToClient": false, + "ShortName": "12x70", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 4, + "SpeedRetardation": 0.00015, + "StackMaxRandom": 10, + "StackMaxSize": 20, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.9, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.04, + "Width": 1, + "ammoAccr": 80, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 35, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 8, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "12x70 Пуля", + "casingSounds": "shotgun_big" + }, + "_proto": "560d5e524bdc2d25448b4571", + "_type": "Item" + }, + "5c0d5ae286f7741e46554302": { + "_id": "5c0d5ae286f7741e46554302", + "_name": "patron_556x45_varmageddon", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 14, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber556x45NATO", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 156, + "Damage": 85, + "Description": "patron_556x45_MK_255_Mod_0", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.9, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.2, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 910, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.2, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_556x45_MK_255_Mod_0", + "NotShownInSlot": false, + "PenetrationChance": 0.2, + "PenetrationPower": 3, + "PenetrationPowerDiviation": 2, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_556x45_varmageddon.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.05, + "SendToClient": false, + "ShortName": "patron_556x45_MK_255_Mod_0", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 3, + "SpeedRetardation": 0.000023, + "StackMaxRandom": 50, + "StackMaxSize": 60, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.7, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.011, + "Width": 1, + "ammoAccr": 10, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 10, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 11.77, + "casingName": "5.56x45 мм VG", + "casingSounds": "rifle556" + }, + "_proto": "54527ac44bdc2d36668b4567", + "_type": "Item" + }, + "5c0d5e4486f77478390952fe": { + "_id": "5c0d5e4486f77478390952fe", + "_name": "patron_545x39_7n39", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 60, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber545x39", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 562, + "Damage": 37, + "Description": "patron_545x39_BS", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.7, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.02, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 905, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_545x39_BS", + "NotShownInSlot": false, + "PenetrationChance": 0.8, + "PenetrationPower": 62, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_545x39_7n39.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.38, + "SendToClient": false, + "ShortName": "patron_545x39_BS", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 2, + "SpeedRetardation": 0.000025, + "StackMaxRandom": 60, + "StackMaxSize": 60, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.4, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.011, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 15, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "5.45x39 мм 7Н39", + "casingSounds": "rifle556" + }, + "_proto": "56dfef82d2720bbd668b4567", + "_type": "Item" + }, + "5c0d668f86f7747ccb7f13b2": { + "_id": "5c0d668f86f7747ccb7f13b2", + "_name": "patron_9x39_spp", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 56, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 0.55, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x39", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 289, + "Damage": 64, + "Description": "patron_9x39_sp5", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.2, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 310, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.28, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_9x39_sp5", + "NotShownInSlot": false, + "PenetrationChance": 0.6, + "PenetrationPower": 50, + "PenetrationPowerDiviation": 0.1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x39_spp.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.4, + "SendToClient": false, + "ShortName": "patron_9x39_sp5", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 2, + "SpeedRetardation": 0, + "StackMaxRandom": 50, + "StackMaxSize": 50, + "StackMinRandom": 10, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.023, + "Width": 1, + "ammoAccr": 10, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 20, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 16, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "57372140245977611f70ee91", + "_type": "Item" + }, + "5c0d688c86f77413ae3407b2": { + "_id": "5c0d688c86f77413ae3407b2", + "_name": "patron_9x39_bp", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 68, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x39", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 302, + "Damage": 60, + "Description": "patron_9x39_sp6", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.35, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.1, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 295, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.392, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_9x39_sp6", + "NotShownInSlot": false, + "PenetrationChance": 0.75, + "PenetrationPower": 55, + "PenetrationPowerDiviation": 0.1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x39_bp.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.5, + "SendToClient": false, + "ShortName": "patron_9x39_sp6", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 2, + "SpeedRetardation": 0, + "StackMaxRandom": 25, + "StackMaxSize": 50, + "StackMinRandom": 10, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.023, + "Width": 1, + "ammoAccr": 10, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 22, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 16, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "57a0dfb82459774d3078b56c", + "_type": "Item" + }, + "5c0e2f26d174af02a9625114": { + "_id": "5c0e2f26d174af02a9625114", + "_name": "reciever_ar15_adar_2-15_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3320, + "Description": "Верхний ресивер для M4A1 производства компании Colt. Имеет направляющую для крепления дополнительного оборудования.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Верхний ресивер Colt M4A1 5.56х45 для штурмовой винтовки M4A1", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_ar15_adar_2-15_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "M4A1 Upper", + "SightingRange": 0, + "Slots": [{ + "_id": "5c0e2f26d174af02a9625116", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5c0e2f26d174af02a9625114", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c0e2f26d174af02a9625117", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5c0e2f26d174af02a9625114", + "_props": { + "filters": [{ + "Filter": ["55d35ee94bdc2d61338b4568", "55d3632e4bdc2d972f8b4569", "5d440b93a4b9364276578d4b", "5d440b9fa4b93601354d480c", "5c0e2f94d174af029f650d56"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5c0e2f26d174af02a9625118", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "5c0e2f26d174af02a9625114", + "_props": { + "filters": [{ + "Filter": ["5c0e2f5cd174af02a012cfc9", "5b2cfa535acfc432ff4db7a0", "5ae30db85acfc408fb139a05", "5c9a25172e2216000f20314e", "55f84c3c4bdc2d5f408b4576", "588b56d02459771481110ae2", "5c9a26332e2216001219ea70", "5ea16ada09aa976f2e7a51be", "5ea16acdfadf1d18c87b0784", "5a329052c4a28200741e22d3", "55d459824bdc2d892f8b4573", "5d122e7bd7ad1a07102d6d7f", "5d123102d7ad1a004e475fe5", "5d4405f0a4b9361e6a4e6bd9", "5c78f2792e221600106f4683", "5c78f26f2e221601da3581d1", "5c78f2492e221600114c9f04", "5c78f2612e221600114c9f0d", "6034e3e20ddce744014cb878", "6034e3d953a60014f970617b", "6034e3cb0ddce744014cb870", "5c6d5d8b2e221644fc630b39", "5d00e0cbd7ad1a6c6566a42d", "5d00f63bd7ad1a59283b1c1e", "6087e0336d0bd7580617bb7a", "595cfa8b86f77427437e845b", "595cf16b86f77427440c32e2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5c0e2f26d174af02a9625119", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5c0e2f26d174af02a9625114", + "_props": { + "filters": [{ + "Filter": ["5bb20e49d4351e3bac1212de", "5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5fb6564947ce63734e3fa1da", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5fc0fa957283c4046c58147e", "5894a81786f77427140b8347", "55d5f46a4bdc2d1b198b4567", "5ae30bad5acfc400185c2dc4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.27, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5c0e2f5cd174af02a012cfc9": { + "_id": "5c0e2f5cd174af02a012cfc9", + "_name": "handguard_ar15_adar_wood_v1", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["55d35ee94bdc2d61338b4568", "55d3632e4bdc2d972f8b4569"], + "CreditsPrice": 1600, + "Description": "handguard_ar15_colt_m4_length_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ar15_colt_m4_length_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar15_adar_wood_v1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ar15_colt_m4_length_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.385, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5c0e2f94d174af029f650d56": { + "_id": "5c0e2f94d174af029f650d56", + "_name": "barrel_ar15_adar_406mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.064, + "ChangePriceCoef": 1, + "ConflictingItems": ["5ae30db85acfc408fb139a05", "55d459824bdc2d892f8b4573"], + "CreditsPrice": 16200, + "Description": "Ствол для оружия на базе AR-15 под патрон 5.56х45 NATO длинной 370мм. Соответствует стандартному стволу для M4A1.\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.04, + "EffectiveDistance": 0, + "Ergonomics": -15, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 370мм для AR-15 и совместимых 5.56х45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_ar15_adar_406mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "370мм AR-15 5.56х45", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5c0e2f94d174af029f650d58", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5c0e2f94d174af029f650d56", + "_props": { + "filters": [{ + "Filter": ["5b3a16655acfc40016387a2a", "5c7e5f112e221600106f4ede", "5c0fafb6d174af02a96260ba", "5cf6937cd7f00c056c53fb39", "544a38634bdc2d58388b4568", "5cff9e5ed7ad1a09407397d4", "5c48a2a42e221602b66d1e07", "5f6372e2865db925d54f3869", "56ea8180d2720bf2698b456a", "5d02676dd7ad1a049e54f6dc", "56ea6fafd2720b844b8b4593", "5943ee5a86f77413872d25ec", "609269c3b0e443224b421cc1", "5c7fb51d2e2216001219ce11", "5ea172e498dacb342978818e", "5c6d710d2e22165df16b81e7", "5d440625a4b9361eec4ae6c5", "5cc9b815d7f00c000e2579d6", "5a7c147ce899ef00150bd8b8", "5c7954d52e221600106f4cc7", "59bffc1f86f77435b128b872", "5a9fbb84a2750c00137fa685"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c0e2f94d174af029f650d59", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5c0e2f94d174af029f650d56", + "_props": { + "filters": [{ + "Filter": ["5a34fbadc4a28200741e230a", "5ae30e795acfc408fb139a0b", "56eabcd4d2720b66698b4574", "5d00ec68d7ad1a04a067e5be", "56ea8d2fd2720b7c698b4570"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -5.48, + "Weight": 0.594, + "Width": 3 + }, + "_proto": "55d3632e4bdc2d972f8b4569", + "_type": "Item" + }, + "5c0e2ff6d174af02a1659d4a": { + "_id": "5c0e2ff6d174af02a1659d4a", + "_name": "stock_ar15_adar_wood_v1", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5fc2369685fd526b824a5713", "606587d11246154cad35d635", "5a33ca0fc4a282000d72292f", "5d120a10d7ad1a4e1026ba85", "5b0800175acfc400153aebd4", "602e620f9b513876d4338d9a", "5a9eb32da2750c00171b3f9c", "5bfe86df0db834001b734685", "55d4ae6c4bdc2d8b2f8b456e", "5c87a07c2e2216001219d4a2", "5bb20e70d4351e0035629f8f", "5beec8c20db834001d2c465c", "5fbbaa86f9986c4cff3fe5f6", "5fce16961f152d4312622bc9", "5ae30c9a5acfc408fb139a03", "5d135e83d7ad1a21b83f42d8", "5d135ecbd7ad1a21c176542e", "56eabf3bd2720b75698b4569", "58d2946386f774496974c37e", "58d2946c86f7744e271174b5", "58d2947686f774485c6a1ee5", "58d2947e86f77447aa070d53", "5a33cae9c4a28232980eb086", "5d44069ca4b9361ebd26fc37", "5d4406a8a4b9361e4f6eb8b7", "58d2912286f7744e27117493", "5947e98b86f774778f1448bc", "5947eab886f77475961d96c5", "5947c73886f7747701588af5", "5c793fde2e221601da358614", "591aef7986f774139d495f03", "591af10186f774139d495f0e", "5b39f8db5acfc40016387a1b"], + "CreditsPrice": 5119, + "Description": "Телескопический приклад High Standard M4SS во всем повторяет классический приклад M4A1 за исключением мелких деталей в геометрии.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 13, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Приклад High Standard M4SS", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_adar_wood_v1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -28, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "M4SS", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.695, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5c0e3eb886f7742015526062": { + "_id": "5c0e3eb886f7742015526062", + "_name": "item_equipment_rig_6b5_khaki", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Titan", + "BackgroundColor": "default", + "BlocksArmorVest": true, + "BluntThroughput": 0.24, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 41500, + "Description": "ANA Tactical m2", + "DiscardingBlock": false, + "Durability": 80, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5c0e3eb886f7742015526064", + "_name": "1", + "_parent": "5c0e3eb886f7742015526062", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e3eb886f7742015526065", + "_name": "2", + "_parent": "5c0e3eb886f7742015526062", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e3eb886f7742015526066", + "_name": "3", + "_parent": "5c0e3eb886f7742015526062", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e3eb886f7742015526067", + "_name": "4", + "_parent": "5c0e3eb886f7742015526062", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e3eb886f7742015526068", + "_name": "5", + "_parent": "5c0e3eb886f7742015526062", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e3eb886f7742015526069", + "_name": "6", + "_parent": "5c0e3eb886f7742015526062", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 4, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 80, + "MergesWithChildren": false, + "Name": "ANA Tactical m2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_6b5/item_equipment_rig_6b5_khaki.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 680, + "RepairSpeed": 0, + "RigLayoutName": "6b5", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "ANA m2", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 7.1, + "Width": 3, + "armorClass": 3, + "armorZone": ["Chest", "Stomach"], + "mousePenalty": -5, + "speedPenaltyPercent": -9, + "weaponErgonomicPenalty": -12 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "5c0e446786f7742013381639": { + "_id": "5c0e446786f7742013381639", + "_name": "item_equipment_rig_6b5_flora", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Ceramic", + "BackgroundColor": "default", + "BlocksArmorVest": true, + "BluntThroughput": 0.255, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 59300, + "Description": "ANA Tactical m2", + "DiscardingBlock": false, + "Durability": 50, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5c0e446786f774201338163b", + "_name": "1", + "_parent": "5c0e446786f7742013381639", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e446786f774201338163c", + "_name": "2", + "_parent": "5c0e446786f7742013381639", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e446786f774201338163d", + "_name": "3", + "_parent": "5c0e446786f7742013381639", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e446786f774201338163e", + "_name": "4", + "_parent": "5c0e446786f7742013381639", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e446786f774201338163f", + "_name": "5", + "_parent": "5c0e446786f7742013381639", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e446786f7742013381640", + "_name": "6", + "_parent": "5c0e446786f7742013381639", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 4, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 50, + "MergesWithChildren": false, + "Name": "ANA Tactical m2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_6b5/item_equipment_rig_6b5_flora.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 550, + "RepairSpeed": 0, + "RigLayoutName": "6b5", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "ANA m2", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 12.2, + "Width": 3, + "armorClass": 4, + "armorZone": ["Chest", "Stomach"], + "mousePenalty": -7, + "speedPenaltyPercent": -14, + "weaponErgonomicPenalty": -12 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "5c0e51be86f774598e797894": { + "_id": "5c0e51be86f774598e797894", + "_name": "item_equipment_armor_6b13_flora", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Ceramic", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.204, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 61100, + "DeafStrength": "None", + "Description": "gjel", + "DiscardingBlock": false, + "Durability": 47, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 4, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 47, + "MergesWithChildren": false, + "Name": "gjel", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_6b13/item_equipment_armor_6b13_flora.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 375, + "RepairSpeed": 8, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "gjel", + "Slots": [], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 10.5, + "Width": 3, + "armorClass": "4", + "armorZone": ["Chest", "Stomach"], + "headSegments": [], + "mousePenalty": -3, + "speedPenaltyPercent": -12, + "weaponErgonomicPenalty": -5 + }, + "_proto": "545cdb794bdc2d3a198b456a", + "_type": "Item" + }, + "5c0e530286f7747fa1419862": { + "_id": "5c0e530286f7747fa1419862", + "_name": "Propital", + "_parent": "5448f3a64bdc2d60728b456a", + "_props": { + "AllowSpawnOnLocations": ["laboratory", "Shoreline", "RezervBase", "Interchange"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 16200, + "Description": "", + "DiscardingBlock": false, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_stimulator", + "LootExperience": 20, + "MaxHpResource": 0, + "MergesWithChildren": false, + "Name": "Пропитал", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_propital_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Пропитал", + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "BuffsPropital", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_propital_container.bundle", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1, + "effects_damage": { + "Contusion": { + "delay": 0, + "duration": 240, + "fadeOut": 0 + }, + "Pain": { + "delay": 0, + "duration": 240, + "fadeOut": 5 + } + }, + "effects_health": [], + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 2 + }, + "_proto": "544fb3f34bdc2d03748b456a", + "_type": "Item" + }, + "5c0e531286f7747fa54205c2": { + "_id": "5c0e531286f7747fa54205c2", + "_name": "SJ1_TGLabs", + "_parent": "5448f3a64bdc2d60728b456a", + "_props": { + "AllowSpawnOnLocations": ["laboratory"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 27610, + "Description": "", + "DiscardingBlock": false, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_stimulator", + "LootExperience": 20, + "MaxHpResource": 0, + "MergesWithChildren": false, + "Name": "SJ1 TGLabs", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_sj1_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "SJ1 TGLabs", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "BuffsSJ1TGLabs", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_sj1_container.bundle", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1, + "effects_damage": [], + "effects_health": [], + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 2 + }, + "_proto": "544fb3f34bdc2d03748b456a", + "_type": "Item" + }, + "5c0e531d86f7747fa23f4d42": { + "_id": "5c0e531d86f7747fa23f4d42", + "_name": "SJ6_TGLabs", + "_parent": "5448f3a64bdc2d60728b456a", + "_props": { + "AllowSpawnOnLocations": ["laboratory", "Shoreline", "RezervBase", "Interchange"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 21500, + "Description": "", + "DiscardingBlock": false, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_stimulator", + "LootExperience": 20, + "MaxHpResource": 0, + "MergesWithChildren": false, + "Name": "SJ6 TGLabs", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_sj6_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "SJ6 TGLabs", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "BuffsSJ6TGLabs", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_sj6_container.bundle", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1, + "effects_damage": [], + "effects_health": [], + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 2 + }, + "_proto": "544fb3f34bdc2d03748b456a", + "_type": "Item" + }, + "5c0e533786f7747fa23f4d47": { + "_id": "5c0e533786f7747fa23f4d47", + "_name": "Zagustin", + "_parent": "5448f3a64bdc2d60728b456a", + "_props": { + "AllowSpawnOnLocations": ["laboratory", "Shoreline", "RezervBase", "Interchange"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 25800, + "Description": "", + "DiscardingBlock": false, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_stimulator", + "LootExperience": 20, + "MaxHpResource": 0, + "MergesWithChildren": false, + "Name": "Загустин", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_zagustin_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Загустин", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "BuffsZagustin", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_zagustin_container.bundle", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1, + "effects_damage": { + "HeavyBleeding": { + "delay": 0, + "duration": 180, + "fadeOut": 20 + }, + "LightBleeding": { + "delay": 0, + "duration": 180, + "fadeOut": 20 + } + }, + "effects_health": [], + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 2 + }, + "_proto": "544fb3f34bdc2d03748b456a", + "_type": "Item" + }, + "5c0e534186f7747fa1419867": { + "_id": "5c0e534186f7747fa1419867", + "_name": "eTG_change", + "_parent": "5448f3a64bdc2d60728b456a", + "_props": { + "AllowSpawnOnLocations": ["laboratory"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 29100, + "Description": "", + "DiscardingBlock": false, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_stimulator", + "LootExperience": 20, + "MaxHpResource": 0, + "MergesWithChildren": false, + "Name": "eTG-change", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_etg-change_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "eTG-change", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "BuffseTGchange", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_etg-change_container.bundle", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1, + "effects_damage": { + "Contusion": { + "delay": 0, + "duration": 0, + "fadeOut": 0 + } + }, + "effects_health": [], + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 2 + }, + "_proto": "544fb3f34bdc2d03748b456a", + "_type": "Item" + }, + "5c0e53c886f7747fa54205c7": { + "_id": "5c0e53c886f7747fa54205c7", + "_name": "item_equipment_armor_6b13_digital", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Ceramic", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.204, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 61100, + "DeafStrength": "None", + "Description": "gjel", + "DiscardingBlock": false, + "Durability": 47, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 4, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 47, + "MergesWithChildren": false, + "Name": "gjel", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_6b13/item_equipment_armor_6b13_digital.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 375, + "RepairSpeed": 8, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "gjel", + "Slots": [], + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 10.5, + "Width": 3, + "armorClass": "4", + "armorZone": ["Chest", "Stomach"], + "headSegments": [], + "mousePenalty": -3, + "speedPenaltyPercent": -12, + "weaponErgonomicPenalty": -5 + }, + "_proto": "545cdb794bdc2d3a198b456a", + "_type": "Item" + }, + "5c0e541586f7747fa54205c9": { + "_id": "5c0e541586f7747fa54205c9", + "_name": "item_equipment_armor_6b13_killa", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.24, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 251100, + "DeafStrength": "None", + "Description": "gjel", + "DiscardingBlock": false, + "Durability": 60, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 4, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 60, + "MergesWithChildren": false, + "Name": "gjel", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_6b13/item_equipment_armor_6b13_killa.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 1125, + "RepairSpeed": 8, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "gjel", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 7.5, + "Width": 3, + "armorClass": "5", + "armorZone": ["Chest", "Stomach"], + "headSegments": [], + "mousePenalty": -3, + "speedPenaltyPercent": -9, + "weaponErgonomicPenalty": -5 + }, + "_proto": "545cdb794bdc2d3a198b456a", + "_type": "Item" + }, + "5c0e57ba86f7747fa141986d": { + "_id": "5c0e57ba86f7747fa141986d", + "_name": "item_equipment_armor_6b23_mflora", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Ceramic", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.204, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 68500, + "DeafStrength": "None", + "Description": "gjel", + "DiscardingBlock": false, + "Durability": 55, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 4, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 55, + "MergesWithChildren": false, + "Name": "gjel", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_6b23/item_equipment_armor_6b23_mflora.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 312, + "RepairSpeed": 8, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "gjel", + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 7.2, + "Width": 3, + "armorClass": "4", + "armorZone": ["Chest", "Stomach"], + "headSegments": [], + "mousePenalty": -3, + "speedPenaltyPercent": -11, + "weaponErgonomicPenalty": -9 + }, + "_proto": "545cdb794bdc2d3a198b456a", + "_type": "Item" + }, + "5c0e5bab86f77461f55ed1f3": { + "_id": "5c0e5bab86f77461f55ed1f3", + "_name": "item_equipment_armor_6b23_digital", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "ArmoredSteel", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.216, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 40300, + "DeafStrength": "None", + "Description": "gjel", + "DiscardingBlock": false, + "Durability": 60, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 4, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 60, + "MergesWithChildren": false, + "Name": "gjel", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_6b23/item_equipment_armor_6b23_digital.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 150, + "RepairSpeed": 8, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "gjel", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 7.9, + "Width": 3, + "armorClass": "3", + "armorZone": ["Chest", "Stomach"], + "headSegments": [], + "mousePenalty": -5, + "speedPenaltyPercent": -11, + "weaponErgonomicPenalty": -9 + }, + "_proto": "545cdb794bdc2d3a198b456a", + "_type": "Item" + }, + "5c0e5edb86f77461f55ed1f7": { + "_id": "5c0e5edb86f77461f55ed1f7", + "_name": "item_equipment_armor_zhuk3", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.24, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 38670, + "DeafStrength": "None", + "Description": "un armor", + "DiscardingBlock": false, + "Durability": 50, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 3, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 50, + "MergesWithChildren": false, + "Name": "un armor", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_zhuk3/item_equipment_armor_zhuk3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 362, + "RepairSpeed": 8, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "un armor", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 5.2, + "Width": 3, + "armorClass": "3", + "armorZone": ["Chest", "Stomach"], + "headSegments": [], + "mousePenalty": -4, + "speedPenaltyPercent": -10, + "weaponErgonomicPenalty": -5 + }, + "_proto": "545cdb794bdc2d3a198b456a", + "_type": "Item" + }, + "5c0e625a86f7742d77340f62": { + "_id": "5c0e625a86f7742d77340f62", + "_name": "item_equipment_armor_zhuk6a", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Ceramic", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.252, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 285000, + "DeafStrength": "None", + "Description": "un armor", + "DiscardingBlock": false, + "Durability": 75, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 3, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 75, + "MergesWithChildren": false, + "Name": "un armor", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_zhuk6a/item_equipment_armor_zhuk6a.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 1337, + "RepairSpeed": 8, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "un armor", + "Slots": [], + "SpawnChance": 0.3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 9, + "Width": 3, + "armorClass": "6", + "armorZone": ["Chest", "Stomach"], + "headSegments": [], + "mousePenalty": -5, + "speedPenaltyPercent": -13, + "weaponErgonomicPenalty": -6 + }, + "_proto": "545cdb794bdc2d3a198b456a", + "_type": "Item" + }, + "5c0e655586f774045612eeb2": { + "_id": "5c0e655586f774045612eeb2", + "_name": "item_equipment_armor_trooper", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.216, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 89000, + "DeafStrength": "None", + "Description": "gjel", + "DiscardingBlock": false, + "Durability": 85, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 3, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 85, + "MergesWithChildren": false, + "Name": "gjel", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_trooper/item_equipment_armor_trooper.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 1025, + "RepairSpeed": 8, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "gjel", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 5, + "Width": 3, + "armorClass": "4", + "armorZone": ["Chest"], + "headSegments": [], + "mousePenalty": -2, + "speedPenaltyPercent": -9, + "weaponErgonomicPenalty": -3 + }, + "_proto": "545cdb794bdc2d3a198b456a", + "_type": "Item" + }, + "5c0e66e2d174af02a96252f4": { + "_id": "5c0e66e2d174af02a96252f4", + "_name": "item_equipment_helmet_gentex_slaap_tan", + "_parent": "57bef4c42459772e8d35a53b", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.08, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 89300, + "DeafStrength": "None", + "Description": "item_equipment_helmet_gentex_slaap", + "DiscardingBlock": false, + "Durability": 30, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 30, + "MergesWithChildren": true, + "Name": "item_equipment_helmet_gentex_slaap", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_gentex_slaap/item_equipment_helmet_gentex_slaap_tan.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 175, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.4, + "z": 50 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_gentex_slaap", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.3, + "Width": 2, + "armorClass": "5", + "armorZone": ["Head"], + "headSegments": ["Top"], + "mousePenalty": -8, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": -15 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5c0e6a1586f77404597b4965": { + "_id": "5c0e6a1586f77404597b4965", + "_name": "item_equipment_rig_beltab", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 55100, + "Description": "Wartech vest", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5c0e6a1586f77404597b4967", + "_name": "1", + "_parent": "5c0e6a1586f77404597b4965", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e6a1586f77404597b4968", + "_name": "2", + "_parent": "5c0e6a1586f77404597b4965", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e6a1586f77404597b4969", + "_name": "3", + "_parent": "5c0e6a1586f77404597b4965", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e6a1586f77404597b496a", + "_name": "4", + "_parent": "5c0e6a1586f77404597b4965", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e6a1586f77404597b496b", + "_name": "5", + "_parent": "5c0e6a1586f77404597b4965", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e7ea986f774684264bd80", + "_name": "6", + "_parent": "5c0e6a1586f77404597b4965", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e7eba86f77443a74d2973", + "_name": "7", + "_parent": "5c0e6a1586f77404597b4965", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e7ebe86f77452b35dc6e2", + "_name": "8", + "_parent": "5c0e6a1586f77404597b4965", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e7ec186f77468413cc5c8", + "_name": "9", + "_parent": "5c0e6a1586f77404597b4965", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e7ec886f774684046efa3", + "_name": "10", + "_parent": "5c0e6a1586f77404597b4965", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e7ed686f77468433e062f", + "_name": "11", + "_parent": "5c0e6a1586f77404597b4965", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e7eda86f7745dc7616602", + "_name": "12", + "_parent": "5c0e6a1586f77404597b4965", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e7edf86f774683f3dd636", + "_name": "13", + "_parent": "5c0e6a1586f77404597b4965", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e7ee386f77443a74d2974", + "_name": "14", + "_parent": "5c0e6a1586f77404597b4965", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e7ee786f77443a74d2975", + "_name": "15", + "_parent": "5c0e6a1586f77404597b4965", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e7eeb86f7745dc7616603", + "_name": "16", + "_parent": "5c0e6a1586f77404597b4965", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e7eef86f77452b35dc6e3", + "_name": "17", + "_parent": "5c0e6a1586f77404597b4965", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e7ef486f774684264bd81", + "_name": "18", + "_parent": "5c0e6a1586f77404597b4965", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e7ef886f7745dc7616604", + "_name": "19", + "_parent": "5c0e6a1586f77404597b4965", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 4, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "Wartech vest", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_beltab/item_equipment_rig_beltab.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RigLayoutName": "Beltab", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Wartech vest", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.7, + "Width": 4, + "armorClass": 0, + "armorZone": [], + "mousePenalty": 0, + "speedPenaltyPercent": -2, + "weaponErgonomicPenalty": -5 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "5c0e722886f7740458316a57": { + "_id": "5c0e722886f7740458316a57", + "_name": "item_equipment_rig_m1", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "ArmoredSteel", + "BackgroundColor": "default", + "BlocksArmorVest": true, + "BluntThroughput": 0.225, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 81270, + "Description": "ANA Tactical m2", + "DiscardingBlock": false, + "Durability": 65, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5c0e722886f7740458316a59", + "_name": "1", + "_parent": "5c0e722886f7740458316a57", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e722886f7740458316a5a", + "_name": "2", + "_parent": "5c0e722886f7740458316a57", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e722886f7740458316a5b", + "_name": "3", + "_parent": "5c0e722886f7740458316a57", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e722886f7740458316a5c", + "_name": "4", + "_parent": "5c0e722886f7740458316a57", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e722886f7740458316a5d", + "_name": "5", + "_parent": "5c0e722886f7740458316a57", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e722886f7740458316a5e", + "_name": "6", + "_parent": "5c0e722886f7740458316a57", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e722886f7740458316a5f", + "_name": "7", + "_parent": "5c0e722886f7740458316a57", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e722886f7740458316a60", + "_name": "8", + "_parent": "5c0e722886f7740458316a57", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e722886f7740458316a61", + "_name": "9", + "_parent": "5c0e722886f7740458316a57", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e7e5d86f774019e62d75d", + "_name": "10", + "_parent": "5c0e722886f7740458316a57", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 4, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 65, + "MergesWithChildren": false, + "Name": "ANA Tactical m2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_m1/item_equipment_rig_m1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 750, + "RepairSpeed": 0, + "RigLayoutName": "ANA Tactical M1", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "ANA m2", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 8.3, + "Width": 4, + "armorClass": 4, + "armorZone": ["Chest", "Stomach"], + "mousePenalty": -5, + "speedPenaltyPercent": -10, + "weaponErgonomicPenalty": -5 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "5c0e746986f7741453628fe5": { + "_id": "5c0e746986f7741453628fe5", + "_name": "item_equipment_rig_tv110", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "ArmoredSteel", + "BackgroundColor": "default", + "BlocksArmorVest": true, + "BluntThroughput": 0.24, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 91200, + "Description": "tactec", + "DiscardingBlock": false, + "Durability": 85, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5c0e746986f7741453628fe7", + "_name": "1", + "_parent": "5c0e746986f7741453628fe5", + "_props": { + "cellsH": 1, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e746986f7741453628fe8", + "_name": "2", + "_parent": "5c0e746986f7741453628fe5", + "_props": { + "cellsH": 1, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e746986f7741453628fe9", + "_name": "3", + "_parent": "5c0e746986f7741453628fe5", + "_props": { + "cellsH": 1, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e746986f7741453628fea", + "_name": "4", + "_parent": "5c0e746986f7741453628fe5", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e746986f7741453628feb", + "_name": "5", + "_parent": "5c0e746986f7741453628fe5", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e746986f7741453628fec", + "_name": "6", + "_parent": "5c0e746986f7741453628fe5", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e746986f7741453628fed", + "_name": "7", + "_parent": "5c0e746986f7741453628fe5", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e746986f7741453628fee", + "_name": "8", + "_parent": "5c0e746986f7741453628fe5", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e746986f7741453628fef", + "_name": "9", + "_parent": "5c0e746986f7741453628fe5", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 85, + "MergesWithChildren": false, + "Name": "tactec", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_tv110/item_equipment_rig_tv110.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 780, + "RepairSpeed": 0, + "RigLayoutName": "TV-110", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "tactec", + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 10.3, + "Width": 4, + "armorClass": 4, + "armorZone": ["Chest"], + "mousePenalty": -4, + "speedPenaltyPercent": -8, + "weaponErgonomicPenalty": -5 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "5c0e774286f77468413cc5b2": { + "_id": "5c0e774286f77468413cc5b2", + "_name": "item_equipment_backpack_blackjack", + "_parent": "5448e53e4bdc2d60728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 82000, + "Description": "sso_attack", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "GridLayoutName": "", + "Grids": [{ + "_id": "5c0e774286f77468413cc5b4", + "_name": "main", + "_parent": "5c0e774286f77468413cc5b2", + "_props": { + "cellsH": 6, + "cellsV": 7, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 7, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_backpack", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "sso_attack", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_blackjack/item_equipment_backpack_blackjack.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "sso_attack", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.2, + "Width": 5, + "speedPenaltyPercent": -30 + }, + "_proto": "545cdae64bdc2d39198b4568", + "_type": "Item" + }, + "5c0e805e86f774683f3dd637": { + "_id": "5c0e805e86f774683f3dd637", + "_name": "item_equipment_backpack_paratus", + "_parent": "5448e53e4bdc2d60728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 58200, + "Description": "Pilgrim", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "GridLayoutName": "Paratus", + "Grids": [{ + "_id": "5c0e805e86f774683f3dd639", + "_name": "main", + "_parent": "5c0e805e86f774683f3dd637", + "_props": { + "cellsH": 5, + "cellsV": 5, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e816086f7745dc7616605", + "_name": "1", + "_parent": "5c0e805e86f774683f3dd637", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e816886f7742b461cca32", + "_name": "2", + "_parent": "5c0e805e86f774683f3dd637", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e816c86f77452b35dc6e4", + "_name": "3", + "_parent": "5c0e805e86f774683f3dd637", + "_props": { + "cellsH": 3, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 7, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_backpack", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Pilgrim", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_paratus_3_day/item_equipment_backpack_paratus_3_day.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Pilgrim", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.3, + "Width": 5, + "speedPenaltyPercent": -5 + }, + "_proto": "544a5cde4bdc2d39388b456b", + "_type": "Item" + }, + "5c0e842486f77443a74d2976": { + "_id": "5c0e842486f77443a74d2976", + "_name": "item_equipment_helmet_maska_1sh_shield_killa", + "_parent": "57bef4c42459772e8d35a53b", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "ArmoredSteel", + "BackgroundColor": "default", + "BlindnessProtection": 0.35, + "BlocksEarpiece": false, + "BlocksEyewear": true, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.08, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 87800, + "DeafStrength": "None", + "Description": "item_equipment_helmet_maska_1sh_shield", + "DiscardingBlock": false, + "Durability": 50, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": true, + "FaceShieldMask": "Narrow", + "FixedPrice": false, + "Grids": [], + "HasHinge": true, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 50, + "MergesWithChildren": false, + "Name": "item_equipment_helmet_maska_1sh_shield", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_maska_1sh_shield/item_equipment_helmet_maska_1sh_shield_killa.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 150, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0.8, + "y": 0.3, + "z": 70 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_maska_1sh_shield", + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.1, + "Width": 2, + "armorClass": "6", + "armorZone": ["Head"], + "headSegments": ["Eyes", "Jaws"], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": -19 + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5c0e874186f7745dc7616606": { + "_id": "5c0e874186f7745dc7616606", + "_name": "item_equipment_helmet_maska_1sh_killa", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "ArmoredSteel", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": true, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.168, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 126327, + "DeafStrength": "High", + "Description": "item_equipment_helmet_maska_1sh", + "DiscardingBlock": false, + "Durability": 60, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 60, + "MergesWithChildren": true, + "Name": "item_equipment_helmet_maska_1sh", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_maska_1sh/item_equipment_helmet_maska_1sh_killa.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 900, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.8, + "y": 0.3, + "z": 80 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_maska_1sh", + "Slots": [{ + "_id": "5c0e874186f7745dc7616608", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment", + "_parent": "5c0e874186f7745dc7616606", + "_props": { + "filters": [{ + "Filter": ["5c0919b50db834001b7ce3b9", "5c0e842486f77443a74d2976"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 2.6, + "Width": 2, + "armorClass": "4", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape", "Ears"], + "mousePenalty": -6, + "speedPenaltyPercent": -3, + "weaponErgonomicPenalty": -7 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5c0e9f2c86f77432297fe0a3": { + "_id": "5c0e9f2c86f77432297fe0a3", + "_name": "item_equipment_rig_commando_black", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 33669, + "Description": "commando", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5c0e9f2c86f77432297fe0a5", + "_name": "1", + "_parent": "5c0e9f2c86f77432297fe0a3", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e9f2c86f77432297fe0a6", + "_name": "2", + "_parent": "5c0e9f2c86f77432297fe0a3", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e9f2c86f77432297fe0a7", + "_name": "3", + "_parent": "5c0e9f2c86f77432297fe0a3", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e9f2c86f77432297fe0a8", + "_name": "4", + "_parent": "5c0e9f2c86f77432297fe0a3", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e9f2c86f77432297fe0a9", + "_name": "5", + "_parent": "5c0e9f2c86f77432297fe0a3", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e9f2c86f77432297fe0aa", + "_name": "6", + "_parent": "5c0e9f2c86f77432297fe0a3", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e9f2c86f77432297fe0ab", + "_name": "7", + "_parent": "5c0e9f2c86f77432297fe0a3", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5c0e9f2c86f77432297fe0ac", + "_name": "8", + "_parent": "5c0e9f2c86f77432297fe0a3", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "commando", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_commando/item_equipment_rig_commando_black.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RigLayoutName": "Commando", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "commando", + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.35, + "Width": 4, + "armorClass": 0, + "armorZone": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "5c0fa877d174af02a012e1cf": { + "_id": "5c0fa877d174af02a012e1cf", + "_name": "drink_aquamari", + "_parent": "5448e8d64bdc2dce718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8600, + "Description": "грязноватая бутылка воды 0.6", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_bottle", + "LootExperience": 10, + "MaxResource": 150, + "MergesWithChildren": false, + "Name": "Water", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_filterbottle/item_filterbottle_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Water", + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_filterbottle/item_filterbottle_container.bundle", + "rcid": "" + }, + "Weight": 0.6, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 20 + }, + "Hydration": { + "value": 350 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 3 + }, + "_proto": "5448fee04bdc2dbc018b4567", + "_type": "Item" + }, + "5c0faeddd174af02a962601f": { + "_id": "5c0faeddd174af02a962601f", + "_name": "stock_ar15_colt_stock_tube_com", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 800, + "Description": "Труба для установки телескопических прикладов производства компании Colt.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Труба приклада Colt", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_colt_stock_tube_com.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "CST", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5c0faeddd174af02a9626021", + "_mergeSlotWithChildren": false, + "_name": "mod_stock_000", + "_parent": "5c0faeddd174af02a962601f", + "_props": { + "filters": [{ + "Filter": ["5fc2369685fd526b824a5713", "606587d11246154cad35d635", "5a9eb32da2750c00171b3f9c", "5bfe86df0db834001b734685", "55d4ae6c4bdc2d8b2f8b456e", "5c87a07c2e2216001219d4a2", "5bb20e70d4351e0035629f8f", "5beec8c20db834001d2c465c", "5ae30c9a5acfc408fb139a03", "5d135e83d7ad1a21b83f42d8", "5d135ecbd7ad1a21c176542e", "56eabf3bd2720b75698b4569", "58d2946386f774496974c37e", "58d2946c86f7744e271174b5", "58d2947686f774485c6a1ee5", "58d2947e86f77447aa070d53", "5d44069ca4b9361ebd26fc37", "5d4406a8a4b9361e4f6eb8b7", "5947c73886f7747701588af5", "5c793fde2e221601da358614", "5b39f8db5acfc40016387a1b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.19, + "Width": 2 + }, + "_proto": "5649b2314bdc2d79388b4576", + "_type": "Item" + }, + "5c0faf68d174af02a96260b8": { + "_id": "5c0faf68d174af02a96260b8", + "_name": "charge_ar15_adar_charging_handle", + "_parent": "55818a6f4bdc2db9688b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 650, + "Description": "Стандартная рукоятка заряжания для оружия на базе AR-15 и совместимых.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Рукоятка заряжания Colt AR-15 для AR-15 и совместимых", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/charges/charge_ar15_colt_charging_handle.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Рукоятка заряжания AR-15", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.039, + "Width": 1 + }, + "_proto": "55802f624bdc2d1c128b4580", + "_type": "Item" + }, + "5c0fafb6d174af02a96260ba": { + "_id": "5c0fafb6d174af02a96260ba", + "_name": "muzzle_ar15_adar_2_15_std_556x45", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 907, + "Description": "Пламегаситель 5.56x45 Colt USGI A2 также известный как Bird Cage (Птичья Клетка) предназначен для установки на оружие на базе AR-15 под патрон 5.56x45. Однако может быть установлен и на другое оружие под тот же калибр, если ствол имеет ту же резьбу для установки дополнительных дульных устройств. Штатно устанавливается на штурмовую винтовку M4A1.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Пламегаситель Colt USGI A2 5.56x45 для AR-15", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar15_colt_usgi_a2_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -7, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.56x45 AR-15 USGI A2", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.064, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5c10c8fd86f7743d7d706df3": { + "_id": "5c10c8fd86f7743d7d706df3", + "_name": "Adrenaline", + "_parent": "5448f3a64bdc2d60728b456a", + "_props": { + "AllowSpawnOnLocations": ["laboratory", "Shoreline", "RezervBase", "Interchange"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 24200, + "Description": "", + "DiscardingBlock": false, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_stimulator", + "LootExperience": 20, + "MaxHpResource": 0, + "MergesWithChildren": false, + "Name": "Адреналин", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_adrenaline_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Адреналин", + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "BuffsAdrenaline", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_adrenaline_container.bundle", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1, + "effects_damage": { + "Contusion": { + "delay": 0, + "duration": 60, + "fadeOut": 0 + }, + "Pain": { + "delay": 0, + "duration": 60, + "fadeOut": 5 + } + }, + "effects_health": [], + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 2 + }, + "_proto": "544fb3f34bdc2d03748b456a", + "_type": "Item" + }, + "5c11046cd174af02a012e42b": { + "_id": "5c11046cd174af02a012e42b", + "_name": "nvg_wilcox_pvs7_adapter", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2454, + "Description": "nvg_wilcox_pvs7_adapter", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "nvg_wilcox_pvs7_adapter", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/customizable/nvg_wilcox_pvs7_adapter/nvg_wilcox_pvs7_adapter.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "nvg_wilcox_pvs7_adapter", + "SightingRange": 0, + "Slots": [{ + "_id": "5c11046cd174af02a012e42d", + "_mergeSlotWithChildren": false, + "_name": "mod_nvg", + "_parent": "5c11046cd174af02a012e42b", + "_props": { + "filters": [{ + "Filter": ["5c110624d174af029e69734c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5c110624d174af029e69734c": { + "_id": "5c110624d174af029e69734c", + "_name": "thermal_spi_t7", + "_parent": "5d21f59b6dbe99052b54ef83", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.2]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ColdMax": 0.462, + "ConflictingItems": [], + "CreditsPrice": 480000, + "CustomAimPlane": "", + "DepthFade": 0.03, + "Description": "hermal_spi_t7\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatMin": 0.55, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsFpsStuck": false, + "IsGlitch": false, + "IsLockedafterEquip": false, + "IsMotionBlurred": true, + "IsNoisy": true, + "IsPixelated": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "Loudness": 0, + "MainTexColorCoef": 0.2, + "Mask": "Thermal", + "MaskSize": 1.2, + "MergesWithChildren": false, + "MinimumTemperatureValue": 0.25, + "ModesCount": [1], + "Name": "hermal_spi_t7", + "NoiseIntensity": 0.07, + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "PixelationBlockCount": 256, + "Prefab": { + "path": "assets/content/items/equipment/customizable/thermal_spi_t7/thermal_spi_t7.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "RampPalette": "BlackHot", + "RampShift": -0.059, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "RoughnessCoef": 0.04, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "hermal_spi_t7", + "SightModesCount": 1, + "SightingRange": 0, + "Slots": [], + "SpawnChance": 1, + "SpecularCoef": 0.14, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.92, + "Width": 2, + "Zooms": [[1]], + "aimingSensitivity": 0.2, + "sightModType": "iron" + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5c11279ad174af029d64592b": { + "_id": "5c11279ad174af029d64592b", + "_name": "item_ammo_box_556x45_varmageddon_20", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_556x45_xx_m193ball", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_556x45_xx_m193ball", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_556x45_varmageddon_20.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_556x45_xx_m193ball", + "SpawnChance": 4, + "StackMaxRandom": 20, + "StackMaxSize": 1, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "5c11279ad174af029d64592d", + "_max_count": 20, + "_name": "cartridges", + "_parent": "5c11279ad174af029d64592b", + "_props": { + "filters": [{ + "Filter": ["5c0d5ae286f7741e46554302"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.24, + "Width": 1, + "ammoCaliber": "Caliber556x45NATO" + }, + "_proto": "5447ac644bdc2d6c208b4567", + "_type": "Item" + }, + "5c1127bdd174af44217ab8b9": { + "_id": "5c1127bdd174af44217ab8b9", + "_name": "item_ammo_box_9x19_rip_20", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_9x19_default", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_9x19_default", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_9x19_rip_20.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_9x19_default", + "SpawnChance": 4, + "StackMaxRandom": 20, + "StackMaxSize": 1, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "5c1127bdd174af44217ab8bb", + "_max_count": 20, + "_name": "cartridges", + "_parent": "5c1127bdd174af44217ab8b9", + "_props": { + "filters": [{ + "Filter": ["5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.28, + "Width": 1, + "ammoCaliber": "Caliber9x18PM" + }, + "_proto": "5737273924597765dd374461", + "_type": "Item" + }, + "5c1127d0d174af29be75cf68": { + "_id": "5c1127d0d174af29be75cf68", + "_name": "item_ammo_box_12g_rip_5", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_9x19_default", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_shotgun", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_9x19_default", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_12g_rip_5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_9x19_default", + "SpawnChance": 8, + "StackMaxRandom": 5, + "StackMaxSize": 1, + "StackMinRandom": 5, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "5c1127d0d174af29be75cf6a", + "_max_count": 5, + "_name": "cartridges", + "_parent": "5c1127d0d174af29be75cf68", + "_props": { + "filters": [{ + "Filter": ["5c0d591486f7744c505b416f"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.22, + "Width": 1, + "ammoCaliber": "Caliber12g" + }, + "_proto": "5737273924597765dd374461", + "_type": "Item" + }, + "5c12301c86f77419522ba7e4": { + "_id": "5c12301c86f77419522ba7e4", + "_name": "item_flash_quest_deza", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8000, + "Description": "item_flash_quest_deza", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 30, + "MergesWithChildren": false, + "Name": "item_flash_quest_deza", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/infosubject/item_flash_card_ironkey.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_flash_quest_deza", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "5c1260dc86f7746b106e8748": { + "_id": "5c1260dc86f7746b106e8748", + "_name": "item_ammo_box_9x39_7n12_8", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_556x45_xx_m193ball", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_556x45_xx_m193ball", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_9x39bp_8.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_556x45_xx_m193ball", + "SpawnChance": 2, + "StackMaxRandom": 8, + "StackMaxSize": 1, + "StackMinRandom": 8, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "5c1260dc86f7746b106e874a", + "_max_count": 8, + "_name": "cartridges", + "_parent": "5c1260dc86f7746b106e8748", + "_props": { + "filters": [{ + "Filter": ["5c0d688c86f77413ae3407b2"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.19, + "Width": 1, + "ammoCaliber": "Caliber9x39" + }, + "_proto": "5447ac644bdc2d6c208b4567", + "_type": "Item" + }, + "5c12613b86f7743bbe2c3f76": { + "_id": "5c12613b86f7743bbe2c3f76", + "_name": "item_info_intelligence", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": ["bigmap", "laboratory", "Woods", "Shoreline", "RezervBase", "Interchange"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 69000, + "Description": "item_info_intelligence", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_book", + "LootExperience": 30, + "MergesWithChildren": false, + "Name": "item_info_intelligence", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/infosubject/item_info_intelligence/item_info_intelligence.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_info_intelligence", + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.23, + "Width": 2 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "5c12619186f7743f871c8a32": { + "_id": "5c12619186f7743f871c8a32", + "_name": "item_ammo_box_9x39_7n9_8", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_556x45_xx_m193ball", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_556x45_xx_m193ball", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_9x39spp_8.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_556x45_xx_m193ball", + "SpawnChance": 4, + "StackMaxRandom": 8, + "StackMaxSize": 1, + "StackMinRandom": 8, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "5c12619186f7743f871c8a34", + "_max_count": 8, + "_name": "cartridges", + "_parent": "5c12619186f7743f871c8a32", + "_props": { + "filters": [{ + "Filter": ["5c0d668f86f7747ccb7f13b2"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.19, + "Width": 1, + "ammoCaliber": "Caliber9x39" + }, + "_proto": "5447ac644bdc2d6c208b4567", + "_type": "Item" + }, + "5c12620d86f7743f8b198b72": { + "_id": "5c12620d86f7743f8b198b72", + "_name": "item_barter_electr_tetriz", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 120000, + "Description": "item_barter_electr_tetriz", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_electr_tetriz", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_tetriz/item_barter_electr_tetriz.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_electr_tetriz", + "SpawnChance": 0.4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.4, + "Width": 1 + }, + "_proto": "573477e124597737dd42e191", + "_type": "Item" + }, + "5c1262a286f7743f8a69aab2": { + "_id": "5c1262a286f7743f8a69aab2", + "_name": "item_ammo_box_545x39_7N39_30", + "_parent": "543be5cb4bdc2deb348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "ammo_box_545x39_30_BP", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_pack_generic", + "LootExperience": 0, + "MergesWithChildren": false, + "Name": "ammo_box_545x39_30_BP", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/ammo/boxes/item_ammo_box_545x39_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ammo_box_545x39_30_BP", + "SpawnChance": 2, + "StackMaxRandom": 30, + "StackMaxSize": 1, + "StackMinRandom": 30, + "StackObjectsCount": 1, + "StackSlots": [{ + "_id": "5c1262a286f7743f8a69aab4", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5c1262a286f7743f8a69aab2", + "_props": { + "filters": [{ + "Filter": ["5c0d5e4486f77478390952fe"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.5, + "Width": 1, + "ammoCaliber": "Caliber556x45NATO" + }, + "_proto": "5737292724597765e5728562", + "_type": "Item" + }, + "5c1265fc86f7743f896a21c2": { + "_id": "5c1265fc86f7743f896a21c2", + "_name": "item_barter_electr_gphonex", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 32000, + "Description": "item_barter_electr_gphonex", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_electr_gphonex", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_gphonex/item_barter_electr_gphonex.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_electr_gphonex", + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1 + }, + "_proto": "573477e124597737dd42e191", + "_type": "Item" + }, + "5c1267ee86f77416ec610f72": { + "_id": "5c1267ee86f77416ec610f72", + "_name": "item_barter_valuable_prokill", + "_parent": "57864a3d24597754843f8721", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 85000, + "Description": "item_barter_valuable_prokill", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "jewelry", + "LootExperience": 50, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_valuable_prokill", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_valuable_prokill/item_barter_valuable_prokill.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_valuable_prokill", + "SpawnChance": 0.1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "573474f924597738002c6174", + "_type": "Item" + }, + "5c12688486f77426843c7d32": { + "_id": "5c12688486f77426843c7d32", + "_name": "item_barter_other_paracord", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 22500, + "Description": "item_barter_other_paracord", + "DiscardingBlock": false, + "DogTagQualities": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_cloth_generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_other_paracord", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_other_paracord/item_barter_other_paracord.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_other_paracord", + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.35, + "Width": 2 + }, + "_proto": "57347cd0245977445a2d6ff1", + "_type": "Item" + }, + "5c127c4486f7745625356c13": { + "_id": "5c127c4486f7745625356c13", + "_name": "item_container_magbox", + "_parent": "5795f317245977243854e041", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 235000, + "Description": "item_container_magbox", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5c127c4486f7745625356c15", + "_name": "main", + "_parent": "5c127c4486f7745625356c13", + "_props": { + "cellsH": 7, + "cellsV": 7, + "filters": [{ + "ExcludedFilter": [], + "Filter": ["5448bc234bdc2d3c308b4569"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 2, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_metal", + "LootExperience": 30, + "MergesWithChildren": false, + "Name": "item_container_magbox", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/containers/item_container_magbox/item_container_magbox.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_container_magbox", + "Slots": [], + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TagColor": 0, + "TagName": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 6, + "Width": 3 + }, + "_proto": "577e1c9d2459773cd707c525", + "_type": "Item" + }, + "5c13cd2486f774072c757944": { + "_id": "5c13cd2486f774072c757944", + "_name": "item_barter_household_soap", + "_parent": "57864c322459775490116fbf", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3890, + "Description": "item_barter_household_soap", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 5, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_household_soap", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_household_soap/item_barter_household_soap.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_household_soap", + "SpawnChance": 18, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "57347c77245977448d35f6e2", + "_type": "Item" + }, + "5c13cef886f774072e618e82": { + "_id": "5c13cef886f774072e618e82", + "_name": "item_barter_household_toiletpaper", + "_parent": "57864c322459775490116fbf", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8800, + "Description": "item_barter_household_toiletpaper", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 5, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_household_toiletpaper", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_household_toiletpaper/item_barter_household_toiletpaper.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_household_toiletpaper", + "SpawnChance": 18, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "57347c77245977448d35f6e2", + "_type": "Item" + }, + "5c164d2286f774194c5e69fa": { + "_id": "5c164d2286f774194c5e69fa", + "_name": "Keycard", + "_parent": "543be5e94bdc2df1348b4568", + "_props": {}, + "_type": "Node" + }, + "5c165d832e2216398b5a7e36": { + "_id": "5c165d832e2216398b5a7e36", + "_name": "item_equipment_headset_tactical_sport", + "_parent": "5645bcb74bdc2ded0b8b4578", + "_props": { + "AllowSpawnOnLocations": [], + "AmbientVolume": -3, + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "CompressorAttack": 15, + "CompressorGain": 10, + "CompressorRelease": 265, + "CompressorTreshold": -20, + "CompressorVolume": -4, + "ConflictingItems": [], + "CreditsPrice": 34500, + "CutoffFreq": 120, + "Description": "item_equipment_headset_tactical_sport", + "DiscardingBlock": false, + "Distortion": 0.31, + "DryVolume": -60, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "item_equipment_headset_tactical_sport", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/headset_tactical_sport/item_equipment_headset_tactical_sport.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resonance": 0, + "SendToClient": false, + "ShortName": "item_equipment_headset_tactical_sport", + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.6, + "Width": 2 + }, + "_proto": "5645bcc04bdc2d363b8b4572", + "_type": "Item" + }, + "5c17664f2e2216398b5a7e3c": { + "_id": "5c17664f2e2216398b5a7e3c", + "_name": "handguard_ak_vltor_cmrd", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5ac66d015acfc400180ae6e4", "5ac66d725acfc43b321d4b60", "5ac66d9b5acfc4001633997a"], + "CreditsPrice": 28100, + "Description": "handguard_ak_vltor_cmrd", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 0.7, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_vltor_cmrd", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_vltor_cmrd.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_vltor_cmrd", + "SightingRange": 0, + "Slots": [{ + "_id": "5c17664f2e2216398b5a7e40", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5c17664f2e2216398b5a7e3c", + "_props": { + "filters": [{ + "Filter": ["5fc0f9b5d724d907e2077d82", "5fc0f9cbd6fa9c00c571bb90", "5a9d6d13a2750c00164f6b03", "59e0bed186f774156f04ce84"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c17664f2e2216398b5a7e41", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5c17664f2e2216398b5a7e3c", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c17664f2e2216398b5a7e42", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5c17664f2e2216398b5a7e3c", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c17664f2e2216398b5a7e43", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_003", + "_parent": "5c17664f2e2216398b5a7e3c", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.397, + "Width": 2 + }, + "_proto": "5648ae314bdc2d3d1c8b457f", + "_type": "Item" + }, + "5c1780312e221602b66cc189": { + "_id": "5c1780312e221602b66cc189", + "_name": "sight_rear_all_kac_folding_sight", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3325, + "CustomAimPlane": "", + "Description": "sight_rear_all_kac_folding_micro_sight", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_all_kac_folding_micro_sight", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_all_kac_folding_sight.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_all_kac_folding_micro_sight", + "SightModesCount": 1, + "SightingRange": 300, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5c17804b2e2216152006c02f": { + "_id": "5c17804b2e2216152006c02f", + "_name": "sight_front_all_kac_folding_sight", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2233, + "CustomAimPlane": "", + "Description": "sight_front_all_kac_folding_micro_sight", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_all_kac_folding_micro_sight", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_all_kac_folding_sight.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_all_kac_folding_micro_sight", + "SightModesCount": 1, + "SightingRange": 300, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5c178a942e22164bef5ceca3": { + "_id": "5c178a942e22164bef5ceca3", + "_name": "item_equipment_helmet_crye_airframe_chops", + "_parent": "57bef4c42459772e8d35a53b", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Aluminium", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.15, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5c165d832e2216398b5a7e36"], + "CreditsPrice": 38500, + "DeafStrength": "Low", + "Description": "item_equipment_helmet_crye_airframe_chops", + "DiscardingBlock": false, + "Durability": 30, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 30, + "MergesWithChildren": true, + "Name": "item_equipment_helmet_crye_airframe_chops", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_crye_airframe_chops/item_equipment_helmet_crye_airframe_chops.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 125, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.4, + "z": 70 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_crye_airframe_chops", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.45, + "Width": 2, + "armorClass": "3", + "armorZone": ["Head"], + "headSegments": ["Ears", "Jaws"], + "mousePenalty": -1, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": -2 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5c1793902e221602b21d3de2": { + "_id": "5c1793902e221602b21d3de2", + "_name": "item_equipment_helmet_crye_airframe_ears", + "_parent": "57bef4c42459772e8d35a53b", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Aluminium", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.15, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5645bcc04bdc2d363b8b4572", "5aa2ba71e5b5b000137b758f", "5b432b965acfc47a8774094e", "5c165d832e2216398b5a7e36", "5e4d34ca86f774264f758330"], + "CreditsPrice": 36200, + "DeafStrength": "Low", + "Description": "item_equipment_helmet_crye_airframe_ears", + "DiscardingBlock": false, + "Durability": 27, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 27, + "MergesWithChildren": true, + "Name": "item_equipment_helmet_crye_airframe_ears", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_crye_airframe_chops/item_equipment_helmet_crye_airframe_ears.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 125, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.4, + "z": 70 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_crye_airframe_ears", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.2, + "Width": 2, + "armorClass": "3", + "armorZone": ["Head"], + "headSegments": ["Ears"], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5c17a7ed2e2216152142459c": { + "_id": "5c17a7ed2e2216152142459c", + "_name": "item_equipment_helmet_crye_airframe_tan", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.132, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 121150, + "DeafStrength": "None", + "Description": "item_equipment_helmet_crye_airframe_tan", + "DiscardingBlock": false, + "Durability": 40, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 40, + "MergesWithChildren": true, + "Name": "item_equipment_helmet_crye_airframe_tan", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_crye_airframe/item_equipment_helmet_crye_airframe_tan.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 958, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.5, + "z": 75 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_crye_airframe_tan", + "Slots": [{ + "_id": "5c17a7ed2e2216152142459e", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment_000", + "_parent": "5c17a7ed2e2216152142459c", + "_props": { + "filters": [{ + "Filter": ["5a16b672fcdbcb001912fa83", "5a16b7e1fcdbcb00165aa6c9"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c17a7ed2e2216152142459f", + "_mergeSlotWithChildren": false, + "_name": "mod_nvg", + "_parent": "5c17a7ed2e2216152142459c", + "_props": { + "filters": [{ + "Filter": ["5c0558060db834001b735271", "5a16b8a9fcdbcb00165aa6ca"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c17a7ed2e221615214245a0", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5c17a7ed2e2216152142459c", + "_props": { + "filters": [{ + "Filter": ["5a398b75c4a282000a51a266", "5a398ab9c4a282000c5a9842"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c1b7c082e221602b54292af", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment_001", + "_parent": "5c17a7ed2e2216152142459c", + "_props": { + "filters": [{ + "Filter": ["5c178a942e22164bef5ceca3", "5c1793902e221602b21d3de2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.88, + "Width": 2, + "armorClass": "4", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape"], + "mousePenalty": -3, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": -3 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5c18b90d2e2216152142466b": { + "_id": "5c18b90d2e2216152142466b", + "_name": "sight_front_all_magpul_mbus_gen2_fde", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2400, + "CustomAimPlane": "", + "Description": "sight_front_all_sig_mpx_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_all_sig_mpx_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_all_magpul_mbus_gen2_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_all_sig_mpx_std", + "SightModesCount": 1, + "SightingRange": 300, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.034, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5c18b9192e2216398b5a8104": { + "_id": "5c18b9192e2216398b5a8104", + "_name": "sight_rear_all_magpul_mbus_gen2_fde", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3600, + "CustomAimPlane": "", + "Description": "sight_rear_all_sig_mpx_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_all_sig_mpx_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_all_magpul_mbus_gen2_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_all_sig_mpx_std", + "SightModesCount": 1, + "SightingRange": 300, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.036, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5c1a1cc52e221602b3136e3d": { + "_id": "5c1a1cc52e221602b3136e3d", + "_name": "item_equipment_glasses_m_frame", + "_parent": "5448e5724bdc2ddf718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0.15, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4700, + "DeafStrength": "None", + "Description": "item_equipment_glasses_m_frame", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "item_equipment_glasses_m_frame", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/glasses_m_frame/item_equipment_glasses_m_frame.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "item_equipment_glasses_m_frame", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.032, + "Width": 2, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5c1a1e3f2e221602b66cc4c2": { + "_id": "5c1a1e3f2e221602b66cc4c2", + "_name": "item_beard", + "_parent": "5a341c4686f77469e155819e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "violet", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7500, + "DeafStrength": "None", + "Description": "item_beard", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "item_beard", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/item_beard/item_beard.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "item_beard", + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7d8524597762b472f9d1", + "_type": "Item" + }, + "5c1bc4812e22164bef5cfde7": { + "_id": "5c1bc4812e22164bef5cfde7", + "_name": "foregrip_all_zenit_rk_0", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6300, + "Description": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_all_zenit_rk_0.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.138, + "Width": 1 + }, + "_proto": "558032614bdc2de7118b4585", + "_type": "Item" + }, + "5c1bc5612e221602b5429350": { + "_id": "5c1bc5612e221602b5429350", + "_name": "foregrip_all_zenit_rk_1", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9380, + "Description": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_all_zenit_rk_1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 15, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.17, + "Width": 1 + }, + "_proto": "558032614bdc2de7118b4585", + "_type": "Item" + }, + "5c1bc5af2e221602b412949b": { + "_id": "5c1bc5af2e221602b412949b", + "_name": "foregrip_all_zenit_rk_2", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 12670, + "Description": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_all_zenit_rk_2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 15, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.2, + "Width": 1 + }, + "_proto": "558032614bdc2de7118b4585", + "_type": "Item" + }, + "5c1bc5fb2e221602b1779b32": { + "_id": "5c1bc5fb2e221602b1779b32", + "_name": "foregrip_all_zenit_rk_4", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5890, + "Description": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_all_zenit_rk_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.127, + "Width": 1 + }, + "_proto": "558032614bdc2de7118b4585", + "_type": "Item" + }, + "5c1bc7432e221602b412949d": { + "_id": "5c1bc7432e221602b412949d", + "_name": "foregrip_all_zenit_rk_5", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6010, + "Description": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_all_zenit_rk_5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.127, + "Width": 1 + }, + "_proto": "558032614bdc2de7118b4585", + "_type": "Item" + }, + "5c1bc7752e221602b1779b34": { + "_id": "5c1bc7752e221602b1779b34", + "_name": "foregrip_all_zenit_rk_6", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5540, + "Description": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_all_zenit_rk_6.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 15, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "558032614bdc2de7118b4585", + "_type": "Item" + }, + "5c1cd46f2e22164bef5cfedb": { + "_id": "5c1cd46f2e22164bef5cfedb", + "_name": "foregrip_all_zenit_b25u_rk_1", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 18890, + "Description": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_all_zenit_b25u_rk_1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_all_tango_down_stubby_bgv_mk46k_blk", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.18, + "Width": 1 + }, + "_proto": "558032614bdc2de7118b4585", + "_type": "Item" + }, + "5c1cdd302e221602b3137250": { + "_id": "5c1cdd302e221602b3137250", + "_name": "mount_all_primary_arms_compact_scope_mount", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "mount_all_trijicon_ta51", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_all_trijicon_ta51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_all_primary_arms_compact_scope_mount.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_all_trijicon_ta51", + "SightingRange": 0, + "Slots": [{ + "_id": "5c1cdd302e221602b3137252", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5c1cdd302e221602b3137250", + "_props": { + "filters": [{ + "Filter": ["5c1cdd512e22161b267d91ae", "5c05293e0db83400232fff80", "5c052a900db834001a66acbd", "59db7e1086f77448be30ddf3"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.11, + "Width": 1 + }, + "_proto": "577d128124597739d65d0e56", + "_type": "Item" + }, + "5c1cdd512e22161b267d91ae": { + "_id": "5c1cdd512e22161b267d91ae", + "_name": "scope_base_primary_arms_compact_prism_scope_2,5x", + "_parent": "55818add4bdc2d5b648b456f", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.3]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 17500, + "CustomAimPlane": "", + "Description": "scope_base_primary_arms_compact_prism_scope_2,5x", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_base_primary_arms_compact_prism_scope_2,5x", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_base_primary_arms_compact_prism_scope_2,5x.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_base_primary_arms_compact_prism_scope_2,5x", + "SightModesCount": 1, + "SightingRange": 800, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.322, + "Width": 2, + "Zooms": [[2.5]], + "aimingSensitivity": 0.4, + "sightModType": "optic" + }, + "_proto": "544a3f024bdc2d1d388b4568", + "_type": "Item" + }, + "5c1d0c5f86f7744bb2683cf0": { + "_id": "5c1d0c5f86f7744bb2683cf0", + "_name": "item_keycard_lab_blue", + "_parent": "5c164d2286f774194c5e69fa", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 300000, + "Description": "item_keycard_lab_blue", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_plastic_generic", + "LootExperience": 60, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "item_keycard_lab_blue", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/item_keycard_lab/item_keycard_lab_blue.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_keycard_lab_blue", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5448ba0b4bdc2d02308b456c", + "_type": "Item" + }, + "5c1d0d6d86f7744bb2683e1f": { + "_id": "5c1d0d6d86f7744bb2683e1f", + "_name": "item_keycard_lab_green", + "_parent": "5c164d2286f774194c5e69fa", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 45000, + "Description": "item_keycard_lab_green", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_plastic_generic", + "LootExperience": 60, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "item_keycard_lab_green", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/item_keycard_lab/item_keycard_lab_yellow.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_keycard_lab_green", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5448ba0b4bdc2d02308b456c", + "_type": "Item" + }, + "5c1d0dc586f7744baf2e7b79": { + "_id": "5c1d0dc586f7744baf2e7b79", + "_name": "item_keycard_lab_orange", + "_parent": "5c164d2286f774194c5e69fa", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 80000, + "Description": "item_keycard_lab_orange", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_plastic_generic", + "LootExperience": 60, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "item_keycard_lab_orange", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/item_keycard_lab/item_keycard_lab_green.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_keycard_lab_orange", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5448ba0b4bdc2d02308b456c", + "_type": "Item" + }, + "5c1d0efb86f7744baf2e7b7b": { + "_id": "5c1d0efb86f7744baf2e7b7b", + "_name": "item_keycard_lab_white", + "_parent": "5c164d2286f774194c5e69fa", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 800000, + "Description": "item_keycard_lab_white", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_plastic_generic", + "LootExperience": 60, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "item_keycard_lab_white", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/item_keycard_lab/item_keycard_lab_red.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_keycard_lab_white", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5448ba0b4bdc2d02308b456c", + "_type": "Item" + }, + "5c1d0f4986f7744bb01837fa": { + "_id": "5c1d0f4986f7744bb01837fa", + "_name": "item_keycard_lab_yellow", + "_parent": "5c164d2286f774194c5e69fa", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 75000, + "Description": "item_keycard_lab_yellow", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_plastic_generic", + "LootExperience": 60, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "item_keycard_lab_yellow", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/item_keycard_lab/item_keycard_lab_black.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_keycard_lab_yellow", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5448ba0b4bdc2d02308b456c", + "_type": "Item" + }, + "5c1e2a1e86f77431ea0ea84c": { + "_id": "5c1e2a1e86f77431ea0ea84c", + "_name": "item_lab_glass_office", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 50000, + "Description": "item_lab_glass_office", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 60, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "item_lab_glass_office", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_9.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_lab_glass_office", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5448ba0b4bdc2d02308b456c", + "_type": "Item" + }, + "5c1e2d1f86f77431e9280bee": { + "_id": "5c1e2d1f86f77431e9280bee", + "_name": "item_lab_test_weapon", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 60000, + "Description": "item_lab_test_weapon", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 60, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "item_lab_test_weapon", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_9.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_lab_test_weapon", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5448ba0b4bdc2d02308b456c", + "_type": "Item" + }, + "5c1e495a86f7743109743dfb": { + "_id": "5c1e495a86f7743109743dfb", + "_name": "item_lab_sec_room", + "_parent": "5c164d2286f774194c5e69fa", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 300000, + "Description": "item_lab_sec_room", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_plastic_generic", + "LootExperience": 60, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "item_lab_sec_room", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/item_keycard_lab/item_keycard_lab_violet.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_lab_sec_room", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5448ba0b4bdc2d02308b456c", + "_type": "Item" + }, + "5c1f79a086f7746ed066fb8f": { + "_id": "5c1f79a086f7746ed066fb8f", + "_name": "item_lab_weap_store_room", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 40000, + "Description": "item_lab_weap_store_room", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 60, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "item_lab_weap_store_room", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_9.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_lab_weap_store_room", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5448ba0b4bdc2d02308b456c", + "_type": "Item" + }, + "5c3df7d588a4501f290594e5": { + "_id": "5c3df7d588a4501f290594e5", + "_name": "patron_9x19_GT", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 33, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x19PARA", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 72, + "Damage": 58, + "Description": "patron_9x19_PST_gzh", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.15, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.15, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 365, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.28, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.03, + "Name": "patron_9x19_PST_gzh", + "NotShownInSlot": false, + "PenetrationChance": 0.2, + "PenetrationPower": 14, + "PenetrationPowerDiviation": 0.8, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x19.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.05, + "SendToClient": true, + "ShortName": "patron_9x19_PST_gzh", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 7, + "SpeedRetardation": 0.0001, + "StackMaxRandom": 40, + "StackMaxSize": 50, + "StackMinRandom": 15, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.55, + "Tracer": true, + "TracerColor": "tracerGreen", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.006, + "Width": 1, + "ammoAccr": -5, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -6, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "9x18 мм ПМ ПС гс ППО", + "casingSounds": "pistol_small" + }, + "_proto": "54527c774bdc2d3f668b4568", + "_type": "Item" + }, + "5c46fbd72e2216398b5a8c9c": { + "_id": "5c46fbd72e2216398b5a8c9c", + "_name": "weapon_izhmash_svd_s_762x54", + "_parent": "5447b6194bdc2d67278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.2, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.22, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0, + "Chambers": [{ + "_id": "5c46fbd72e2216398b5a8ca5", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5c46fbd72e2216398b5a8c9c", + "_props": { + "filters": [{ + "Filter": ["5e023d34e8a400319a28ed44", "5e023d48186a883be655e551", "5e023cf8186a883be655e54f", "59e77a2386f7742ee578960a", "5887431f2459777e1612938f", "560d61e84bdc2da74d8b4571"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.5, + "CoolFactor": 1, + "CreditsPrice": 43605, + "Description": "weapon_izhmash_svd_s_762x54", + "DeviationCurve": 2, + "DeviationMax": 30, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 26, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "mod_stock", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_dmr", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_izhmash_svd_s_762x54", + "NotShownInSlot": false, + "OperatingResource": 2700, + "Prefab": { + "path": "assets/content/weapons/svd/weapon_izhmash_svd_s_762x54_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.3, + "z": 0 + }, + "RecoilForceBack": 750, + "RecoilForceUp": 340, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 218, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": 0, + "z": 0 + }, + "SendToClient": false, + "ShortName": "weapon_izhmash_svd_s_762x54", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5c46fbd72e2216398b5a8c9e", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5c46fbd72e2216398b5a8c9c", + "_props": { + "filters": [{ + "Filter": ["5f6341043ada5942720e2dc5", "5beec8ea0db834001a6f9dbf", "5649ad3f4bdc2df8348b4585", "5649ade84bdc2d1b2b8b4587", "59e62cc886f77440d40b52a1", "5a0071d486f77404e23a12b2", "57e3dba62459770f0c32322b", "5cf54404d7f00c108840b2ef", "5e2192a498a36665e8337386", "5b30ac585acfc433000eb79c", "59e6318286f77444dd62c4cc", "5cf50850d7f00c056e24104c", "5cf508bfd7f00c056e24104e", "5947f92f86f77427344a76b1", "5947fa2486f77425b47c1a9b", "5c6bf4aa2e2216001219b0ae", "5649ae4a4bdc2d1b2b8b4588", "5998517986f7746017232f7e", "5c471be12e221602b66cd9ac"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5c46fbd72e2216398b5a8c9f", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5c46fbd72e2216398b5a8c9c", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5c471c442e221602b542a6f8", "5c88f24b2e22160bc12c69a6"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5c46fbd72e2216398b5a8ca0", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5c46fbd72e2216398b5a8c9c", + "_props": { + "filters": [{ + "Filter": ["5c471b5d2e221602b21d4e14"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c46fbd72e2216398b5a8ca2", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5c46fbd72e2216398b5a8c9c", + "_props": { + "filters": [{ + "Filter": ["5c471cb32e221602b177afaa"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5c471d672e22164bef5d0784", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5c46fbd72e2216398b5a8c9c", + "_props": { + "filters": [{ + "Filter": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "5e569a2e56edd02abe09f280", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c471d722e221602b66cd9b0", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5c46fbd72e2216398b5a8c9c", + "_props": { + "filters": [{ + "Filter": ["5c471c2d2e22164bef5d077f", "5dfcd0e547101c39625f66f9"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5c4722852e221602b3137e73", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5c46fbd72e2216398b5a8c9c", + "_props": { + "filters": [{ + "Filter": ["5dfce88fe9dc277128008b2e", "5c471bd12e221602b4129c3a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5c79128e2e221644f31bfb31", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5c46fbd72e2216398b5a8c9c", + "_props": { + "filters": [{ + "Filter": ["5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5dff8db859400025ea5150d4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.72, + "Width": 2, + "ammoCaliber": "Caliber762x54R", + "bEffDist": 900, + "bFirerate": 700, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "59e77a2386f7742ee578960a", + "defMagType": "5c471c442e221602b542a6f8", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "marksmanRifle", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5c471b5d2e221602b21d4e14": { + "_id": "5c471b5d2e221602b21d4e14", + "_name": "stock_svd_s_izhmash_svd_s_std", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1626, + "Description": "stock_ak74m_izhmash_ak74m_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak74m_izhmash_ak74m_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_svd_s_izhmash_svd_s_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": -31, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak74m_izhmash_ak74m_std", + "SightingRange": 0, + "SizeReduceRight": 1, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.35, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5c471b7e2e2216152006e46c": { + "_id": "5c471b7e2e2216152006e46c", + "_name": "sight_rear_svd_izhmash_svd_s_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 878, + "CustomAimPlane": "", + "Description": "Съемный целик Colt A2 Rearsight. Штатно устанавливается на M4A1.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "Целик Colt A2 Rearsight для AR-15 и совместимых", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_svd_izhmash_svd_s_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "CA2R", + "SightModesCount": 1, + "SightingRange": 600, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.15, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5c471ba12e221602b3137d76": { + "_id": "5c471ba12e221602b3137d76", + "_name": "sight_front_svd_izhmash_svd_s_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 524, + "CustomAimPlane": "", + "Description": "sight_front_ak_izhmash_akmp", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_ak_izhmash_akmp", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_svd_izhmash_svd_s_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_ak_izhmash_akmp", + "SightModesCount": 1, + "SightingRange": 500, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d5f46a4bdc2d1b198b4567", + "_type": "Item" + }, + "5c471bd12e221602b4129c3a": { + "_id": "5c471bd12e221602b4129c3a", + "_name": "reciever_svd_izhmash_svd_s_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1109, + "Description": "reciever_ak74_izhmash_ak74m_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_ak74_izhmash_ak74m_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_svd_izhmash_svd_s_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_ak74_izhmash_ak74m_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.088, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5c471be12e221602b66cd9ac": { + "_id": "5c471be12e221602b66cd9ac", + "_name": "pistolgrip_svd_s_izhmash_svd_s_std", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 764, + "Description": "pistolgrip_ak_izhmash_ak74_bakelit", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ak_izhmash_ak74_bakelit", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_svd_s_izhmash_svd_s_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ak_izhmash_ak74_bakelit", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "5c471bfc2e221602b21d4e17": { + "_id": "5c471bfc2e221602b21d4e17", + "_name": "muzzle_svd_izhmash_svd_s_std_762x54", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 602, + "Description": "muzzle_ak74_izhmash_ak74m_std_545x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ak74_izhmash_ak74m_std_545x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_svd_izhmash_svd_s_std_762x54.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -7, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ak74_izhmash_ak74m_std_545x39", + "SightingRange": 0, + "Slots": [{ + "_id": "5c471e2b2e221602b21d4f13", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5c471bfc2e221602b21d4e17", + "_props": { + "filters": [{ + "Filter": ["5c471ba12e221602b3137d76"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5e020339d4353e3302576b6a", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5c471bfc2e221602b21d4e17", + "_props": { + "filters": [{ + "Filter": ["5e01e9e273d8eb11426f5bc3"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 60, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.08, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5c471c2d2e22164bef5d077f": { + "_id": "5c471c2d2e22164bef5d077f", + "_name": "mount_svd_izhmash_svd_s_lower_band_std", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5588, + "Description": "mount_all_burris_ar_p_e_p_r_30mm", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_all_burris_ar_p_e_p_r_30mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_svd_izhmash_svd_s_lower_band_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_all_burris_ar_p_e_p_r_30mm", + "SightingRange": 0, + "Slots": [{ + "_id": "5c471e662e22161b267d9bd0", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "5c471c2d2e22164bef5d077f", + "_props": { + "filters": [{ + "Filter": ["5e5699df2161e06ac158df6f", "5e56991336989c75ab4f03f6", "5c471c6c2e221602b66cd9ae"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5c47256b2e221602b3137e84", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5c471c2d2e22164bef5d077f", + "_props": { + "filters": [{ + "Filter": ["5649d9a14bdc2d79388b4580", "5c471b7e2e2216152006e46c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.246, + "Width": 1 + }, + "_proto": "577d128124597739d65d0e56", + "_type": "Item" + }, + "5c471c442e221602b542a6f8": { + "_id": "5c471c442e221602b542a6f8", + "_name": "mag_svd_izhmash_svd_std_762x54_10", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5c471c442e221602b542a6fa", + "_max_count": 10, + "_name": "cartridges", + "_parent": "5c471c442e221602b542a6f8", + "_props": { + "filters": [{ + "Filter": ["5e023d34e8a400319a28ed44", "5e023d48186a883be655e551", "5e023cf8186a883be655e54f", "59e77a2386f7742ee578960a", "5887431f2459777e1612938f", "560d61e84bdc2da74d8b4571"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": -15, + "ConflictingItems": [], + "CreditsPrice": 3750, + "Description": "10-ти зарядный полимерный магазин Ижмаш Сайга 545, для одноименного гражданского карабина на базе АК, под патрон 5.45x39.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": -15, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин Сайга 545 5.45x39 для АК-74 и совместимых на 10 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_svd_izhmash_svd_std_762x54_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.45x39 Сайга 545", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.112, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "5c471c6c2e221602b66cd9ae": { + "_id": "5c471c6c2e221602b66cd9ae", + "_name": "handguard_svd_izhmash_svd_s_std", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1580, + "Description": "Полимерное цевье для автомата АК-74 производства Ижмаш, пришедшее на смену классическому деревянному.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Цевье пполимерное для AK-74", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_svd_izhmash_svd_s_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "AK-74 пл.ц.", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.25, + "Width": 1 + }, + "_proto": "5648b0744bdc2d363b8b4578", + "_type": "Item" + }, + "5c471c842e221615214259b5": { + "_id": "5c471c842e221615214259b5", + "_name": "gas_block_svd_izhmash_svd_s_std", + "_parent": "56ea9461d2720b67698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2520, + "Description": "gas_block_ak_izhmash_ak74_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 50, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "gas_block_ak_izhmash_ak74_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/gasblock/gas_block_svd_izhmash_svd_s_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "gas_block_ak_izhmash_ak74_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 23, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.12, + "Width": 1 + }, + "_proto": "56ea8d2fd2720b7c698b4570", + "_type": "Item" + }, + "5c471cb32e221602b177afaa": { + "_id": "5c471cb32e221602b177afaa", + "_name": "barrel_svd_izhmash_565mm_762x54", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.033, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 24400, + "Description": "barrel_ar10_457mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -10, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_ar10_457mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_svd_izhmash_565mm_762x54.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -7, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_ar10_457mm", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5c471cb32e221602b177afac", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5c471cb32e221602b177afaa", + "_props": { + "filters": [{ + "Filter": ["5c471bfc2e221602b21d4e17"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c471cb32e221602b177afad", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5c471cb32e221602b177afaa", + "_props": { + "filters": [{ + "Filter": ["5c471c842e221615214259b5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5e56a9e5c42ea42b0f3915fb", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5c471cb32e221602b177afaa", + "_props": { + "filters": [{ + "Filter": ["5e569a132642e66b0b68015c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -6.18, + "Weight": 1.12, + "Width": 4 + }, + "_proto": "55d3632e4bdc2d972f8b4569", + "_type": "Item" + }, + "5c488a752e221602b412af63": { + "_id": "5c488a752e221602b412af63", + "_name": "weapon_dt_mdr_556x45", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.16, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.145, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.14, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.01, + "Chambers": [{ + "_id": "5c488a752e221602b412af6a", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5c488a752e221602b412af63", + "_props": { + "filters": [{ + "Filter": ["59e6920f86f77411d82aa167", "59e6927d86f77411da468256", "54527a984bdc2d4e668b4567", "54527ac44bdc2d36668b4567", "59e68f6f86f7746c9f75e846", "59e6906286f7746c9f75e847", "59e690b686f7746c9f75e848", "59e6918f86f7746c9f75e849", "60194943740c5d77f6705eea", "601949593ae8f707c4608daa", "5c0d5ae286f7741e46554302"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 2, + "CoolFactor": 1, + "CreditsPrice": 33230, + "Description": "Colt M4A1- штурмовая винтовка (карабин) созданная в США на базе платформы AR-15 под патрон 5.56x45 NATO. Планировалась к вооружению экипажей боевых машин и расчетов техники, которым было необходимо иметь оружие меньших габаритов чем штатное вооружение но использующее стандартный боеприпас. Однако вскоре US SOCOM (Командование Сил Специальных Операций США) приняло на вооружение M4A1 для всех входящих в его состав подразделений. Затем последовало полное принятие M4A1 на вооружение в армии и морской пехоте США.", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 72, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.03, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "Штурмовая винтовка Colt M4A1 5.56x45", + "NotShownInSlot": false, + "OperatingResource": 4600, + "Prefab": { + "path": "assets/content/weapons/mdr/weapon_dt_mdr_556x45_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.12, + "z": -0.01 + }, + "RecoilForceBack": 242, + "RecoilForceUp": 87, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 199, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.12, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.12, + "z": -0.03 + }, + "SendToClient": false, + "ShortName": "M4A1 5.56x45", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5c488a752e221602b412af65", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5c488a752e221602b412af63", + "_props": { + "filters": [{ + "Filter": ["5c48a2c22e221602b313fb6c", "5dcbd6dddbd3d91b3e5468de"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5c488a752e221602b412af66", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5c488a752e221602b412af63", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["55d4887d4bdc2d962f8b4570", "5c05413a0db834001c390617", "5c6d450c2e221600114c997d", "5c6d42cb2e2216000e69d7d1", "59c1383d86f774290a37e0ca", "5aaa5e60e5b5b000140293d6", "5448c1d04bdc2dff2f8b4569", "5aaa5dfee5b5b000140293d3", "5d1340b3d7ad1a0b52682ed7", "544a378f4bdc2d30388b4567", "5d1340bdd7ad1a0e8d245aab", "55802d5f4bdc2dac148b458e", "5d1340cad7ad1a0b0b249869", "5c6592372e221600133e47d7", "544a37c44bdc2d25388b4567", "5c6d46132e221601da357d56"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5c488acd2e221602b177c2ab", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "5c488a752e221602b412af63", + "_props": { + "filters": [{ + "Filter": ["5c48a14f2e2216152006edd7", "5dcbd6b46ec07c0c4347a564"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5c488ad82e221602b412af6b", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5c488a752e221602b412af63", + "_props": { + "filters": [{ + "Filter": ["5c48a2852e221602b21d5923"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5c488ae82e221602b313fa6e", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5c488a752e221602b412af63", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c488af32e2216398b5a9608", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5c488a752e221602b412af63", + "_props": { + "filters": [{ + "Filter": ["5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5fb6564947ce63734e3fa1da", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5fc0fa957283c4046c58147e", "5894a81786f77427140b8347", "55d5f46a4bdc2d1b198b4567", "5ae30bad5acfc400185c2dc4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 2.8, + "Width": 2, + "ammoCaliber": "Caliber556x45NATO", + "bEffDist": 500, + "bFirerate": 650, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "54527a984bdc2d4e668b4567", + "defMagType": "55d4887d4bdc2d962f8b4570", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5c48a14f2e2216152006edd7": { + "_id": "5c48a14f2e2216152006edd7", + "_name": "handguard_mdr_dt_mdr_std", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8665, + "Description": "handguard_sa58_ds_arms_picatinny_quad_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_sa58_ds_arms_picatinny_quad_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_mdr_dt_mdr_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_sa58_ds_arms_picatinny_quad_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "5c48a14f2e2216152006edd9", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5c48a14f2e2216152006edd7", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c48a14f2e2216152006edda", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5c48a14f2e2216152006edd7", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c48a14f2e2216152006eddb", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5c48a14f2e2216152006edd7", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c48a14f2e2216152006eddd", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5c48a14f2e2216152006edd7", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c48a2252e22161b267da217", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5c48a14f2e2216152006edd7", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c", "55d4af3a4bdc2d972f8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.269, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5c48a2852e221602b21d5923": { + "_id": "5c48a2852e221602b21d5923", + "_name": "barrel_mdr_dt_406mm_556x45", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.042, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 37267, + "Description": "Ствол для оружия на базе AR-15 под патрон 5.56х45 NATO длинной 370мм. Соответствует стандартному стволу для M4A1.\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -6, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 370мм для AR-15 и совместимых 5.56х45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mdr_dt_406mm_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "370мм AR-15 5.56х45", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5c48a2852e221602b21d5925", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5c48a2852e221602b21d5923", + "_props": { + "filters": [{ + "Filter": ["5b3a16655acfc40016387a2a", "5c7e5f112e221600106f4ede", "5c0fafb6d174af02a96260ba", "5cf6937cd7f00c056c53fb39", "544a38634bdc2d58388b4568", "5cff9e5ed7ad1a09407397d4", "5c48a2a42e221602b66d1e07", "5f6372e2865db925d54f3869", "56ea8180d2720bf2698b456a", "5d02676dd7ad1a049e54f6dc", "56ea6fafd2720b844b8b4593", "5943ee5a86f77413872d25ec", "609269c3b0e443224b421cc1", "5c7fb51d2e2216001219ce11", "5ea172e498dacb342978818e", "5c6d710d2e22165df16b81e7", "5d440625a4b9361eec4ae6c5", "5cc9b815d7f00c000e2579d6", "5a7c147ce899ef00150bd8b8", "5c7954d52e221600106f4cc7", "59bffc1f86f77435b128b872", "5a9fbb84a2750c00137fa685"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -5, + "Weight": 0.509, + "Width": 3 + }, + "_proto": "55d3632e4bdc2d972f8b4569", + "_type": "Item" + }, + "5c48a2a42e221602b66d1e07": { + "_id": "5c48a2a42e221602b66d1e07", + "_name": "muzzle_ar15_dt_mdr_std_556x45", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4230, + "Description": "muzzle_ar15_vendetta_precision_vp_09_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar15_vendetta_precision_vp_09_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar15_dt_mdr_std_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar15_vendetta_precision_vp_09_556x45", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 80, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.2, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "5649aa744bdc2ded0b8b457e", + "_type": "Item" + }, + "5c48a2c22e221602b313fb6c": { + "_id": "5c48a2c22e221602b313fb6c", + "_name": "pistolgrip_mdr_dt_mdr_std", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2320, + "Description": "Полимерная пистолетная рукоятка ECS устанавливается на любое оружие совместимое с пистолетными рукоятками от AR-15. Единственное отличие от штатной рукоятки- цвет.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Пистолетная рукоятка DI ECS FDE для AR-15 совместимых", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_mdr_dt_mdr_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ECS FDE", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "5c4ee3d62e2216152006f302": { + "_id": "5c4ee3d62e2216152006f302", + "_name": "muzzle_sv-98_srw_dtk_jet_mk2_762x54r", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 6, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7800, + "Description": "muzzle_ar10_2a_x3_titanium_compensator_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar10_2a_x3_titanium_compensator_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_sv-98_srw_dtk_jet_mk2_762x54r.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -19, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar10_2a_x3_titanium_compensator_762x51", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.46, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5c4eec9b2e2216398b5aaba2": { + "_id": "5c4eec9b2e2216398b5aaba2", + "_name": "muzzle_sv98_izhmash_thread_muzzle_adapter_762x54", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4817, + "Description": "muzzle_ar10_2a_x3_titanium_compensator_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar10_2a_x3_titanium_compensator_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_sv98_izhmash_thread_muzzle_adapter_762x54.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar10_2a_x3_titanium_compensator_762x51", + "SightingRange": 0, + "Slots": [{ + "_id": "5c4ef5002e2216398b5aaba5", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5c4eec9b2e2216398b5aaba2", + "_props": { + "filters": [{ + "Filter": ["5c4eecc32e221602b412b440"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.06, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5c4eecc32e221602b412b440": { + "_id": "5c4eecc32e221602b412b440", + "_name": "silencer_sv98_izhmash_silencer_std_762x54", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": -2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 36742, + "Description": "silencer_sv98_izhmash_silencer_std_762x54", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.82, + "EffectiveDistance": 0, + "Ergonomics": -22, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -27, + "MergesWithChildren": true, + "Name": "silencer_sv98_izhmash_silencer_std_762x54", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_sv98_izhmash_silencer_std_762x54.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -12, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_sv98_izhmash_silencer_std_762x54", + "SightingRange": 0, + "Slots": [{ + "_id": "5c4ef52f2e221602b21d6c81", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5c4eecc32e221602b412b440", + "_props": { + "filters": [{ + "Filter": ["5c4eecde2e221602b3140418"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.27, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "5c4eecde2e221602b3140418": { + "_id": "5c4eecde2e221602b3140418", + "_name": "tactical_sv98_izhmash_silencer_heat_shield_std", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 400, + "Description": "tactical_pso_belomo_eyecup", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "tactical_pso_belomo_eyecup", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_sv98_izhmash_silencer_heat_shield_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0, + "ShortName": "tactical_pso_belomo_eyecup", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.005, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5c501a4d2e221602b412b540": { + "_id": "5c501a4d2e221602b412b540", + "_name": "weapon_molot_vepr_hunter_vpo-101_762x51", + "_parent": "5447b5fc4bdc2d87278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.19, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.21, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.065, + "Chambers": [{ + "_id": "5c501a4d2e221602b412b542", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5c501a4d2e221602b412b540", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.5, + "CoolFactor": 1, + "CreditsPrice": 38978, + "Description": "weapon_molot_vepr_km_vpo_136_762x39", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 29, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_molot_vepr_km_vpo_136_762x39", + "NotShownInSlot": false, + "OperatingResource": 3100, + "Prefab": { + "path": "assets/content/weapons/vpo-101/weapon_molot_vepr_hunter_vpo-101_762x51_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 85, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": 0 + }, + "RecoilForceBack": 650, + "RecoilForceUp": 400, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 195, + "RepairSpeed": 5, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.27, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "weapon_molot_vepr_km_vpo_136_762x39", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5c501a4d2e221602b412b543", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5c501a4d2e221602b412b540", + "_props": { + "filters": [{ + "Filter": ["5c5039be2e221602b177c9ff"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5c501a4d2e221602b412b547", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5c501a4d2e221602b412b540", + "_props": { + "filters": [{ + "Filter": ["5c503d0a2e221602b542b7ef"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c501a4d2e221602b412b548", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5c501a4d2e221602b412b540", + "_props": { + "filters": [{ + "Filter": ["5649d9a14bdc2d79388b4580", "5c503b1c2e221602b21d6e9d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c501a4d2e221602b412b549", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5c501a4d2e221602b412b540", + "_props": { + "filters": [{ + "Filter": ["5c503af12e221602b177ca02", "5f63405df5750b524b45f114"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5c501a4d2e221602b412b54a", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5c501a4d2e221602b412b540", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5c503ad32e2216398b5aada2", "5c503ac82e221602b21d6e9a"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5c63ef3f2e22160011418d76", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5c501a4d2e221602b412b540", + "_props": { + "filters": [{ + "Filter": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "609a4b4fe2ff132951242d04", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5dff8db859400025ea5150d4", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5f635594a9a17b0c41556e82", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5c501a4d2e221602b412b540", + "_props": { + "filters": [{ + "Filter": ["5f63407e1b231926f2329f15"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.8, + "Weight": 2.092, + "Width": 4, + "ammoCaliber": "Caliber762x51", + "bEffDist": 400, + "bFirerate": 600, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5a6086ea4f39f99cd479502f", + "defMagType": "5c503ac82e221602b21d6e9a", + "durabSpawnMax": 65, + "durabSpawnMin": 15, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5c5039be2e221602b177c9ff": { + "_id": "5c5039be2e221602b177c9ff", + "_name": "gas_block_vepr_molot_vpo-101_std", + "_parent": "56ea9461d2720b67698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1750, + "Description": "gas_block_ak_izhmash_ak74_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 50, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "gas_block_ak_izhmash_ak74_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/gasblock/gas_block_vepr_molot_vpo-101_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "gas_block_ak_izhmash_ak74_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 23, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.12, + "Width": 1 + }, + "_proto": "56ea8d2fd2720b7c698b4570", + "_type": "Item" + }, + "5c503ac82e221602b21d6e9a": { + "_id": "5c503ac82e221602b21d6e9a", + "_name": "mag_vepr_molot_308_win_std_762x51_5", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5c503ac82e221602b21d6e9c", + "_max_count": 5, + "_name": "cartridges", + "_parent": "5c503ac82e221602b21d6e9a", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": -30, + "ConflictingItems": [], + "CreditsPrice": 1100, + "Description": "mag_ak_custom_sawed_off_762x39_10", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": -10, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ak_custom_sawed_off_762x39_10", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_vepr_molot_308_win_std_762x51_5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ak_custom_sawed_off_762x39_10", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.2, + "Width": 1, + "magAnimationIndex": 1 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "5c503ad32e2216398b5aada2": { + "_id": "5c503ad32e2216398b5aada2", + "_name": "mag_vepr_molot_308_win_std_762x51_10", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5c503ad32e2216398b5aada4", + "_max_count": 10, + "_name": "cartridges", + "_parent": "5c503ad32e2216398b5aada2", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": -15, + "ConflictingItems": [], + "CreditsPrice": 3850, + "Description": "mag_ak_custom_sawed_off_762x39_10", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ak_custom_sawed_off_762x39_10", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_vepr_molot_308_win_std_762x51_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ak_custom_sawed_off_762x39_10", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.2, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "5c503af12e221602b177ca02": { + "_id": "5c503af12e221602b177ca02", + "_name": "stock_vepr_molot_vpo-101_std_wood", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2853, + "Description": "stock_toz-106_toz_short_std_wood", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 18, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": true, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_toz-106_toz_short_std_wood", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_vepr_molot_vpo-101_std_wood.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": -39, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_toz-106_toz_short_std_wood", + "SightingRange": 0, + "SizeReduceRight": 2, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.25, + "Width": 4 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5c503b1c2e221602b21d6e9d": { + "_id": "5c503b1c2e221602b21d6e9d", + "_name": "sight_rear_vepr_molot_vpo-101_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 300, + "CustomAimPlane": "", + "Description": "sight_rear_sks_toz_sks_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_sks_toz_sks_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_vepr_molot_vpo-101_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_sks_toz_sks_std", + "SightModesCount": 1, + "SightingRange": 500, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.025, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "5649b0544bdc2d1b2b8b458a", + "_type": "Item" + }, + "5c503d0a2e221602b542b7ef": { + "_id": "5c503d0a2e221602b542b7ef", + "_name": "reciever_vepr_molot_vpo-101_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1020, + "Description": "", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_vepr_molot_vpo-101_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.12, + "Width": 2 + }, + "_proto": "5649af094bdc2df8348b4586", + "_type": "Item" + }, + "5c5952732e2216398b5abda2": { + "_id": "5c5952732e2216398b5abda2", + "_name": "tactical_all_zenit_perst_3", + "_parent": "55818b164bdc2ddc698b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 17050, + "Description": "tactical_all_zenit_perst_3", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": 4, + "Name": "tactical_all_zenit_perst_3", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_all_zenit_perst_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "tactical_all_zenit_perst_3", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.3, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5c59529a2e221602b177d160": { + "_id": "5c59529a2e221602b177d160", + "_name": "handguard_mpx_lancer_oem_14_inch", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 14200, + "Description": "handguard_mpx_lancer_oem_14_inch", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 12, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_mpx_lancer_oem_14_inch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_mpx_lancer_oem_14_inch.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_mpx_lancer_oem_14_inch", + "SightingRange": 0, + "Slots": [{ + "_id": "5c59529a2e221602b177d162", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5c59529a2e221602b177d160", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c59529a2e221602b177d163", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5c59529a2e221602b177d160", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c59529a2e221602b177d164", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5c59529a2e221602b177d160", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c59529a2e221602b177d165", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_003", + "_parent": "5c59529a2e221602b177d160", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c5954702e2216398b5abdb8", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_004", + "_parent": "5c59529a2e221602b177d160", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c59548d2e221602b21d773c", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5c59529a2e221602b177d160", + "_props": { + "filters": [{ + "Filter": ["5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.144, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5c5970672e221602b21d7855": { + "_id": "5c5970672e221602b21d7855", + "_name": "mag_sks_promag_aalvx35_762x39_35", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5c5970672e221602b21d7857", + "_max_count": 35, + "_name": "cartridges", + "_parent": "5c5970672e221602b21d7855", + "_props": { + "filters": [{ + "Filter": ["59e655cb86f77411dc52a77b", "59e6542b86f77411dc52a77a", "59e6658b86f77411d949b250", "5f0596629e22f464da6bbdd9", "59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 20, + "ConflictingItems": [], + "CreditsPrice": 16690, + "Description": "mag_sks_tapco_mag6610_762x39_10", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -7, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 20, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_sks_tapco_mag6610_762x39_10", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_sks_promag_aalvx35_762x39_35.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_sks_tapco_mag6610_762x39_10", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.197, + "Width": 1, + "magAnimationIndex": 1 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "5c5db5852e2216003a0fe71a": { + "_id": "5c5db5852e2216003a0fe71a", + "_name": "barrel_mpx_114mm_9x19", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.25, + "ChangePriceCoef": 1, + "ConflictingItems": ["5c59529a2e221602b177d160", "5c5db6302e2216000e5e47f0", "5c5db63a2e2216000f1b284a", "5c5db5fc2e2216000f1b2842", "5894a42086f77426d2590762"], + "CreditsPrice": 3800, + "Description": "barrel_mpx_203mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.78, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_mpx_203mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mpx_114mm_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_mpx_203mm", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5c5db5862e2216003a0fe71c", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5c5db5852e2216003a0fe71a", + "_props": { + "filters": [{ + "Filter": ["5cf6935bd7f00c06585fb791", "5b3a16655acfc40016387a2a", "58949dea86f77409483e16a8", "59bffc1f86f77435b128b872", "5c7e8fab2e22165df16b889b", "5a9fb739a2750c003215717f", "5c6165902e22160010261b28", "5a32a064c4a28200741e22de"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 40, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -16, + "Weight": 0.16, + "Width": 1 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5c5db5962e2216000e5e46eb": { + "_id": "5c5db5962e2216000e5e46eb", + "_name": "barrel_mpx_165mm_9x19", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.2, + "ChangePriceCoef": 1, + "ConflictingItems": ["5c59529a2e221602b177d160", "5c5db6302e2216000e5e47f0", "5c5db63a2e2216000f1b284a"], + "CreditsPrice": 5174, + "Description": "barrel_mpx_203mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.85, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_mpx_203mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mpx_165mm_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_mpx_203mm", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5c5db5962e2216000e5e46ed", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5c5db5962e2216000e5e46eb", + "_props": { + "filters": [{ + "Filter": ["5cf6935bd7f00c06585fb791", "5b3a16655acfc40016387a2a", "58949dea86f77409483e16a8", "59bffc1f86f77435b128b872", "5c7e8fab2e22165df16b889b", "5a9fb739a2750c003215717f", "5c6165902e22160010261b28", "5a32a064c4a28200741e22de"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 40, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -10, + "Weight": 0.19, + "Width": 2 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5c5db5b82e2216003a0fe71d": { + "_id": "5c5db5b82e2216003a0fe71d", + "_name": "barrel_mpx_265mm_9x19", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.11, + "ChangePriceCoef": 1, + "ConflictingItems": ["5c59529a2e221602b177d160", "5c5db63a2e2216000f1b284a"], + "CreditsPrice": 8174, + "Description": "barrel_mpx_203mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.05, + "EffectiveDistance": 0, + "Ergonomics": -9, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_mpx_203mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mpx_265mm_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_mpx_203mm", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5c5db5b82e2216003a0fe71f", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5c5db5b82e2216003a0fe71d", + "_props": { + "filters": [{ + "Filter": ["5b3a16655acfc40016387a2a", "58949dea86f77409483e16a8", "59bffc1f86f77435b128b872", "5c7e8fab2e22165df16b889b", "5a9fb739a2750c003215717f", "5c6165902e22160010261b28", "5a32a064c4a28200741e22de"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 40, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.28, + "Width": 3 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5c5db5c62e22160012542255": { + "_id": "5c5db5c62e22160012542255", + "_name": "barrel_mpx_355mm_9x19", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.04, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 12380, + "Description": "barrel_mpx_203mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.1, + "EffectiveDistance": 0, + "Ergonomics": -14, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_mpx_203mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mpx_355mm_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -7, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_mpx_203mm", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5c5db5c62e22160012542257", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5c5db5c62e22160012542255", + "_props": { + "filters": [{ + "Filter": ["5cf6935bd7f00c06585fb791", "5b3a16655acfc40016387a2a", "58949dea86f77409483e16a8", "59bffc1f86f77435b128b872", "5c7e8fab2e22165df16b889b", "5a9fb739a2750c003215717f", "5c6165902e22160010261b28", "5a32a064c4a28200741e22de"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 4, + "Weight": 0.35, + "Width": 3 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5c5db5f22e2216000e5e47e8": { + "_id": "5c5db5f22e2216000e5e47e8", + "_name": "handguard_mpx_midwest_4,5_inch_m_lok", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6400, + "Description": "handguard_mpx_lancer_oem_14_inch", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 15, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_mpx_lancer_oem_14_inch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_mpx_midwest_4,5_inch_m_lok.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_mpx_lancer_oem_14_inch", + "SightingRange": 0, + "Slots": [{ + "_id": "5c5db5f22e2216000e5e47ea", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5c5db5f22e2216000e5e47e8", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c5db5f22e2216000e5e47eb", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5c5db5f22e2216000e5e47e8", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c5db5f22e2216000e5e47ec", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5c5db5f22e2216000e5e47e8", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c5dbb0c2e2216652a75c232", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5c5db5f22e2216000e5e47e8", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5c5db5fc2e2216000f1b2842": { + "_id": "5c5db5fc2e2216000f1b2842", + "_name": "handguard_mpx_midwest_6,5_inch_m_lok", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7600, + "Description": "handguard_mpx_lancer_oem_14_inch", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_mpx_lancer_oem_14_inch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_mpx_midwest_6,5_inch_m_lok.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_mpx_lancer_oem_14_inch", + "SightingRange": 0, + "Slots": [{ + "_id": "5c5db5fc2e2216000f1b2844", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5c5db5fc2e2216000f1b2842", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c5db5fc2e2216000f1b2845", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5c5db5fc2e2216000f1b2842", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c5db5fc2e2216000f1b2846", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5c5db5fc2e2216000f1b2842", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c5db5fc2e2216000f1b2847", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_003", + "_parent": "5c5db5fc2e2216000f1b2842", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c5db5fc2e2216000f1b2849", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5c5db5fc2e2216000f1b2842", + "_props": { + "filters": [{ + "Filter": ["5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c5dbb382e2216000f1b2962", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5c5db5fc2e2216000f1b2842", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.14, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5c5db6302e2216000e5e47f0": { + "_id": "5c5db6302e2216000e5e47f0", + "_name": "handguard_mpx_midwest_10,5_inch_m_lok", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9300, + "Description": "handguard_mpx_lancer_oem_14_inch", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_mpx_lancer_oem_14_inch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_mpx_midwest_10,5_inch_m_lok.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_mpx_lancer_oem_14_inch", + "SightingRange": 0, + "Slots": [{ + "_id": "5c5db6302e2216000e5e47f2", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5c5db6302e2216000e5e47f0", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c5db6302e2216000e5e47f3", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5c5db6302e2216000e5e47f0", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c5db6302e2216000e5e47f4", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5c5db6302e2216000e5e47f0", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c5db6302e2216000e5e47f5", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_003", + "_parent": "5c5db6302e2216000e5e47f0", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c5db6302e2216000e5e47f7", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5c5db6302e2216000e5e47f0", + "_props": { + "filters": [{ + "Filter": ["5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c5dbb612e22167712247c32", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5c5db6302e2216000e5e47f0", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.226, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5c5db63a2e2216000f1b284a": { + "_id": "5c5db63a2e2216000f1b284a", + "_name": "handguard_mpx_midwest_14_inch_m_lok", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 11200, + "Description": "handguard_mpx_lancer_oem_14_inch", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_mpx_lancer_oem_14_inch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_mpx_midwest_14_inch_m_lok.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_mpx_lancer_oem_14_inch", + "SightingRange": 0, + "Slots": [{ + "_id": "5c5db63a2e2216000f1b284c", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5c5db63a2e2216000f1b284a", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c5db63a2e2216000f1b284d", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5c5db63a2e2216000f1b284a", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c5db63a2e2216000f1b284e", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5c5db63a2e2216000f1b284a", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c5db63a2e2216000f1b284f", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_003", + "_parent": "5c5db63a2e2216000f1b284a", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c5db63a2e2216000f1b2850", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_004", + "_parent": "5c5db63a2e2216000f1b284a", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c5db63a2e2216000f1b2851", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5c5db63a2e2216000f1b284a", + "_props": { + "filters": [{ + "Filter": ["5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c5dba9d2e2216000e5e4ae6", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_005", + "_parent": "5c5db63a2e2216000f1b284a", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c5dbaa92e2216000e5e4ae7", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_006", + "_parent": "5c5db63a2e2216000f1b284a", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c5dbb7f2e2216003a0fe918", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5c5db63a2e2216000f1b284a", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.269, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5c5db6552e2216001026119d": { + "_id": "5c5db6552e2216001026119d", + "_name": "mag_mpx_sig_mag_std_9x19_20", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5c5db6552e2216001026119f", + "_max_count": 20, + "_name": "cartridges", + "_parent": "5c5db6552e2216001026119d", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 1, + "CheckTimeModifier": -50, + "ConflictingItems": [], + "CreditsPrice": 1450, + "Description": "mag_mpx_sig_mpx_std_9x19_30", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_mpx_sig_mpx_std_9x19_30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_mpx_sig_mag_std_9x19_20.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_mpx_sig_mpx_std_9x19_30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.14, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5c5db6652e221600113fba51": { + "_id": "5c5db6652e221600113fba51", + "_name": "mag_mpx_tti_sig_mag_w_base_pad_9x19_41", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5c5db6652e221600113fba53", + "_max_count": 41, + "_name": "cartridges", + "_parent": "5c5db6652e221600113fba51", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 1, + "CheckTimeModifier": -50, + "ConflictingItems": [], + "CreditsPrice": 5273, + "Description": "mag_mpx_sig_mpx_std_9x19_30", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_mpx_sig_mpx_std_9x19_30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_mpx_tti_sig_mag_w_base_pad_9x19_41.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_mpx_sig_mpx_std_9x19_30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.3, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5c5db6742e2216000f1b2852": { + "_id": "5c5db6742e2216000f1b2852", + "_name": "mag_mpx_f5_mpx_drum_9x19_50", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5c5db6742e2216000f1b2854", + "_max_count": 50, + "_name": "cartridges", + "_parent": "5c5db6742e2216000f1b2852", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 15, + "ConflictingItems": [], + "CreditsPrice": 14100, + "Description": "mag_mpx_sig_mpx_std_9x19_30", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -15, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 30, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_mpx_sig_mpx_std_9x19_30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_mpx_f5_mpx_drum_9x19_50.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_mpx_sig_mpx_std_9x19_30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.65, + "Width": 1, + "magAnimationIndex": 2 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5c5db6b32e221600102611a0": { + "_id": "5c5db6b32e221600102611a0", + "_name": "charge_mpx_geissele_sch", + "_parent": "55818a6f4bdc2db9688b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1780, + "Description": "charge_mpx_sig_mpx_double_latch", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "charge_mpx_sig_mpx_double_latch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/charges/charge_mpx_geissele_sch.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "charge_mpx_sig_mpx_double_latch", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.03, + "Width": 1 + }, + "_proto": "55802f624bdc2d1c128b4580", + "_type": "Item" + }, + "5c5db6ee2e221600113fba54": { + "_id": "5c5db6ee2e221600113fba54", + "_name": "stock_mpx_maxim_defence_cqb_stock", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3750, + "Description": "stock_all_sig_mpx_mcx_early_type", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 15, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": true, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_all_sig_mpx_mcx_early_type", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_mpx_maxim_defence_cqb_stock.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -30, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_all_sig_mpx_mcx_early_type", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.501, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5c5db6f82e2216003a0fe914": { + "_id": "5c5db6f82e2216003a0fe914", + "_name": "stock_mpx_pmm_ulss", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6230, + "Description": "stock_all_sig_mpx_mcx_early_type", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": true, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_all_sig_mpx_mcx_early_type", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_mpx_pmm_ulss.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -33, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_all_sig_mpx_mcx_early_type", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.462, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5c6161fb2e221600113fbde5": { + "_id": "5c6161fb2e221600113fbde5", + "_name": "mag_toz-106_mc_20-01_sb3_20x70_5", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5c6161fb2e221600113fbde7", + "_max_count": 5, + "_name": "cartridges", + "_parent": "5c6161fb2e221600113fbde5", + "_props": { + "filters": [{ + "Filter": ["5a38ebd9c4a282000d722a5b", "5d6e695fa4b936359b35d852", "5d6e69b9a4b9361bc8618958", "5d6e69c7a4b9360b6c0d54e4", "5d6e6a5fa4b93614ec501745", "5d6e6a53a4b9361bd473feec", "5d6e6a42a4b9364f07165f52", "5d6e6a05a4b93618084f58d0"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1410, + "Description": "mag_toz-106_mc_20-01_sb3_20x70_4", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": -10, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_toz-106_mc_20-01_sb3_20x70_4", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_toz-106_mc_20-01_sb3_20x70_5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_toz-106_mc_20-01_sb3_20x70_4", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.13, + "Width": 1, + "magAnimationIndex": 2 + }, + "_proto": "559ba5b34bdc2d1f1a8b4582", + "_type": "Item" + }, + "5c6162682e22160010261a2b": { + "_id": "5c6162682e22160010261a2b", + "_name": "mount_toz-106_noname_dovetail_mount", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1100, + "Description": "mount_keymod_strike_industries_4_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_strike_industries_4_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_toz-106_noname_dovetail_mount.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_strike_industries_4_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5c618c5b2e221600133e3dac", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5c6162682e22160010261a2b", + "_props": { + "filters": [{ + "Filter": ["5c61627a2e22160012542c55"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5c61627a2e22160012542c55": { + "_id": "5c61627a2e22160012542c55", + "_name": "mount_dovetail_noname_toz106_angled_mount", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "576fd4ec2459777f0b518431", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "57acb6222459771ec34b5cb0"], + "CreditsPrice": 2300, + "Description": "mount_ak_tactica_tula_10000", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_ak_tactica_tula_10000", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_dovetail_noname_toz106_angled_mount.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_ak_tactica_tula_10000", + "SightingRange": 0, + "Slots": [{ + "_id": "5c61627a2e22160012542c57", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5c61627a2e22160012542c55", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5c6165902e22160010261b28": { + "_id": "5c6165902e22160010261b28", + "_name": "silencer_all_sig_srd_9_9x19", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 28600, + "Description": "silencer_all_silencerco_osprey_9_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.5, + "EffectiveDistance": 0, + "Ergonomics": -15, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -22, + "MergesWithChildren": true, + "Name": "silencer_all_silencerco_osprey_9_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_all_sig_srd_9_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_all_silencerco_osprey_9_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1, + "Weight": 0.255, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "5c6175362e221600133e3b94": { + "_id": "5c6175362e221600133e3b94", + "_name": "mag_ak_promag_ak_a_16_drum_762x39_73", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5c6175362e221600133e3b96", + "_max_count": 73, + "_name": "cartridges", + "_parent": "5c6175362e221600133e3b94", + "_props": { + "filters": [{ + "Filter": ["59e655cb86f77411dc52a77b", "59e6542b86f77411dc52a77a", "59e6658b86f77411d949b250", "5f0596629e22f464da6bbdd9", "59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 15, + "ConflictingItems": [], + "CreditsPrice": 41600, + "Description": "mag_ak_izhmash_ak12_std_545x39_30", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -18, + "ExamineExperience": 2, + "ExamineTime": 2, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 60, + "LootExperience": 15, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ak_izhmash_ak12_std_545x39_30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ak_promag_ak_a_16_drum_762x39_73.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ak_izhmash_ak12_std_545x39_30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.72, + "Width": 2, + "magAnimationIndex": 5 + }, + "_proto": "55802d5f4bdc2dac148b458e", + "_type": "Item" + }, + "5c617a5f2e2216000f1e81b3": { + "_id": "5c617a5f2e2216000f1e81b3", + "_name": "handguard_ak_zenit_b10", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5194, + "Description": "handguard_aks74u_zenit_b11", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 0.85, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_aks74u_zenit_b11", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_zenit_b10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_aks74u_zenit_b11", + "SightingRange": 0, + "Slots": [{ + "_id": "5c617a5f2e2216000f1e81b5", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5c617a5f2e2216000f1e81b3", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c617ab82e2216000e37f5a3", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5c617a5f2e2216000f1e81b3", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5", "57ffaea724597779f52b3a4d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.15, + "Width": 1 + }, + "_proto": "57dc32dc245977596d4ef3d3", + "_type": "Item" + }, + "5c61a40d2e2216001403158d": { + "_id": "5c61a40d2e2216001403158d", + "_name": "mount_dovetail_zenit_b13", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611"], + "CreditsPrice": 7800, + "Description": "mount_ak_tactica_tula_10000", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_ak_tactica_tula_10000", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_dovetail_zenit_b13.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_ak_tactica_tula_10000", + "SightingRange": 0, + "Slots": [{ + "_id": "5c61a40d2e2216001403158f", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5c61a40d2e2216001403158d", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.175, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5c6592372e221600133e47d7": { + "_id": "5c6592372e221600133e47d7", + "_name": "mag_stanag_surefire_mag5_556x45_100", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5c6592372e221600133e47d9", + "_max_count": 100, + "_name": "cartridges", + "_parent": "5c6592372e221600133e47d7", + "_props": { + "filters": [{ + "Filter": ["59e6920f86f77411d82aa167", "59e6927d86f77411da468256", "54527a984bdc2d4e668b4567", "54527ac44bdc2d36668b4567", "59e68f6f86f7746c9f75e846", "59e6906286f7746c9f75e847", "59e690b686f7746c9f75e848", "59e6918f86f7746c9f75e849", "60194943740c5d77f6705eea", "601949593ae8f707c4608daa", "5c0d5ae286f7741e46554302", "5fbe3ffdf8b6a877a729ea82", "5fd20ff893a8961fc660a954"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 30, + "ConflictingItems": [], + "CreditsPrice": 37755, + "Description": "mag_stanag_surefire_mag5_556x45_100", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -27, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 2, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 3, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 30, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_stanag_surefire_mag5_556x45_100", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_stanag_surefire_mag5_556x45_100.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_stanag_surefire_mag5_556x45_100", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.27, + "Width": 1, + "magAnimationIndex": 4 + }, + "_proto": "544a37c44bdc2d25388b4567", + "_type": "Item" + }, + "5c6beec32e221601da3578f2": { + "_id": "5c6beec32e221601da3578f2", + "_name": "muzzle_p226_tj_compensator_9x19", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": -2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a6f5e048dc32e00094b97da", "5a9685b1a2750c0032157104", "5a6f5f078dc32e00094b97dd", "5a702d198dc32e000b452fc3", "5a7afa25e899ef00135e31b0", "5a71e22f8dc32e00094b97f4", "5a71e4f48dc32e001207fb26"], + "CreditsPrice": 2800, + "Description": "muzzle_glock_lone_wolf_alphawolf_bullnosed_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_glock_lone_wolf_alphawolf_bullnosed_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_p226_tj_compensator_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -12, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_glock_lone_wolf_alphawolf_bullnosed_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.036, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5c6bf4aa2e2216001219b0ae": { + "_id": "5c6bf4aa2e2216001219b0ae", + "_name": "pistolgrip_ak_us_palm_ak_palm", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7350, + "Description": "pistolgrip_ak_magpul_moe_ak", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 12, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ak_magpul_moe_ak", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ak_us_palm_ak_palm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ak_magpul_moe_ak", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.09, + "Width": 1 + }, + "_proto": "5649ade84bdc2d1b2b8b4587", + "_type": "Item" + }, + "5c6c2c9c2e2216000f2002e4": { + "_id": "5c6c2c9c2e2216000f2002e4", + "_name": "handguard_416_troy_m_lok_13_inch_carbon_fiber", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 18900, + "Description": "handguard_sa58_ds_arms_picatinny_quad_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 14, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_sa58_ds_arms_picatinny_quad_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_416_troy_m_lok_13_inch_carbon_fiber.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_sa58_ds_arms_picatinny_quad_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "5c6c2c9c2e2216000f2002e6", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5c6c2c9c2e2216000f2002e4", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6c2c9c2e2216000f2002e7", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5c6c2c9c2e2216000f2002e4", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6c2c9c2e2216000f2002e8", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5c6c2c9c2e2216000f2002e4", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6c2c9c2e2216000f2002ea", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5c6c2c9c2e2216000f2002e4", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6c2c9c2e2216000f2002eb", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5c6c2c9c2e2216000f2002e4", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d17282e221644f31bf664", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5c6c2c9c2e2216000f2002e4", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d17352e221644f31bf665", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5c6c2c9c2e2216000f2002e4", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.25, + "Width": 3 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5c6d10e82e221601da357b07": { + "_id": "5c6d10e82e221601da357b07", + "_name": "handguard_416_hk_mrs_keymod_14_inch", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 13900, + "Description": "handguard_416_hk_mrs_keymod_14_inch", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_416_hk_mrs_keymod_14_inch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_416_hk_mrs_keymod_14_inch.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_416_hk_mrs_keymod_14_inch", + "SightingRange": 0, + "Slots": [{ + "_id": "5c6d10e82e221601da357b09", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5c6d10e82e221601da357b07", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d10e82e221601da357b0a", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5c6d10e82e221601da357b07", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d10e82e221601da357b0b", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5c6d10e82e221601da357b07", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d10e82e221601da357b0c", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_003", + "_parent": "5c6d10e82e221601da357b07", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d10e82e221601da357b0d", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_004", + "_parent": "5c6d10e82e221601da357b07", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d16932e221601da357c10", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5c6d10e82e221601da357b07", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d169c2e2216000f2004ee", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5c6d10e82e221601da357b07", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d16a32e2216001219b4ca", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5c6d10e82e221601da357b07", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c", "55d4af3a4bdc2d972f8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d17862e221644fc6307fd", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5c6d10e82e221601da357b07", + "_props": { + "filters": [{ + "Filter": ["5fc0f9b5d724d907e2077d82", "5fc0f9cbd6fa9c00c571bb90", "5a9d6d13a2750c00164f6b03", "59e0bed186f774156f04ce84"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.39, + "Width": 3 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5c6d10fa2e221600106f3f23": { + "_id": "5c6d10fa2e221600106f3f23", + "_name": "handguard_416_midwest_m_lok_9_inch", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 12100, + "Description": "handguard_sa58_ds_arms_picatinny_quad_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_sa58_ds_arms_picatinny_quad_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_416_midwest_m_lok_9_inch.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_sa58_ds_arms_picatinny_quad_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "5c6d10fa2e221600106f3f25", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5c6d10fa2e221600106f3f23", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d10fa2e221600106f3f26", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5c6d10fa2e221600106f3f23", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d10fa2e221600106f3f29", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5c6d10fa2e221600106f3f23", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d10fa2e221600106f3f2a", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5c6d10fa2e221600106f3f23", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d15592e2216000e69d4e0", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5c6d10fa2e221600106f3f23", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d15652e221600114c982c", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5c6d10fa2e221600106f3f23", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c", "55d4af3a4bdc2d972f8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.28, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5c6d11072e2216000e69d2e4": { + "_id": "5c6d11072e2216000e69d2e4", + "_name": "handguard_416_midwest_m_lok_13,5_inch", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5c6d85e02e22165df16b81f4", "5bb20d92d4351e00853263eb", "5bb20d9cd4351e00334c9d8a"], + "CreditsPrice": 14400, + "Description": "handguard_sa58_ds_arms_picatinny_quad_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_sa58_ds_arms_picatinny_quad_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_416_midwest_m_lok_13,5_inch.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_sa58_ds_arms_picatinny_quad_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "5c6d11072e2216000e69d2e6", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5c6d11072e2216000e69d2e4", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d11072e2216000e69d2e7", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5c6d11072e2216000e69d2e4", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d11072e2216000e69d2e8", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5c6d11072e2216000e69d2e4", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d11072e2216000e69d2ea", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5c6d11072e2216000e69d2e4", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d11072e2216000e69d2eb", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5c6d11072e2216000e69d2e4", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d14ad2e2216001219b4c9", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5c6d11072e2216000e69d2e4", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d14d62e221644f31bf663", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5c6d11072e2216000e69d2e4", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c", "55d4af3a4bdc2d972f8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.37, + "Width": 3 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5c6d11152e2216000f2003e7": { + "_id": "5c6d11152e2216000f2003e7", + "_name": "handguard_416_strike_industries_crux_m_lok_15_inch", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 16700, + "Description": "handguard_416_strike_industries_crux_m_lok_15_inch", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 11, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_416_strike_industries_crux_m_lok_15_inch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_416_strike_industries_crux_m_lok_15_inch.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_416_strike_industries_crux_m_lok_15_inch", + "SightingRange": 0, + "Slots": [{ + "_id": "5c6d11152e2216000f2003e9", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5c6d11152e2216000f2003e7", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d11152e2216000f2003ea", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5c6d11152e2216000f2003e7", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d11152e2216000f2003eb", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5c6d11152e2216000f2003e7", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d11152e2216000f2003ed", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5c6d11152e2216000f2003e7", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d11152e2216000f2003ee", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5c6d11152e2216000f2003e7", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d140f2e221644f31bf662", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5c6d11152e2216000f2003e7", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.44, + "Width": 3 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5c6d42cb2e2216000e69d7d1": { + "_id": "5c6d42cb2e2216000e69d7d1", + "_name": "mag_stanag_hk_polymer_mag_556x45_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5c6d42cb2e2216000e69d7d3", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5c6d42cb2e2216000e69d7d1", + "_props": { + "filters": [{ + "Filter": ["59e6920f86f77411d82aa167", "59e6927d86f77411da468256", "54527a984bdc2d4e668b4567", "54527ac44bdc2d36668b4567", "59e68f6f86f7746c9f75e846", "59e6906286f7746c9f75e847", "59e690b686f7746c9f75e848", "59e6918f86f7746c9f75e849", "60194943740c5d77f6705eea", "601949593ae8f707c4608daa", "5c0d5ae286f7741e46554302", "5fbe3ffdf8b6a877a729ea82", "5fd20ff893a8961fc660a954"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 1, + "CheckTimeModifier": 20, + "ConflictingItems": [], + "CreditsPrice": 4005, + "Description": "30-ти зарядный полимерный магазин Magpul PMAG GEN M3 30, под патрон 5.56х45 с окном для контроля количества боеприпасов.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин PMAG GEN M3 30 5.56x45 STANAG на 30 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_stanag_hk_polymer_mag_556x45_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.56x45 PMAG GEN M3 30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.17, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55802d5f4bdc2dac148b458e", + "_type": "Item" + }, + "5c6d450c2e221600114c997d": { + "_id": "5c6d450c2e221600114c997d", + "_name": "mag_stanag_hk_gen_2_pm_556x45_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5c6d450c2e221600114c997f", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5c6d450c2e221600114c997d", + "_props": { + "filters": [{ + "Filter": ["59e6920f86f77411d82aa167", "59e6927d86f77411da468256", "54527a984bdc2d4e668b4567", "54527ac44bdc2d36668b4567", "59e68f6f86f7746c9f75e846", "59e6906286f7746c9f75e847", "59e690b686f7746c9f75e848", "59e6918f86f7746c9f75e849", "60194943740c5d77f6705eea", "601949593ae8f707c4608daa", "5c0d5ae286f7741e46554302", "5fbe3ffdf8b6a877a729ea82", "5fd20ff893a8961fc660a954"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 3425, + "Description": "30-ти зарядный полимерный магазин Magpul PMAG GEN M3 30, под патрон 5.56х45 с окном для контроля количества боеприпасов.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин PMAG GEN M3 30 5.56x45 STANAG на 30 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_stanag_hk_gen_2_pm_556x45_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.56x45 PMAG GEN M3 30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.16, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55802d5f4bdc2dac148b458e", + "_type": "Item" + }, + "5c6d46132e221601da357d56": { + "_id": "5c6d46132e221601da357d56", + "_name": "mag_stanag_troy_battlemag_556x45_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5c6d46132e221601da357d58", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5c6d46132e221601da357d56", + "_props": { + "filters": [{ + "Filter": ["59e6920f86f77411d82aa167", "59e6927d86f77411da468256", "54527a984bdc2d4e668b4567", "54527ac44bdc2d36668b4567", "59e68f6f86f7746c9f75e846", "59e6906286f7746c9f75e847", "59e690b686f7746c9f75e848", "59e6918f86f7746c9f75e849", "60194943740c5d77f6705eea", "601949593ae8f707c4608daa", "5c0d5ae286f7741e46554302", "5fbe3ffdf8b6a877a729ea82", "5fd20ff893a8961fc660a954"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 4680, + "Description": "30-ти зарядный полимерный магазин Magpul PMAG GEN M3 30, под патрон 5.56х45 с окном для контроля количества боеприпасов.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": -10, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин PMAG GEN M3 30 5.56x45 STANAG на 30 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_stanag_troy_battlemag_556x45_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.56x45 PMAG GEN M3 30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.138, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55802d5f4bdc2dac148b458e", + "_type": "Item" + }, + "5c6d5d8b2e221644fc630b39": { + "_id": "5c6d5d8b2e221644fc630b39", + "_name": "handguard_ar15_stngr_vypr_m_lok_10_inch", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a34fbadc4a28200741e230a", "5ae30e795acfc408fb139a0b", "56ea8d2fd2720b7c698b4570"], + "CreditsPrice": 14500, + "Description": "handguard_ar15_stngr_vypr_m_lok_10_inch", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ar15_stngr_vypr_m_lok_10_inch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar15_stngr_vypr_m_lok_10_inch.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ar15_stngr_vypr_m_lok_10_inch", + "SightingRange": 0, + "Slots": [{ + "_id": "5c6d5d8b2e221644fc630b3b", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5c6d5d8b2e221644fc630b39", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d5d8b2e221644fc630b3c", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5c6d5d8b2e221644fc630b39", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d5d8b2e221644fc630b3d", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5c6d5d8b2e221644fc630b39", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d5d8b2e221644fc630b3e", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5c6d5d8b2e221644fc630b39", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d5d8b2e221644fc630b3f", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5c6d5d8b2e221644fc630b39", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d5d8b2e221644fc630b40", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5c6d5d8b2e221644fc630b39", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d5d8b2e221644fc630b41", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5c6d5d8b2e221644fc630b39", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.209, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5c6d710d2e22165df16b81e7": { + "_id": "5c6d710d2e22165df16b81e7", + "_name": "muzzle_ar15_surefire_warcomp_556_556x45", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4800, + "Description": "Пламегаситель 5.56x45 Colt USGI A2 также известный как Bird Cage (Птичья Клетка) предназначен для установки на оружие на базе AR-15 под патрон 5.56x45. Однако может быть установлен и на другое оружие под тот же калибр, если ствол имеет ту же резьбу для установки дополнительных дульных устройств. Штатно устанавливается на штурмовую винтовку M4A1.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Пламегаситель Colt USGI A2 5.56x45 для AR-15", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar15_surefire_warcomp_556_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -7, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.56x45 AR-15 USGI A2", + "SightingRange": 0, + "Slots": [{ + "_id": "5c7fb4f72e2216000e69e352", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5c6d710d2e22165df16b81e7", + "_props": { + "filters": [{ + "Filter": ["55d6190f4bdc2d87028b4567", "55d614004bdc2d86028b4568", "5ea17bbc09aa976f2e7a51cd"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.064, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5c6d7b3d2e221600114c9b7d": { + "_id": "5c6d7b3d2e221600114c9b7d", + "_name": "pistolgrip_ar15_hk_grip_v2", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3100, + "Description": "pistolgrip_ar15_hk_grip_v2", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ar15_hk_grip_v2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ar15_hk_grip_v2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ar15_hk_grip_v2", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "5c6d85e02e22165df16b81f4": { + "_id": "5c6d85e02e22165df16b81f4", + "_name": "barrel_416_hk_264mm_556x45", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.073, + "ChangePriceCoef": 1, + "ConflictingItems": ["5f6339d53ada5942720e2dc3", "5a34fe59c4a282000b1521a2", "60926df0132d4d12c81fd9df", "5c7955c22e221644f31bfd5e", "57da93632459771cb65bf83f", "57dbb57e2459774673234890", "55d6190f4bdc2d87028b4567", "55d614004bdc2d86028b4568", "5ea17bbc09aa976f2e7a51cd", "5d44064fa4b9361e4f6eb8b5", "5cff9e84d7ad1a049e54ed55", "5c6d10e82e221601da357b07", "5bb20dfcd4351e00334c9e24", "5c6d11072e2216000e69d2e4", "5c6d11152e2216000f2003e7", "5c6c2c9c2e2216000f2002e4"], + "CreditsPrice": 21130, + "Description": "barrel_416_hk_279mm_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.82, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_416_hk_279mm_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_416_hk_264mm_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_416_hk_279mm_556x45", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5c6d85e02e22165df16b81f6", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5c6d85e02e22165df16b81f4", + "_props": { + "filters": [{ + "Filter": ["5b3a16655acfc40016387a2a", "5c7e5f112e221600106f4ede", "5c0fafb6d174af02a96260ba", "5cf6937cd7f00c056c53fb39", "544a38634bdc2d58388b4568", "5cff9e5ed7ad1a09407397d4", "5c48a2a42e221602b66d1e07", "5f6372e2865db925d54f3869", "56ea8180d2720bf2698b456a", "5d02676dd7ad1a049e54f6dc", "609269c3b0e443224b421cc1", "5c7fb51d2e2216001219ce11", "5ea172e498dacb342978818e", "5c6d710d2e22165df16b81e7", "5d440625a4b9361eec4ae6c5", "5cc9b815d7f00c000e2579d6", "5a7c147ce899ef00150bd8b8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c6d85e02e22165df16b81f7", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5c6d85e02e22165df16b81f4", + "_props": { + "filters": [{ + "Filter": ["5bb20dcad4351e3bac1212da"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -18, + "Weight": 0.572, + "Width": 2 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5c78f2492e221600114c9f04": { + "_id": "5c78f2492e221600114c9f04", + "_name": "handguard_ar15_sai_qd_rail_long", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a34fbadc4a28200741e230a", "5ae30e795acfc408fb139a0b", "56ea8d2fd2720b7c698b4570", "55d35ee94bdc2d61338b4568"], + "CreditsPrice": 29100, + "Description": "handguard_ar15_stngr_vypr_m_lok_10_inch", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 12, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ar15_stngr_vypr_m_lok_10_inch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar15_sai_qd_rail_long.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ar15_stngr_vypr_m_lok_10_inch", + "SightingRange": 0, + "Slots": [{ + "_id": "5c78f2492e221600114c9f06", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5c78f2492e221600114c9f04", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c78f2492e221600114c9f07", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5c78f2492e221600114c9f04", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c78f2492e221600114c9f0a", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5c78f2492e221600114c9f04", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c78f2492e221600114c9f0b", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5c78f2492e221600114c9f04", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c78f2492e221600114c9f0c", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5c78f2492e221600114c9f04", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c78f3aa2e221600106f468c", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5c78f2492e221600114c9f04", + "_props": { + "filters": [{ + "Filter": ["5c78f2882e22165df16b832e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c7904482e221600114ca117", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5c78f2492e221600114c9f04", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c7904552e221644fc630f9e", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5c78f2492e221600114c9f04", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c79048b2e2216000f200d3b", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5c78f2492e221600114c9f04", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c7905762e22160bc12c5e32", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_003", + "_parent": "5c78f2492e221600114c9f04", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.355, + "Width": 3 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5c78f2612e221600114c9f0d": { + "_id": "5c78f2612e221600114c9f0d", + "_name": "handguard_ar15_sai_qd_rail_short", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a34fbadc4a28200741e230a", "5ae30e795acfc408fb139a0b", "56ea8d2fd2720b7c698b4570", "55d3632e4bdc2d972f8b4569", "5d440b93a4b9364276578d4b", "5d440b9fa4b93601354d480c", "5c0e2f94d174af029f650d56"], + "CreditsPrice": 24900, + "Description": "handguard_ar15_stngr_vypr_m_lok_10_inch", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ar15_stngr_vypr_m_lok_10_inch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar15_sai_qd_rail_short.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ar15_stngr_vypr_m_lok_10_inch", + "SightingRange": 0, + "Slots": [{ + "_id": "5c78f2612e221600114c9f0f", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5c78f2612e221600114c9f0d", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c78f2612e221600114c9f10", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5c78f2612e221600114c9f0d", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c78f2612e221600114c9f13", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5c78f2612e221600114c9f0d", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c78f2612e221600114c9f14", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5c78f2612e221600114c9f0d", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c78f2612e221600114c9f15", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5c78f2612e221600114c9f0d", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c78f4512e221644fc630e9b", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5c78f2612e221600114c9f0d", + "_props": { + "filters": [{ + "Filter": ["5c78f2882e22165df16b832e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c79054c2e221600114ca118", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5c78f2612e221600114c9f0d", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c7905552e221644fc630f9f", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5c78f2612e221600114c9f0d", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c79055f2e221600114ca119", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5c78f2612e221600114c9f0d", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c7905672e221601da35820f", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_003", + "_parent": "5c78f2612e221600114c9f0d", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.305, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5c78f26f2e221601da3581d1": { + "_id": "5c78f26f2e221601da3581d1", + "_name": "handguard_ar15_magpul_moe_sl_mid_length", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a34fbadc4a28200741e230a", "55d35ee94bdc2d61338b4568", "55d3632e4bdc2d972f8b4569"], + "CreditsPrice": 11100, + "Description": "handguard_ar15_stngr_vypr_m_lok_10_inch", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ar15_stngr_vypr_m_lok_10_inch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar15_magpul_moe_sl_mid_length.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ar15_stngr_vypr_m_lok_10_inch", + "SightingRange": 0, + "Slots": [{ + "_id": "5c78f26f2e221601da3581d3", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5c78f26f2e221601da3581d1", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c78f26f2e221601da3581d4", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5c78f26f2e221601da3581d1", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c78f26f2e221601da3581d8", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5c78f26f2e221601da3581d1", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.23, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5c78f2792e221600106f4683": { + "_id": "5c78f2792e221600106f4683", + "_name": "handguard_ar15_magpul_moe_sl_carabine_length", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5c0e2f94d174af029f650d56"], + "CreditsPrice": 8800, + "Description": "handguard_ar15_stngr_vypr_m_lok_10_inch", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ar15_stngr_vypr_m_lok_10_inch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar15_magpul_moe_sl_carabine_length.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ar15_stngr_vypr_m_lok_10_inch", + "SightingRange": 0, + "Slots": [{ + "_id": "5c78f2792e221600106f4685", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5c78f2792e221600106f4683", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c78f2792e221600106f4686", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5c78f2792e221600106f4683", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c78f7ec2e221644f31bfb21", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5c78f2792e221600106f4683", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.19, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5c78f2882e22165df16b832e": { + "_id": "5c78f2882e22165df16b832e", + "_name": "muzzle_ar15_sai_jail_break_556x45", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 3, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["56ea6fafd2720b844b8b4593", "5943ee5a86f77413872d25ec", "5f6339d53ada5942720e2dc3", "5c7954d52e221600106f4cc7", "59bffc1f86f77435b128b872", "5a9fbb84a2750c00137fa685", "5a34fe59c4a282000b1521a2", "60926df0132d4d12c81fd9df", "57da93632459771cb65bf83f", "57dbb57e2459774673234890", "5dfa3d2b0dee1b22f862eade", "55d6190f4bdc2d87028b4567", "55d614004bdc2d86028b4568", "5ea17bbc09aa976f2e7a51cd", "5d44064fa4b9361e4f6eb8b5", "5cff9e84d7ad1a049e54ed55", "5d440b93a4b9364276578d4b", "5d440b9fa4b93601354d480c", "60339954d62c9b14ed777c06"], + "CreditsPrice": 15990, + "Description": "Пламегаситель 5.56x45 Colt USGI A2 также известный как Bird Cage (Птичья Клетка) предназначен для установки на оружие на базе AR-15 под патрон 5.56x45. Однако может быть установлен и на другое оружие под тот же калибр, если ствол имеет ту же резьбу для установки дополнительных дульных устройств. Штатно устанавливается на штурмовую винтовку M4A1.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 5, + "MergesWithChildren": true, + "Name": "Пламегаситель Colt USGI A2 5.56x45 для AR-15", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar15_sai_jail_break_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.56x45 AR-15 USGI A2", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1, + "Weight": 0.064, + "Width": 1, + "muzzleModType": "muzzleCombo" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5c791e872e2216001219c40a": { + "_id": "5c791e872e2216001219c40a", + "_name": "foregrip_all_strike_industries_cobra_tactical", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 10050, + "Description": "foregrip_all_strike_industries_cobra_tactical", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_all_strike_industries_cobra_tactical", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_all_strike_industries_cobra_tactical.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_all_strike_industries_cobra_tactical", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "558032614bdc2de7118b4585", + "_type": "Item" + }, + "5c793fb92e221644f31bfb64": { + "_id": "5c793fb92e221644f31bfb64", + "_name": "stock_ar15_strike_industries_advanced_receiver_extension", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8700, + "Description": "stock_ar15_colt_stock_tube_A2", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_colt_stock_tube_A2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_strike_industries_advenced_receiver_extension.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_colt_stock_tube_A2", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5c793fb92e221644f31bfb66", + "_mergeSlotWithChildren": false, + "_name": "mod_stock_000", + "_parent": "5c793fb92e221644f31bfb64", + "_props": { + "filters": [{ + "Filter": ["5fc2369685fd526b824a5713", "606587d11246154cad35d635", "602e620f9b513876d4338d9a", "5a9eb32da2750c00171b3f9c", "5bfe86df0db834001b734685", "55d4ae6c4bdc2d8b2f8b456e", "5c87a07c2e2216001219d4a2", "5bb20e70d4351e0035629f8f", "5beec8c20db834001d2c465c", "5fbbaa86f9986c4cff3fe5f6", "5fce16961f152d4312622bc9", "5ae30c9a5acfc408fb139a03", "5d135e83d7ad1a21b83f42d8", "5d135ecbd7ad1a21c176542e", "56eabf3bd2720b75698b4569", "58d2946386f774496974c37e", "58d2946c86f7744e271174b5", "58d2947686f774485c6a1ee5", "58d2947e86f77447aa070d53", "5d44069ca4b9361ebd26fc37", "5d4406a8a4b9361e4f6eb8b7", "5947c73886f7747701588af5", "5c793fde2e221601da358614", "5b39f8db5acfc40016387a1b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.11, + "Width": 2 + }, + "_proto": "5649b2314bdc2d79388b4576", + "_type": "Item" + }, + "5c793fc42e221600114ca25d": { + "_id": "5c793fc42e221600114ca25d", + "_name": "stock_ar15_strike_industries_advanced_receiver_extension_red", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 5, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 21200, + "Description": "stock_ar15_colt_stock_tube_A2", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_colt_stock_tube_A2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_strike_industries_advenced_receiver_extension_red.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_colt_stock_tube_A2", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5c793fc42e221600114ca25f", + "_mergeSlotWithChildren": false, + "_name": "mod_stock_000", + "_parent": "5c793fc42e221600114ca25d", + "_props": { + "filters": [{ + "Filter": ["5fc2369685fd526b824a5713", "606587d11246154cad35d635", "602e620f9b513876d4338d9a", "5a9eb32da2750c00171b3f9c", "5bfe86df0db834001b734685", "55d4ae6c4bdc2d8b2f8b456e", "5c87a07c2e2216001219d4a2", "5bb20e70d4351e0035629f8f", "5beec8c20db834001d2c465c", "5fbbaa86f9986c4cff3fe5f6", "5fce16961f152d4312622bc9", "5ae30c9a5acfc408fb139a03", "5d135e83d7ad1a21b83f42d8", "5d135ecbd7ad1a21c176542e", "56eabf3bd2720b75698b4569", "58d2946386f774496974c37e", "58d2946c86f7744e271174b5", "58d2947686f774485c6a1ee5", "58d2947e86f77447aa070d53", "5d44069ca4b9361ebd26fc37", "5d4406a8a4b9361e4f6eb8b7", "5947c73886f7747701588af5", "5c793fde2e221601da358614", "5b39f8db5acfc40016387a1b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 2, + "Weight": 0.11, + "Width": 2 + }, + "_proto": "5649b2314bdc2d79388b4576", + "_type": "Item" + }, + "5c793fde2e221601da358614": { + "_id": "5c793fde2e221601da358614", + "_name": "stock_ar15_strike_industries_viper_mod_1", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8500, + "Description": "stock_ar15_hk_slim_line", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 11, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_hk_slim_line", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_strike_industries_viper_mod_1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -30, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_hk_slim_line", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.188, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5c7951452e221644f31bfd5c": { + "_id": "5c7951452e221644f31bfd5c", + "_name": "muzzle_ak_venom_antidote_muzzle_brake_multi", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9850, + "Description": "muzzle_ak_venom_antidote_muzzle_brake_multi", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 34, + "Loudness": 5, + "MergesWithChildren": true, + "Name": "muzzle_ak_venom_antidote_muzzle_brake_multi", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ak_venom_antidote_muzzle_brake_multi.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -17, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ak_venom_antidote_muzzle_brake_multi", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1, + "Weight": 0.096, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "5649aa744bdc2ded0b8b457e", + "_type": "Item" + }, + "5c7954d52e221600106f4cc7": { + "_id": "5c7954d52e221600106f4cc7", + "_name": "muzzle_all_gemtech_direct_mount_multi", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3970, + "Description": "muzzle_all_silencerco_hybrid_46_direct_thread_multi", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_all_silencerco_hybrid_46_direct_thread_multi", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_all_gemtech_direct_mount_multi.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_all_silencerco_hybrid_46_direct_thread_multi", + "SightingRange": 0, + "Slots": [{ + "_id": "5c7954d52e221600106f4cc9", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5c7954d52e221600106f4cc7", + "_props": { + "filters": [{ + "Filter": ["5c7955c22e221644f31bfd5e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.11, + "Width": 1, + "muzzleModType": "muzzleCombo" + }, + "_proto": "560838c94bdc2d77798b4569", + "_type": "Item" + }, + "5c7955c22e221644f31bfd5e": { + "_id": "5c7955c22e221644f31bfd5e", + "_name": "silencer_base_gemtech_one_multi", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 48520, + "Description": "silencer_base_gemtech_one_multi", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.6, + "EffectiveDistance": 0, + "Ergonomics": -20, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": -27, + "MergesWithChildren": true, + "Name": "silencer_base_gemtech_one_multi", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_base_gemtech_one_multi.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_base_gemtech_one_multi", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1, + "Weight": 0.46, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "54490a4d4bdc2dbc018b4573", + "_type": "Item" + }, + "5c7d55de2e221644f31bff68": { + "_id": "5c7d55de2e221644f31bff68", + "_name": "scope_base_aimpooint_comp_m4", + "_parent": "55818ad54bdc2ddc698b4569", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.7]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 29600, + "CustomAimPlane": "", + "Description": "scope_base_aimpooint_comp_m4", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_base_aimpooint_comp_m4", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_base_aimpooint_comp_m4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_base_aimpooint_comp_m4", + "SightModesCount": 1, + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.37, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.6, + "sightModType": "iron" + }, + "_proto": "558022b54bdc2dac148b458d", + "_type": "Item" + }, + "5c7d55f52e221644f31bff6a": { + "_id": "5c7d55f52e221644f31bff6a", + "_name": "mount_all_aimpoint_lrp_mount", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2400, + "Description": "mount_all_aimpoint_h1_t1_weaver", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_all_aimpoint_h1_t1_weaver", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_all_aimpoint_lrp_mount.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_all_aimpoint_h1_t1_weaver", + "SightingRange": 0, + "Slots": [{ + "_id": "5c7d55f52e221644f31bff6c", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5c7d55f52e221644f31bff6a", + "_props": { + "filters": [{ + "Filter": ["5c7d55de2e221644f31bff68", "5c7d560b2e22160bc12c6139"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.075, + "Width": 1 + }, + "_proto": "5649a2464bdc2d91118b45a8", + "_type": "Item" + }, + "5c7d560b2e22160bc12c6139": { + "_id": "5c7d560b2e22160bc12c6139", + "_name": "mount_base_aimpoint_standart_spacer", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2203, + "Description": "mount_base_aimpoint_h1_t1_spacer", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_base_aimpoint_h1_t1_spacer", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_base_aimpoint_standart_spacer.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_base_aimpoint_h1_t1_spacer", + "SightingRange": 0, + "Slots": [{ + "_id": "5c7d560b2e22160bc12c613b", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5c7d560b2e22160bc12c6139", + "_props": { + "filters": [{ + "Filter": ["5c7d55de2e221644f31bff68"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.025, + "Width": 1 + }, + "_proto": "5649a2464bdc2d91118b45a8", + "_type": "Item" + }, + "5c7e5f112e221600106f4ede": { + "_id": "5c7e5f112e221600106f4ede", + "_name": "muzzle_ar15_aac_blackout_51t_flash_hider_556x45", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 3, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6149, + "Description": "muzzle_ar15_aac_blackout_51t_flash_hider_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar15_aac_blackout_51t_flash_hider_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar15_aac_blackout_51t_flash_hider_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar15_aac_blackout_51t_flash_hider_556x45", + "SightingRange": 0, + "Slots": [{ + "_id": "5c7e5f112e221600106f4ee0", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5c7e5f112e221600106f4ede", + "_props": { + "filters": [{ + "Filter": ["5a34fe59c4a282000b1521a2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1, + "Weight": 0.122, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5c7e8fab2e22165df16b889b": { + "_id": "5c7e8fab2e22165df16b889b", + "_name": "silencer_all_aac_illusion_9_9x19", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 32940, + "Description": "silencer_all_aac_illusion_9_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.62, + "EffectiveDistance": 0, + "Ergonomics": -15, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -20, + "MergesWithChildren": true, + "Name": "silencer_all_aac_illusion_9_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_all_aac_illusion_9_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -7, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_all_aac_illusion_9_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.5, + "Weight": 0.294, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "5c7fb51d2e2216001219ce11": { + "_id": "5c7fb51d2e2216001219ce11", + "_name": "muzzle_ar15_surefire_sf3p_flash_hider_556x45", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 3, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6420, + "Description": "muzzle_ar15_surefire_sf3p_flash_hider_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar15_surefire_sf3p_flash_hider_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar15_surefire_sf3p_flash_hider_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar15_surefire_sf3p_flash_hider_556x45", + "SightingRange": 0, + "Slots": [{ + "_id": "5c7fb51d2e2216001219ce13", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5c7fb51d2e2216001219ce11", + "_props": { + "filters": [{ + "Filter": ["55d6190f4bdc2d87028b4567", "55d614004bdc2d86028b4568", "5ea17bbc09aa976f2e7a51cd"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.064, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5c7fc87d2e221644f31c0298": { + "_id": "5c7fc87d2e221644f31c0298", + "_name": "foregrip_all_bcm_mod_3", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4900, + "Description": "foregrip_all_vtac_uvg", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_all_vtac_uvg", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_all_bcm_mod_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_all_vtac_uvg", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.053, + "Width": 1 + }, + "_proto": "558032614bdc2de7118b4585", + "_type": "Item" + }, + "5c82342f2e221644f31c060e": { + "_id": "5c82342f2e221644f31c060e", + "_name": "scope_dovetail_belomo_pso_1_4x24", + "_parent": "55818ae44bdc2dde698b456c", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.1625, 0.1625]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": true, + "CalibrationDistances": [[50, 75, 100, 125, 150, 200, 250, 300]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "591ee00d86f774592f7b841e", "57acb6222459771ec34b5cb0", "5827272a24597748c74bdeea", "58272b392459774b4c7b3ccd"], + "CreditsPrice": 17784, + "CustomAimPlane": "", + "Description": "scope_dovetail_belomo_pso_1m2-1_4×24", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -7, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [2], + "Name": "scope_dovetail_belomo_pso_1m2-1_4×24", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 75, 100, 125, 150, 200, 250, 300], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_dovetail_belomo_pso_1_4x24.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_dovetail_belomo_pso_1m2-1_4×24", + "SightModesCount": 2, + "SightingRange": 600, + "Slots": [{ + "_id": "5c82342f2e221644f31c0610", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5c82342f2e221644f31c060e", + "_props": { + "filters": [{ + "Filter": ["57f3a5ae2459772b0e0bf19e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.6, + "Width": 2, + "Zooms": [[4, 4]], + "aimingSensitivity": 0.2, + "sightModType": "optic" + }, + "_proto": "544a3d0a4bdc2d1b388b4567", + "_type": "Item" + }, + "5c82343a2e221644f31c0611": { + "_id": "5c82343a2e221644f31c0611", + "_name": "scope_dovetail_belomo_pso_1m2_4x24", + "_parent": "55818ae44bdc2dde698b456c", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.1625, 0.1625]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": true, + "CalibrationDistances": [[50, 75, 100, 125, 150, 200, 250, 300]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "591ee00d86f774592f7b841e", "57acb6222459771ec34b5cb0", "5827272a24597748c74bdeea", "58272b392459774b4c7b3ccd"], + "CreditsPrice": 18784, + "CustomAimPlane": "", + "Description": "scope_dovetail_belomo_pso_1m2-1_4×24", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -7, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [2], + "Name": "scope_dovetail_belomo_pso_1m2-1_4×24", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 75, 100, 125, 150, 200, 250, 300], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_dovetail_belomo_pso_1m2_4x24.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_dovetail_belomo_pso_1m2-1_4×24", + "SightModesCount": 2, + "SightingRange": 600, + "Slots": [{ + "_id": "5c82343a2e221644f31c0613", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5c82343a2e221644f31c0611", + "_props": { + "filters": [{ + "Filter": ["57f3a5ae2459772b0e0bf19e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.6, + "Width": 2, + "Zooms": [[4, 4]], + "aimingSensitivity": 0.2, + "sightModType": "optic" + }, + "_proto": "544a3d0a4bdc2d1b388b4567", + "_type": "Item" + }, + "5c86592b2e2216000e69e77c": { + "_id": "5c86592b2e2216000e69e77c", + "_name": "mount_all_iea_kh_f_34mm", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8500, + "Description": "mount_all_nightforce_x_treme_duty_ultralite_one_piece_magmount_34mm", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_all_nightforce_x_treme_duty_ultralite_one_piece_magmount_34mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_all_iea_kh_f_34mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_all_nightforce_x_treme_duty_ultralite_one_piece_magmount_34mm", + "SightingRange": 0, + "Slots": [{ + "_id": "5c86592b2e2216000e69e77e", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5c86592b2e2216000e69e77c", + "_props": { + "filters": [{ + "Filter": ["56ea70acd2720b844b8b4594", "5aa66be6e5b5b0214e506e97"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.199, + "Width": 2 + }, + "_proto": "577d128124597739d65d0e56", + "_type": "Item" + }, + "5c878e9d2e2216000f201903": { + "_id": "5c878e9d2e2216000f201903", + "_name": "muzzle_ar10_lantac_dgn762b_muzzle_brake_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 16800, + "Description": "muzzle_ak_spike_tactical_ak_dynacomp_762x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 34, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ak_spike_tactical_ak_dynacomp_762x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar10_lantac_dgn762b_muzzle_brake_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -15, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ak_spike_tactical_ak_dynacomp_762x39", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -1, + "Weight": 0.09, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "5649aa744bdc2ded0b8b457e", + "_type": "Item" + }, + "5c878ebb2e2216001219d48a": { + "_id": "5c878ebb2e2216001219d48a", + "_name": "muzzle_ak_lantac_dgnak47b_muzzle_brake_762x39", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 12300, + "Description": "muzzle_ak_spike_tactical_ak_dynacomp_762x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 34, + "Loudness": 10, + "MergesWithChildren": true, + "Name": "muzzle_ak_spike_tactical_ak_dynacomp_762x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar10_lantac_dgn762b_muzzle_brake_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -18, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ak_spike_tactical_ak_dynacomp_762x39", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.4, + "Weight": 0.09, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "5649aa744bdc2ded0b8b457e", + "_type": "Item" + }, + "5c87a07c2e2216001219d4a2": { + "_id": "5c87a07c2e2216001219d4a2", + "_name": "stock_ar15_hk_e1", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9200, + "Description": "stock_ar15_hk_slim_line", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_hk_slim_line", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_hk_e1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -33, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_hk_slim_line", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.39, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5c87ca002e221600114cb150": { + "_id": "5c87ca002e221600114cb150", + "_name": "foregrip_all_kac_vertical_grip", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3196, + "Description": "foregrip_all_kac_vertical_grip", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_all_kac_vertical_grip", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_all_kac_vertical_grip.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_all_kac_vertical_grip", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.072, + "Width": 1 + }, + "_proto": "558032614bdc2de7118b4585", + "_type": "Item" + }, + "5c88f24b2e22160bc12c69a6": { + "_id": "5c88f24b2e22160bc12c69a6", + "_name": "mag_svd_izhmash_svd_std_762x54_20", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5c88f24b2e22160bc12c69a8", + "_max_count": 20, + "_name": "cartridges", + "_parent": "5c88f24b2e22160bc12c69a6", + "_props": { + "filters": [{ + "Filter": ["5e023d34e8a400319a28ed44", "5e023d48186a883be655e551", "5e023cf8186a883be655e54f", "59e77a2386f7742ee578960a", "5887431f2459777e1612938f", "560d61e84bdc2da74d8b4571"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 9880, + "Description": "10-ти зарядный полимерный магазин Ижмаш Сайга 545, для одноименного гражданского карабина на базе АК, под патрон 5.45x39.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин Сайга 545 5.45x39 для АК-74 и совместимых на 10 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_svd_izhmash_svd_std_762x54_20.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.45x39 Сайга 545", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.112, + "Width": 1, + "magAnimationIndex": 1 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "5c90c3622e221601da359851": { + "_id": "5c90c3622e221601da359851", + "_name": "mount_dovetail_zenit_b13v", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "59985a6c86f77414ec448d17"], + "CreditsPrice": 7600, + "Description": "mount_ak_tactica_tula_10000", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_ak_tactica_tula_10000", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_dovetail_zenit_b13v.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_ak_tactica_tula_10000", + "SightingRange": 0, + "Slots": [{ + "_id": "5c90c3622e221601da359853", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5c90c3622e221601da359851", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.158, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5c920e902e221644f31c3c99": { + "_id": "5c920e902e221644f31c3c99", + "_name": "mag_p226_sig_extended_mag_9x19_20", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5c920e902e221644f31c3c9b", + "_max_count": 20, + "_name": "cartridges", + "_parent": "5c920e902e221644f31c3c99", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 2940, + "Description": "mag_p226_sig_extended_mag_9x19_20", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_p226_sig_extended_mag_9x19_20", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_p226_sig_extended_mag_9x19_20.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_p226_sig_extended_mag_9x19_20", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.11, + "Width": 1, + "magAnimationIndex": 1 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5c925fa22e221601da359b7b": { + "_id": "5c925fa22e221601da359b7b", + "_name": "patron_9x19_ap_63", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 48, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x19PARA", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 110, + "Damage": 52, + "Description": "patron_9x19_ap_63", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.35, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.05, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 392, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.392, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.03, + "Name": "patron_9x19_ap_63", + "NotShownInSlot": false, + "PenetrationChance": 0.4, + "PenetrationPower": 30, + "PenetrationPowerDiviation": 0.8, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x19_ap_63.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.2, + "SendToClient": false, + "ShortName": "patron_9x19_ap_63", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 2, + "SpeedRetardation": 0.0001, + "StackMaxRandom": 40, + "StackMaxSize": 50, + "StackMinRandom": 15, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.6, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.009, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "9x18 мм ПМ ПС гс ППО", + "casingSounds": "pistol_small" + }, + "_proto": "54527c774bdc2d3f668b4568", + "_type": "Item" + }, + "5c94bbff86f7747ee735c08f": { + "_id": "5c94bbff86f7747ee735c08f", + "_name": "item_keycard_lab_single_use", + "_parent": "5c164d2286f774194c5e69fa", + "_props": { + "AllowSpawnOnLocations": ["laboratory", "Shoreline"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100000, + "Description": "item_keycard_lab_single_use", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_plastic_generic", + "LootExperience": 20, + "MaximumNumberOfUsage": 1, + "MergesWithChildren": false, + "Name": "item_keycard_lab_single_use", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/item_keycard_lab/item_keycard_lab_white.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_keycard_lab_single_use", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5751916f24597720a27126df", + "_type": "Item" + }, + "5c99f3592e221644fc633070": { + "_id": "5c99f3592e221644fc633070", + "_name": "stock_toz-106_pafnuch_mosin_custom", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4850, + "Description": "stock_toz-106_toz_full_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_toz-106_toz_full_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_toz-106_pafnuch_mosin_custom.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -42, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_toz-106_toz_full_std", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5c9e1cd7ae921500134b20f5", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5c99f3592e221644fc633070", + "_props": { + "filters": [{ + "Filter": ["5bbde409d4351e003562b036"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.29, + "Width": 4 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5c99f98d86f7745c314214b3": { + "_id": "5c99f98d86f7745c314214b3", + "_name": "KeyMechanical", + "_parent": "543be5e94bdc2df1348b4568", + "_props": {}, + "_type": "Node" + }, + "5c9a07572e221644f31c4b32": { + "_id": "5c9a07572e221644f31c4b32", + "_name": "handguard_ak_magpul_zhukov_u_blk", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["59984ab886f7743e98271174"], + "CreditsPrice": 19200, + "Description": "handguard_ak_magpul_moe_ak_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 14, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_magpul_moe_ak_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_magpul_zhukov_u_blk.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_magpul_moe_ak_blk", + "SightingRange": 0, + "Slots": [{ + "_id": "5c9a10862e221644fc633462", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5c9a07572e221644f31c4b32", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c9a10942e221601da35a759", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5c9a07572e221644f31c4b32", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c9a10a02e2216000e69fa68", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5c9a07572e221644f31c4b32", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.31, + "Width": 2 + }, + "_proto": "5648b0744bdc2d363b8b4578", + "_type": "Item" + }, + "5c9a1c3a2e2216000e69fb6a": { + "_id": "5c9a1c3a2e2216000e69fb6a", + "_name": "handguard_ak_magpul_zhukov_u_fde", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["59984ab886f7743e98271174"], + "CreditsPrice": 19200, + "Description": "handguard_ak_magpul_moe_ak_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 14, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_magpul_moe_ak_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_magpul_zhukov_u_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_magpul_moe_ak_blk", + "SightingRange": 0, + "Slots": [{ + "_id": "5c9a1c3a2e2216000e69fb6c", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5c9a1c3a2e2216000e69fb6a", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c9a1c3a2e2216000e69fb6d", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5c9a1c3a2e2216000e69fb6a", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c9a1c3a2e2216000e69fb6e", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5c9a1c3a2e2216000e69fb6a", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.31, + "Width": 2 + }, + "_proto": "5648b0744bdc2d363b8b4578", + "_type": "Item" + }, + "5c9a1c422e221600106f69f0": { + "_id": "5c9a1c422e221600106f69f0", + "_name": "handguard_ak_magpul_zhukov_u_plm", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["59984ab886f7743e98271174"], + "CreditsPrice": 19200, + "Description": "handguard_ak_magpul_moe_ak_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 14, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_magpul_moe_ak_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_magpul_zhukov_u_plm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_magpul_moe_ak_blk", + "SightingRange": 0, + "Slots": [{ + "_id": "5c9a1c422e221600106f69f2", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5c9a1c422e221600106f69f0", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c9a1c422e221600106f69f3", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5c9a1c422e221600106f69f0", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c9a1c422e221600106f69f4", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5c9a1c422e221600106f69f0", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.31, + "Width": 2 + }, + "_proto": "5648b0744bdc2d363b8b4578", + "_type": "Item" + }, + "5c9a25172e2216000f20314e": { + "_id": "5c9a25172e2216000f20314e", + "_name": "handguard_ar15_dd_ris_ii_12,25", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a34fbadc4a28200741e230a", "5ae30e795acfc408fb139a0b", "56ea8d2fd2720b7c698b4570", "55d35ee94bdc2d61338b4568"], + "CreditsPrice": 17400, + "Description": "Цевье Daniel Defence RIS II 9.5. Является частью программы SOPMOD Block II для замены штатного цевья карабина M4CQBR или Mk18 в подразделениях US SOCOM. Выполнено из легкого и прочного авиационного алюминия. Снабжено 4-мя направляющими для крепления дополнительного оборудования. Данный вариант цевья не совместим с подствольным гранатометом М203.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Цевье Daniel Defence RIS II 9.5 для AR-15 и совместимых", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar15_dd_ris_ii_12,25.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "RIS II 9.5", + "SightingRange": 0, + "Slots": [{ + "_id": "5c9a25172e2216000f203150", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5c9a25172e2216000f20314e", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5a7dbfc1159bd40016548fde", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c9a25172e2216000f203151", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5c9a25172e2216000f20314e", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c9a25172e2216000f203152", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5c9a25172e2216000f20314e", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c9a25172e2216000f203153", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5c9a25172e2216000f20314e", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c9a25172e2216000f203154", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5c9a25172e2216000f20314e", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c", "55d4af3a4bdc2d972f8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c9a25172e2216000f203155", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5c9a25172e2216000f20314e", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c9a25ed2e221600106f6af0", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_003", + "_parent": "5c9a25172e2216000f20314e", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.502, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5c9a26332e2216001219ea70": { + "_id": "5c9a26332e2216001219ea70", + "_name": "handguard_ar15_dd_ris_ii_fsp_9,5", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 15800, + "Description": "Цевье Daniel Defence RIS II 9.5. Является частью программы SOPMOD Block II для замены штатного цевья карабина M4CQBR или Mk18 в подразделениях US SOCOM. Выполнено из легкого и прочного авиационного алюминия. Снабжено 4-мя направляющими для крепления дополнительного оборудования. Данный вариант цевья не совместим с подствольным гранатометом М203.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Цевье Daniel Defence RIS II 9.5 для AR-15 и совместимых", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar15_dd_ris_ii_fsp_9,5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "RIS II 9.5", + "SightingRange": 0, + "Slots": [{ + "_id": "5c9a26332e2216001219ea72", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5c9a26332e2216001219ea70", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5a7dbfc1159bd40016548fde", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c9a26332e2216001219ea74", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5c9a26332e2216001219ea70", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c9a26332e2216001219ea75", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5c9a26332e2216001219ea70", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5c9a26332e2216001219ea77", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5c9a26332e2216001219ea70", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.3, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5ca20abf86f77418567a43f2": { + "_id": "5ca20abf86f77418567a43f2", + "_name": "item_equipment_rig_triton", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 26469, + "Description": "commando", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5ca20abf86f77418567a43f4", + "_name": "1", + "_parent": "5ca20abf86f77418567a43f2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5ca20abf86f77418567a43f5", + "_name": "2", + "_parent": "5ca20abf86f77418567a43f2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5ca20abf86f77418567a43f6", + "_name": "3", + "_parent": "5ca20abf86f77418567a43f2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5ca20abf86f77418567a43f7", + "_name": "4", + "_parent": "5ca20abf86f77418567a43f2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5ca20abf86f77418567a43f8", + "_name": "5", + "_parent": "5ca20abf86f77418567a43f2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5ca20abf86f77418567a43f9", + "_name": "6", + "_parent": "5ca20abf86f77418567a43f2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5ca20abf86f77418567a43fa", + "_name": "7", + "_parent": "5ca20abf86f77418567a43f2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5ca20abf86f77418567a43fb", + "_name": "8", + "_parent": "5ca20abf86f77418567a43f2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "commando", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_triton/item_equipment_rig_triton.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RigLayoutName": "Commando", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "commando", + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.3, + "Width": 4, + "armorClass": 0, + "armorZone": [], + "mousePenalty": 0, + "speedPenaltyPercent": -1, + "weaponErgonomicPenalty": -2 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "5ca20d5986f774331e7c9602": { + "_id": "5ca20d5986f774331e7c9602", + "_name": "item_equipment_backpack_wartech", + "_parent": "5448e53e4bdc2d60728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 19200, + "Description": "Very Wild Backpack", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "GridLayoutName": "", + "Grids": [{ + "_id": "5ca20d5986f774331e7c9604", + "_name": "main", + "_parent": "5ca20d5986f774331e7c9602", + "_props": { + "cellsH": 4, + "cellsV": 5, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 5, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_backpack", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Very Wild Backpack", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_wartech/item_equipment_backpack_wartech.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "VWB", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.8, + "Width": 4, + "speedPenaltyPercent": -2 + }, + "_proto": "545cdae64bdc2d39198b4568", + "_type": "Item" + }, + "5ca20ee186f774799474abc2": { + "_id": "5ca20ee186f774799474abc2", + "_name": "item_equipment_helmet_vulkan5", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": true, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.132, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 264827, + "DeafStrength": "High", + "Description": "helmet_altyn", + "DiscardingBlock": false, + "Durability": 55, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 55, + "MergesWithChildren": true, + "Name": "helmet_altyn", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_vulkan_5/item_equipment_helmet_vulkan_5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 1937, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.4, + "z": 50 + }, + "SendToClient": true, + "ShortName": "helmet_altyn", + "Slots": [{ + "_id": "5ca20ee186f774799474abc4", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment", + "_parent": "5ca20ee186f774799474abc2", + "_props": { + "filters": [{ + "Filter": ["5ca2113f86f7740b2547e1d2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 0.05, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 4.5, + "Width": 2, + "armorClass": "6", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape", "Ears"], + "mousePenalty": -33, + "speedPenaltyPercent": -7, + "weaponErgonomicPenalty": -20 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5ca2113f86f7740b2547e1d2": { + "_id": "5ca2113f86f7740b2547e1d2", + "_name": "item_equipment_helmet_vulkan_shield", + "_parent": "57bef4c42459772e8d35a53b", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Glass", + "BackgroundColor": "default", + "BlindnessProtection": 0.1, + "BlocksEarpiece": false, + "BlocksEyewear": true, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.08, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 54320, + "DeafStrength": "None", + "Description": "helmet_altyn_face_shield", + "DiscardingBlock": false, + "Durability": 85, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": true, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": true, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaterialType": "GlassVisor", + "MaxDurability": 85, + "MergesWithChildren": false, + "Name": "helmet_altyn_face_shield", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_vulkan_5_shield/item_equipment_helmet_vulkan_5_shield.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 125, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0.7, + "y": 0.4, + "z": 55 + }, + "SendToClient": true, + "ShortName": "helmet_altyn_face_shield", + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.8, + "Width": 2, + "armorClass": "4", + "armorZone": ["Head"], + "headSegments": ["Eyes", "Jaws"], + "mousePenalty": -9, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": -10 + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5ca2151486f774244a3b8d30": { + "_id": "5ca2151486f774244a3b8d30", + "_name": "item_equipment_armor_redut_m", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.24, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 102874, + "DeafStrength": "None", + "Description": "iotv_mob", + "DiscardingBlock": false, + "Durability": 60, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 4, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 60, + "MergesWithChildren": false, + "Name": "iotv_mob", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_redut_m/item_equipment_armor_redut_m.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 937, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": true, + "ShortName": "iotv_mob", + "Slots": [], + "SpawnChance": 0.1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 13.5, + "Width": 3, + "armorClass": "5", + "armorZone": ["Chest", "Stomach"], + "headSegments": [], + "mousePenalty": -12, + "speedPenaltyPercent": -13, + "weaponErgonomicPenalty": -11 + }, + "_proto": "545cdb794bdc2d3a198b456a", + "_type": "Item" + }, + "5ca21c6986f77479963115a7": { + "_id": "5ca21c6986f77479963115a7", + "_name": "item_equipment_armor_redut_t", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.24, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 188296, + "DeafStrength": "None", + "Description": "item_equipment_armor_redut_t", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 4, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "item_equipment_armor_redut_t", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_redut_t5/item_equipment_armor_redut_t5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 1375, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": true, + "ShortName": "item_equipment_armor_redut_t", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 16.5, + "Width": 4, + "armorClass": "5", + "armorZone": ["LeftArm", "RightArm", "Chest", "Stomach"], + "headSegments": [], + "mousePenalty": -15, + "speedPenaltyPercent": -37, + "weaponErgonomicPenalty": -14 + }, + "_proto": "545cdb794bdc2d3a198b456a", + "_type": "Item" + }, + "5cadc190ae921500103bb3b6": { + "_id": "5cadc190ae921500103bb3b6", + "_name": "weapon_beretta_m9a3_9x19", + "_parent": "5447b5cf4bdc2d65278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.026, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.02, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0, + "Chambers": [{ + "_id": "5cadc190ae921500103bb3bd", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5cadc190ae921500103bb3b6", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 5, + "CoolFactor": 1, + "CreditsPrice": 4800, + "Description": "Зиган", + "DeviationCurve": 5, + "DeviationMax": 17, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 70, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_pistol", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "Пистолет P226R 9х19", + "NotShownInSlot": false, + "OperatingResource": 2300, + "Prefab": { + "path": "assets/content/weapons/m9a3/weapon_beretta_m9a3_9x19_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 85, + "RecoilCenter": { + "x": 0, + "y": -0.44, + "z": -0.005 + }, + "RecoilForceBack": 280, + "RecoilForceUp": 475, + "RecolDispersion": 20, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 54, + "RepairSpeed": 2, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.45, + "z": -0.05 + }, + "SendToClient": false, + "ShortName": "P226R", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5cadc190ae921500103bb3b8", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5cadc190ae921500103bb3b6", + "_props": { + "filters": [{ + "Filter": ["5cadc1c6ae9215000f2775a4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5cadc190ae921500103bb3b9", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5cadc190ae921500103bb3b6", + "_props": { + "filters": [{ + "Filter": ["5cadc431ae921500113bb8d5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5cadc190ae921500103bb3ba", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5cadc190ae921500103bb3b6", + "_props": { + "filters": [{ + "Filter": ["5cadc55cae921500103bb3be"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5cadc190ae921500103bb3bb", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5cadc190ae921500103bb3b6", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5cadc2e0ae9215051e1c21e7"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5cadc190ae921500103bb3bc", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5cadc190ae921500103bb3b6", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5a7b4900e899ef197b331a2a", "5b3a08b25acfc4001754880c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.231, + "Width": 2, + "ammoCaliber": "Caliber9x19PARA", + "bEffDist": 50, + "bFirerate": 30, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "56d59d3ad2720bdb418b4577", + "defMagType": "5cadc2e0ae9215051e1c21e7", + "durabSpawnMax": 70, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 10, + "weapClass": "pistol", + "weapFireType": ["single"], + "weapUseType": "secondary" + }, + "_proto": "5448bd6b4bdc2dfc2f8b4569", + "_type": "Item" + }, + "5cadc1c6ae9215000f2775a4": { + "_id": "5cadc1c6ae9215000f2775a4", + "_name": "barrel_m9_127mm_m9a3_std_9x19", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.29, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1660, + "Description": "barrel_p226_112mm_threaded_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_p226_112mm_threaded_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_m9_127mm_m9a3_std_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_p226_112mm_threaded_9x19", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5cadc1c6ae9215000f2775a6", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5cadc1c6ae9215000f2775a4", + "_props": { + "filters": [{ + "Filter": ["5cadc390ae921500126a77f1", "5c7e8fab2e22165df16b889b", "5a33a8ebc4a282000c5a950d", "5c6165902e22160010261b28", "5a32a064c4a28200741e22de"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -2.4, + "Weight": 0.2, + "Width": 1 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5cadc2e0ae9215051e1c21e7": { + "_id": "5cadc2e0ae9215051e1c21e7", + "_name": "mag_m9_beretta_m9a3_std_9x19_17", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5cadc2e0ae9215051e1c21e9", + "_max_count": 17, + "_name": "cartridges", + "_parent": "5cadc2e0ae9215051e1c21e7", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1800, + "Description": "бла бла бла", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин стандартный 9х19 для P226 на 15 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_m9_beretta_m9a3_std_9x19_17.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "9х19 P226", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.082, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5cadc390ae921500126a77f1": { + "_id": "5cadc390ae921500126a77f1", + "_name": "muzzle_m9_beretta_m9a3_protector_std_9x19", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 300, + "Description": "muzzle_p226_sig_thread_protector_std_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_p226_sig_thread_protector_std_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_m9_beretta_m9a3_protector_std_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_p226_sig_thread_protector_std_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.01, + "Width": 1, + "muzzleModType": "muzzleCombo" + }, + "_proto": "560838c94bdc2d77798b4569", + "_type": "Item" + }, + "5cadc431ae921500113bb8d5": { + "_id": "5cadc431ae921500113bb8d5", + "_name": "pistolgrip_m9_beretta_m9a3_std", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 800, + "Description": "бла бла бла", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Пистолетная рукоятка Sig Sauer черн. полимер для P226", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_m9_beretta_m9a3_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "GRIP226BLKPOL", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.09, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "5cadc55cae921500103bb3be": { + "_id": "5cadc55cae921500103bb3be", + "_name": "reciever_m9_beretta_m9a3_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2350, + "Description": "бла бла бла", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Затвор Sig P226R 9x19 для пистолета P226", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_m9_beretta_m9a3_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Затвор P226", + "SightingRange": 0, + "Slots": [{ + "_id": "5cadc55cae921500103bb3c0", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5cadc55cae921500103bb3be", + "_props": { + "filters": [{ + "Filter": ["5cadd940ae9215051e1c2316", "5cadd954ae921500103bb3c2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cadc55cae921500103bb3c1", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5cadc55cae921500103bb3be", + "_props": { + "filters": [{ + "Filter": ["5cadd919ae921500126a77f3"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.19, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5cadd919ae921500126a77f3": { + "_id": "5cadd919ae921500126a77f3", + "_name": "sight_front_m9_beretta_m9a3_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 460, + "CustomAimPlane": "", + "Description": "sight_front_p226_sig_p226r_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_p226_sig_p226r_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_m9_beretta_m9a3_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_p226_sig_p226r_std", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.007, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5cadd940ae9215051e1c2316": { + "_id": "5cadd940ae9215051e1c2316", + "_name": "sight_rear_m9_beretta_m9a3_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 505, + "CustomAimPlane": "", + "Description": "sight_rear_p226_sig_p226r_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_p226_sig_p226r_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_m9_beretta_m9a3_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_p226_sig_p226r_std", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.008, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "56d5a661d2720bd8418b456b", + "_type": "Item" + }, + "5cadd954ae921500103bb3c2": { + "_id": "5cadd954ae921500103bb3c2", + "_name": "sight_rear_m9_sight_mount_m9", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3600, + "CustomAimPlane": "", + "Description": "sight_rear_p226_sight_mount_220-239", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_p226_sight_mount_220-239", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_m9_sight_mount_m9.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_p226_sight_mount_220-239", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [{ + "_id": "5cadd954ae921500103bb3c4", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5cadd954ae921500103bb3c2", + "_props": { + "filters": [{ + "Filter": ["577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 20, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.028, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "5649d9a14bdc2d79388b4580", + "_type": "Item" + }, + "5cadf6ddae9215051e1c23b2": { + "_id": "5cadf6ddae9215051e1c23b2", + "_name": "patron_127x55_ps12", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 60, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 0.5, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber127x55", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 340, + "Damage": 115, + "Description": "patron_12,7x55_ps12", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.4, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.3, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.2, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 285, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.3, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 4, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_12,7x55_ps12", + "NotShownInSlot": false, + "PenetrationChance": 0.6, + "PenetrationPower": 28, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_12,7x55_ps12.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.4, + "SendToClient": false, + "ShortName": "patron_12,7x55_ps12", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 3, + "SpeedRetardation": 0.00009, + "StackMaxRandom": 15, + "StackMaxSize": 30, + "StackMinRandom": 3, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.7, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.07, + "Width": 1, + "ammoAccr": 10, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 25, + "casingName": "5.45x39 мм ПС", + "casingSounds": "127rifle" + }, + "_proto": "56dff338d2720bbd668b4569", + "_type": "Item" + }, + "5cadf6e5ae921500113bb973": { + "_id": "5cadf6e5ae921500113bb973", + "_name": "patron_127x55_ps12a", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 22, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 0.5, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber127x55", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 280, + "Damage": 165, + "Description": "patron_12,7x55_ps12a", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.7, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.3, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 290, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.35, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 5, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_12,7x55_ps12a", + "NotShownInSlot": false, + "PenetrationChance": 0.1, + "PenetrationPower": 10, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_12,7x55_ps12a.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.2, + "SendToClient": false, + "ShortName": "patron_12,7x55_ps12a", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 5, + "SpeedRetardation": 0.00009, + "StackMaxRandom": 30, + "StackMaxSize": 30, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.9, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.044, + "Width": 1, + "ammoAccr": -15, + "ammoDist": 0, + "ammoHear": 30, + "ammoRec": -12, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 25, + "casingName": "5.45x39 мм ПС", + "casingSounds": "127rifle" + }, + "_proto": "56dff338d2720bbd668b4569", + "_type": "Item" + }, + "5cadf6eeae921500134b2799": { + "_id": "5cadf6eeae921500134b2799", + "_name": "patron_127x55_ps12b", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 57, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 0.5, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber127x55", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 455, + "Damage": 102, + "Description": "patron_12,7x55_ps12b", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.8, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.3, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.15, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 300, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 4, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_12,7x55_ps12b", + "NotShownInSlot": false, + "PenetrationChance": 0.8, + "PenetrationPower": 46, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_12,7x55_ps12b.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.5, + "SendToClient": false, + "ShortName": "patron_12,7x55_ps12b", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 3, + "SpeedRetardation": 0.00009, + "StackMaxRandom": 30, + "StackMaxSize": 30, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.8, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.055, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 15, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 25, + "casingName": "5.45x39 мм ПС", + "casingSounds": "127rifle" + }, + "_proto": "56dff338d2720bbd668b4569", + "_type": "Item" + }, + "5cadfbf7ae92152ac412eeef": { + "_id": "5cadfbf7ae92152ac412eeef", + "_name": "weapon_ckib_ash_12_127x55", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.19, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.23, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.052, + "Chambers": [{ + "_id": "5cadfbf7ae92152ac412eef1", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5cadfbf7ae92152ac412eeef", + "_props": { + "filters": [{ + "Filter": ["5cadf6ddae9215051e1c23b2", "5cadf6e5ae921500113bb973", "5cadf6eeae921500134b2799"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 1.5, + "CoolFactor": 1, + "CreditsPrice": 93800, + "Description": "Автомат Калашникова калибра 5,45 мм, разработанный в 1970 году конструктором М. Т. Калашниковым. Дальнейшее развитие АКМ в связи с переходом Вооруженных Сил на новый боеприпас 5.45x39. Основное отличие от штатного АК-74 это наличие крепления для оптических и ночных прицелов.", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 55, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 2, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "Автомат Калашникова АК-74Н 5.45x39", + "NotShownInSlot": false, + "OperatingResource": 4700, + "Prefab": { + "path": "assets/content/weapons/ash12/weapon_ckib_ash_12_127x55_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": 0 + }, + "RecoilForceBack": 450, + "RecoilForceUp": 155, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 469, + "RepairSpeed": 5, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.27, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "АК-74N 5.45x39", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5cadfbf7ae92152ac412eef4", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5cadfbf7ae92152ac412eeef", + "_props": { + "filters": [{ + "Filter": ["5caf17c9ae92150b30006be1", "5caf187cae92157c28402e43"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cadfbf7ae92152ac412eef7", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5cadfbf7ae92152ac412eeef", + "_props": { + "filters": [{ + "Filter": ["5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5fb6564947ce63734e3fa1da", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5fc0fa957283c4046c58147e", "5894a81786f77427140b8347"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cadfbf7ae92152ac412eef9", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5cadfbf7ae92152ac412eeef", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5caf1041ae92157c28402e3f", "5caf1109ae9215753c44119f"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5caf1bc1ae921576eb05cc77", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5cadfbf7ae92152ac412eeef", + "_props": { + "filters": [{ + "Filter": ["5caf16a2ae92152ac412efbc", "5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5caf1bd5ae9215755f417da1", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "5cadfbf7ae92152ac412eeef", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5a7dbfc1159bd40016548fde", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34", "5cdaa99dd7f00c002412d0b2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cc08743ae921547db318b9b", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5cadfbf7ae92152ac412eeef", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5caf1691ae92152ac412efb9", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cc087c1ae92150010399ab0", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5cadfbf7ae92152ac412eeef", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cc087c9ae921547db318b9c", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5cadfbf7ae92152ac412eeef", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cc087d0ae921500dc1fc310", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5cadfbf7ae92152ac412eeef", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 0.06, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.1, + "Weight": 5.1, + "Width": 4, + "ammoCaliber": "Caliber127x55", + "bEffDist": 650, + "bFirerate": 650, + "bHearDist": 140, + "chamberAmmoCount": 1, + "defAmmo": "5cadf6ddae9215051e1c23b2", + "defMagType": "5caf1041ae92157c28402e3f", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5caf1041ae92157c28402e3f": { + "_id": "5caf1041ae92157c28402e3f", + "_name": "mag_ash12_ckib_ash12_std_127x55_10", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5caf1041ae92157c28402e41", + "_max_count": 10, + "_name": "cartridges", + "_parent": "5caf1041ae92157c28402e3f", + "_props": { + "filters": [{ + "Filter": ["5cadf6ddae9215051e1c23b2", "5cadf6e5ae921500113bb973", "5cadf6eeae921500134b2799"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 6600, + "Description": "mag_ash12_ckib_ash12_std_127x55_10", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ash12_ckib_ash12_std_127x55_10", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ash12_ckib_ash12_std_127x55_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ash12_ckib_ash12_std_127x55_10", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.35, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "5caf1109ae9215753c44119f": { + "_id": "5caf1109ae9215753c44119f", + "_name": "mag_ash12_ckib_ash12_std_127x55_20", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5caf1109ae9215753c4411a1", + "_max_count": 20, + "_name": "cartridges", + "_parent": "5caf1109ae9215753c44119f", + "_props": { + "filters": [{ + "Filter": ["5cadf6ddae9215051e1c23b2", "5cadf6e5ae921500113bb973", "5cadf6eeae921500134b2799"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 16600, + "Description": "mag_ash12_ckib_ash12_std_127x55_10", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -7, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 15, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ash12_ckib_ash12_std_127x55_10", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ash12_ckib_ash12_std_127x55_20.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ash12_ckib_ash12_std_127x55_10", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.5, + "Width": 1, + "magAnimationIndex": 1 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "5caf1691ae92152ac412efb9": { + "_id": "5caf1691ae92152ac412efb9", + "_name": "sight_rear_all_ckib_ash12_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5bb20e49d4351e3bac1212de", "5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5fb6564947ce63734e3fa1da", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5fc0fa957283c4046c58147e", "5894a81786f77427140b8347"], + "CreditsPrice": 1800, + "CustomAimPlane": "", + "Description": "sight_rear_ar15_colt_carry_hande_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_ar15_colt_carry_hande_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_all_ckib_ash12_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_ar15_colt_carry_hande_std", + "SightModesCount": 1, + "SightingRange": 600, + "Slots": [{ + "_id": "5caf1691ae92152ac412efbb", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5caf1691ae92152ac412efb9", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.15, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5caf16a2ae92152ac412efbc": { + "_id": "5caf16a2ae92152ac412efbc", + "_name": "sight_front_all_ckib_ash12_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2233, + "CustomAimPlane": "", + "Description": "sight_front_all_kac_folding_micro_sight", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_all_kac_folding_micro_sight", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_all_ckib_ash12_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_all_kac_folding_micro_sight", + "SightModesCount": 1, + "SightingRange": 300, + "Slots": [], + "SpawnChance": 43, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5caf17c9ae92150b30006be1": { + "_id": "5caf17c9ae92150b30006be1", + "_name": "muzzle_ash12_ckib_ash12_std_127x55", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6100, + "Description": "Штатный дульный тормоз компенсатор производства Ижмаш для автомата АК-74 и других моделей на его базе.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Дульный тормоз компенсатор Ижмаш 5.45x39 для АК-74", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ash12_ckib_ash12_std_127x55.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -24, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.56x45 АК-74", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.15, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5caf187cae92157c28402e43": { + "_id": "5caf187cae92157c28402e43", + "_name": "silencer_ash12_ckib_ash12_std_127x55", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 10, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 35889, + "Description": "Глушитель Пламегаситель Тактический ТГП-А производства ГУ НПО \"Спецтехника и связь\" для автоматов на базе АК 5.45х39.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.45, + "EffectiveDistance": 0, + "Ergonomics": -21, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -15, + "MergesWithChildren": true, + "Name": "Глушитель Пламегаситель ТГП-А 5.45х39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_ash12_ckib_ash12_std_127x55.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -18, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ТГП-А", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1, + "Weight": 0.7, + "Width": 2, + "muzzleModType": "pms" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "5cbda392ae92155f3c17c39f": { + "_id": "5cbda392ae92155f3c17c39f", + "_name": "handguard_ak_izhmash_ak100_rail_plastic", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1322, + "Description": "handguard_ak_izhmash_ak100_rail_plastic", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1.2, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_izhmash_ak100_rail_plastic", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_izhmash_ak100_rail_plastic.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_izhmash_ak100_rail_plastic", + "SightingRange": 0, + "Slots": [{ + "_id": "5cbda485ae9215001039956b", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5cbda392ae92155f3c17c39f", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cbda4bfae9215000d50e06d", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5cbda392ae92155f3c17c39f", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.27, + "Width": 1 + }, + "_proto": "5648b0744bdc2d363b8b4578", + "_type": "Item" + }, + "5cbda9f4ae9215000e5b9bfc": { + "_id": "5cbda9f4ae9215000e5b9bfc", + "_name": "handguard_ak_izhmash_ak74_std_plum", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1122, + "Description": "Полимерное цевье для автомата АК-74 производства Ижмаш, пришедшее на смену классическому деревянному.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1.2, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Цевье пполимерное для AK-74", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_izhmash_ak74_std_plum.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "AK-74 пл.ц.", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.25, + "Width": 1 + }, + "_proto": "5648b0744bdc2d363b8b4578", + "_type": "Item" + }, + "5cbdaf89ae9215000e5b9c94": { + "_id": "5cbdaf89ae9215000e5b9c94", + "_name": "mag_ak74_izhmash_6L23_plum_545x39_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5cbdaf89ae9215000e5b9c96", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5cbdaf89ae9215000e5b9c94", + "_props": { + "filters": [{ + "Filter": ["5c0d5e4486f77478390952fe", "56dfef82d2720bbd668b4567", "56dff026d2720bb8668b4567", "56dff061d2720bb5668b4567", "56dff0bed2720bb0668b4567", "56dff216d2720bbd668b4568", "56dff2ced2720bb4668b4567", "56dff338d2720bbd668b4569", "56dff3afd2720bba668b4567", "56dff421d2720b5f5a8b4567", "56dff4a2d2720bbd668b456a", "56dff4ecd2720b5f5a8b4568"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 2100, + "Description": "30-ти зарядный полимерный магазин Ижмаш 6Л23, под патрон 5.45x39 для АК-74 и совместимых.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 15, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин 6Л23 5.45x39 для АК-74 и совместимых на 30 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ak74_izhmash_6l23_plum_545x39_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.45x39 6Л23", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.215, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55802d5f4bdc2dac148b458e", + "_type": "Item" + }, + "5cbdb1b0ae9215000d50e105": { + "_id": "5cbdb1b0ae9215000d50e105", + "_name": "stock_ak74_izhmash_ak74_std_plum", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2168, + "Description": "stock_ak74_izhmash_ak74_std_plastic", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak74_izhmash_ak74_std_plastic", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ak74_izhmash_ak74_std_plum.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": -32, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak74_izhmash_ak74_std_plastic", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5cbdb1b0ae9215000d50e107", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5cbdb1b0ae9215000d50e105", + "_props": { + "filters": [{ + "Filter": ["5a0c59791526d8dba737bba7"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.35, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5cbdc23eae9215001136a407": { + "_id": "5cbdc23eae9215001136a407", + "_name": "mag_ak_molot_rpk_drum_762x39_75", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": true, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5cbdc23eae9215001136a409", + "_max_count": 75, + "_name": "cartridges", + "_parent": "5cbdc23eae9215001136a407", + "_props": { + "filters": [{ + "Filter": ["59e655cb86f77411dc52a77b", "59e6542b86f77411dc52a77a", "59e6658b86f77411d949b250", "5f0596629e22f464da6bbdd9", "59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 30, + "ConflictingItems": [], + "CreditsPrice": 29000, + "Description": "mag_ak_molot_rpk_drum_762x39_75", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -26, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 90, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ak_molot_rpk_drum_762x39_75", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ak_molot_rpk_drum_762x39_75.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ak_molot_rpk_drum_762x39_75", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.9, + "Width": 2, + "magAnimationIndex": 5 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "5cc6ea78e4a949000e1ea3c1": { + "_id": "5cc6ea78e4a949000e1ea3c1", + "_name": "charge_p90_fn_p90_std", + "_parent": "55818a6f4bdc2db9688b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1600, + "Description": "charge_p90_fn_p90_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "charge_p90_fn_p90_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/charges/charge_p90_fn_p90_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "charge_p90_fn_p90_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 25, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.017, + "Width": 1 + }, + "_proto": "55d44fd14bdc2d962f8b456e", + "_type": "Item" + }, + "5cc6ea85e4a949000e1ea3c3": { + "_id": "5cc6ea85e4a949000e1ea3c3", + "_name": "charge_p90_km_the_handler", + "_parent": "55818a6f4bdc2db9688b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2663, + "Description": "Рукоятка затвора РП-1 от компании Зенит. Совместима со всеми моделями автомата Калашникова и карабинами, созданными на базе АК. \nРП-1 увеличивает штатную рукоятку затвора улучшая эргономику оружия, делает обращение с ним более удобным.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": true, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Рукоятка затвора РП-1 для АК и совместимых", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/charges/charge_p90_km_the_handler.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Рукоятка затвора РП-1", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.019, + "Width": 1 + }, + "_proto": "55d44fd14bdc2d962f8b456e", + "_type": "Item" + }, + "5cc70093e4a949033c734312": { + "_id": "5cc70093e4a949033c734312", + "_name": "mag_p90_fn_p90_std_57x28_50", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5cc70093e4a949033c734314", + "_max_count": 50, + "_name": "cartridges", + "_parent": "5cc70093e4a949033c734312", + "_props": { + "filters": [{ + "Filter": ["5cc80f53e4a949000e1ea4f8", "5cc86832d7f00c000d3a6e6c", "5cc86840d7f00c002412c56c", "5cc80f67e4a949035e43bbba", "5cc80f38e4a949001152b560", "5cc80f8fe4a949033b0224a2", "5cc80f79e4a949033c7343b2"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 1, + "CheckTimeModifier": -20, + "ConflictingItems": [], + "CreditsPrice": 10500, + "Description": "mag_ak_molot_rpk_drum_762x39_75", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 75, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ak_molot_rpk_drum_762x39_75", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_p90_fn_p90_std_57x28_50.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ak_molot_rpk_drum_762x39_75", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.45, + "Width": 2, + "magAnimationIndex": 5 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "5cc700b9e4a949000f0f0f25": { + "_id": "5cc700b9e4a949000f0f0f25", + "_name": "stock_p90_fn_p90_std", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3500, + "Description": "stock_ak74_izhmash_ak74_std_plastic", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 26, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": true, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak74_izhmash_ak74_std_plastic", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_p90_fn_p90_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak74_izhmash_ak74_std_plastic", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5cc83904d7f00c000d3a6b5b", + "_mergeSlotWithChildren": false, + "_name": "mod_stock_000", + "_parent": "5cc700b9e4a949000f0f0f25", + "_props": { + "filters": [{ + "Filter": ["5cc700d4e4a949000f0f0f28", "5cc700cae4a949035e43ba72"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 20, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.4, + "Width": 3 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5cc700cae4a949035e43ba72": { + "_id": "5cc700cae4a949035e43ba72", + "_name": "stock_p90_fn_p90_butt_pad_std", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": true, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2250, + "Description": "stock_ak_izhmash_6g15u_butt_pad", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak_izhmash_6g15u_butt_pad", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_p90_fn_p90_butt_pad_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak_izhmash_6g15u_butt_pad", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.06, + "Width": 1 + }, + "_proto": "58d2912286f7744e27117493", + "_type": "Item" + }, + "5cc700d4e4a949000f0f0f28": { + "_id": "5cc700d4e4a949000f0f0f28", + "_name": "stock_p90_damage industries_butt_pad", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": true, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4150, + "Description": "stock_ak_izhmash_6g15u_butt_pad", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak_izhmash_6g15u_butt_pad", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_p90_damage industries_butt_pad.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -5, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak_izhmash_6g15u_butt_pad", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.09, + "Width": 1 + }, + "_proto": "58d2912286f7744e27117493", + "_type": "Item" + }, + "5cc700ede4a949033c734315": { + "_id": "5cc700ede4a949033c734315", + "_name": "reciever_p90_fn_effen_90", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3800, + "Description": "Штатная крышка ствольной коробки АК-74 производства Ижмаш.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 1, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Крышка ствольной коробки Ижмаш для АК-74", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_p90_fn_effen_90.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Кск АК74", + "SightingRange": 0, + "Slots": [{ + "_id": "5cc8397ed7f00c000e257553", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5cc700ede4a949033c734315", + "_props": { + "filters": [{ + "Filter": ["5cc7012ae4a949001252b43e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cc8398ad7f00c000d3a6b5c", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5cc700ede4a949033c734315", + "_props": { + "filters": [{ + "Filter": ["5cc7012ae4a949001252b43e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cc83994d7f00c0010226473", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5cc700ede4a949033c734315", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.25, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5cc70102e4a949035e43ba74": { + "_id": "5cc70102e4a949035e43ba74", + "_name": "reciever_p90_fn_p90_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2400, + "Description": "Штатная крышка ствольной коробки АК-74 производства Ижмаш.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 1, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Крышка ствольной коробки Ижмаш для АК-74", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_p90_fn_p90_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Кск АК74", + "SightingRange": 0, + "Slots": [{ + "_id": "5cc83ab4d7f00c0012066ad5", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5cc70102e4a949035e43ba74", + "_props": { + "filters": [{ + "Filter": ["5cebec38d7f00c00110a652a", "5cc7015ae4a949001152b4c6"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cc83ac0d7f00c000e257554", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5cc70102e4a949035e43ba74", + "_props": { + "filters": [{ + "Filter": ["5cc70146e4a949000d73bf6b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cc83acbd7f00c000f5f5eda", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5cc70102e4a949035e43ba74", + "_props": { + "filters": [{ + "Filter": ["5cc70146e4a949000d73bf6b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.31, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5cc7012ae4a949001252b43e": { + "_id": "5cc7012ae4a949001252b43e", + "_name": "mount_p90_fn_effen_90_side_rail", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "mount_keymod_strike_industries_4_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_strike_industries_4_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_p90_fn_effen_90_side_rail.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_strike_industries_4_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5cc7012ae4a949001252b440", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5cc7012ae4a949001252b43e", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5cc70146e4a949000d73bf6b": { + "_id": "5cc70146e4a949000d73bf6b", + "_name": "mount_p90_fn_receiver_side_rail_std", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "mount_keymod_strike_industries_4_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_strike_industries_4_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_p90_fn_receiver_side_rail_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_strike_industries_4_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5cc70146e4a949000d73bf6d", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5cc70146e4a949000d73bf6b", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5cc7015ae4a949001152b4c6": { + "_id": "5cc7015ae4a949001152b4c6", + "_name": "mount_p90_fn_receiver_top_rail_std", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "mount_keymod_strike_industries_4_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_strike_industries_4_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_p90_fn_receiver_top_rail_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_strike_industries_4_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5cc83b46d7f00c000d3a6b5e", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5cc7015ae4a949001152b4c6", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5c5952732e2216398b5abda2", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cc83b50d7f00c000e257555", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5cc7015ae4a949001152b4c6", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cc83b5dd7f00c000f5f5edb", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5cc7015ae4a949001152b4c6", + "_props": { + "filters": [{ + "Filter": ["5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5fb6564947ce63734e3fa1da", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5fc0fa957283c4046c58147e", "5894a81786f77427140b8347"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.27, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5cc701aae4a949000e1ea45c": { + "_id": "5cc701aae4a949000e1ea45c", + "_name": "barrel_p90_264mm_57x28", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.1, + "ChangePriceCoef": 1, + "ConflictingItems": ["5c6d10e82e221601da357b07", "5bb20dfcd4351e00334c9e24", "5c6d11072e2216000e69d2e4", "5c6d11152e2216000f2003e7", "5c6c2c9c2e2216000f2002e4"], + "CreditsPrice": 19600, + "Description": "barrel_416_hk_419mm_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_416_hk_419mm_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_p90_264mm_57x28.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_416_hk_419mm_556x45", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5cc701aae4a949000e1ea45e", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5cc701aae4a949000e1ea45c", + "_props": { + "filters": [{ + "Filter": ["5cc82796e24e8d000f5859a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 40, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.2, + "Weight": 0.5, + "Width": 2 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5cc701d7e4a94900100ac4e7": { + "_id": "5cc701d7e4a94900100ac4e7", + "_name": "barrel_p90_407mm_57x28", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.038, + "ChangePriceCoef": 1, + "ConflictingItems": ["5c6d10e82e221601da357b07", "5bb20dfcd4351e00334c9e24", "5c6d11072e2216000e69d2e4", "5c6d11152e2216000f2003e7", "5c6c2c9c2e2216000f2002e4"], + "CreditsPrice": 22300, + "Description": "barrel_416_hk_419mm_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.1, + "EffectiveDistance": 0, + "Ergonomics": -13, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_416_hk_419mm_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_p90_407mm_57x28.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -13, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_416_hk_419mm_556x45", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [], + "SpawnChance": 40, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 2.2, + "Weight": 0.8, + "Width": 3 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5cc80f38e4a949001152b560": { + "_id": "5cc80f38e4a949001152b560", + "_name": "patron_57x28_ss190", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 43, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber57x28", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 105, + "Damage": 49, + "Description": "patron_556x45_M855", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.2, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 716, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_556x45_M855", + "NotShownInSlot": false, + "PenetrationChance": 0.5, + "PenetrationPower": 37, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_57x28_ss190.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.6, + "SendToClient": false, + "ShortName": "patron_556x45_M855", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 4, + "SpeedRetardation": 0.000023, + "StackMaxRandom": 15, + "StackMaxSize": 60, + "StackMinRandom": 2, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.006, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 15, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 3.9, + "casingName": "patron_57x28_ss190", + "casingSounds": "rifle556" + }, + "_proto": "54527a984bdc2d4e668b4567", + "_type": "Item" + }, + "5cc80f53e4a949000e1ea4f8": { + "_id": "5cc80f53e4a949000e1ea4f8", + "_name": "patron_57x28_l191", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 41, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber57x28", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 112, + "Damage": 58, + "Description": "patron_556x45_M855", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.15, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.2, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 716, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_556x45_M855", + "NotShownInSlot": false, + "PenetrationChance": 0.5, + "PenetrationPower": 33, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_57x28_l191.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.6, + "SendToClient": false, + "ShortName": "patron_556x45_M855", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 4, + "SpeedRetardation": 0.000023, + "StackMaxRandom": 15, + "StackMaxSize": 60, + "StackMinRandom": 2, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": true, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.006, + "Width": 1, + "ammoAccr": -4, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "tracer", + "ammoShiftChance": 15, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 3.9, + "casingName": "patron_57x28_l191", + "casingSounds": "rifle556" + }, + "_proto": "54527a984bdc2d4e668b4567", + "_type": "Item" + }, + "5cc80f67e4a949035e43bbba": { + "_id": "5cc80f67e4a949035e43bbba", + "_name": "patron_57x28_sb193", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 37, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber57x28", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 143, + "Damage": 54, + "Description": "patron_556x45_M855", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 0.8, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.2, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 305, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.28, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_556x45_M855", + "NotShownInSlot": false, + "PenetrationChance": 0.5, + "PenetrationPower": 35, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_57x28_sb193.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.3, + "SendToClient": false, + "ShortName": "patron_556x45_M855", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 4, + "SpeedRetardation": 0.000023, + "StackMaxRandom": 15, + "StackMaxSize": 60, + "StackMinRandom": 2, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.007, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -20, + "ammoSfx": "standart", + "ammoShiftChance": 15, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 3.9, + "casingName": "5.56x45 мм M193 Ball", + "casingSounds": "rifle556" + }, + "_proto": "54527a984bdc2d4e668b4567", + "_type": "Item" + }, + "5cc80f79e4a949033c7343b2": { + "_id": "5cc80f79e4a949033c7343b2", + "_name": "patron_57x28_ss198lf", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 15, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber57x28", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 134, + "Damage": 74, + "Description": "patron_556x45_M855", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.8, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 792, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 4, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_556x45_M855", + "NotShownInSlot": false, + "PenetrationChance": 0.1, + "PenetrationPower": 10, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_57x28_ss198lf.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.2, + "SendToClient": false, + "ShortName": "patron_556x45_M855", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 4, + "SpeedRetardation": 0.000023, + "StackMaxRandom": 15, + "StackMaxSize": 60, + "StackMinRandom": 2, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.6, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.006, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 20, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 3.9, + "casingName": "patron_57x28_ss198lf", + "casingSounds": "rifle556" + }, + "_proto": "54527a984bdc2d4e668b4567", + "_type": "Item" + }, + "5cc80f8fe4a949033b0224a2": { + "_id": "5cc80f8fe4a949033b0224a2", + "_name": "patron_57x28_ss197sr", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 22, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber57x28", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 110, + "Damage": 62, + "Description": "patron_556x45_M855", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.5, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 594, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 5, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_556x45_M855", + "NotShownInSlot": false, + "PenetrationChance": 0.2, + "PenetrationPower": 20, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_57x28_ss197sr.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.2, + "SendToClient": false, + "ShortName": "patron_556x45_M855", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 4, + "SpeedRetardation": 0.000023, + "StackMaxRandom": 15, + "StackMaxSize": 60, + "StackMinRandom": 2, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.007, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 15, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 3.9, + "casingName": "patron_57x28_ss197sr", + "casingSounds": "rifle556" + }, + "_proto": "54527a984bdc2d4e668b4567", + "_type": "Item" + }, + "5cc82796e24e8d000f5859a8": { + "_id": "5cc82796e24e8d000f5859a8", + "_name": "muzzle_p90_fn_p90_std_57x28", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1600, + "Description": "Штатный дульный тормоз компенсатор производства Ижмаш для автомата АК-74 и других моделей на его базе.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Дульный тормоз компенсатор Ижмаш 5.45x39 для АК-74", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_p90_fn_p90_std_57x28.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -7, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.56x45 АК-74", + "SightingRange": 0, + "Slots": [{ + "_id": "5cebed52d7f00c065a5ab311", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5cc82796e24e8d000f5859a8", + "_props": { + "filters": [{ + "Filter": ["5cebec00d7f00c065c53522a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.1, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5cc82d76e24e8d00134b4b83": { + "_id": "5cc82d76e24e8d00134b4b83", + "_name": "weapon_fn_p90_57x28", + "_parent": "5447b5e04bdc2d62278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.25, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.15, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.14, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.25, + "Chambers": [{ + "_id": "5cc82d76e24e8d00134b4b8e", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5cc82d76e24e8d00134b4b83", + "_props": { + "filters": [{ + "Filter": ["5cc80f53e4a949000e1ea4f8", "5cc86832d7f00c000d3a6e6c", "5cc86840d7f00c002412c56c", "5cc80f67e4a949035e43bbba", "5cc80f38e4a949001152b560", "5cc80f8fe4a949033b0224a2", "5cc80f79e4a949033c7343b2"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 2.5, + "CoolFactor": 1, + "CreditsPrice": 45200, + "Description": "weapon_hk_mp7a1_46x30", + "DeviationCurve": 4, + "DeviationMax": 20, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 60, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 50, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.05, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_hk_mp7a1_46x30", + "NotShownInSlot": false, + "OperatingResource": 6500, + "Prefab": { + "path": "assets/content/weapons/p90/weapon_fn_p90_57x28_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.32, + "z": -0.02 + }, + "RecoilForceBack": 300, + "RecoilForceUp": 60, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 226, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.13, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.38, + "z": -0.11 + }, + "SendToClient": false, + "ShortName": "weapon_hk_mp7a1_46x30", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5cc82d76e24e8d00134b4b85", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5cc82d76e24e8d00134b4b83", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5cc70093e4a949033c734312"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5cc82d76e24e8d00134b4b8d", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5cc82d76e24e8d00134b4b83", + "_props": { + "filters": [{ + "Filter": ["5cc700b9e4a949000f0f0f25", "5cebec10d7f00c065703d185"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5cc837bed7f00c00117917f9", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5cc82d76e24e8d00134b4b83", + "_props": { + "filters": [{ + "Filter": ["5cc700ede4a949033c734315", "5cc70102e4a949035e43ba74", "5cf7acfcd7f00c1084477cf2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5cc837cbd7f00c0012066ad2", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5cc82d76e24e8d00134b4b83", + "_props": { + "filters": [{ + "Filter": ["5cc701aae4a949000e1ea45c", "5cc701d7e4a94900100ac4e7"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5cc837ded7f00c000d3a6b59", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "5cc82d76e24e8d00134b4b83", + "_props": { + "filters": [{ + "Filter": ["5cc6ea78e4a949000e1ea3c1", "5cc6ea85e4a949000e1ea3c3"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.5, + "Weight": 0.7, + "Width": 2, + "ammoCaliber": "Caliber57x28", + "bEffDist": 200, + "bFirerate": 900, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5cc80f38e4a949001152b560", + "defMagType": "5cc70093e4a949033c734312", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "smg", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5cc86832d7f00c000d3a6e6c": { + "_id": "5cc86832d7f00c000d3a6e6c", + "_name": "patron_57x28_r37f", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 7, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber57x28", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 215, + "Damage": 98, + "Description": "patron_57x28_r37f", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 1, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.15, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 729, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.15, + "LootExperience": 0, + "MalfunctionChance": 0.392, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_57x28_r37f", + "NotShownInSlot": false, + "PenetrationChance": 0.02, + "PenetrationPower": 8, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_57x28_r37f.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.05, + "SendToClient": false, + "ShortName": "patron_57x28_r37f", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 4, + "SpeedRetardation": 0.000023, + "StackMaxRandom": 60, + "StackMaxSize": 60, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.8, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.006, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 21, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 3.9, + "casingName": "patron_57x28_r37f", + "casingSounds": "rifle556" + }, + "_proto": "54527a984bdc2d4e668b4567", + "_type": "Item" + }, + "5cc86840d7f00c002412c56c": { + "_id": "5cc86840d7f00c002412c56c", + "_name": "patron_57x28_r37x", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 14, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber57x28", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 186, + "Damage": 81, + "Description": "patron_57x28_r37x", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.7, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.2, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 724, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.1, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_57x28_r37x", + "NotShownInSlot": false, + "PenetrationChance": 0.15, + "PenetrationPower": 11, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_57x28_r37x.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.1, + "SendToClient": false, + "ShortName": "patron_57x28_r37x", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 4, + "SpeedRetardation": 0.000023, + "StackMaxRandom": 60, + "StackMaxSize": 60, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.6, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.006, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 45, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 3.9, + "casingName": "patron_57x28_r37x", + "casingSounds": "rifle556" + }, + "_proto": "54527a984bdc2d4e668b4567", + "_type": "Item" + }, + "5cc9a96cd7f00c011c04e04a": { + "_id": "5cc9a96cd7f00c011c04e04a", + "_name": "muzzle_ak74_srvv_mbr_jet_545_545x39", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5660, + "Description": "muzzle_ak74_izhmash_ak74m_std_545x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 5, + "MergesWithChildren": true, + "Name": "muzzle_ak74_izhmash_ak74m_std_545x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ak74_srvv_mbr_jet_545_545x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -15, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ak74_izhmash_ak74m_std_545x39", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.11, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5cc9ad73d7f00c000e2579d4": { + "_id": "5cc9ad73d7f00c000e2579d4", + "_name": "muzzle_ak_srvv_mbrfhmb_762_762x39", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5960, + "Description": "muzzle_ak74_izhmash_ak74m_std_545x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 5, + "MergesWithChildren": true, + "Name": "muzzle_ak74_izhmash_ak74m_std_545x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ak_srvv_mbrfhmb_762_762x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -16, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ak74_izhmash_ak74m_std_545x39", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.11, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5cc9b815d7f00c000e2579d6": { + "_id": "5cc9b815d7f00c000e2579d6", + "_name": "muzzle_ar15_troy_claymore_muzzle_brake_556_556x45", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 3, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7850, + "Description": "muzzle_ar15_surefire_sf3p_flash_hider_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar15_surefire_sf3p_flash_hider_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar15_troy_claymore_muzzle_brake_556_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar15_surefire_sf3p_flash_hider_556x45", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.064, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5cc9bcaed7f00c011c04e179": { + "_id": "5cc9bcaed7f00c011c04e179", + "_name": "pistolgrip_ar15_hera_arms_hg15", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5100, + "Description": "Полимерная пистолетная рукоятка ECS устанавливается на любое оружие совместимое с пистолетными рукоятками от AR-15. Единственное отличие от штатной рукоятки- цвет.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Пистолетная рукоятка DI ECS FDE для AR-15 совместимых", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ar15_hera_arms_hg15.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ECS FDE", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "5cc9c20cd7f00c001336c65d": { + "_id": "5cc9c20cd7f00c001336c65d", + "_name": "tactical_all_ncstar_tactical_blue_laser", + "_parent": "55818b164bdc2ddc698b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4100, + "Description": "tactical_all_surefire_xc1", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 23, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": 1, + "Name": "tactical_all_surefire_xc1", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_all_ncstar_tactical_blue_laser.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "tactical_all_surefire_xc1", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5cda9bcfd7f00c0c0b53e900": { + "_id": "5cda9bcfd7f00c0c0b53e900", + "_name": "foregrip_all_ckib_ash12_std", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2150, + "Description": "foregrip_all_kac_vertical_grip", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_all_kac_vertical_grip", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_all_ckib_ash12_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_all_kac_vertical_grip", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "558032614bdc2de7118b4585", + "_type": "Item" + }, + "5cdaa99dd7f00c002412d0b2": { + "_id": "5cdaa99dd7f00c002412d0b2", + "_name": "handguard_ash12_ckib_ash12_std", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1022, + "Description": "handguard_ak_izhmash_ak100_rail_plastic", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_izhmash_ak100_rail_plastic", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ash12_ckib_ash12_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_izhmash_ak100_rail_plastic", + "SightingRange": 0, + "Slots": [{ + "_id": "5cdaa99dd7f00c002412d0b4", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5cdaa99dd7f00c002412d0b2", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5a7dbfc1159bd40016548fde", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.27, + "Width": 1 + }, + "_proto": "5648b0744bdc2d363b8b4578", + "_type": "Item" + }, + "5cdd7685d7f00c000f260ed2": { + "_id": "5cdd7685d7f00c000f260ed2", + "_name": "muzzle_ar10_keeno_arms_shrewd_muzzle_brake_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 12000, + "Description": "muzzle_ar10_odin_works_atlas_7_muzzle_brake_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar10_odin_works_atlas_7_muzzle_brake_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar10_keeno_arms_shrewd_muzzle_brake_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -11, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar10_odin_works_atlas_7_muzzle_brake_762x51", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 4, + "Weight": 0.12, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5cdd7693d7f00c0010373aa5": { + "_id": "5cdd7693d7f00c0010373aa5", + "_name": "muzzle_ar10_precision_armament_m11_severe_duty_muzzle_brake_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9350, + "Description": "muzzle_ar10_odin_works_atlas_7_muzzle_brake_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar10_odin_works_atlas_7_muzzle_brake_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar10_precision_armament_m11_severe_duty_muzzle_brake_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar10_odin_works_atlas_7_muzzle_brake_762x51", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.5, + "Weight": 0.12, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5cde739cd7f00c0010373bd3": { + "_id": "5cde739cd7f00c0010373bd3", + "_name": "stock_m700_abarms_mrs_mod_x_gen_3", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5d25af8f8abbc3055079fec5", "5cf12a15d7f00c05464b293f", "5bfeaa0f0db834001b734927", "5bfea7ad0db834001c38f1ee"], + "CreditsPrice": 14972, + "Description": "stock_m700_abarms_mrs_mod_x_gen_3", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 13, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_m700_abarms_mrs_mod_x_gen_3", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_m700_abarms_mrs_mod_x_gen_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_m700_abarms_mrs_mod_x_gen_3", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5cde739cd7f00c0010373bd5", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5cde739cd7f00c0010373bd3", + "_props": { + "filters": [{ + "Filter": ["5a33ca0fc4a282000d72292f", "5c0faeddd174af02a962601f", "5649be884bdc2d79388b4577", "5d120a10d7ad1a4e1026ba85", "5b0800175acfc400153aebd4", "5947e98b86f774778f1448bc", "5947eab886f77475961d96c5", "5ef1ba28c64c5d0dfc0571a5", "5c793fb92e221644f31bfb64", "5c793fc42e221600114ca25d", "5cde77a9d7f00c000f261009"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cde7dc1d7f00c0010373bdd", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5cde739cd7f00c0010373bd3", + "_props": { + "filters": [{ + "Filter": ["55d4b9964bdc2d1d4e8b456e", "571659bb2459771fb2755a12", "5bb20e18d4351e00320205d5", "57c55efc2459772d2c6271e7", "57af48872459771f0b2ebf11", "57c55f092459772d291a8463", "57c55f112459772d28133310", "57c55f172459772d27602381", "5a339805c4a2826c6e06d73d", "5b07db875acfc40dc528a5f6"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5cde7f37d7f00c000f261266", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "5cde739cd7f00c0010373bd3", + "_props": { + "filters": [{ + "Filter": ["5cde7afdd7f00c000d36b89d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.9, + "Width": 2 + }, + "_proto": "5649be884bdc2d79388b4577", + "_type": "Item" + }, + "5cde77a9d7f00c000f261009": { + "_id": "5cde77a9d7f00c000f261009", + "_name": "stock_m700_abarms_mod_x_side_folder", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2602, + "Description": "stock_sa58_ds_arms_para_folding_buffer_tube_adapter", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": true, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_sa58_ds_arms_para_folding_buffer_tube_adapter", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_m700_abarms_mod_x_side_folder.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_sa58_ds_arms_para_folding_buffer_tube_adapter", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5cde77a9d7f00c000f26100b", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5cde77a9d7f00c000f261009", + "_props": { + "filters": [{ + "Filter": ["57ade1442459771557167e15", "5a33ca0fc4a282000d72292f", "5c0faeddd174af02a962601f", "5649be884bdc2d79388b4577", "5d120a10d7ad1a4e1026ba85", "5b0800175acfc400153aebd4", "5947e98b86f774778f1448bc", "5947eab886f77475961d96c5", "5ef1ba28c64c5d0dfc0571a5", "5c793fb92e221644f31bfb64", "5c793fc42e221600114ca25d", "591aef7986f774139d495f03", "591af10186f774139d495f0e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.12, + "Width": 1 + }, + "_proto": "5649b1c04bdc2d16268b457c", + "_type": "Item" + }, + "5cde7afdd7f00c000d36b89d": { + "_id": "5cde7afdd7f00c000d36b89d", + "_name": "handguard_m700_abarms_mrs_mod_x_gen_3", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5bfebc530db834001d23eb65"], + "CreditsPrice": 9900, + "Description": "handguard_m700_abarms_mrs_mod_x_gen_3", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_m700_abarms_mrs_mod_x_gen_3", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_m700_abarms_mrs_mod_x_gen_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_m700_abarms_mrs_mod_x_gen_3", + "SightingRange": 0, + "Slots": [{ + "_id": "5cde7afdd7f00c000d36b89f", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5cde7afdd7f00c000d36b89d", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cde7afdd7f00c000d36b8a0", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5cde7afdd7f00c000d36b89d", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cde7afdd7f00c000d36b8a1", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5cde7afdd7f00c000d36b89d", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cde7afdd7f00c000d36b8a4", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5cde7afdd7f00c000d36b89d", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cde7afdd7f00c000d36b8a6", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5cde7afdd7f00c000d36b89d", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5c17804b2e2216152006c02f", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5894a73486f77426d259076c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cde7afdd7f00c000d36b8a7", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5cde7afdd7f00c000d36b89d", + "_props": { + "filters": [{ + "Filter": ["5a9d6d13a2750c00164f6b03", "59e0bed186f774156f04ce84"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.39, + "Width": 3 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5cde7b43d7f00c000d36b93e": { + "_id": "5cde7b43d7f00c000d36b93e", + "_name": "mount_m700_abarms_mod_x_scope_mount_rail", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "576fd4ec2459777f0b518431", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "57acb6222459771ec34b5cb0"], + "CreditsPrice": 2640, + "Description": "mount_m700_abarms_mod_x_scope_mount_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_m700_abarms_mod_x_scope_mount_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_m700_abarms_mod_x_scope_mount_rail.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_m700_abarms_mod_x_scope_mount_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "5cde7b43d7f00c000d36b940", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5cde7b43d7f00c000d36b93e", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cde805fd7f00c000f261268", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5cde7b43d7f00c000d36b93e", + "_props": { + "filters": [{ + "Filter": ["5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5894a81786f77427140b8347"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.09, + "Width": 2 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5cde8864d7f00c0010373be1": { + "_id": "5cde8864d7f00c0010373be1", + "_name": "patron_127x108", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 88, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber127x108", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 820, + "Damage": 182, + "Description": "patron_127x108", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "big_round_impact", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.17, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": true, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 818, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_127x108", + "NotShownInSlot": false, + "PenetrationChance": 0.75, + "PenetrationPower": 88, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_127x108.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.38, + "SendToClient": false, + "ShortName": "patron_127x108", + "ShowBullet": false, + "ShowHitEffectOnExplode": true, + "SpawnChance": 20, + "SpeedRetardation": 0.000025, + "StackMaxRandom": 25, + "StackMaxSize": 20, + "StackMinRandom": 10, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.9, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.133, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "12.7x108", + "casingSounds": "127rifle" + }, + "_proto": "56dfef82d2720bbd668b4567", + "_type": "Item" + }, + "5cdeac22d7f00c000f26168f": { + "_id": "5cdeac22d7f00c000f26168f", + "_name": "stock_m700_magpul_pro_700_chasiss", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5d25af8f8abbc3055079fec5", "5cf12a15d7f00c05464b293f", "5bfeaa0f0db834001b734927", "5bfea7ad0db834001c38f1ee"], + "CreditsPrice": 17972, + "Description": "stock_m700_magpul_pro_700_chasiss", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 22, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_m700_magpul_pro_700_chasiss", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_m700_magpul_pro_700_chasiss.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": -7, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_m700_magpul_pro_700_chasiss", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5cdeac22d7f00c000f261691", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5cdeac22d7f00c000f26168f", + "_props": { + "filters": [{ + "Filter": ["5cdeac42d7f00c000d36ba73"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cdeac22d7f00c000f261692", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5cdeac22d7f00c000f26168f", + "_props": { + "filters": [{ + "Filter": ["5cdeac5cd7f00c000f261694"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5cdeae19d7f00c0010373edb", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5cdeac22d7f00c000f26168f", + "_props": { + "filters": [{ + "Filter": ["5cdeaca5d7f00c00b61c4b70"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cdeae20d7f00c0010373edc", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5cdeac22d7f00c000f26168f", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cdeae29d7f00c000e7ce171", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5cdeac22d7f00c000f26168f", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cdeae32d7f00c000f261696", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_003", + "_parent": "5cdeac22d7f00c000f26168f", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cdeae39d7f00c00110a6077", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5cdeac22d7f00c000f26168f", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.72, + "Width": 3 + }, + "_proto": "5649be884bdc2d79388b4577", + "_type": "Item" + }, + "5cdeac42d7f00c000d36ba73": { + "_id": "5cdeac42d7f00c000d36ba73", + "_name": "stock_m700_magpul_pro_700_folding_stock", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4699, + "Description": "stock_ar15_lmt_sopmod", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 20, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_lmt_sopmod", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_m700_magpul_pro_700_folding_stock.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -25, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_lmt_sopmod", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 40, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.4, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5cdeac5cd7f00c000f261694": { + "_id": "5cdeac5cd7f00c000f261694", + "_name": "pistolgrip_m700_magpul_pro_700_grip", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1800, + "Description": "Полимерная пистолетная рукоятка ECS устанавливается на любое оружие совместимое с пистолетными рукоятками от AR-15. Единственное отличие от штатной рукоятки- цвет.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Пистолетная рукоятка DI ECS FDE для AR-15 совместимых", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_m700_magpul_pro_700_grip.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ECS FDE", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "5cdeaca5d7f00c00b61c4b70": { + "_id": "5cdeaca5d7f00c00b61c4b70", + "_name": "mount_m700_magpul_pro_700_inline_mount", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "576fd4ec2459777f0b518431", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "57acb6222459771ec34b5cb0"], + "CreditsPrice": 2340, + "Description": "mount_m700_abarms_mod_x_scope_mount_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_m700_abarms_mod_x_scope_mount_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_m700_magpul_pro_700_inline_mount.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_m700_abarms_mod_x_scope_mount_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "5cdeaf21d7f00c000d36bb0f", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5cdeaca5d7f00c00b61c4b70", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cdeaf5ed7f00c000d36bb11", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5cdeaca5d7f00c00b61c4b70", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.28, + "Width": 2 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5cdeb229d7f00c000e7ce174": { + "_id": "5cdeb229d7f00c000e7ce174", + "_name": "weapon_ckib_nsv_utes_127x108", + "_parent": "5447bed64bdc2d97278b4568", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.19, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": false, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.1, + "CameraSnap": 8, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.15, + "Chambers": [{ + "_id": "5cdeb229d7f00c000e7ce176", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5cdeb229d7f00c000e7ce174", + "_props": { + "filters": [{ + "Filter": ["5cde8864d7f00c0010373be1", "5d2f2ab648f03550091993ca"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 1.7, + "CoolFactor": 0, + "CreditsPrice": 22360, + "Description": "weapon_ckib_nsv_utes_127x108\n", + "DeviationCurve": 1, + "DeviationMax": 100, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 0, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.01, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_ckib_nsv_utes_127x108", + "NotShownInSlot": false, + "OperatingResource": 5000, + "Prefab": { + "path": "assets/content/weapons/utes/weapon_ckib_nsv_utes_127x108_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RecoilForceBack": 165, + "RecoilForceUp": 30, + "RecolDispersion": 45, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 60, + "RepairSpeed": 5, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": 0, + "z": 0 + }, + "SendToClient": false, + "ShortName": "weapon_ckib_nsv_utes_127x108", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5cffa611d7ad1a59283b17d6", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5cdeb229d7f00c000e7ce174", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5cffa483d7ad1a049e54ef1c"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.8, + "Weight": 0.1, + "Width": 2, + "ammoCaliber": "Caliber545x39", + "bEffDist": 650, + "bFirerate": 650, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5cde8864d7f00c0010373be1", + "defMagType": "5cffa483d7ad1a049e54ef1e", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": false, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "machinegun", + "weapFireType": ["fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5ce69cbad7f00c00b61c5098": { + "_id": "5ce69cbad7f00c00b61c5098", + "_name": "mag_m700_magpul_pmag_762_ac_762x51_5", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5ce69cbad7f00c00b61c509a", + "_max_count": 5, + "_name": "cartridges", + "_parent": "5ce69cbad7f00c00b61c5098", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 2800, + "Description": "mag_dvl-10_lobaev_308_10", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": -30, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_dvl-10_lobaev_308_10", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_m700_magpul_pmag_762_ac_762x51_5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_dvl-10_lobaev_308_10", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.09, + "Width": 1, + "magAnimationIndex": 5 + }, + "_proto": "559ba5b34bdc2d1f1a8b4582", + "_type": "Item" + }, + "5cebec00d7f00c065c53522a": { + "_id": "5cebec00d7f00c065c53522a", + "_name": "silencer_p90_fn_p90_attenuator_57x28", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 63450, + "Description": "silencer_p90_fn_p90_attenuator_57x28", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.66, + "EffectiveDistance": 0, + "Ergonomics": -17, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -21, + "MergesWithChildren": true, + "Name": "silencer_p90_fn_p90_attenuator_57x28", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_p90_fn_p90_attenuator_57x28.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_p90_fn_p90_attenuator_57x28", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.677, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "5cebec10d7f00c065703d185": { + "_id": "5cebec10d7f00c065703d185", + "_name": "stock_p90_fn_ps90_std", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3350, + "Description": "stock_ak74_izhmash_ak74_std_plastic", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 26, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": true, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak74_izhmash_ak74_std_plastic", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_p90_fn_ps90_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak74_izhmash_ak74_std_plastic", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5cebec10d7f00c065703d187", + "_mergeSlotWithChildren": false, + "_name": "mod_stock_000", + "_parent": "5cebec10d7f00c065703d185", + "_props": { + "filters": [{ + "Filter": ["5cc700d4e4a949000f0f0f28", "5cc700cae4a949035e43ba72"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 20, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.4, + "Width": 3 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5cebec38d7f00c00110a652a": { + "_id": "5cebec38d7f00c00110a652a", + "_name": "scope_p90_fn_ring_sight_std", + "_parent": "55818ad54bdc2ddc698b4569", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.7]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 15500, + "CustomAimPlane": "", + "Description": "scope_all_valday_1p87", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_all_valday_1p87", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_p90_fn_ring_sight_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_all_valday_1p87", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.297, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.6, + "sightModType": "reflex" + }, + "_proto": "558022b54bdc2dac148b458d", + "_type": "Item" + }, + "5cf12a15d7f00c05464b293f": { + "_id": "5cf12a15d7f00c05464b293f", + "_name": "mag_m700_promag_aa70_762x51_20", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5cf12a15d7f00c05464b2941", + "_max_count": 20, + "_name": "cartridges", + "_parent": "5cf12a15d7f00c05464b293f", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 6240, + "Description": "mag_dvl-10_lobaev_308_10", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -7, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": -15, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_dvl-10_lobaev_308_10", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_m700_promag_aa70_762x51_20.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_dvl-10_lobaev_308_10", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.5, + "Width": 1, + "magAnimationIndex": 2 + }, + "_proto": "559ba5b34bdc2d1f1a8b4582", + "_type": "Item" + }, + "5cf13123d7f00c1085616a50": { + "_id": "5cf13123d7f00c1085616a50", + "_name": "stock_m700_promag_archangel_precision_stock", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 3, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5d25a6538abbc306c62e630d", "5d25a4a98abbc30b917421a4", "5d25a7b88abbc3054f3e60bc", "5ce69cbad7f00c00b61c5098", "5d25a6a48abbc306c62e6310", "5bfeaa0f0db834001b734927", "5bfea7ad0db834001c38f1ee"], + "CreditsPrice": 21000, + "Description": "stock_870_remington_sps_12g\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 28, + "ExamineExperience": 1, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_870_remington_sps_12g", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_m700_promag_archangel_precision_stock.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": -36, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_870_remington_sps_12g", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 2.2, + "Width": 3 + }, + "_proto": "56083be64bdc2d20478b456f", + "_type": "Item" + }, + "5cf4e3f3d7f00c06595bc7f0": { + "_id": "5cf4e3f3d7f00c06595bc7f0", + "_name": "handguard_ak_545_design_red_heat_agressor", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 19400, + "Description": "handguard_ak_545_design_red_heat_agressor", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 0.8, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_545_design_red_heat_agressor", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_545_design_red_heat_agressor.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_545_design_red_heat_agressor", + "SightingRange": 0, + "Slots": [{ + "_id": "5cf4e3f3d7f00c06595bc7f2", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5cf4e3f3d7f00c06595bc7f0", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cf4e3f3d7f00c06595bc7f3", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5cf4e3f3d7f00c06595bc7f0", + "_props": { + "filters": [{ + "Filter": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5c5952732e2216398b5abda2", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cf4e3f3d7f00c06595bc7f4", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5cf4e3f3d7f00c06595bc7f0", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cf4e3f3d7f00c06595bc7f5", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5cf4e3f3d7f00c06595bc7f0", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cf4e4c5d7f00c05464b2942", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5cf4e3f3d7f00c06595bc7f0", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cf4e4ced7f00c06595bc7f6", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_003", + "_parent": "5cf4e3f3d7f00c06595bc7f0", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.26, + "Width": 1 + }, + "_proto": "5648b1504bdc2d9d488b4584", + "_type": "Item" + }, + "5cf4fb76d7f00c065703d3ac": { + "_id": "5cf4fb76d7f00c065703d3ac", + "_name": "foregrip_all_rtm_pillau", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3500, + "Description": "foregrip_all_rtm_pillau", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_all_rtm_pillau", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_all_rtm_pillau.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_all_rtm_pillau", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.065, + "Width": 1 + }, + "_proto": "558032614bdc2de7118b4585", + "_type": "Item" + }, + "5cf50850d7f00c056e24104c": { + "_id": "5cf50850d7f00c056e24104c", + "_name": "pistolgrip_ak_strike_indsustries_enhanced_pistol_grip", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3900, + "Description": "pistolgrip_ak_strike_indsustries_enhanced_pistol_grip", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ak_strike_indsustries_enhanced_pistol_grip", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ak_strike_indsustries_enhanced_pistol_grip.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ak_strike_indsustries_enhanced_pistol_grip", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.091, + "Width": 1 + }, + "_proto": "5649ade84bdc2d1b2b8b4587", + "_type": "Item" + }, + "5cf508bfd7f00c056e24104e": { + "_id": "5cf508bfd7f00c056e24104e", + "_name": "pistolgrip_ak_strike_indsustries_enhanced_pistol_grip_fde", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3900, + "Description": "pistolgrip_ak_strike_indsustries_enhanced_pistol_grip", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ak_strike_indsustries_enhanced_pistol_grip", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ak_strike_indsustries_enhanced_pistol_grip_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ak_strike_indsustries_enhanced_pistol_grip", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.091, + "Width": 1 + }, + "_proto": "5649ade84bdc2d1b2b8b4587", + "_type": "Item" + }, + "5cf50fc5d7f00c056c53f83c": { + "_id": "5cf50fc5d7f00c056c53f83c", + "_name": "stock_ak_caa_akts_ak74", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6200, + "Description": "Труба для установки телескопических прикладов производства компании Colt.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Труба приклада Colt", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ak_caa_akts_ak74.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "CST", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5cf50fc5d7f00c056c53f83e", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5cf50fc5d7f00c056c53f83c", + "_props": { + "filters": [{ + "Filter": ["5fc2369685fd526b824a5713", "602e620f9b513876d4338d9a", "5a9eb32da2750c00171b3f9c", "5bfe86df0db834001b734685", "55d4ae6c4bdc2d8b2f8b456e", "5c87a07c2e2216001219d4a2", "5bb20e70d4351e0035629f8f", "5beec8c20db834001d2c465c", "5fbbaa86f9986c4cff3fe5f6", "5fce16961f152d4312622bc9", "5ae30c9a5acfc408fb139a03", "5d135e83d7ad1a21b83f42d8", "5d135ecbd7ad1a21c176542e", "56eabf3bd2720b75698b4569", "58d2946386f774496974c37e", "58d2946c86f7744e271174b5", "58d2947686f774485c6a1ee5", "58d2947e86f77447aa070d53", "5d44069ca4b9361ebd26fc37", "5d4406a8a4b9361e4f6eb8b7", "5947c73886f7747701588af5", "5c793fde2e221601da358614", "5b39f8db5acfc40016387a1b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.25, + "Width": 2 + }, + "_proto": "5649b2314bdc2d79388b4576", + "_type": "Item" + }, + "5cf518cfd7f00c065b422214": { + "_id": "5cf518cfd7f00c065b422214", + "_name": "stock_ak_caa_akts", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6500, + "Description": "stock_ak_caa_akts", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak_caa_akts", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ak_caa_akts.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak_caa_akts", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5cf518cfd7f00c065b422216", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5cf518cfd7f00c065b422214", + "_props": { + "filters": [{ + "Filter": ["5fc2369685fd526b824a5713", "602e620f9b513876d4338d9a", "5a9eb32da2750c00171b3f9c", "5bfe86df0db834001b734685", "55d4ae6c4bdc2d8b2f8b456e", "5c87a07c2e2216001219d4a2", "5bb20e70d4351e0035629f8f", "5beec8c20db834001d2c465c", "5fbbaa86f9986c4cff3fe5f6", "5fce16961f152d4312622bc9", "5ae30c9a5acfc408fb139a03", "5d135e83d7ad1a21b83f42d8", "5d135ecbd7ad1a21c176542e", "56eabf3bd2720b75698b4569", "58d2946386f774496974c37e", "58d2946c86f7744e271174b5", "58d2947686f774485c6a1ee5", "58d2947e86f77447aa070d53", "5d44069ca4b9361ebd26fc37", "5d4406a8a4b9361e4f6eb8b7", "5947c73886f7747701588af5", "5c793fde2e221601da358614", "5b39f8db5acfc40016387a1b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.24, + "Width": 2 + }, + "_proto": "5649b2314bdc2d79388b4576", + "_type": "Item" + }, + "5cf54404d7f00c108840b2ef": { + "_id": "5cf54404d7f00c108840b2ef", + "_name": "pistolgrip_ak_kgb_mg47", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4750, + "Description": "pistolgrip_ak_strike_indsustries_enhanced_pistol_grip", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ak_strike_indsustries_enhanced_pistol_grip", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ak_kgb_mg47.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ak_strike_indsustries_enhanced_pistol_grip", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.153, + "Width": 1 + }, + "_proto": "5649ade84bdc2d1b2b8b4587", + "_type": "Item" + }, + "5cf638cbd7f00c06595bc936": { + "_id": "5cf638cbd7f00c06595bc936", + "_name": "scope_dovetail_npz_1p29_4x", + "_parent": "55818ae44bdc2dde698b456c", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.175]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": true, + "CalibrationDistances": [[50, 75, 100, 125, 150, 200, 250, 300]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5827272a24597748c74bdeea", "58272b392459774b4c7b3ccd", "5649af884bdc2d1b2b8b4589", "59985a6c86f77414ec448d17"], + "CreditsPrice": 14500, + "CustomAimPlane": "", + "Description": "scope_dovetail_belomo_pso_1m2-1_4×24", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -6, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_dovetail_belomo_pso_1m2-1_4×24", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 75, 100, 125, 150, 200, 250, 300], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_dovetail_npz_1p29_4x.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_dovetail_belomo_pso_1m2-1_4×24", + "SightModesCount": 1, + "SightingRange": 600, + "Slots": [{ + "_id": "5cf638cbd7f00c06595bc938", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5cf638cbd7f00c06595bc936", + "_props": { + "filters": [{ + "Filter": ["5cf639aad7f00c065703d455"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.795, + "Width": 1, + "Zooms": [[4]], + "aimingSensitivity": 0.2, + "sightModType": "optic" + }, + "_proto": "544a3d0a4bdc2d1b388b4567", + "_type": "Item" + }, + "5cf639aad7f00c065703d455": { + "_id": "5cf639aad7f00c065703d455", + "_name": "tactical_1p29_npz_eyecup", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 276, + "Description": "tactical_pso_belomo_eyecup", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "tactical_pso_belomo_eyecup", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_1p29_npz_eyecup.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0.04, + "ShortName": "tactical_pso_belomo_eyecup", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.005, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5cf656f2d7f00c06585fb6eb": { + "_id": "5cf656f2d7f00c06585fb6eb", + "_name": "gas_block_ak_vs_vs_33c", + "_parent": "56ea9461d2720b67698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 17600, + "Description": "gas_block_ak_vs_vs_33c", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 14, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 50, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "gas_block_ak_vs_vs_33c", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/gasblock/gas_block_ak_vs_vs_33c.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "gas_block_ak_vs_vs_33c", + "SightingRange": 0, + "Slots": [{ + "_id": "5cf656f2d7f00c06585fb6ed", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5cf656f2d7f00c06585fb6eb", + "_props": { + "filters": [{ + "Filter": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cf656f2d7f00c06585fb6ef", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5cf656f2d7f00c06585fb6eb", + "_props": { + "filters": [{ + "Filter": ["59e0bdb186f774156f04ce82"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cf656f2d7f00c06585fb6f0", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5cf656f2d7f00c06585fb6eb", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cf656f2d7f00c06585fb6f1", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5cf656f2d7f00c06585fb6eb", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cf65801d7f00c056e2411b0", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5cf656f2d7f00c06585fb6eb", + "_props": { + "filters": [{ + "Filter": ["5a9d6d13a2750c00164f6b03", "59e0bed186f774156f04ce84"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.385, + "Width": 2 + }, + "_proto": "56ea8d2fd2720b7c698b4570", + "_type": "Item" + }, + "5cf67a1bd7f00c06585fb6f3": { + "_id": "5cf67a1bd7f00c06585fb6f3", + "_name": "muzzle_mosin_weapon_tuning_wt1052_multi", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1900, + "Description": "muzzle_mosin_weapon_tuning_wt1052", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_mosin_weapon_tuning_wt1052", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_mosin_weapon_tuning_wt1052_multi.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_mosin_weapon_tuning_wt1052", + "SightingRange": 0, + "Slots": [{ + "_id": "5cf67a1bd7f00c06585fb6f5", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5cf67a1bd7f00c06585fb6f3", + "_props": { + "filters": [{ + "Filter": ["5ac72e7d5acfc40016339a02", "5ac72e895acfc43b321d4bd5", "5f633f791b231926f2329f13", "5cc9ad73d7f00c000e2579d4", "5649ab884bdc2ded0b8b457f", "5e208b9842457a4a7a33d074", "59fb257e86f7742981561852"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.06, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5cf67cadd7f00c065a5abab7": { + "_id": "5cf67cadd7f00c065a5abab7", + "_name": "muzzle_sks_weapon_tuning_wt0032_1_762x39", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1850, + "Description": "muzzle_sks_weapon_tuning_wt0032_1_762x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_sks_weapon_tuning_wt0032_1_762x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_sks_weapon_tuning_wt0032_1_762x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_sks_weapon_tuning_wt0032_1_762x39", + "SightingRange": 0, + "Slots": [{ + "_id": "5cf67cadd7f00c065a5abab9", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5cf67cadd7f00c065a5abab7", + "_props": { + "filters": [{ + "Filter": ["5ac72e7d5acfc40016339a02", "5ac72e895acfc43b321d4bd5", "5cc9ad73d7f00c000e2579d4", "5649ab884bdc2ded0b8b457f", "59fb257e86f7742981561852"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.055, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5cf6935bd7f00c06585fb791": { + "_id": "5cf6935bd7f00c06585fb791", + "_name": "muzzle_all_taccom_carbine_brake_multi", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5850, + "Description": "muzzle_ar10_odin_works_atlas_7_muzzle_brake_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar10_odin_works_atlas_7_muzzle_brake_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_all_taccom_carabine_brake_multi.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -12, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar10_odin_works_atlas_7_muzzle_brake_762x51", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.079, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5cf6937cd7f00c056c53fb39": { + "_id": "5cf6937cd7f00c056c53fb39", + "_name": "muzzle_ar15_bulletec_st_6012_muzzle_brake_556x45", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 3, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 12300, + "Description": "muzzle_ar15_bulletec_st_6012_muzzle_brake_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar15_bulletec_st_6012_muzzle_brake_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar15_bulletec_st_6012_muzzle_brake_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -14, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar15_bulletec_st_6012_muzzle_brake_556x45", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1, + "Weight": 0.125, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5cf78496d7f00c065703d6ca": { + "_id": "5cf78496d7f00c065703d6ca", + "_name": "muzzle_ar10_lantac_bmd_adapter_a3_762x51", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3000, + "Description": "muzzle_ar10_lantac_bmd_adapter_a3_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar10_lantac_bmd_adapter_a3_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar10_lantac_bmd_adapter_a3_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar10_lantac_bmd_adapter_a3_762x51", + "SightingRange": 0, + "Slots": [{ + "_id": "5cf79771d7f00c10864ba54a", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle_000", + "_parent": "5cf78496d7f00c065703d6ca", + "_props": { + "filters": [{ + "Filter": ["5c878e9d2e2216000f201903"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cf79779d7f00c065b42253f", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle_001", + "_parent": "5cf78496d7f00c065703d6ca", + "_props": { + "filters": [{ + "Filter": ["5cf78720d7f00c06595bc93e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.03, + "Width": 1, + "muzzleModType": "muzzleCombo" + }, + "_proto": "560838c94bdc2d77798b4569", + "_type": "Item" + }, + "5cf78720d7f00c06595bc93e": { + "_id": "5cf78720d7f00c06595bc93e", + "_name": "muzzle_base_lantac_blast_mitigation_device_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9850, + "Description": "muzzle_base_lantac_blast_mitigation_device_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 3, + "MergesWithChildren": true, + "Name": "muzzle_base_lantac_blast_mitigation_device_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_base_lantac_blast_mitigation_device_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_base_lantac_blast_mitigation_device_762x51", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.4, + "Weight": 0.176, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5cf79389d7f00c10941a0c4d": { + "_id": "5cf79389d7f00c10941a0c4d", + "_name": "muzzle_mosin_noname_custom_thread_adapter_multi", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1500, + "Description": "muzzle_mosin_weapon_tuning_wt1052", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_mosin_weapon_tuning_wt1052", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_mosin_noname_custom_thread_adapter_multi.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_mosin_weapon_tuning_wt1052", + "SightingRange": 0, + "Slots": [{ + "_id": "5cf79389d7f00c10941a0c4f", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5cf79389d7f00c10941a0c4d", + "_props": { + "filters": [{ + "Filter": ["59d64fc686f774171b243fe2", "5a0d716f1526d8000d26b1e2", "5f633f68f5750b524b45f112", "5c878ebb2e2216001219d48a", "5a9ea27ca2750c00137fa672", "5cc9ad73d7f00c000e2579d4", "5c7951452e221644f31bfd5c", "5a0abb6e1526d8000a025282", "593d489686f7745c6255d58a", "5a0d63621526d8dba31fe3bf", "5a9fbacda2750c00141e080f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.09, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5cf79599d7f00c10875d9212": { + "_id": "5cf79599d7f00c10875d9212", + "_name": "muzzle_mosin_tiger_rock_muzzle_brake_adapter_multi", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2950, + "Description": "muzzle_mosin_weapon_tuning_wt1052", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_mosin_weapon_tuning_wt1052", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_mosin_tiger_rock_muzzle_brake_adapter_multi.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_mosin_weapon_tuning_wt1052", + "SightingRange": 0, + "Slots": [{ + "_id": "5cf79599d7f00c10875d9214", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5cf79599d7f00c10875d9212", + "_props": { + "filters": [{ + "Filter": ["5b7d693d5acfc43bca706a3d", "5a34fd2bc4a282329a73b4c5", "6065c6e7132d4d12c81fd8e1", "5d1f819086f7744b355c219b", "5dcbe965e4ed22586443a79d", "5d026791d7ad1a04a067ea63", "5dfa3cd1b33c0951220c079b", "5cdd7685d7f00c000f260ed2", "5c878e9d2e2216000f201903", "5d02677ad7ad1a04a15c0f95", "5bbdb8bdd4351e4502011460", "5cdd7693d7f00c0010373aa5", "607ffb988900dc2d9a55b6e4", "5d443f8fa4b93678dd4a01aa", "5c7954d52e221600106f4cc7", "59bffc1f86f77435b128b872", "5cf78496d7f00c065703d6ca"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5cf7acfcd7f00c1084477cf2": { + "_id": "5cf7acfcd7f00c1084477cf2", + "_name": "reciever_p90_fn_ps90_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2200, + "Description": "reciever_p90_fn_ps90_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 1, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_p90_fn_ps90_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_p90_fn_ps90_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_p90_fn_ps90_std", + "SightingRange": 0, + "Slots": [{ + "_id": "5cf7acfcd7f00c1084477cf4", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5cf7acfcd7f00c1084477cf2", + "_props": { + "filters": [{ + "Filter": ["5cebec38d7f00c00110a652a", "5cc7015ae4a949001152b4c6"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cf7acfcd7f00c1084477cf5", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5cf7acfcd7f00c1084477cf2", + "_props": { + "filters": [{ + "Filter": ["5cc70146e4a949000d73bf6b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5cf7acfcd7f00c1084477cf6", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5cf7acfcd7f00c1084477cf2", + "_props": { + "filters": [{ + "Filter": ["5cc70146e4a949000d73bf6b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.31, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5cf8f3b0d7f00c00217872ef": { + "_id": "5cf8f3b0d7f00c00217872ef", + "_name": "mag_saiga12_maxrounds_powermag_20_12x76_20", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5cf8f3b1d7f00c00217872f1", + "_max_count": 20, + "_name": "cartridges", + "_parent": "5cf8f3b0d7f00c00217872ef", + "_props": { + "filters": [{ + "Filter": ["560d5e524bdc2d25448b4571", "5d6e6772a4b936088465b17c", "5d6e67fba4b9361bc73bc779", "5d6e6806a4b936088465b17e", "5d6e68dea4b9361bcc29e659", "5d6e6911a4b9361bd5780d52", "5c0d591486f7744c505b416f", "58820d1224597753c90aeb13", "5d6e68c4a4b9361b93413f79", "5d6e68a8a4b9360b6c0d54e2", "5d6e68e6a4b9361c140bcfe0", "5d6e6869a4b9361c140bcfde", "5d6e68b3a4b9361bca7e50b5", "5d6e6891a4b9361bd473feea", "5d6e689ca4b9361bc8618956", "5d6e68d1a4b93622fe60e845"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 1, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 25000, + "Description": "mag_saiga12_izhmash_Sb5_12x76_5", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -26, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 15, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_saiga12_izhmash_Sb5_12x76_5", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_saiga12_maxrounds_powermag_20_12x76_20.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_saiga12_izhmash_Sb5_12x76_5", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-4;12-20", + "Weight": 0.66, + "Width": 2, + "magAnimationIndex": 2 + }, + "_proto": "564ca99c4bdc2d16268b4589", + "_type": "Item" + }, + "5cfe8010d7ad1a59283b14c6": { + "_id": "5cfe8010d7ad1a59283b14c6", + "_name": "mag_ak_x_products_x_47_drum_762x39_50", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5cfe8010d7ad1a59283b14c8", + "_max_count": 50, + "_name": "cartridges", + "_parent": "5cfe8010d7ad1a59283b14c6", + "_props": { + "filters": [{ + "Filter": ["59e655cb86f77411dc52a77b", "59e6542b86f77411dc52a77a", "59e6658b86f77411d949b250", "5f0596629e22f464da6bbdd9", "59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 20, + "ConflictingItems": [], + "CreditsPrice": 29700, + "Description": "mag_x_products_x_47_drum_762x39_50\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -15, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 15, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_x_products_x_47_drum_762x39_50", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ak_x_products_x_47_drum_762x39_50.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_x_products_x_47_drum_762x39_50", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.7, + "Width": 1, + "magAnimationIndex": 6 + }, + "_proto": "5448c1d04bdc2dff2f8b4569", + "_type": "Item" + }, + "5cff9e5ed7ad1a09407397d4": { + "_id": "5cff9e5ed7ad1a09407397d4", + "_name": "muzzle_ar15_dd_wave_muzzle_brake_556x45", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7980, + "Description": "muzzle_ar10_aac_blackout_51t_flash_hider_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar10_aac_blackout_51t_flash_hider_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_all_dd_wave_muzzle_brake_multi.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar10_aac_blackout_51t_flash_hider_762x51", + "SightingRange": 0, + "Slots": [{ + "_id": "5cff9e5ed7ad1a09407397d6", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5cff9e5ed7ad1a09407397d4", + "_props": { + "filters": [{ + "Filter": ["5cff9e84d7ad1a049e54ed55"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -0.5, + "Weight": 0.109, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5cff9e84d7ad1a049e54ed55": { + "_id": "5cff9e84d7ad1a049e54ed55", + "_name": "silencer_wave_dd_wave_qd_supressor_multi", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": -1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 51000, + "Description": "silencer_ar10_aac_762_sdn_6_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.67, + "EffectiveDistance": 0, + "Ergonomics": -17, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": -20, + "MergesWithChildren": true, + "Name": "silencer_ar10_aac_762_sdn_6_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_wave_dd_wave_qd_supressor_multi.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_ar10_aac_762_sdn_6_762x51", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1, + "Weight": 0.488, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "54490a4d4bdc2dbc018b4573", + "_type": "Item" + }, + "5cffa483d7ad1a049e54ef1c": { + "_id": "5cffa483d7ad1a049e54ef1c", + "_name": "mag_utes_ckib_nsv_belt_127x108_100", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5cffa483d7ad1a049e54ef1e", + "_max_count": 100, + "_name": "cartridges", + "_parent": "5cffa483d7ad1a049e54ef1c", + "_props": { + "filters": [{ + "Filter": ["5cde8864d7f00c0010373be1", "5d2f2ab648f03550091993ca"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1030, + "Description": "mag_utes_ckib_nsv_belt_127x108_100", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_utes_ckib_nsv_belt_127x108_100", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_all_empty_mesh.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_utes_ckib_nsv_belt_127x108_100", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.1, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55d4837c4bdc2d1d4e8b456c", + "_type": "Item" + }, + "5d00e0cbd7ad1a6c6566a42d": { + "_id": "5d00e0cbd7ad1a6c6566a42d", + "_name": "handguard_ar15_strike_industries_viper", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5c0e2f94d174af029f650d56"], + "CreditsPrice": 9500, + "Description": "handguard_ar15_stngr_vypr_m_lok_10_inch", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ar15_stngr_vypr_m_lok_10_inch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar15_strike_industries_viper.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ar15_stngr_vypr_m_lok_10_inch", + "SightingRange": 0, + "Slots": [{ + "_id": "5d00e0cbd7ad1a6c6566a42f", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5d00e0cbd7ad1a6c6566a42d", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d00e0cbd7ad1a6c6566a430", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5d00e0cbd7ad1a6c6566a42d", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d00e0cbd7ad1a6c6566a431", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5d00e0cbd7ad1a6c6566a42d", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.171, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5d00ec68d7ad1a04a067e5be": { + "_id": "5d00ec68d7ad1a04a067e5be", + "_name": "gas_block_ar15_jp_jpgs5b", + "_parent": "56ea9461d2720b67698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7800, + "Description": "gas_block_ar15_jp_jpgs5b", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 50, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "gas_block_ar15_jp_jpgs5b", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/gasblock/gas_block_ar15_jp_jpgs5b.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "gas_block_ar15_jp_jpgs5b", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 23, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.064, + "Width": 1 + }, + "_proto": "56ea8d2fd2720b7c698b4570", + "_type": "Item" + }, + "5d00ede1d7ad1a0940739a76": { + "_id": "5d00ede1d7ad1a0940739a76", + "_name": "handguard_ar10_noveske_sws_n6_quadrail_10,5_inch", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a34fbadc4a28200741e230a", "5ae30e795acfc408fb139a0b", "56ea8d2fd2720b7c698b4570", "55d35ee94bdc2d61338b4568"], + "CreditsPrice": 19200, + "Description": "handguard_ar10_noveske_sws_n6_quadrail_10,5_inch", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ar10_noveske_sws_n6_quadrail_10,5_inch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar10_noveske_sws_n6_quadrail_10,5_inch.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ar10_noveske_sws_n6_quadrail_10,5_inch", + "SightingRange": 0, + "Slots": [{ + "_id": "5d00ede1d7ad1a0940739a78", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5d00ede1d7ad1a0940739a76", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5a7dbfc1159bd40016548fde", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d00ede1d7ad1a0940739a79", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5d00ede1d7ad1a0940739a76", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d00ede1d7ad1a0940739a7a", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5d00ede1d7ad1a0940739a76", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d00ede1d7ad1a0940739a7b", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5d00ede1d7ad1a0940739a76", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d00ede1d7ad1a0940739a7c", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5d00ede1d7ad1a0940739a76", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c", "55d4af3a4bdc2d972f8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d00ede1d7ad1a0940739a7d", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5d00ede1d7ad1a0940739a76", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.502, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5d00ef6dd7ad1a0940739b16": { + "_id": "5d00ef6dd7ad1a0940739b16", + "_name": "handguard_ar10_noveske_sws_n6_quadrail_split", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a34fbadc4a28200741e230a", "5ae30e795acfc408fb139a0b", "56ea8d2fd2720b7c698b4570", "55d35ee94bdc2d61338b4568"], + "CreditsPrice": 19200, + "Description": "handguard_ar10_noveske_sws_n6_quadrail_10,5_inch", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ar10_noveske_sws_n6_quadrail_10,5_inch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar10_noveske_sws_n6_quadrail_split.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ar10_noveske_sws_n6_quadrail_10,5_inch", + "SightingRange": 0, + "Slots": [{ + "_id": "5d00ef6dd7ad1a0940739b18", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5d00ef6dd7ad1a0940739b16", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5a7dbfc1159bd40016548fde", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d00ef6dd7ad1a0940739b19", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5d00ef6dd7ad1a0940739b16", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d00ef6dd7ad1a0940739b1a", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5d00ef6dd7ad1a0940739b16", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d00ef6dd7ad1a0940739b1b", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5d00ef6dd7ad1a0940739b16", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d00ef6dd7ad1a0940739b1c", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5d00ef6dd7ad1a0940739b16", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c", "55d4af3a4bdc2d972f8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d00ef6dd7ad1a0940739b1d", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5d00ef6dd7ad1a0940739b16", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d00ef6dd7ad1a0940739b1e", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_003", + "_parent": "5d00ef6dd7ad1a0940739b16", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.502, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5d00f63bd7ad1a59283b1c1e": { + "_id": "5d00f63bd7ad1a59283b1c1e", + "_name": "handguard_ar15_strike_industries_viper_fde", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5c0e2f94d174af029f650d56"], + "CreditsPrice": 9500, + "Description": "handguard_ar15_stngr_vypr_m_lok_10_inch", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ar15_stngr_vypr_m_lok_10_inch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar15_strike_industries_viper_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ar15_stngr_vypr_m_lok_10_inch", + "SightingRange": 0, + "Slots": [{ + "_id": "5d00f63bd7ad1a59283b1c20", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5d00f63bd7ad1a59283b1c1e", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d00f63bd7ad1a59283b1c21", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5d00f63bd7ad1a59283b1c1e", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d00f63bd7ad1a59283b1c22", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5d00f63bd7ad1a59283b1c1e", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.171, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5d010d1cd7ad1a59283b1ce7": { + "_id": "5d010d1cd7ad1a59283b1ce7", + "_name": "handguard_mp5_caa_hx5", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 14400, + "Description": "handguard_mp5_bt_tl_99_3x_nar", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 13, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_mp5_bt_tl_99_3x_nar", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_mp5_caa_hx5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_mp5_bt_tl_99_3x_nar", + "SightingRange": 0, + "Slots": [{ + "_id": "5d010d1cd7ad1a59283b1ce9", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5d010d1cd7ad1a59283b1ce7", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d010d1cd7ad1a59283b1cea", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5d010d1cd7ad1a59283b1ce7", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d010d1cd7ad1a59283b1ceb", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5d010d1cd7ad1a59283b1ce7", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d010d98d7ad1a0940739c7a", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5d010d1cd7ad1a59283b1ce7", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d010dacd7ad1a6f1b72d2f2", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_003", + "_parent": "5d010d1cd7ad1a59283b1ce7", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.308, + "Width": 2 + }, + "_proto": "5648b0744bdc2d363b8b4578", + "_type": "Item" + }, + "5d0236dad7ad1a0940739d29": { + "_id": "5d0236dad7ad1a0940739d29", + "_name": "stock_sks_fab_defence_uas_sks", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 16300, + "Description": "stock_sks_tapco_intrafuse_sks_railed", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 15, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_sks_tapco_intrafuse_sks_railed", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_sks_fab_defence_uas_sks.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -38, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_sks_tapco_intrafuse_sks_railed", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5d0236dad7ad1a0940739d2d", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5d0236dad7ad1a0940739d29", + "_props": { + "filters": [{ + "Filter": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d0236dad7ad1a0940739d2e", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5d0236dad7ad1a0940739d29", + "_props": { + "filters": [{ + "Filter": ["5f6341043ada5942720e2dc5", "5beec8ea0db834001a6f9dbf", "5649ad3f4bdc2df8348b4585", "5649ade84bdc2d1b2b8b4587", "59e62cc886f77440d40b52a1", "5a0071d486f77404e23a12b2", "57e3dba62459770f0c32322b", "5cf54404d7f00c108840b2ef", "5e2192a498a36665e8337386", "5b30ac585acfc433000eb79c", "59e6318286f77444dd62c4cc", "5cf50850d7f00c056e24104c", "5cf508bfd7f00c056e24104e", "5947f92f86f77427344a76b1", "5947fa2486f77425b47c1a9b", "5c6bf4aa2e2216001219b0ae", "5649ae4a4bdc2d1b2b8b4588", "5998517986f7746017232f7e", "5d023784d7ad1a049d4aa7f2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5d023b5fd7ad1a049d4aa7f4", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5d0236dad7ad1a0940739d29", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d023b65d7ad1a0940739d33", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5d0236dad7ad1a0940739d29", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d023b6cd7ad1a6f1b72d449", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5d0236dad7ad1a0940739d29", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.034, + "Width": 3 + }, + "_proto": "56083cba4bdc2de22e8b456f", + "_type": "Item" + }, + "5d023784d7ad1a049d4aa7f2": { + "_id": "5d023784d7ad1a049d4aa7f2", + "_name": "pistolgrip_vz58_fab_defence_ag_58", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6356, + "Description": "pistolgrip_ak_magpul_moe_ak", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 12, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ak_magpul_moe_ak", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_vz58_fab_defence_ag_58.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ak_magpul_moe_ak", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.113, + "Width": 1 + }, + "_proto": "5649ade84bdc2d1b2b8b4587", + "_type": "Item" + }, + "5d024f5cd7ad1a04a067e91a": { + "_id": "5d024f5cd7ad1a04a067e91a", + "_name": "mount_kochetov_arbalet_patriot_k_w", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5bc5a372d4351e44f824d17f", "5bbdb811d4351e45020113c7"], + "CreditsPrice": 2450, + "Description": "mount_ak_tactica_tula_10000", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_ak_tactica_tula_10000", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_kochetov_arbalet_patriot_k_w.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_ak_tactica_tula_10000", + "SightingRange": 0, + "Slots": [{ + "_id": "5d024f5cd7ad1a04a067e91c", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5d024f5cd7ad1a04a067e91a", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.2, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5d025cc1d7ad1a53845279ef": { + "_id": "5d025cc1d7ad1a53845279ef", + "_name": "pistolgrip_ar15_hk_ergo_psg1_style_grip", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 21600, + "Description": "pistolgrip_ar15_hk_grip_v2", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 15, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ar15_hk_grip_v2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ar15_hk_ergo_psg1_style_grip.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ar15_hk_grip_v2", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.11, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "5d02676dd7ad1a049e54f6dc": { + "_id": "5d02676dd7ad1a049e54f6dc", + "_name": "muzzle_ar15_nordic_corvette_compensator_556x45", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8750, + "Description": "muzzle_ar15_bulletec_st_6012_muzzle_brake_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar15_bulletec_st_6012_muzzle_brake_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar15_nordic_corvette_compensator_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -11, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar15_bulletec_st_6012_muzzle_brake_556x45", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.125, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5d02677ad7ad1a04a15c0f95": { + "_id": "5d02677ad7ad1a04a15c0f95", + "_name": "muzzle_ar10_nordic_corvette_compensator_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 3, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8400, + "Description": "muzzle_ar15_bulletec_st_6012_muzzle_brake_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar15_bulletec_st_6012_muzzle_brake_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar10_nordic_corvette_compensator_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar15_bulletec_st_6012_muzzle_brake_556x45", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.125, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5d026791d7ad1a04a067ea63": { + "_id": "5d026791d7ad1a04a067ea63", + "_name": "muzzle_ar10_fortis_red_brake_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 18300, + "Description": "muzzle_ar10_fortis_red_brake_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar10_fortis_red_brake_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar10_fortis_red_brake_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -15, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar10_fortis_red_brake_762x51", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1, + "Weight": 0.108, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5d02778e86f774203e7dedbe": { + "_id": "5d02778e86f774203e7dedbe", + "_name": "core_medical_surgical_kit", + "_parent": "5448f3ac4bdc2dce718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 22500, + "Description": "core_medical_surgical_kit", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_medkit", + "LootExperience": 40, + "MaxHpResource": 5, + "MergesWithChildren": false, + "Name": "core_medical_surgical_kit", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_meds_core_medical_surgical_kit/item_meds_core_medical_surgical_kit_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": true, + "ShortName": "core_medical_surgical_kit", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_meds_core_medical_surgical_kit/item_meds_core_medical_surgical_kit_container.bundle", + "rcid": "" + }, + "Weight": 0.4, + "Width": 2, + "effects_damage": { + "DestroyedPart": { + "delay": 0, + "duration": 0, + "fadeOut": 0, + "healthPenaltyMax": 50, + "healthPenaltyMin": 35 + } + }, + "effects_health": [], + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 16 + }, + "_proto": "544fb3364bdc2d34748b456a", + "_type": "Item" + }, + "5d02797c86f774203f38e30a": { + "_id": "5d02797c86f774203f38e30a", + "_name": "survival_first_aid_rollup_kit", + "_parent": "5448f3ac4bdc2dce718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 45000, + "Description": "survival_first_aid_rollup_kit", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_medkit", + "LootExperience": 40, + "MaxHpResource": 15, + "MergesWithChildren": false, + "Name": "survival_first_aid_rollup_kit", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_meds_survival_first_aid_rollup_kit/item_meds_survival_first_aid_rollup_kit_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": true, + "ShortName": "survival_first_aid_rollup_kit", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_meds_survival_first_aid_rollup_kit/item_meds_survival_first_aid_rollup_kit_container.bundle", + "rcid": "" + }, + "Weight": 1.2, + "Width": 3, + "effects_damage": { + "DestroyedPart": { + "delay": 0, + "duration": 0, + "fadeOut": 0, + "healthPenaltyMax": 82, + "healthPenaltyMin": 70 + }, + "Fracture": { + "delay": 0, + "duration": 0, + "fadeOut": 0, + "healthPenaltyMax": 0, + "healthPenaltyMin": 0 + } + }, + "effects_health": [], + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 20 + }, + "_proto": "544fb3364bdc2d34748b456a", + "_type": "Item" + }, + "5d0375ff86f774186372f685": { + "_id": "5d0375ff86f774186372f685", + "_name": "item_barter_electr_cablemilitary", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": ["bigmap", "RezervBase", "Interchange"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 41200, + "Description": "item_barter_electr_cablemilitary", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 40, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_electr_cablemilitary", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_cablemilitary/item_barter_electr_cablemilitary.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_electr_cablemilitary", + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.65, + "Width": 2 + }, + "_proto": "5734779624597737e04bf329", + "_type": "Item" + }, + "5d0376a486f7747d8050965c": { + "_id": "5d0376a486f7747d8050965c", + "_name": "item_barter_electr_militaryboard", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": ["laboratory", "RezervBase"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 40000, + "Description": "item_barter_electr_militaryboard", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 40, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_electr_militaryboard", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_militaryboard/item_barter_electr_militaryboard.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_electr_militaryboard", + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.52, + "Width": 1 + }, + "_proto": "5734779624597737e04bf329", + "_type": "Item" + }, + "5d03775b86f774203e7e0c4b": { + "_id": "5d03775b86f774203e7e0c4b", + "_name": "item_barter_electr_phaseantenna", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": ["RezervBase"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 166000, + "Description": "item_barter_electr_phaseantenna", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 40, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_electr_phaseantenna", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_phaseantenna/item_barter_electr_phaseantenna.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_electr_phaseantenna", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.7, + "Width": 2 + }, + "_proto": "5734779624597737e04bf329", + "_type": "Item" + }, + "5d0377ce86f774186372f689": { + "_id": "5d0377ce86f774186372f689", + "_name": "item_barter_electr_thermalmodule", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": ["laboratory", "RezervBase"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 81200, + "Description": "item_barter_electr_thermalmodule", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_electr_thermalmodule", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_thermalmodule/item_barter_electr_thermalmodule.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_electr_thermalmodule", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.21, + "Width": 1 + }, + "_proto": "5734779624597737e04bf329", + "_type": "Item" + }, + "5d03784a86f774203e7e0c4d": { + "_id": "5d03784a86f774203e7e0c4d", + "_name": "item_barter_electr_gyrotachometer", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": ["RezervBase"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 62000, + "Description": "item_barter_electr_gyrotachometer", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 40, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_electr_gyrotachometer", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_gyrotachometer/item_barter_electr_gyrotachometer.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_electr_gyrotachometer", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.9, + "Width": 1 + }, + "_proto": "5734779624597737e04bf329", + "_type": "Item" + }, + "5d0378d486f77420421a5ff4": { + "_id": "5d0378d486f77420421a5ff4", + "_name": "item_bater_electr_powerfilter", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": ["bigmap", "Woods", "RezervBase"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 55000, + "Description": "item_bater_electr_powerfilter", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 40, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_bater_electr_powerfilter", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_powerfilter/item_barter_electr_powerfilter.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_bater_electr_powerfilter", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.2, + "Width": 1 + }, + "_proto": "5734779624597737e04bf329", + "_type": "Item" + }, + "5d03794386f77420415576f5": { + "_id": "5d03794386f77420415576f5", + "_name": "item_barter_energy_batterymilitary", + "_parent": "57864ee62459775490116fc1", + "_props": { + "AllowSpawnOnLocations": ["RezervBase"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 330000, + "Description": "item_barter_energy_batterymilitary", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 40, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_energy_batterymilitary", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_energy_batterymilitary/item_barter_energy_batterymilitary.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_energy_batterymilitary", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 43.2, + "Width": 4 + }, + "_proto": "5734779624597737e04bf329", + "_type": "Item" + }, + "5d0379a886f77420407aa271": { + "_id": "5d0379a886f77420407aa271", + "_name": "item_barter_other_30mmround", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": ["RezervBase"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 56000, + "Description": "item_barter_other_30mmround", + "DiscardingBlock": false, + "DogTagQualities": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "smallmetal", + "LootExperience": 45, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_other_30mmround", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_other_30mmround/item_barter_other_30mmround.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_other_30mmround", + "SpawnChance": 28, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.839, + "Width": 1 + }, + "_proto": "5734770f24597738025ee254", + "_type": "Item" + }, + "5d07b91b86f7745a077a9432": { + "_id": "5d07b91b86f7745a077a9432", + "_name": "boss_container", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Сейф", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5d07b91b86f7745a077a9434", + "_name": "main", + "_parent": "5d07b91b86f7745a077a9432", + "_props": { + "cellsH": 5, + "cellsV": 5, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 14, + "maxWeight": 0, + "minCount": 6 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Сейф", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "drawer_metal_looting", + "SendToClient": false, + "ShortName": "Сейф", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["5c05300686f7746dce784e5d", "5c052fb986f7746b2101e909", "5c05308086f7746b2101e90b", "5c052f6886f7746b1e3db148", "5c1265fc86f7743f896a21c2", "5c12620d86f7743f8b198b72", "5d0377ce86f774186372f689", "5bc9b720d4351e450201234b", "56742c324bdc2d150f8b456d", "5bc9b9ecd4351e3bac122519", "5734758f24597738025ee253", "59faff1d86f7746c51718c9c", "59e3658a86f7741776641ac4", "5bc9bc53d4351e00367fbcee", "5bc9bdb8d4351e003562b8a1", "5d235b4d86f7742e017bc88a", "59e3639286f7741777737013", "5c1267ee86f77416ec610f72", "59faf7ca86f7740dbe19f6c2", "5d235a5986f77443f6329bc6", "59e3647686f774176a362507", "590de71386f774347051a052", "590de7e986f7741b096e5f32", "5bc9b355d4351e6d1509862a", "5c052e6986f7746b207bc3c9", "5c0530ee86f774697952d952", "5b4335ba86f7744d2837a264", "5d0379a886f77420407aa271", "5bc9c049d4351e44f824d360", "5e54f6af86f7742199090bf3", "5d6fc87386f77449db3db94e", "5a154d5cfcdbcb001a3b00da", "5ac8d6885acfc400180ae7b0", "5c17a7ed2e2216152142459c", "5d6d3716a4b9361bc8618872", "5ca20ee186f774799474abc2", "5d3ef698a4b9361182109872", "5c7e8fab2e22165df16b889b", "5a33a8ebc4a282000c5a950d", "5c6165902e22160010261b28", "5a32a064c4a28200741e22de", "5a34fe59c4a282000b1521a2", "5c7955c22e221644f31bfd5e", "5b363dd25acfc4001a598fd2", "5a7ad74e51dfba0015068f45", "5ba26ae8d4351e00367f9bdb", "5cebec00d7f00c065c53522a", "58aeac1b86f77457c419f475", "57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3f024bdc2d1d388b4568", "5b2388675acfc4771e1be0be", "5b3b99475acfc432ff4dcbee", "5a37cb10c4a282329a73b4e7", "57c5ac0824597754771e88a9", "56ea70acd2720b844b8b4594", "5aa66be6e5b5b0214e506e97", "5c0696830db834001d23f5da", "5c066e3a0db834001b7353f0", "5c0558060db834001b735271", "57235b6f24597759bf5a30f1", "5d1b5e94d7ad1a2b865a96b0", "5b3b6e495acfc4330140bd88", "5a1eaa87fcdbcb001865f75e", "5bed625c0db834001c062946", "5c6175362e221600133e3b94", "5cfe8010d7ad1a59283b14c6", "5b7bef9c5acfc43d102852ec", "5a718f958dc32e00094b97e7", "5addccf45acfc400185c2989", "5a351711c4a282000b1521a4", "59c1383d86f774290a37e0ca", "5aafbde786f774389d0cbc0f", "59fafd4b86f7745ca07e1232", "5d235bb686f77443f4331278", "5c127c4486f7745625356c13", "59fb023c86f7746d0d4b423c", "590c60fc86f77412b13fddcf", "5783c43d2459774bbe137486", "57c44b372459772d2b39b8ce", "5cadfbf7ae92152ac412eeef", "5447a9cd4bdc2dbd208b4567", "5b0bbe4e5acfc40dc528a72d", "5c488a752e221602b412af63", "5d43021ca4b9362eab4b5e25", "5a367e5dc4a282000e49738f", "5aafa857e5b5b00018480968", "57838ad32459774a17445cd2", "5cadc190ae921500103bb3b6", "5d3eb3b0a4b93615055e84d2", "5a7ae0c351dfba0017554310", "5b1fa9b25acfc40018633c01", "5a17f98cfcdbcb0980087290", "5abccb7dd8ce87001773e277", "5d2f0d8048f0356c925bc3b0", "5ba26383d4351e00334c93d9", "58948c8e86f77409493f7266", "588892092459774ac91d4b11", "5bfea6e90db834001b7347f3", "5d403f9186f7743cac3f229b", "5d40407c86f774318526545a", "590c392f86f77444754deb29", "590c621186f774138d11ea29", "5c12613b86f7743bbe2c3f76", "590c645c86f77412b01304d9", "590c651286f7741e566b6461", "5d947d3886f774447b415893", "5d80c93086f7744036212b41", "5d80ccdd86f77474f7575e02", "5da46e3886f774653b7a83fe", "5d95d6be86f77424444eb3a7", "5c94bbff86f7747ee735c08f", "5c07df7f0db834001b73588a", "5c0126f40db834002a125382", "5bc9c1e2d4351e00367fbcf0", "5af0548586f7743a532b7e99", "544fb3f34bdc2d03748b456a", "5c10c8fd86f7743d7d706df3", "5c0e530286f7747fa1419862", "5c0e531286f7747fa54205c2", "5c0e531d86f7747fa23f4d42", "5c0e533786f7747fa23f4d47", "5c0e534186f7747fa1419867", "560d75f54bdc2da74d8b4573", "5c1262a286f7743f8a69aab2", "5c11279ad174af029d64592b", "5c1127bdd174af44217ab8b9", "5c1260dc86f7746b106e8748", "5c12619186f7743f871c8a32", "5696686a4bdc2da3298b456a", "569668774bdc2da2298b4568", "5710c24ad2720bc3458b45a3", "58d3db5386f77426186285a0", "5448be9a4bdc2dfd2f8b456a"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "578f8778245977358849a9b5", + "_type": "Item" + }, + "5d08d21286f774736e7c94c3": { + "_id": "5d08d21286f774736e7c94c3", + "_name": "Key_boss_koj", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 50000, + "Description": "Key_boss_koj", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 1, + "MergesWithChildren": false, + "Name": "Key_boss_koj", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_boss_koj", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d0a29ead7ad1a0026013f27": { + "_id": "5d0a29ead7ad1a0026013f27", + "_name": "mount_dovetail_kmz_1p59_mount", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5827272a24597748c74bdeea", "58272b392459774b4c7b3ccd", "5d2c76ed48f03532f2136169", "5d2c770c48f0354b4a07c100", "5d2c772c48f0355d95672c25", "5649af884bdc2d1b2b8b4589", "5839a7742459773cf9693481", "59985a6c86f77414ec448d17"], + "CreditsPrice": 1750, + "Description": "mount_all_jp_enterprises_ftsm_30mm", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_all_jp_enterprises_ftsm_30mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_dovetail_kmz_1p59_mount.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_all_jp_enterprises_ftsm_30mm", + "SightingRange": 0, + "Slots": [{ + "_id": "5d0a29ead7ad1a0026013f29", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5d0a29ead7ad1a0026013f27", + "_props": { + "filters": [{ + "Filter": ["5d0a3a58d7ad1a669c15ca14", "5d0a3e8cd7ad1a6f6a3d35bd"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.41, + "Width": 1 + }, + "_proto": "577d128124597739d65d0e56", + "_type": "Item" + }, + "5d0a29fed7ad1a002769ad08": { + "_id": "5d0a29fed7ad1a002769ad08", + "_name": "mount_all_kmz_1p69_mount", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5bb20e49d4351e3bac1212de", "5ba26b17d4351e00367f9bdd", "5beec9450db83400970084fd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5fb6564947ce63734e3fa1da", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5fc0fa957283c4046c58147e", "5894a81786f77427140b8347", "55d5f46a4bdc2d1b198b4567", "5ae30bad5acfc400185c2dc4", "5b0bc22d5acfc47a8607f085", "56083e1b4bdc2dc8488b4572"], + "CreditsPrice": 1880, + "Description": "mount_all_jp_enterprises_ftsm_30mm", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_all_jp_enterprises_ftsm_30mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_all_kmz_1p69_mount.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_all_jp_enterprises_ftsm_30mm", + "SightingRange": 0, + "Slots": [{ + "_id": "5d0a29fed7ad1a002769ad0a", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5d0a29fed7ad1a002769ad08", + "_props": { + "filters": [{ + "Filter": ["5d0a3a58d7ad1a669c15ca14", "5d0a3e8cd7ad1a6f6a3d35bd"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.5, + "Width": 2 + }, + "_proto": "577d128124597739d65d0e56", + "_type": "Item" + }, + "5d0a3a58d7ad1a669c15ca14": { + "_id": "5d0a3a58d7ad1a669c15ca14", + "_name": "scope_base_kmz_1p59_3_10x", + "_parent": "55818ae44bdc2dde698b456c", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.1667, 0.1667, 0.05, 0.05]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200, 250, 300, 350, 400, 450]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "5c7d55de2e221644f31bff68", "5c7d55f52e221644f31bff6a"], + "CreditsPrice": 22200, + "CustomAimPlane": "", + "Description": "scope_30mm_burris_fullfield_tac30_1_4x24", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -8, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [4], + "Name": "scope_30mm_burris_fullfield_tac30_1_4x24", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200, 250, 300, 350, 400, 450], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_base_kmz_1p59_3_10x.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_30mm_burris_fullfield_tac30_1_4x24", + "SightModesCount": 4, + "SightingRange": 800, + "Slots": [{ + "_id": "5d0b8b2ed7ad1a02036cc658", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5d0a3a58d7ad1a669c15ca14", + "_props": { + "filters": [{ + "Filter": ["5d0b5cd3d7ad1a3fe32ad263"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.94, + "Width": 2, + "Zooms": [[3, 3, 10, 10]], + "aimingSensitivity": 0.1, + "sightModType": "optic" + }, + "_proto": "56ea70acd2720b844b8b4594", + "_type": "Item" + }, + "5d0a3e8cd7ad1a6f6a3d35bd": { + "_id": "5d0a3e8cd7ad1a6f6a3d35bd", + "_name": "scope_base_kmz_1p69_3_10x", + "_parent": "55818ae44bdc2dde698b456c", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.1667, 0.1667, 0.05, 0.05]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200, 250, 300, 350, 400, 450]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "5c7d55de2e221644f31bff68", "5c7d55f52e221644f31bff6a"], + "CreditsPrice": 25200, + "CustomAimPlane": "", + "Description": "scope_30mm_burris_fullfield_tac30_1_4x24", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -8, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [4], + "Name": "scope_30mm_burris_fullfield_tac30_1_4x24", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200, 250, 300, 350, 400, 450], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_base_kmz_1p69_3_10x.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_30mm_burris_fullfield_tac30_1_4x24", + "SightModesCount": 4, + "SightingRange": 800, + "Slots": [{ + "_id": "5d0b8b5cd7ad1a2d9e0cc1a9", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5d0a3e8cd7ad1a6f6a3d35bd", + "_props": { + "filters": [{ + "Filter": ["5d0b5cd3d7ad1a3fe32ad263"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.94, + "Width": 2, + "Zooms": [[3, 3, 10, 10]], + "aimingSensitivity": 0.1, + "sightModType": "optic" + }, + "_proto": "56ea70acd2720b844b8b4594", + "_type": "Item" + }, + "5d0b5cd3d7ad1a3fe32ad263": { + "_id": "5d0b5cd3d7ad1a3fe32ad263", + "_name": "tactical_1p59_kmz_eyecup", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 576, + "Description": "tactical_pso_belomo_eyecup", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "tactical_pso_belomo_eyecup", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_1p59_kmz_eyecup.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0.03, + "ShortName": "tactical_pso_belomo_eyecup", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.005, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5d10b49bd7ad1a1a560708b0": { + "_id": "5d10b49bd7ad1a1a560708b0", + "_name": "tactical_all_insight_anpeq2", + "_parent": "55818b164bdc2ddc698b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 10258, + "Description": "ATPIAL (Advanced Target Pointer Illuminator Aiming Laser) AN/PEQ-15 производства L3 Insight Technologies. Тактический блок. Совмещающий в себе лазерные целеуказатели в видимом и невидимом (ИК) диапазоне а также инфракрасный осветитель.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": 2, + "Name": "Тактический блок AN/PEQ-15", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_all_insight_anpeq2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "AN/PEQ-15", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.21, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5d120a10d7ad1a4e1026ba85": { + "_id": "5d120a10d7ad1a4e1026ba85", + "_name": "stock_ar15_double_star_ace_socom_gen_4", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 10650, + "Description": "stock_ar15_armacon_baskak", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_armacon_baskak", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_double_star_ace_socom_gen_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -32, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_armacon_baskak", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5d120bb5d7ad1a77b74dc8db", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5d120a10d7ad1a4e1026ba85", + "_props": { + "filters": [{ + "Filter": ["5d120a28d7ad1a1c8962e295"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.47, + "Width": 2 + }, + "_proto": "5649be884bdc2d79388b4577", + "_type": "Item" + }, + "5d120a28d7ad1a1c8962e295": { + "_id": "5d120a28d7ad1a1c8962e295", + "_name": "stock_ace_double_star_ace_recoil_pad_05", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4779, + "Description": "stock_ar15_magpul_rubber_butt_pad", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_magpul_rubber_butt_pad", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ace_double_star_ace_recoil_pad_05.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_magpul_rubber_butt_pad", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.22, + "Width": 1 + }, + "_proto": "58d2912286f7744e27117493", + "_type": "Item" + }, + "5d122e7bd7ad1a07102d6d7f": { + "_id": "5d122e7bd7ad1a07102d6d7f", + "_name": "handguard_ar15_kac_urx_31_10,75_inch", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a34fbadc4a28200741e230a", "5ae30e795acfc408fb139a0b", "56ea8d2fd2720b7c698b4570", "55d35ee94bdc2d61338b4568"], + "CreditsPrice": 18800, + "Description": "handguard_ar15_kac_urx_31_10,75_inch", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ar15_kac_urx_31_10,75_inch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar15_kac_urx_31_10,75_inch.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ar15_kac_urx_31_10,75_inch", + "SightingRange": 0, + "Slots": [{ + "_id": "5d122e7dd7ad1a07102d6d81", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5d122e7bd7ad1a07102d6d7f", + "_props": { + "filters": [{ + "Filter": ["5d123b70d7ad1a0ee35e0754", "5d124c0ed7ad1a10d168dd9b", "5d123a3cd7ad1a004e476058", "5d124c01d7ad1a115c7d59fb"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d122e7dd7ad1a07102d6d82", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5d122e7bd7ad1a07102d6d7f", + "_props": { + "filters": [{ + "Filter": ["5d123b70d7ad1a0ee35e0754", "5d124c0ed7ad1a10d168dd9b", "5d123a3cd7ad1a004e476058", "5d124c01d7ad1a115c7d59fb"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d122e7dd7ad1a07102d6d83", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5d122e7bd7ad1a07102d6d7f", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d122e7dd7ad1a07102d6d84", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5d122e7bd7ad1a07102d6d7f", + "_props": { + "filters": [{ + "Filter": ["5d123b7dd7ad1a004f01b262", "5d124c1ad7ad1a12227c53a7", "5d133067d7ad1a33013f95b4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d122e7dd7ad1a07102d6d85", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5d122e7bd7ad1a07102d6d7f", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d122e7dd7ad1a07102d6d87", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5d122e7bd7ad1a07102d6d7f", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d122e7dd7ad1a07102d6d88", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5d122e7bd7ad1a07102d6d7f", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d122e7dd7ad1a07102d6d89", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5d122e7bd7ad1a07102d6d7f", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d122e7dd7ad1a07102d6d8a", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_003", + "_parent": "5d122e7bd7ad1a07102d6d7f", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.32, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5d123102d7ad1a004e475fe5": { + "_id": "5d123102d7ad1a004e475fe5", + "_name": "handguard_ar15_kac_urx_3_8_inch", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a34fbadc4a28200741e230a", "5ae30e795acfc408fb139a0b", "56ea8d2fd2720b7c698b4570"], + "CreditsPrice": 16700, + "Description": "handguard_ar15_kac_urx_3_8_inch", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ar15_kac_urx_3_8_inch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar15_kac_urx_3_8_inch.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ar15_kac_urx_3_8_inch", + "SightingRange": 0, + "Slots": [{ + "_id": "5d123102d7ad1a004e475fe7", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5d123102d7ad1a004e475fe5", + "_props": { + "filters": [{ + "Filter": ["5d123a3cd7ad1a004e476058", "5d124c01d7ad1a115c7d59fb"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d123102d7ad1a004e475fe8", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5d123102d7ad1a004e475fe5", + "_props": { + "filters": [{ + "Filter": ["5d123a3cd7ad1a004e476058", "5d124c01d7ad1a115c7d59fb"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d123102d7ad1a004e475fea", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5d123102d7ad1a004e475fe5", + "_props": { + "filters": [{ + "Filter": ["5d123b7dd7ad1a004f01b262", "5d124c1ad7ad1a12227c53a7", "5d133067d7ad1a33013f95b4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d123102d7ad1a004e475feb", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5d123102d7ad1a004e475fe5", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d123102d7ad1a004e475fec", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5d123102d7ad1a004e475fe5", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2", "5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d123102d7ad1a004e475fed", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5d123102d7ad1a004e475fe5", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d123102d7ad1a004e475fee", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5d123102d7ad1a004e475fe5", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d123102d7ad1a004e475fef", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_003", + "_parent": "5d123102d7ad1a004e475fe5", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.24, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5d123a3cd7ad1a004e476058": { + "_id": "5d123a3cd7ad1a004e476058", + "_name": "tactical_urx_kac_panel_short", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1200, + "Description": "tactical_pso_belomo_eyecup", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "tactical_pso_belomo_eyecup", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_urx_kac_panel_short.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0, + "ShortName": "tactical_pso_belomo_eyecup", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.005, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5d123b70d7ad1a0ee35e0754": { + "_id": "5d123b70d7ad1a0ee35e0754", + "_name": "tactical_urx_kac_panel_long", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1750, + "Description": "tactical_pso_belomo_eyecup", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "tactical_pso_belomo_eyecup", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_urx_kac_panel_long.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0, + "ShortName": "tactical_pso_belomo_eyecup", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.005, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5d123b7dd7ad1a004f01b262": { + "_id": "5d123b7dd7ad1a004f01b262", + "_name": "tactical_urx_kac_panel_hand_stop", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2850, + "Description": "tactical_pso_belomo_eyecup", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "tactical_pso_belomo_eyecup", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_urx_kac_panel_hand_stop.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0, + "ShortName": "tactical_pso_belomo_eyecup", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.005, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5d124c01d7ad1a115c7d59fb": { + "_id": "5d124c01d7ad1a115c7d59fb", + "_name": "tactical_urx_kac_panel_short_fde", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1200, + "Description": "tactical_pso_belomo_eyecup", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "tactical_pso_belomo_eyecup", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_urx_kac_panel_short_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0, + "ShortName": "tactical_pso_belomo_eyecup", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.005, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5d124c0ed7ad1a10d168dd9b": { + "_id": "5d124c0ed7ad1a10d168dd9b", + "_name": "tactical_urx_kac_panel_long_fde", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1750, + "Description": "tactical_pso_belomo_eyecup", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "tactical_pso_belomo_eyecup", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_urx_kac_panel_long_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0, + "ShortName": "tactical_pso_belomo_eyecup", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.005, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5d124c1ad7ad1a12227c53a7": { + "_id": "5d124c1ad7ad1a12227c53a7", + "_name": "tactical_urx_kac_panel_hand_stop_fde", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2850, + "Description": "tactical_pso_belomo_eyecup", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "tactical_pso_belomo_eyecup", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_urx_kac_panel_hand_stop_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0, + "ShortName": "tactical_pso_belomo_eyecup", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.005, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5d133067d7ad1a33013f95b4": { + "_id": "5d133067d7ad1a33013f95b4", + "_name": "mount_urx_kac_3_inch_rail_section", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1573, + "Description": "mount_urx_kac_3_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_urx_kac_3_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_urx_kac_3_inch_rail_section.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_urx_kac_3_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5d133067d7ad1a33013f95b6", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5d133067d7ad1a33013f95b4", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5d1340b3d7ad1a0b52682ed7": { + "_id": "5d1340b3d7ad1a0b52682ed7", + "_name": "mag_stanag_magpul_pmag_gen_m3_556x45_30_fde", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5d1340b3d7ad1a0b52682ed9", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5d1340b3d7ad1a0b52682ed7", + "_props": { + "filters": [{ + "Filter": ["59e6920f86f77411d82aa167", "59e6927d86f77411da468256", "54527a984bdc2d4e668b4567", "54527ac44bdc2d36668b4567", "59e68f6f86f7746c9f75e846", "59e6906286f7746c9f75e847", "59e690b686f7746c9f75e848", "59e6918f86f7746c9f75e849", "60194943740c5d77f6705eea", "601949593ae8f707c4608daa", "5c0d5ae286f7741e46554302", "5fbe3ffdf8b6a877a729ea82", "5fd20ff893a8961fc660a954"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 3113, + "Description": "30-ти зарядный полимерный магазин Magpul PMAG GEN M3 30, под патрон 5.56х45 с окном для контроля количества боеприпасов.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин PMAG GEN M3 30 5.56x45 STANAG на 30 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_stanag_magpul_pmag_gen_m3_556x45_30_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.56x45 PMAG GEN M3 30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-2", + "Weight": 0.138, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55802d5f4bdc2dac148b458e", + "_type": "Item" + }, + "5d1340bdd7ad1a0e8d245aab": { + "_id": "5d1340bdd7ad1a0e8d245aab", + "_name": "mag_stanag_magpul_pmag_gen_m3_556x45_40_fde", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5d1340bdd7ad1a0e8d245aad", + "_max_count": 40, + "_name": "cartridges", + "_parent": "5d1340bdd7ad1a0e8d245aab", + "_props": { + "filters": [{ + "Filter": ["59e6920f86f77411d82aa167", "59e6927d86f77411da468256", "54527a984bdc2d4e668b4567", "54527ac44bdc2d36668b4567", "59e68f6f86f7746c9f75e846", "59e6906286f7746c9f75e847", "59e690b686f7746c9f75e848", "59e6918f86f7746c9f75e849", "60194943740c5d77f6705eea", "601949593ae8f707c4608daa", "5c0d5ae286f7741e46554302", "5fbe3ffdf8b6a877a729ea82", "5fd20ff893a8961fc660a954"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 15, + "ConflictingItems": [], + "CreditsPrice": 6177, + "Description": "40-ка зарядный полимерный магазин Magpul PMAG GEN M3 40, под патрон 5.56х45.\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -7, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 2, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 3, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 10, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин PMAG GEN M3 40 5.56х45 STANAG на 40 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_stanag_magpul_pmag_gen_m3_556x45_40_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.56х45 PMAG GEN M3 40", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.2, + "Width": 1, + "magAnimationIndex": 3 + }, + "_proto": "544a378f4bdc2d30388b4567", + "_type": "Item" + }, + "5d1340cad7ad1a0b0b249869": { + "_id": "5d1340cad7ad1a0b0b249869", + "_name": "mag_stanag_magpul_pmag_gen_m3_window_556x45_30_fde", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5d1340cad7ad1a0b0b24986b", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5d1340cad7ad1a0b0b249869", + "_props": { + "filters": [{ + "Filter": ["59e6920f86f77411d82aa167", "59e6927d86f77411da468256", "54527a984bdc2d4e668b4567", "54527ac44bdc2d36668b4567", "59e68f6f86f7746c9f75e846", "59e6906286f7746c9f75e847", "59e690b686f7746c9f75e848", "59e6918f86f7746c9f75e849", "60194943740c5d77f6705eea", "601949593ae8f707c4608daa", "5c0d5ae286f7741e46554302", "5fbe3ffdf8b6a877a729ea82", "5fd20ff893a8961fc660a954"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 1, + "CheckTimeModifier": -35, + "ConflictingItems": [], + "CreditsPrice": 3797, + "Description": "30-ти зарядный полимерный магазин Magpul PMAG GEN M3 30, под патрон 5.56х45 с окном для контроля количества боеприпасов.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Магазин PMAG GEN M3 30 5.56x45 STANAG на 30 патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_stanag_magpul_pmag_gen_m3_window_556x45_30_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.56x45 PMAG GEN M3 30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-1;18-30", + "Weight": 0.138, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55802d5f4bdc2dac148b458e", + "_type": "Item" + }, + "5d135e83d7ad1a21b83f42d8": { + "_id": "5d135e83d7ad1a21b83f42d8", + "_name": "stock_ar15_magpul_ctr_carbine", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8120, + "Description": "stock_ar15_magpul_moe_carbine_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_magpul_moe_carbine_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_magpul_ctr_carbine.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -32, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_magpul_moe_carbine_blk", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.226, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5d135ecbd7ad1a21c176542e": { + "_id": "5d135ecbd7ad1a21c176542e", + "_name": "stock_ar15_magpul_ctr_carbine_fde", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8120, + "Description": "stock_ar15_magpul_moe_carbine_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_magpul_moe_carbine_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_magpul_ctr_carbine_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -32, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_magpul_moe_carbine_blk", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.226, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5d15ce51d7ad1a1eff619092": { + "_id": "5d15ce51d7ad1a1eff619092", + "_name": "handguard_aks74u_alfa_arms_goliaf", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5ac72e945acfc43f3b691116", "5ac7655e5acfc40016339a19", "5649aa744bdc2ded0b8b457e", "5943eeeb86f77412d6384f6b", "5cc9a96cd7f00c011c04e04a", "5649ab884bdc2ded0b8b457f", "593d493f86f7745e6b2ceb22", "57ffb0e42459777d047111c5"], + "CreditsPrice": 5194, + "Description": "handguard_aks74u_zenit_b11", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_aks74u_zenit_b11", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_aks74u_alfa_arms_goliaf.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_aks74u_zenit_b11", + "SightingRange": 0, + "Slots": [{ + "_id": "5d15ce51d7ad1a1eff619094", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5d15ce51d7ad1a1eff619092", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d15ce51d7ad1a1eff619095", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5d15ce51d7ad1a1eff619092", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d15ce51d7ad1a1eff619096", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5d15ce51d7ad1a1eff619092", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d247bbf8abbc305645f3b24", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5d15ce51d7ad1a1eff619092", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d2dcff048f03505c610c3b8", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_003", + "_parent": "5d15ce51d7ad1a1eff619092", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d2dd07348f035444e05603c", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5d15ce51d7ad1a1eff619092", + "_props": { + "filters": [{ + "Filter": ["558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "5d2da1e948f035477b1ce2ba", "584984812459776a704a82a6", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.15, + "Width": 1 + }, + "_proto": "57dc32dc245977596d4ef3d3", + "_type": "Item" + }, + "5d15cf3bd7ad1a67e71518b2": { + "_id": "5d15cf3bd7ad1a67e71518b2", + "_name": "pistolgrip_ar15_magpul_moe_fde", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4100, + "Description": "Полимерная пистолетная рукоятка Magpul MOE (Magpul Original Equipment) устанавливается на любое оружие совместимое с пистолетными рукоятками от AR-15. Благодаря эргономике и анти скользящей текстуре рукоятки, удержание и контроль оружия становится комфортнее. Внутри рукоятки находится место под контейнеры для ЗИП или элементов питания.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Пистолетная рукоятка Magpul MOE для AR-15 совместимых", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ar15_magpul_moe_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "MOE Pistol", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "55802f5d4bdc2dac148b458f", + "_type": "Item" + }, + "5d19cd96d7ad1a4a992c9f52": { + "_id": "5d19cd96d7ad1a4a992c9f52", + "_name": "handguard_mp5_ptr_tri_rail_forearm", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 10200, + "Description": "handguard_mp5_bt_tl_99_3x_nar", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 11, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_mp5_bt_tl_99_3x_nar", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_mp5_ptr_tri_rail_forearm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_mp5_bt_tl_99_3x_nar", + "SightingRange": 0, + "Slots": [{ + "_id": "5d19cd97d7ad1a4a992c9f54", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5d19cd96d7ad1a4a992c9f52", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d19cd97d7ad1a4a992c9f55", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5d19cd96d7ad1a4a992c9f52", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d19cd97d7ad1a4a992c9f56", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5d19cd96d7ad1a4a992c9f52", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.308, + "Width": 2 + }, + "_proto": "5648b0744bdc2d363b8b4578", + "_type": "Item" + }, + "5d1b198cd7ad1a604869ad72": { + "_id": "5d1b198cd7ad1a604869ad72", + "_name": "handguard_ak_tdi_akm_l", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4200, + "Description": "handguard_ak_tdi_akm_l", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 0.85, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_tdi_akm_l", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_tdi_akm_l.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_tdi_akm_l", + "SightingRange": 0, + "Slots": [{ + "_id": "5d1b1b62d7ad1a604869ad76", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5d1b198cd7ad1a604869ad72", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d1b1b6dd7ad1a561a50ac53", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5d1b198cd7ad1a604869ad72", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d1b1b7ad7ad1a604869ad77", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5d1b198cd7ad1a604869ad72", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.221, + "Width": 1 + }, + "_proto": "5648b0744bdc2d363b8b4578", + "_type": "Item" + }, + "5d1b2f3f86f774252167a52c": { + "_id": "5d1b2f3f86f774252167a52c", + "_name": "item_barter_other_airfilter", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 82000, + "Description": "item_barter_other_airfilter", + "DiscardingBlock": false, + "DogTagQualities": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 3, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_metal", + "LootExperience": 20, + "MaxResource": 300, + "MergesWithChildren": false, + "Name": "item_barter_other_airfilter", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_other_airfilter/item_barter_other_airfilter.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 300, + "SendToClient": false, + "ShortName": "item_barter_other_airfilter", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 13, + "Width": 3 + }, + "_proto": "573475fb24597737fb1379e1", + "_type": "Item" + }, + "5d1b2fa286f77425227d1674": { + "_id": "5d1b2fa286f77425227d1674", + "_name": "item_barter_electr_engine", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 43000, + "Description": "item_barter_electr_engine", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "smallmetal", + "LootExperience": 40, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_electr_engine", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_engine/item_barter_electr_engine.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_electr_engine", + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.4, + "Width": 2 + }, + "_proto": "5734779624597737e04bf329", + "_type": "Item" + }, + "5d1b2ffd86f77425243e8d17": { + "_id": "5d1b2ffd86f77425243e8d17", + "_name": "item_barter_electr_lens", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 25300, + "Description": "item_barter_electr_lens", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 40, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_electr_lens", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_lens/item_barter_electr_lens.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_electr_lens", + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.15, + "Width": 1 + }, + "_proto": "5734779624597737e04bf329", + "_type": "Item" + }, + "5d1b304286f774253763a528": { + "_id": "5d1b304286f774253763a528", + "_name": "item_barter_electr_lcd_Clean", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 38000, + "Description": "item_barter_electr_lcd_Clean", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 40, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_electr_lcd_Clean", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_lcd/item_barter_electr_lcd_clean.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_electr_lcd_Clean", + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "5734779624597737e04bf329", + "_type": "Item" + }, + "5d1b309586f77425227d1676": { + "_id": "5d1b309586f77425227d1676", + "_name": "item_barter_electr_lcd_Dirt", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 13500, + "Description": "item_barter_electr_lcd_Dirt", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 40, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_electr_lcd_Dirt", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_lcd/item_barter_electr_lcd_dirt.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_electr_lcd_Dirt", + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "5734779624597737e04bf329", + "_type": "Item" + }, + "5d1b313086f77425227d1678": { + "_id": "5d1b313086f77425227d1678", + "_name": "item_barter_electr_relay", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9500, + "Description": "item_barter_electr_relay", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 40, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_electr_relay", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_relay/item_barter_electr_relay.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_electr_relay", + "SpawnChance": 12, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "5734779624597737e04bf329", + "_type": "Item" + }, + "5d1b317c86f7742523398392": { + "_id": "5d1b317c86f7742523398392", + "_name": "item_barter_tools_handdrill", + "_parent": "57864bb7245977548b3b66c2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 60000, + "Description": "item_barter_tools_handdrill", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "spec_multitool", + "LootExperience": 10, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_tools_handdrill", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_tools_handdrill/item_barter_tools_handdrill.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_tools_handdrill", + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 2.3, + "Width": 3 + }, + "_proto": "57347c2e24597744902c94a1", + "_type": "Item" + }, + "5d1b31ce86f7742523398394": { + "_id": "5d1b31ce86f7742523398394", + "_name": "item_barter_tools_pliers_round", + "_parent": "57864bb7245977548b3b66c2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4400, + "Description": "item_barter_tools_pliers_round", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "spec_multitool", + "LootExperience": 10, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_tools_pliers_round", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_tools/item_barter_tools_pliers_round.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_tools_pliers_round", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.25, + "Width": 1 + }, + "_proto": "57347c2e24597744902c94a1", + "_type": "Item" + }, + "5d1b327086f7742525194449": { + "_id": "5d1b327086f7742525194449", + "_name": "item_barter_building_pressuregauge", + "_parent": "57864ada245977548638de91", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 61200, + "Description": "item_barter_building_pressuregauge", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "smallmetal", + "LootExperience": 5, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_building_pressuregauge", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_building_pressuregauge/item_barter_building_pressuregauge.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_building_pressuregauge", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.8, + "Width": 2 + }, + "_proto": "573478bc24597738002c6175", + "_type": "Item" + }, + "5d1b32c186f774252167a530": { + "_id": "5d1b32c186f774252167a530", + "_name": "item_barter_building_thermometer", + "_parent": "57864ada245977548638de91", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 45600, + "Description": "item_barter_building_thermometer", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "smallmetal", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_building_thermometer", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_building_thermometer/item_barter_building_thermometer.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_building_thermometer", + "SpawnChance": 8, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1 + }, + "_proto": "590c31c586f774245e3141b2", + "_type": "Item" + }, + "5d1b33a686f7742523398398": { + "_id": "5d1b33a686f7742523398398", + "_name": "item_food_purewater", + "_parent": "5448e8d64bdc2dce718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 50000, + "Description": "item_food_purewater", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_juice_carton", + "LootExperience": 10, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "item_food_purewater", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/food/item_food_purewater/item_food_purewater.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": true, + "ShortName": "item_food_purewater", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "Buffs_drink_purewater", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_drink_purewater/item_drink_purewater_container.bundle", + "rcid": "" + }, + "Weight": 3.3, + "Width": 2, + "effects_damage": { + "RadExposure": { + "delay": 0, + "duration": 0 + } + }, + "effects_health": { + "Energy": { + "value": 25 + }, + "Hydration": { + "value": 100 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 15 + }, + "_proto": "5448fee04bdc2dbc018b4567", + "_type": "Item" + }, + "5d1b36a186f7742523398433": { + "_id": "5d1b36a186f7742523398433", + "_name": "item_barter_flam_gasoline", + "_parent": "5d650c3e815116009f6201d2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 48000, + "Description": "item_barter_flam_gasoline", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 3, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_metal", + "LootExperience": 50, + "MaxResource": 100, + "MergesWithChildren": false, + "Name": "item_barter_flam_gasoline", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_flam_gasoline/item_barter_flam_gasoline.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 100, + "SendToClient": false, + "ShortName": "item_barter_flam_gasoline", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 8.6, + "Width": 2 + }, + "_proto": "590a373286f774287540368b", + "_type": "Item" + }, + "5d1b371186f774253763a656": { + "_id": "5d1b371186f774253763a656", + "_name": "item_barter_flam_kerosine", + "_parent": "5d650c3e815116009f6201d2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 50000, + "Description": "item_barter_flam_kerosine", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_plastic", + "LootExperience": 50, + "MaxResource": 60, + "MergesWithChildren": false, + "Name": "item_barter_flam_kerosine", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_flam_kerosine/item_barter_flam_kerosine.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 60, + "SendToClient": false, + "ShortName": "item_barter_flam_kerosine", + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 5.6, + "Width": 2 + }, + "_proto": "590a373286f774287540368b", + "_type": "Item" + }, + "5d1b376e86f774252519444e": { + "_id": "5d1b376e86f774252519444e", + "_name": "item_food_moonshine", + "_parent": "5448e8d64bdc2dce718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 200000, + "Description": "item_food_moonshine", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_bottle", + "LootExperience": 10, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "item_food_moonshine", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_alcohol_moonshine/item_alcohol_moonshine_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": true, + "ShortName": "item_food_moonshine", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "Buffs_drink_moonshine", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_alcohol_moonshine/item_alcohol_moonshine_container.bundle", + "rcid": "" + }, + "Weight": 1.2, + "Width": 1, + "effects_damage": { + "Pain": { + "delay": 0, + "duration": 500 + }, + "RadExposure": { + "delay": 0, + "duration": 0 + } + }, + "effects_health": { + "Energy": { + "value": 20 + }, + "Hydration": { + "value": -10 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 6 + }, + "_proto": "5673de654bdc2d180f8b456d", + "_type": "Item" + }, + "5d1b385e86f774252167b98a": { + "_id": "5d1b385e86f774252167b98a", + "_name": "item_barter_other_waterfilter", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 24500, + "Description": "item_barter_other_waterfilter", + "DiscardingBlock": false, + "DogTagQualities": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_plastic_generic", + "LootExperience": 20, + "MaxResource": 100, + "MergesWithChildren": false, + "Name": "item_barter_other_waterfilter", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_other_waterfilter/item_barter_other_waterfilter.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 100, + "SendToClient": false, + "ShortName": "item_barter_other_waterfilter", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.4, + "Width": 1 + }, + "_proto": "573476d324597737da2adc13", + "_type": "Item" + }, + "5d1b392c86f77425243e98fe": { + "_id": "5d1b392c86f77425243e98fe", + "_name": "item_barter_electr_bulb", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9500, + "Description": "item_barter_electr_bulb", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 40, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_electr_bulb", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_lbulb/item_barter_electr_lbulb.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_electr_bulb", + "SpawnChance": 13, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.09, + "Width": 1 + }, + "_proto": "5734779624597737e04bf329", + "_type": "Item" + }, + "5d1b39a386f774252339976f": { + "_id": "5d1b39a386f774252339976f", + "_name": "item_barter_building_silicontube", + "_parent": "57864ada245977548638de91", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 18900, + "Description": "item_barter_building_silicontube", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 5, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_building_silicontube", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_building_silicontube/item_barter_building_silicontube.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_building_silicontube", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.22, + "Width": 1 + }, + "_proto": "573478bc24597738002c6175", + "_type": "Item" + }, + "5d1b3a5d86f774252167ba22": { + "_id": "5d1b3a5d86f774252167ba22", + "_name": "item_barter_medical_pile", + "_parent": "57864c8c245977548867e7f1", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6500, + "Description": "item_barter_medical_pile", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 40, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_medical_pile", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_medical_pile/item_barter_medical_pile.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_medical_pile", + "SpawnChance": 16, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.2, + "Width": 1 + }, + "_proto": "544fb3364bdc2d34748b456a", + "_type": "Item" + }, + "5d1b3f2d86f774253763b735": { + "_id": "5d1b3f2d86f774253763b735", + "_name": "item_barter_medical_syringe", + "_parent": "57864c8c245977548867e7f1", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3000, + "Description": "item_barter_medical_syringe", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_medical_syringe", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_medical_syringe/item_barter_medical_syringe.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_medical_syringe", + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.06, + "Width": 1 + }, + "_proto": "59e3606886f77417674759a5", + "_type": "Item" + }, + "5d1b5e94d7ad1a2b865a96b0": { + "_id": "5d1b5e94d7ad1a2b865a96b0", + "_name": "scope_all_flir_rs32_225_9x_35_60hz", + "_parent": "55818aeb4bdc2ddc698b456a", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.3111, 0.0778]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 144794, + "CustomAimPlane": "", + "Description": "scope_base_trijicon_reap-ir", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -11, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [2], + "Name": "scope_base_trijicon_reap-ir", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_all_flir_rs32_225_9x_35_60hz.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_base_trijicon_reap-ir", + "SightModesCount": 2, + "SightingRange": 500, + "Slots": [{ + "_id": "5d1b5e94d7ad1a2b865a96b2", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5d1b5e94d7ad1a2b865a96b0", + "_props": { + "filters": [{ + "Filter": [], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.45, + "Width": 2, + "Zooms": [[2.25, 9]], + "aimingSensitivity": 0.3, + "sightModType": "hybrid" + }, + "_proto": "5a1eaa87fcdbcb001865f75e", + "_type": "Item" + }, + "5d1c702ad7ad1a632267f429": { + "_id": "5d1c702ad7ad1a632267f429", + "_name": "stock_glock_fab_defence_glr_17", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9200, + "Description": "stock_glock_fab_defence_glr_17", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_glock_fab_defence_glr_17", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_glock_fab_defence_glr_17.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -33, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_glock_fab_defence_glr_17", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.39, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5d1c774f86f7746d6620f8db": { + "_id": "5d1c774f86f7746d6620f8db", + "_name": "item_barter_electr_helix", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 14500, + "Description": "item_barter_electr_helix", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_belt", + "LootExperience": 40, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_electr_helix", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_helix/item_barter_electr_helix.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_electr_helix", + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.42, + "Width": 1 + }, + "_proto": "5734779624597737e04bf329", + "_type": "Item" + }, + "5d1c819a86f774771b0acd6c": { + "_id": "5d1c819a86f774771b0acd6c", + "_name": "item_barter_other_weaponparts", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 14240, + "Description": "item_barter_other_weaponparts", + "DiscardingBlock": false, + "DogTagQualities": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "smallmetal", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_other_weaponparts", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_other_weaponparts/item_barter_other_weaponparts.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_other_weaponparts", + "SpawnChance": 9, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.56, + "Width": 2 + }, + "_proto": "573476d324597737da2adc13", + "_type": "Item" + }, + "5d1f819086f7744b355c219b": { + "_id": "5d1f819086f7744b355c219b", + "_name": "muzzle_ar10_dd_wave_muzzle_brake_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7980, + "Description": "muzzle_ar10_aac_blackout_51t_flash_hider_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar10_aac_blackout_51t_flash_hider_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_all_dd_wave_muzzle_brake_multi.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar10_aac_blackout_51t_flash_hider_762x51", + "SightingRange": 0, + "Slots": [{ + "_id": "5d1f819086f7744b355c219d", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5d1f819086f7744b355c219b", + "_props": { + "filters": [{ + "Filter": ["5cff9e84d7ad1a049e54ed55"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -0.5, + "Weight": 0.109, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5d21f59b6dbe99052b54ef83": { + "_id": "5d21f59b6dbe99052b54ef83", + "_name": "ThermalVision", + "_parent": "55818aeb4bdc2ddc698b456a", + "_props": { + "ColdMax": 0.462, + "DepthFade": 0.03, + "HeatMin": 0.7, + "IsFpsStuck": false, + "IsGlitch": false, + "IsMotionBlurred": true, + "IsNoisy": true, + "IsPixelated": false, + "MainTexColorCoef": 0.2, + "Mask": "Thermal", + "MaskSize": 1.2, + "MinimumTemperatureValue": 0.25, + "NoiseIntensity": 0.02, + "PixelationBlockCount": 256, + "RampPalette": "Fusion", + "RampShift": 0.061, + "RoughnessCoef": 0.04, + "SpecularCoef": 0.01 + }, + "_type": "Node" + }, + "5d235a5986f77443f6329bc6": { + "_id": "5d235a5986f77443f6329bc6", + "_name": "item_barter_valuable_skullring", + "_parent": "57864a3d24597754843f8721", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 55000, + "Description": "item_barter_valuable_skullring", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": true, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "jewelry", + "LootExperience": 100, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_valuable_skullring", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_valuable_skullring/item_barter_valuable_skullring.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_valuable_skullring", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.006, + "Width": 1 + }, + "_proto": "573474f924597738002c6174", + "_type": "Item" + }, + "5d235b4d86f7742e017bc88a": { + "_id": "5d235b4d86f7742e017bc88a", + "_name": "item_barter_valuable_gp", + "_parent": "57864a3d24597754843f8721", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 35800, + "Description": "item_barter_valuable_gp", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": true, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "jewelry", + "LootExperience": 100, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_valuable_gp", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_valuable_gp/item_barter_valuable_gp.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_valuable_gp", + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "573474f924597738002c6174", + "_type": "Item" + }, + "5d235bb686f77443f4331278": { + "_id": "5d235bb686f77443f4331278", + "_name": "item_container_lopouch", + "_parent": "5795f317245977243854e041", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 750000, + "Description": "item_container_lopouch", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5d235bb686f77443f433127a", + "_name": "main", + "_parent": "5d235bb686f77443f4331278", + "_props": { + "cellsH": 5, + "cellsV": 5, + "filters": [{ + "ExcludedFilter": [], + "Filter": ["59faff1d86f7746c51718c9c", "5d235b4d86f7742e017bc88a", "5f745ee30acaeb0d490d8c5b", "5c1267ee86f77416ec610f72", "5d235a5986f77443f6329bc6", "59f32bb586f774757e1e8442", "59f32c3b86f77472a31742f0", "590c621186f774138d11ea29", "543be5e94bdc2df1348b4568", "543be5dd4bdc2deb348b4569"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_pouch", + "LootExperience": 30, + "MergesWithChildren": false, + "Name": "item_container_lopouch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/containers/item_container_lopouch/item_container_lopouch.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_container_lopouch", + "Slots": [], + "SpawnChance": 0.05, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TagColor": 0, + "TagName": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.2, + "Width": 2 + }, + "_proto": "577e1c9d2459773cd707c525", + "_type": "Item" + }, + "5d2369418abbc306c62e0c80": { + "_id": "5d2369418abbc306c62e0c80", + "_name": "tactical_all_steiner_9021_dbal_pl", + "_parent": "55818b164bdc2ddc698b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 13500, + "Description": "X400", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 33, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": 6, + "Name": "Тактический фонарь X400", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_all_steiner_9021_dbal_pl.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "X400", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.153, + "Width": 1 + }, + "_proto": "560d657b4bdc2da74d8b4572", + "_type": "Item" + }, + "5d25a4a98abbc30b917421a4": { + "_id": "5d25a4a98abbc30b917421a4", + "_name": "mag_m700_ai_aics_762x51_5", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5d25a4a98abbc30b917421a6", + "_max_count": 5, + "_name": "cartridges", + "_parent": "5d25a4a98abbc30b917421a4", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 2100, + "Description": "mag_m700_ai_aics_762x51_5", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": -15, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_m700_ai_aics_762x51_5", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_m700_ai_aics_762x51_5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_m700_ai_aics_762x51_5", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.3, + "Width": 1, + "magAnimationIndex": 3 + }, + "_proto": "559ba5b34bdc2d1f1a8b4582", + "_type": "Item" + }, + "5d25a6538abbc306c62e630d": { + "_id": "5d25a6538abbc306c62e630d", + "_name": "mag_m700_ai_aics_762x51_10", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5d25a6538abbc306c62e630f", + "_max_count": 10, + "_name": "cartridges", + "_parent": "5d25a6538abbc306c62e630d", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 3900, + "Description": "mag_m700_ai_aics_762x51_10", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": -15, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_m700_ai_aics_762x51_10", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_m700_ai_aics_762x51_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_m700_ai_aics_762x51_10", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.5, + "Width": 1, + "magAnimationIndex": 4 + }, + "_proto": "559ba5b34bdc2d1f1a8b4582", + "_type": "Item" + }, + "5d25a6a48abbc306c62e6310": { + "_id": "5d25a6a48abbc306c62e6310", + "_name": "mag_m700_mdt_aics_762x51_12", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5d25a6a48abbc306c62e6312", + "_max_count": 12, + "_name": "cartridges", + "_parent": "5d25a6a48abbc306c62e6310", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 5600, + "Description": "mag_m700_mdt_aics_762x51_12", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": -15, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_m700_mdt_aics_762x51_12", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_m700_mdt_aics_762x51_12.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_m700_mdt_aics_762x51_12", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.6, + "Width": 1, + "magAnimationIndex": 4 + }, + "_proto": "559ba5b34bdc2d1f1a8b4582", + "_type": "Item" + }, + "5d25a7b88abbc3054f3e60bc": { + "_id": "5d25a7b88abbc3054f3e60bc", + "_name": "mag_m700_magpul_pmag_762_ac_762x51_10", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5d25a7b88abbc3054f3e60be", + "_max_count": 10, + "_name": "cartridges", + "_parent": "5d25a7b88abbc3054f3e60bc", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 5000, + "Description": "mag_dvl-10_lobaev_308_10", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": -30, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_dvl-10_lobaev_308_10", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_m700_magpul_pmag_762_ac_762x51_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_dvl-10_lobaev_308_10", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.12, + "Width": 1, + "magAnimationIndex": 4 + }, + "_proto": "559ba5b34bdc2d1f1a8b4582", + "_type": "Item" + }, + "5d25af8f8abbc3055079fec5": { + "_id": "5d25af8f8abbc3055079fec5", + "_name": "mag_m700_promag_aa70_762x51_10", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5d25af8f8abbc3055079fec7", + "_max_count": 10, + "_name": "cartridges", + "_parent": "5d25af8f8abbc3055079fec5", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 4340, + "Description": "mag_dvl-10_lobaev_308_10", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": -15, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_dvl-10_lobaev_308_10", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_m700_promag_aa70_762x51_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_dvl-10_lobaev_308_10", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.5, + "Width": 1, + "magAnimationIndex": 2 + }, + "_proto": "559ba5b34bdc2d1f1a8b4582", + "_type": "Item" + }, + "5d25d0ac8abbc3054f3e61f7": { + "_id": "5d25d0ac8abbc3054f3e61f7", + "_name": "stock_m700_ai_at_aics_chasiss", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 6, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5d25af8f8abbc3055079fec5", "5cf12a15d7f00c05464b293f", "5bfeaa0f0db834001b734927", "5bfea7ad0db834001c38f1ee"], + "CreditsPrice": 26500, + "Description": "stock_870_remington_sps_12g\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 38, + "ExamineExperience": 1, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_870_remington_sps_12g", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_m700_ai_at_aics_chasiss.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": -34, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_870_remington_sps_12g", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5d25d1d18abbc305525f09b5", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5d25d0ac8abbc3054f3e61f7", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.64, + "Width": 4 + }, + "_proto": "56083be64bdc2d20478b456f", + "_type": "Item" + }, + "5d2702e88abbc31ed91efc44": { + "_id": "5d2702e88abbc31ed91efc44", + "_name": "barrel_m700_shilen_stainless_660mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.016, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 25900, + "Description": "barrel_m700_remington_heavy_660mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.86, + "EffectiveDistance": 0, + "Ergonomics": -14, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 4, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_m700_remington_heavy_660mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_m700_shilen_stainless_660mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_m700_remington_heavy_660mm", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 8.8, + "Weight": 1.45, + "Width": 4 + }, + "_proto": "55d3632e4bdc2d972f8b4569", + "_type": "Item" + }, + "5d2703038abbc3105103d94c": { + "_id": "5d2703038abbc3105103d94c", + "_name": "barrel_m700_remington_heavy_5_r_stainless_threaded_508mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.024, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 22800, + "Description": "barrel_m700_remington_heavy_threaded_508mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.8, + "EffectiveDistance": 0, + "Ergonomics": -10, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_m700_remington_heavy_threaded_508mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_m700_remington_heavy_5_r_stainless_threaded_508mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_m700_remington_heavy_threaded_508mm", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5d2703038abbc3105103d94e", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5d2703038abbc3105103d94c", + "_props": { + "filters": [{ + "Filter": ["5b7d693d5acfc43bca706a3d", "5a34fd2bc4a282329a73b4c5", "6065c6e7132d4d12c81fd8e1", "5d1f819086f7744b355c219b", "5dcbe965e4ed22586443a79d", "5d026791d7ad1a04a067ea63", "5dfa3cd1b33c0951220c079b", "5cdd7685d7f00c000f260ed2", "5c878e9d2e2216000f201903", "5d02677ad7ad1a04a15c0f95", "5bbdb8bdd4351e4502011460", "5cdd7693d7f00c0010373aa5", "607ffb988900dc2d9a55b6e4", "5d443f8fa4b93678dd4a01aa", "5c7954d52e221600106f4cc7", "5fbc22ccf24b94483f726483", "59bffc1f86f77435b128b872", "5cf78496d7f00c065703d6ca", "5d270ca28abbc31ee25ee821", "5d270b3c8abbc3105335cfb8", "5fbe7618d6fa9c00c571bb6c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 6.8, + "Weight": 1.2, + "Width": 3 + }, + "_proto": "55d3632e4bdc2d972f8b4569", + "_type": "Item" + }, + "5d270b3c8abbc3105335cfb8": { + "_id": "5d270b3c8abbc3105335cfb8", + "_name": "muzzle_m700_remington_thread_protector_762x51", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 500, + "Description": "muzzle_m700_remington_thread_protector_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_m700_remington_thread_protector_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_m700_remington_thread_protector_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_m700_remington_thread_protector_762x51", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.01, + "Width": 1, + "muzzleModType": "muzzleCombo" + }, + "_proto": "560838c94bdc2d77798b4569", + "_type": "Item" + }, + "5d270ca28abbc31ee25ee821": { + "_id": "5d270ca28abbc31ee25ee821", + "_name": "muzzle_m700_remington_stainless_thread_protector_762x51", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 600, + "Description": "muzzle_m700_remington_stainless_thread_protector_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_m700_remington_stainless_thread_protector_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_m700_remington_stainless_thread_protector_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_m700_remington_stainless_thread_protector_762x51", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.01, + "Width": 1, + "muzzleModType": "muzzleCombo" + }, + "_proto": "560838c94bdc2d77798b4569", + "_type": "Item" + }, + "5d2c76ed48f03532f2136169": { + "_id": "5d2c76ed48f03532f2136169", + "_name": "reciever_ak_akademia_bastion", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5ac733a45acfc400192630e2", "5649b0544bdc2d1b2b8b458a", "5ac72e475acfc400180ae6fe", "59d650cf86f7741b846413a4", "5a0eb980fcdbcb001a3b00a6", "59e8977386f77415a553c453", "5649d9a14bdc2d79388b4580", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "CreditsPrice": 5500, + "Description": "Цельнофрезерованная крышка ствольной коробки Б-33 от компании Зенит из комплекта обвязки для АК \"Классика\". Может быть установлена только совместно с цевьём Б-10М или Б-30.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Крышка ствольной коробки Зенит Б-33 для АК-74", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_ak_akademia_bastion.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Б-33", + "SightingRange": 0, + "Slots": [{ + "_id": "5d2c76ed48f03532f213616b", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5d2c76ed48f03532f2136169", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.237, + "Width": 2 + }, + "_proto": "5649af094bdc2df8348b4586", + "_type": "Item" + }, + "5d2c770c48f0354b4a07c100": { + "_id": "5d2c770c48f0354b4a07c100", + "_name": "reciever_ak_fab_defence_pdc", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5649d9a14bdc2d79388b4580", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "CreditsPrice": 14850, + "Description": "Цельнофрезерованная крышка ствольной коробки Б-33 от компании Зенит из комплекта обвязки для АК \"Классика\". Может быть установлена только совместно с цевьём Б-10М или Б-30.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Крышка ствольной коробки Зенит Б-33 для АК-74", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_ak_fab_defence_pdc.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Б-33", + "SightingRange": 0, + "Slots": [{ + "_id": "5d2c770c48f0354b4a07c102", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5d2c770c48f0354b4a07c100", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.202, + "Width": 2 + }, + "_proto": "5649af094bdc2df8348b4586", + "_type": "Item" + }, + "5d2c772c48f0355d95672c25": { + "_id": "5d2c772c48f0355d95672c25", + "_name": "reciever_ak_texas_weapon_systems_dog_leg_rail_gen_3", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5ac733a45acfc400192630e2", "5649b0544bdc2d1b2b8b458a", "5ac72e475acfc400180ae6fe", "59d650cf86f7741b846413a4", "5a0eb980fcdbcb001a3b00a6", "59e8977386f77415a553c453", "5649d9a14bdc2d79388b4580", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "CreditsPrice": 11600, + "Description": "Цельнофрезерованная крышка ствольной коробки Б-33 от компании Зенит из комплекта обвязки для АК \"Классика\". Может быть установлена только совместно с цевьём Б-10М или Б-30.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Крышка ствольной коробки Зенит Б-33 для АК-74", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_ak_texas_weapon_systems_dog_leg_rail_gen_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Б-33", + "SightingRange": 0, + "Slots": [{ + "_id": "5d2c772c48f0355d95672c27", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5d2c772c48f0355d95672c25", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.195, + "Width": 2 + }, + "_proto": "5649af094bdc2df8348b4586", + "_type": "Item" + }, + "5d2c829448f0353a5c7d6674": { + "_id": "5d2c829448f0353a5c7d6674", + "_name": "handguard_ak_cugir_arms_factory_wasr_10_63_std", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3000, + "Description": "handguard_ak_izhmash_akm_std_wood", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1.4, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_izhmash_akm_std_wood", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_cugir_arms_factory_wasr_10_63_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_izhmash_akm_std_wood", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.28, + "Width": 1 + }, + "_proto": "5648ae314bdc2d3d1c8b457f", + "_type": "Item" + }, + "5d2da1e948f035477b1ce2ba": { + "_id": "5d2da1e948f035477b1ce2ba", + "_name": "scope_all_trijicon_srs_02", + "_parent": "55818ad54bdc2ddc698b4569", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.7]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 22900, + "CustomAimPlane": "", + "Description": "scope_all_monstrum_compact_prism_scope_2x32", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_all_monstrum_compact_prism_scope_2x32", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_all_trijicon_srs_02.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_all_monstrum_compact_prism_scope_2x32", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.39, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.6, + "sightModType": "reflex" + }, + "_proto": "558022b54bdc2dac148b458d", + "_type": "Item" + }, + "5d2dc3e548f035404a1a4798": { + "_id": "5d2dc3e548f035404a1a4798", + "_name": "scope_all_monstrum_compact_prism_scope_2x32", + "_parent": "55818add4bdc2d5b648b456f", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.4, 0.4]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 29784, + "CustomAimPlane": "", + "Description": "scope_all_monstrum_compact_prism_scope_2x32", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [2], + "Name": "scope_all_monstrum_compact_prism_scope_2x32", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_all_monstrum_compact_prism_scope_2x32.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_all_monstrum_compact_prism_scope_2x32", + "SightModesCount": 2, + "SightingRange": 500, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.425, + "Width": 2, + "Zooms": [[2, 2]], + "aimingSensitivity": 0.5, + "sightModType": "optic" + }, + "_proto": "544a3d0a4bdc2d1b388b4567", + "_type": "Item" + }, + "5d2f0d8048f0356c925bc3b0": { + "_id": "5d2f0d8048f0356c925bc3b0", + "_name": "weapon_hk_mp5_kurtz_9x19", + "_parent": "5447b5e04bdc2d62278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.25, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.07, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.22, + "Chambers": [{ + "_id": "5d2f0d8048f0356c925bc3b5", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5d2f0d8048f0356c925bc3b0", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 1.7, + "CoolFactor": 2, + "CreditsPrice": 9500, + "Description": "weapon_hk_mp5_navy3_9x19", + "DeviationCurve": 4, + "DeviationMax": 20, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 55, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "mod_stock", + "Grids": [], + "HeatFactor": 2.5, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": true, + "MaxDurability": 100, + "MaxRepairDegradation": 0.01, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_hk_mp5_navy3_9x19", + "NotShownInSlot": false, + "OperatingResource": 5600, + "Prefab": { + "path": "assets/content/weapons/mp5/weapon_hk_mp5_kurtz_9x19_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": -0.01 + }, + "RecoilForceBack": 330, + "RecoilForceUp": 75, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 250, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.25, + "z": -0.01 + }, + "SendToClient": false, + "ShortName": "weapon_hk_mp5_navy3_9x19", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5d2f0d8048f0356c925bc3b2", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5d2f0d8048f0356c925bc3b0", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5d2f213448f0355009199284", "5926c3b286f774640d189b6b", "5a351711c4a282000b1521a4"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5d2f0d8048f0356c925bc3b3", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5d2f0d8048f0356c925bc3b0", + "_props": { + "filters": [{ + "Filter": ["5d2f261548f03576f500e7b7"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5d2f0d8048f0356c925bc3b4", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "5d2f0d8048f0356c925bc3b0", + "_props": { + "filters": [{ + "Filter": ["5d2f2d5748f03572ec0c0139"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 13, + "Weight": 0.68, + "Width": 1, + "ammoCaliber": "Caliber9x19PARA", + "bEffDist": 200, + "bFirerate": 900, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "56d59d3ad2720bdb418b4577", + "defMagType": "5926c3b286f774640d189b6b", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": false, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "smg", + "weapFireType": ["single", "burst", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5d2f213448f0355009199284": { + "_id": "5d2f213448f0355009199284", + "_name": "mag_mp5_hk_kurtz_std_9x19_20", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5d2f213448f0355009199286", + "_max_count": 20, + "_name": "cartridges", + "_parent": "5d2f213448f0355009199284", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 3100, + "Description": "mag_mp5_hk_std_curved_9x19_30", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_mp5_hk_std_curved_9x19_30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_mp5_hk_kurtz_std_9x19_20.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_mp5_hk_std_curved_9x19_30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.12, + "Width": 1, + "magAnimationIndex": 2 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5d2f259b48f0355a844acd74": { + "_id": "5d2f259b48f0355a844acd74", + "_name": "handguard_mp5k_hk_kurtz_grip_std", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2870, + "Description": "handguard_mp5_hk_wide_tropical", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 12, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_mp5_hk_wide_tropical", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_mp5k_hk_kurtz_grip_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_mp5_hk_wide_tropical", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.241, + "Width": 1 + }, + "_proto": "5648b0744bdc2d363b8b4578", + "_type": "Item" + }, + "5d2f25bc48f03502573e5d85": { + "_id": "5d2f25bc48f03502573e5d85", + "_name": "stock_mp5k_hk_kurtz_end_cap", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2500, + "Description": "stock_mp5_hk_a2_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_mp5_hk_a2_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_mp5k_hk_kurtz_end_cap.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_mp5_hk_a2_std", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.13, + "Width": 1 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5d2f261548f03576f500e7b7": { + "_id": "5d2f261548f03576f500e7b7", + "_name": "reciever_mp5k_hk_kurtz_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3050, + "Description": "reciever_mp5_hk_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_mp5_hk_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_mp5k_hk_kurtz_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_mp5_hk_std", + "SightingRange": 0, + "Slots": [{ + "_id": "5d2f261548f03576f500e7b9", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "5d2f261548f03576f500e7b7", + "_props": { + "filters": [{ + "Filter": ["5d2f259b48f0355a844acd74"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5d2f261548f03576f500e7ba", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5d2f261548f03576f500e7b7", + "_props": { + "filters": [{ + "Filter": ["5926d2be86f774134d668e4e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d2f261548f03576f500e7bb", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5d2f261548f03576f500e7b7", + "_props": { + "filters": [{ + "Filter": ["5d2f25bc48f03502573e5d85"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5d2f261548f03576f500e7bd", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5d2f261548f03576f500e7b7", + "_props": { + "filters": [{ + "Filter": ["5926dad986f7741f82604363"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.45, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5d2f2ab648f03550091993ca": { + "_id": "5d2f2ab648f03550091993ca", + "_name": "patron_127x108_bzt", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 95, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber127x108", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 980, + "Damage": 199, + "Description": "patron_127x108", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "big_round_impact_explosive", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.17, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": true, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 818, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_127x108", + "NotShownInSlot": false, + "PenetrationChance": 0.75, + "PenetrationPower": 80, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_127x108_bzt.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.38, + "SendToClient": false, + "ShortName": "patron_127x108", + "ShowBullet": false, + "ShowHitEffectOnExplode": true, + "SpawnChance": 20, + "SpeedRetardation": 0.000025, + "StackMaxRandom": 25, + "StackMaxSize": 20, + "StackMinRandom": 10, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.9, + "Tracer": true, + "TracerColor": "green", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.128, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "12.7x108", + "casingSounds": "127rifle" + }, + "_proto": "56dfef82d2720bbd668b4567", + "_type": "Item" + }, + "5d2f2d5748f03572ec0c0139": { + "_id": "5d2f2d5748f03572ec0c0139", + "_name": "charge_mp5k_hk_kurtz_std", + "_parent": "55818a6f4bdc2db9688b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1550, + "Description": "charge_mp5_hk_mp5_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "charge_mp5_hk_mp5_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/charges/charge_mp5k_hk_kurtz_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "charge_mp5_hk_mp5_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.11, + "Width": 1 + }, + "_proto": "55802f624bdc2d1c128b4580", + "_type": "Item" + }, + "5d357d6b86f7745b606e3508": { + "_id": "5d357d6b86f7745b606e3508", + "_name": "quest_photoalbum", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "book_part_2", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_paper", + "LootExperience": 40, + "MergesWithChildren": false, + "Name": "book_part_2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/item_quest_photograph_album/item_quest_photograph_album.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "book_part_2", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "5d3eb3b0a4b93615055e84d2": { + "_id": "5d3eb3b0a4b93615055e84d2", + "_name": "weapon_fn_five_seven_57x28", + "_parent": "5447b5cf4bdc2d65278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.026, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.015, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0, + "Chambers": [{ + "_id": "5d3eb3b0a4b93615055e84d9", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5d3eb3b0a4b93615055e84d2", + "_props": { + "filters": [{ + "Filter": ["5cc80f53e4a949000e1ea4f8", "5cc86832d7f00c000d3a6e6c", "5cc86840d7f00c002412c56c", "5cc80f67e4a949035e43bbba", "5cc80f38e4a949001152b560", "5cc80f8fe4a949033b0224a2", "5cc80f79e4a949033c7343b2"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 7, + "CoolFactor": 1, + "CreditsPrice": 14238, + "Description": "weapon_fn_five_seven_57x28", + "DeviationCurve": 5, + "DeviationMax": 17, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 86, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_pistol", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_fn_five_seven_57x28", + "NotShownInSlot": false, + "OperatingResource": 3300, + "Prefab": { + "path": "assets/content/weapons/fiveseven/weapon_fn_five_seven_57x28_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.44, + "z": -0.005 + }, + "RecoilForceBack": 240, + "RecoilForceUp": 330, + "RecolDispersion": 20, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 93, + "RepairSpeed": 2, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.45, + "z": -0.05 + }, + "SendToClient": false, + "ShortName": "weapon_fn_five_seven_57x28", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5d3eb3b0a4b93615055e84d4", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5d3eb3b0a4b93615055e84d2", + "_props": { + "filters": [{ + "Filter": ["5d3eb5b6a4b9361eab311902", "5d3eb59ea4b9361c284bb4b2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5d3eb3b0a4b93615055e84d6", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5d3eb3b0a4b93615055e84d2", + "_props": { + "filters": [{ + "Filter": ["5d3eb44aa4b93650d64e4979"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5d3eb3b0a4b93615055e84d7", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5d3eb3b0a4b93615055e84d2", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5d3eb5eca4b9363b1f22f8e4"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5d3eb3b0a4b93615055e84d8", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5d3eb3b0a4b93615055e84d2", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5a7b4900e899ef197b331a2a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.23, + "Width": 2, + "ammoCaliber": "Caliber57x28", + "bEffDist": 50, + "bFirerate": 30, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5cc80f38e4a949001152b560", + "defMagType": "5d3eb5eca4b9363b1f22f8e4", + "durabSpawnMax": 70, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 10, + "weapClass": "pistol", + "weapFireType": ["single"], + "weapUseType": "secondary" + }, + "_proto": "5448bd6b4bdc2dfc2f8b4569", + "_type": "Item" + }, + "5d3eb44aa4b93650d64e4979": { + "_id": "5d3eb44aa4b93650d64e4979", + "_name": "reciever_57_fn_five_seven_cover_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4210, + "Description": "reciever_57_fn_five_seven_cover_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_57_fn_five_seven_cover_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_57_fn_five_seven_cover_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_57_fn_five_seven_cover_std", + "SightingRange": 0, + "Slots": [{ + "_id": "5d3eb44aa4b93650d64e497b", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5d3eb44aa4b93650d64e4979", + "_props": { + "filters": [{ + "Filter": ["5d3eb4aba4b93650d64e497d", "5d7b6bafa4b93652786f4c76"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d3eb44aa4b93650d64e497c", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5d3eb44aa4b93650d64e4979", + "_props": { + "filters": [{ + "Filter": ["5d3eb536a4b9363b1f22f8e2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.16, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5d3eb4aba4b93650d64e497d": { + "_id": "5d3eb4aba4b93650d64e497d", + "_name": "sight_rear_57_fn_five_seven_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 900, + "CustomAimPlane": "", + "Description": "sight_rear_57_fn_five_seven_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_57_fn_five_seven_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_57_fn_five_seven_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_57_fn_five_seven_std", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.007, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5d3eb536a4b9363b1f22f8e2": { + "_id": "5d3eb536a4b9363b1f22f8e2", + "_name": "sight_front_57_fn_five_seven_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 800, + "CustomAimPlane": "", + "Description": "sight_front_p226_sig_p226r_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_p226_sig_p226r_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_57_fn_five_seven_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_p226_sig_p226r_std", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.007, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5d3eb59ea4b9361c284bb4b2": { + "_id": "5d3eb59ea4b9361c284bb4b2", + "_name": "barrel_57_fn_120mm_threaded_57x28", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.24, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4200, + "Description": "barrel_p226_112mm_threaded_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_p226_112mm_threaded_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_57_fn_120mm_threaded_57x28.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_p226_112mm_threaded_9x19", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5d3eb59ea4b9361c284bb4b4", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5d3eb59ea4b9361c284bb4b2", + "_props": { + "filters": [{ + "Filter": ["5d3ef698a4b9361182109872"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -1.28, + "Weight": 0.18, + "Width": 1 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5d3eb5b6a4b9361eab311902": { + "_id": "5d3eb5b6a4b9361eab311902", + "_name": "barrel_57_fn_120mm_57x28", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.24, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3980, + "Description": "barrel_p226_112mm_threaded_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_p226_112mm_threaded_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_57_fn_120mm_57x28.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_p226_112mm_threaded_9x19", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -1.28, + "Weight": 0.17, + "Width": 1 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5d3eb5eca4b9363b1f22f8e4": { + "_id": "5d3eb5eca4b9363b1f22f8e4", + "_name": "mag_57_fn_five_seven_std_57x28_20", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5d3eb5eca4b9363b1f22f8e6", + "_max_count": 20, + "_name": "cartridges", + "_parent": "5d3eb5eca4b9363b1f22f8e4", + "_props": { + "filters": [{ + "Filter": ["5cc80f53e4a949000e1ea4f8", "5cc86832d7f00c000d3a6e6c", "5cc86840d7f00c002412c56c", "5cc80f67e4a949035e43bbba", "5cc80f38e4a949001152b560", "5cc80f8fe4a949033b0224a2", "5cc80f79e4a949033c7343b2"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 3660, + "Description": "mag_57_fn_five_seven_std_57x28_20", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_57_fn_five_seven_std_57x28_20", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_57_fn_five_seven_std_57x28_20.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_57_fn_five_seven_std_57x28_20", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.088, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5d3ec50586f774183a607442": { + "_id": "5d3ec50586f774183a607442", + "_name": "quest_hunt_message", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 29000, + "Description": "item_info_intelligence", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 30, + "MergesWithChildren": false, + "Name": "item_info_intelligence", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/quest/item_quest_envelope/item_quest_envelope.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_info_intelligence", + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.23, + "Width": 2 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "5d3ef698a4b9361182109872": { + "_id": "5d3ef698a4b9361182109872", + "_name": "silencer_57_gemtech_sfn_57_57x28", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 37940, + "Description": "silencer_all_aac_illusion_9_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.52, + "EffectiveDistance": 0, + "Ergonomics": -15, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -25, + "MergesWithChildren": true, + "Name": "silencer_all_aac_illusion_9_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_57_gemtech_sfn_57_57x28.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_all_aac_illusion_9_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.5, + "Weight": 0.15, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "5d403f9186f7743cac3f229b": { + "_id": "5d403f9186f7743cac3f229b", + "_name": "item_food_jack", + "_parent": "5448e8d64bdc2dce718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 50000, + "Description": "item_food_jack", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_bottle", + "LootExperience": 20, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "item_food_jack", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/food/bottles_with_alcohol/item_food_jack.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_food_jack", + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "Buffs_drink_jack", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_alcohol_whiskey/item_alcohol_whiskey_container.bundle", + "rcid": "" + }, + "Weight": 1.2, + "Width": 1, + "effects_damage": { + "Pain": { + "delay": 0, + "duration": 210 + }, + "RadExposure": { + "delay": 0, + "duration": 0 + } + }, + "effects_health": { + "Energy": { + "value": 10 + }, + "Hydration": { + "value": -35 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 4 + }, + "_proto": "57347d3d245977448f7b7f61", + "_type": "Item" + }, + "5d40407c86f774318526545a": { + "_id": "5d40407c86f774318526545a", + "_name": "item_food_vodka", + "_parent": "5448e8d64bdc2dce718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 25000, + "Description": "item_food_vodka", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_bottle", + "LootExperience": 10, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "item_food_vodka", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/food/bottles_with_alcohol/item_food_vodka.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_food_vodka", + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "Buffs_drink_vodka", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_alcohol_vodka/item_alcohol_vodka_container.bundle", + "rcid": "" + }, + "Weight": 1, + "Width": 1, + "effects_damage": { + "Pain": { + "delay": 0, + "duration": 250 + }, + "RadExposure": { + "delay": 0, + "duration": 0 + } + }, + "effects_health": { + "Hydration": { + "value": -50 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 5 + }, + "_proto": "5673de654bdc2d180f8b456d", + "_type": "Item" + }, + "5d40412b86f7743cb332ac3a": { + "_id": "5d40412b86f7743cb332ac3a", + "_name": "item_barter_household_shampoo", + "_parent": "57864c322459775490116fbf", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7000, + "Description": "item_barter_household_shampoo", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 5, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_household_shampoo", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_household_shampoo/item_barter_household_shampoo.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_household_shampoo", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.45, + "Width": 1 + }, + "_proto": "57347c77245977448d35f6e2", + "_type": "Item" + }, + "5d40419286f774318526545f": { + "_id": "5d40419286f774318526545f", + "_name": "item_barter_tools_metalscissors", + "_parent": "57864bb7245977548b3b66c2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 22300, + "Description": "item_barter_tools_metalscissors", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "spec_multitool", + "LootExperience": 10, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_tools_metalscissors", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_tools/item_barter_tools_metalscissors.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_tools_metalscissors", + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.89, + "Width": 1 + }, + "_proto": "57347c2e24597744902c94a1", + "_type": "Item" + }, + "5d4041f086f7743cac3f22a7": { + "_id": "5d4041f086f7743cac3f22a7", + "_name": "item_barter_household_toothpaste2", + "_parent": "57864c322459775490116fbf", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5400, + "Description": "item_barter_household_toothpaste2", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 5, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_household_toothpaste2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_household_toothpaste2/item_barter_household_toothpaste2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_household_toothpaste2", + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "57347c77245977448d35f6e2", + "_type": "Item" + }, + "5d40425986f7743185265461": { + "_id": "5d40425986f7743185265461", + "_name": "item_barter_tools_nippers", + "_parent": "57864bb7245977548b3b66c2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6500, + "Description": "item_barter_tools_nippers", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "spec_multitool", + "LootExperience": 10, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_tools_nippers", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_tools/item_barter_tools_nippers.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_tools_nippers", + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1 + }, + "_proto": "57347c2e24597744902c94a1", + "_type": "Item" + }, + "5d4042a986f7743185265463": { + "_id": "5d4042a986f7743185265463", + "_name": "item_barter_tools_screwdriver_flat_long", + "_parent": "57864bb7245977548b3b66c2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 13200, + "Description": "item_barter_tools_screwdriver_flat_long", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "spec_multitool", + "LootExperience": 10, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_tools_screwdriver_flat_long", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_tools/item_barter_tools_screwdriver_flat_long.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_tools_screwdriver_flat_long", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.35, + "Width": 1 + }, + "_proto": "57347c2e24597744902c94a1", + "_type": "Item" + }, + "5d43021ca4b9362eab4b5e25": { + "_id": "5d43021ca4b9362eab4b5e25", + "_name": "weapon_lone_star_tx15_designated_marksman_556x45", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.16, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.145, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.14, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.01, + "Chambers": [{ + "_id": "5d43021ca4b9362eab4b5e2c", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5d43021ca4b9362eab4b5e25", + "_props": { + "filters": [{ + "Filter": ["59e6920f86f77411d82aa167", "59e6927d86f77411da468256", "54527a984bdc2d4e668b4567", "54527ac44bdc2d36668b4567", "59e68f6f86f7746c9f75e846", "59e6906286f7746c9f75e847", "59e690b686f7746c9f75e848", "59e6918f86f7746c9f75e849", "60194943740c5d77f6705eea", "601949593ae8f707c4608daa", "5c0d5ae286f7741e46554302"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.6, + "CoolFactor": 1, + "CreditsPrice": 24397, + "Description": "weapon_lone_star_tx15_designated_marksman_556x45", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 50, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.03, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_lone_star_tx15_designated_marksman_556x45", + "NotShownInSlot": false, + "OperatingResource": 3650, + "Prefab": { + "path": "assets/content/weapons/tx15/weapon_lone_star_tx15_designated_marksman_556x45_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.24, + "z": 0 + }, + "RecoilForceBack": 380, + "RecoilForceUp": 140, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 193, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": 0, + "z": 0 + }, + "SendToClient": false, + "ShortName": "weapon_lone_star_tx15_designated_marksman_556x45", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5d43021ca4b9362eab4b5e27", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5d43021ca4b9362eab4b5e25", + "_props": { + "filters": [{ + "Filter": ["5c0e2ff6d174af02a1659d4a", "5a33e75ac4a2826c6e06d759", "55d4b9964bdc2d1d4e8b456e", "571659bb2459771fb2755a12", "602e71bd53a60014f9705bfa", "5cc9bcaed7f00c011c04e179", "5bb20e18d4351e00320205d5", "5bb20e0ed4351e3bac1212dc", "5d025cc1d7ad1a53845279ef", "5c6d7b3d2e221600114c9b7d", "57c55efc2459772d2c6271e7", "57af48872459771f0b2ebf11", "57c55f092459772d291a8463", "57c55f112459772d28133310", "57c55f172459772d27602381", "5a339805c4a2826c6e06d73d", "55802f5d4bdc2dac148b458f", "5d15cf3bd7ad1a67e71518b2", "59db3a1d86f77429e05b4e92", "5fbcbd6c187fea44d52eda14", "59db3acc86f7742a2c4ab912", "59db3b0886f77429d72fb895", "5b07db875acfc40dc528a5f6"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5d43021ca4b9362eab4b5e28", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5d43021ca4b9362eab4b5e25", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["55d4887d4bdc2d962f8b4570", "5c05413a0db834001c390617", "5c6d450c2e221600114c997d", "5c6d42cb2e2216000e69d7d1", "59c1383d86f774290a37e0ca", "5aaa5e60e5b5b000140293d6", "5448c1d04bdc2dff2f8b4569", "5aaa5dfee5b5b000140293d3", "5d1340b3d7ad1a0b52682ed7", "544a378f4bdc2d30388b4567", "5d1340bdd7ad1a0e8d245aab", "55802d5f4bdc2dac148b458e", "5d1340cad7ad1a0b0b249869", "5c6592372e221600133e47d7", "544a37c44bdc2d25388b4567", "5c6d46132e221601da357d56"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5d43021ca4b9362eab4b5e29", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5d43021ca4b9362eab4b5e25", + "_props": { + "filters": [{ + "Filter": ["5c0e2f26d174af02a9625114", "55d355e64bdc2d962f8b4569", "5d4405aaa4b9361e6a4e6bd3", "5c07a8770db8340023300450", "59bfe68886f7746004266202"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5d43021ca4b9362eab4b5e2a", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5d43021ca4b9362eab4b5e25", + "_props": { + "filters": [{ + "Filter": ["5a33ca0fc4a282000d72292f", "5c0faeddd174af02a962601f", "5649be884bdc2d79388b4577", "5d120a10d7ad1a4e1026ba85", "5b0800175acfc400153aebd4", "5947e98b86f774778f1448bc", "5947eab886f77475961d96c5", "602e3f1254072b51b239f713", "5c793fb92e221644f31bfb64", "5c793fc42e221600114ca25d", "591aef7986f774139d495f03", "591af10186f774139d495f0e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5d43021ca4b9362eab4b5e2b", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "5d43021ca4b9362eab4b5e25", + "_props": { + "filters": [{ + "Filter": ["5c0faf68d174af02a96260b8", "56ea7165d2720b6e518b4583", "55d44fd14bdc2d962f8b456e", "5ea16d4d5aad6446a939753d", "5bb20dbcd4351e44f824c04e", "6033749e88382f4fab3fd2c5", "5b2240bf5acfc40dc528af69", "5d44334ba4b9362b346d1948", "5f633ff5c444ce7e3c30a006"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.31, + "Width": 1, + "ammoCaliber": "Caliber556x45NATO", + "bEffDist": 500, + "bFirerate": 800, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "54527a984bdc2d4e668b4567", + "defMagType": "55d4887d4bdc2d962f8b4570", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5d4405aaa4b9361e6a4e6bd3": { + "_id": "5d4405aaa4b9361e6a4e6bd3", + "_name": "reciever_ar15_lone_star_tx15_lightweight", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9200, + "Description": "Верхний ресивер для M4A1 производства компании Colt. Имеет направляющую для крепления дополнительного оборудования.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Верхний ресивер Colt M4A1 5.56х45 для штурмовой винтовки M4A1", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_ar15_lone_star_tx15_lightweight.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "M4A1 Upper", + "SightingRange": 0, + "Slots": [{ + "_id": "5d4405aaa4b9361e6a4e6bd5", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5d4405aaa4b9361e6a4e6bd3", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d4405aaa4b9361e6a4e6bd6", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5d4405aaa4b9361e6a4e6bd3", + "_props": { + "filters": [{ + "Filter": ["55d35ee94bdc2d61338b4568", "55d3632e4bdc2d972f8b4569", "5d440b93a4b9364276578d4b", "5d440b9fa4b93601354d480c", "5c0e2f94d174af029f650d56"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5d4405aaa4b9361e6a4e6bd7", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "5d4405aaa4b9361e6a4e6bd3", + "_props": { + "filters": [{ + "Filter": ["5c0e2f5cd174af02a012cfc9", "5b2cfa535acfc432ff4db7a0", "5ae30db85acfc408fb139a05", "5c9a25172e2216000f20314e", "55f84c3c4bdc2d5f408b4576", "588b56d02459771481110ae2", "5c9a26332e2216001219ea70", "5ea16ada09aa976f2e7a51be", "5ea16acdfadf1d18c87b0784", "5a329052c4a28200741e22d3", "55d459824bdc2d892f8b4573", "5d122e7bd7ad1a07102d6d7f", "5d123102d7ad1a004e475fe5", "5d4405f0a4b9361e6a4e6bd9", "5c78f2792e221600106f4683", "5c78f26f2e221601da3581d1", "5c78f2492e221600114c9f04", "5c78f2612e221600114c9f0d", "6034e3e20ddce744014cb878", "6034e3d953a60014f970617b", "6034e3cb0ddce744014cb870", "5c6d5d8b2e221644fc630b39", "5d00e0cbd7ad1a6c6566a42d", "5d00f63bd7ad1a59283b1c1e", "6087e0336d0bd7580617bb7a", "595cfa8b86f77427437e845b", "595cf16b86f77427440c32e2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5d4405aaa4b9361e6a4e6bd8", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5d4405aaa4b9361e6a4e6bd3", + "_props": { + "filters": [{ + "Filter": ["5bb20e49d4351e3bac1212de", "5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5fb6564947ce63734e3fa1da", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5fc0fa957283c4046c58147e", "5894a81786f77427140b8347", "55d5f46a4bdc2d1b198b4567", "5ae30bad5acfc400185c2dc4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.19, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5d4405f0a4b9361e6a4e6bd9": { + "_id": "5d4405f0a4b9361e6a4e6bd9", + "_name": "handguard_ar15_lone_star_ion_lite_m_lok_16_inch", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a34fbadc4a28200741e230a", "5ae30e795acfc408fb139a0b", "56ea8d2fd2720b7c698b4570", "55d35ee94bdc2d61338b4568", "55d3632e4bdc2d972f8b4569", "5c0e2f94d174af029f650d56"], + "CreditsPrice": 19900, + "Description": "handguard_ar15_lone_star_ion_lite_m_lok_16_inch", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 11, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ar15_lone_star_ion_lite_m_lok_16_inch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar15_lone_star_ion_lite_m_lok_16_inch.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ar15_lone_star_ion_lite_m_lok_16_inch", + "SightingRange": 0, + "Slots": [{ + "_id": "5d4405f0a4b9361e6a4e6bdb", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5d4405f0a4b9361e6a4e6bd9", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d4405f0a4b9361e6a4e6bdc", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5d4405f0a4b9361e6a4e6bd9", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d4405f0a4b9361e6a4e6bdd", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5d4405f0a4b9361e6a4e6bd9", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d4405f0a4b9361e6a4e6bde", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5d4405f0a4b9361e6a4e6bd9", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d4405f0a4b9361e6a4e6bdf", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_003", + "_parent": "5d4405f0a4b9361e6a4e6bd9", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d4405f0a4b9361e6a4e6be0", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_004", + "_parent": "5d4405f0a4b9361e6a4e6bd9", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d4405f0a4b9361e6a4e6be1", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5d4405f0a4b9361e6a4e6bd9", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c", "55d4af3a4bdc2d972f8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d440f5da4b9367e2e0ff589", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5d4405f0a4b9361e6a4e6bd9", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d444418a4b93677c8374e16", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5d4405f0a4b9361e6a4e6bd9", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.38, + "Width": 3 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5d440625a4b9361eec4ae6c5": { + "_id": "5d440625a4b9361eec4ae6c5", + "_name": "muzzle_ar15_thunder_beast_223cb_muzzle_brake_556x45", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7180, + "Description": "muzzle_ar10_aac_blackout_51t_flash_hider_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar10_aac_blackout_51t_flash_hider_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar15_thunder_beast_223cb_muzzle_brake_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -8.5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar10_aac_blackout_51t_flash_hider_762x51", + "SightingRange": 0, + "Slots": [{ + "_id": "5d440625a4b9361eec4ae6c7", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5d440625a4b9361eec4ae6c5", + "_props": { + "filters": [{ + "Filter": ["5d44064fa4b9361e4f6eb8b5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -1.5, + "Weight": 0.109, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5d44064fa4b9361e4f6eb8b5": { + "_id": "5d44064fa4b9361e4f6eb8b5", + "_name": "silencer_tbac_thunder_beast_ultra_5_762x51", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": -3, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 62000, + "Description": "silencer_tbac_thunder_beast_ultra_5_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.52, + "EffectiveDistance": 0, + "Ergonomics": -23, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": -22, + "MergesWithChildren": true, + "Name": "silencer_tbac_thunder_beast_ultra_5_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_tbac_thunder_beast_ultra_5_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -13, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_tbac_thunder_beast_ultra_5_762x51", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.21, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "54490a4d4bdc2dbc018b4573", + "_type": "Item" + }, + "5d44069ca4b9361ebd26fc37": { + "_id": "5d44069ca4b9361ebd26fc37", + "_name": "stock_ar15_magpul_prs_gen3", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 18800, + "Description": "stock_ar15_magpul_prs_gen2_fde", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_magpul_prs_gen2_fde", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_magpul_prs_gen3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -34, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_magpul_prs_gen2_fde", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.78, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5d4406a8a4b9361e4f6eb8b7": { + "_id": "5d4406a8a4b9361e4f6eb8b7", + "_name": "stock_ar15_magpul_prs_gen3_gry", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 18800, + "Description": "stock_ar15_magpul_prs_gen2_fde", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_magpul_prs_gen2_fde", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_magpul_prs_gen3_gry.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -34, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_magpul_prs_gen2_fde", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.78, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5d440b93a4b9364276578d4b": { + "_id": "5d440b93a4b9364276578d4b", + "_name": "barrel_ar15_457mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.041, + "ChangePriceCoef": 1, + "ConflictingItems": ["5c0e2f5cd174af02a012cfc9", "5ae30db85acfc408fb139a05", "55d459824bdc2d892f8b4573", "5c78f2792e221600106f4683", "5c78f26f2e221601da3581d1", "5d00e0cbd7ad1a6c6566a42d", "5d00f63bd7ad1a59283b1c1e"], + "CreditsPrice": 31567, + "Description": "barrel_ar15_457mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -20, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_ar15_457mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_ar15_457mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_ar15_457mm", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5d440b93a4b9364276578d4d", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5d440b93a4b9364276578d4b", + "_props": { + "filters": [{ + "Filter": ["5b3a16655acfc40016387a2a", "5c7e5f112e221600106f4ede", "5c0fafb6d174af02a96260ba", "5cf6937cd7f00c056c53fb39", "544a38634bdc2d58388b4568", "5cff9e5ed7ad1a09407397d4", "5c48a2a42e221602b66d1e07", "5f6372e2865db925d54f3869", "56ea8180d2720bf2698b456a", "5d02676dd7ad1a049e54f6dc", "56ea6fafd2720b844b8b4593", "5943ee5a86f77413872d25ec", "609269c3b0e443224b421cc1", "5c7fb51d2e2216001219ce11", "5ea172e498dacb342978818e", "5c6d710d2e22165df16b81e7", "5d440625a4b9361eec4ae6c5", "5cc9b815d7f00c000e2579d6", "5a7c147ce899ef00150bd8b8", "5c7954d52e221600106f4cc7", "59bffc1f86f77435b128b872", "5a9fbb84a2750c00137fa685"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d440b93a4b9364276578d4e", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5d440b93a4b9364276578d4b", + "_props": { + "filters": [{ + "Filter": ["5a34fbadc4a28200741e230a", "5ae30e795acfc408fb139a0b", "56eabcd4d2720b66698b4574", "5d00ec68d7ad1a04a067e5be", "56ea8d2fd2720b7c698b4570"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -4.2, + "Weight": 0.78, + "Width": 3 + }, + "_proto": "55d3632e4bdc2d972f8b4569", + "_type": "Item" + }, + "5d440b9fa4b93601354d480c": { + "_id": "5d440b9fa4b93601354d480c", + "_name": "barrel_ar15_508mm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.032, + "ChangePriceCoef": 1, + "ConflictingItems": ["5c0e2f5cd174af02a012cfc9", "5ae30db85acfc408fb139a05", "55d459824bdc2d892f8b4573", "5c78f2792e221600106f4683", "5c78f26f2e221601da3581d1", "5d00e0cbd7ad1a6c6566a42d", "5d00f63bd7ad1a59283b1c1e"], + "CreditsPrice": 36567, + "Description": "barrel_ar15_508mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.05, + "EffectiveDistance": 0, + "Ergonomics": -29, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 4, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_ar15_508mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_ar15_508mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -6, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_ar15_508mm", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5d440b9fa4b93601354d480e", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5d440b9fa4b93601354d480c", + "_props": { + "filters": [{ + "Filter": ["5b3a16655acfc40016387a2a", "5c7e5f112e221600106f4ede", "5c0fafb6d174af02a96260ba", "5cf6937cd7f00c056c53fb39", "544a38634bdc2d58388b4568", "5cff9e5ed7ad1a09407397d4", "5c48a2a42e221602b66d1e07", "5f6372e2865db925d54f3869", "56ea8180d2720bf2698b456a", "5d02676dd7ad1a049e54f6dc", "56ea6fafd2720b844b8b4593", "5943ee5a86f77413872d25ec", "609269c3b0e443224b421cc1", "5c7fb51d2e2216001219ce11", "5ea172e498dacb342978818e", "5c6d710d2e22165df16b81e7", "5d440625a4b9361eec4ae6c5", "5cc9b815d7f00c000e2579d6", "5a7c147ce899ef00150bd8b8", "5c7954d52e221600106f4cc7", "59bffc1f86f77435b128b872", "5a9fbb84a2750c00137fa685"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d440b9fa4b93601354d480f", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5d440b9fa4b93601354d480c", + "_props": { + "filters": [{ + "Filter": ["5a34fbadc4a28200741e230a", "5ae30e795acfc408fb139a0b", "56eabcd4d2720b66698b4574", "5d00ec68d7ad1a04a067e5be", "56ea8d2fd2720b7c698b4570"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -3.1, + "Weight": 0.91, + "Width": 4 + }, + "_proto": "55d3632e4bdc2d972f8b4569", + "_type": "Item" + }, + "5d44334ba4b9362b346d1948": { + "_id": "5d44334ba4b9362b346d1948", + "_name": "charge_ar15_radian_raptor_ambidextrous_charging_handle_gry", + "_parent": "55818a6f4bdc2db9688b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6653, + "Description": "charge_ar15_radian_raptor_ambidextrous_charging_handle_gry", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "charge_ar15_radian_raptor_ambidextrous_charging_handle_gry", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/charges/charge_ar15_radian_raptor_ambidextrous_charging_handle_gry.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "charge_ar15_radian_raptor_ambidextrous_charging_handle_gry", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.04, + "Width": 1 + }, + "_proto": "55802f624bdc2d1c128b4580", + "_type": "Item" + }, + "5d443f8fa4b93678dd4a01aa": { + "_id": "5d443f8fa4b93678dd4a01aa", + "_name": "muzzle_ar10_thunder_beast_30cb_muzzle_brake_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7280, + "Description": "muzzle_ar10_aac_blackout_51t_flash_hider_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar10_aac_blackout_51t_flash_hider_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar15_thunder_beast_223cb_muzzle_brake_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar10_aac_blackout_51t_flash_hider_762x51", + "SightingRange": 0, + "Slots": [{ + "_id": "5d443f8fa4b93678dd4a01ac", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5d443f8fa4b93678dd4a01aa", + "_props": { + "filters": [{ + "Filter": ["5d44064fa4b9361e4f6eb8b5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -1.7, + "Weight": 0.109, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5d4aaa54a4b9365392071170": { + "_id": "5d4aaa54a4b9365392071170", + "_name": "handguard_ak_tdi_akm_l_red", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 27800, + "Description": "handguard_ak_tdi_akm_l", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 0.85, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_tdi_akm_l", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_tdi_akm_l_red.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_tdi_akm_l", + "SightingRange": 0, + "Slots": [{ + "_id": "5d4aaa54a4b9365392071172", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5d4aaa54a4b9365392071170", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d4aaa54a4b9365392071173", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5d4aaa54a4b9365392071170", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d4aaa54a4b9365392071174", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5d4aaa54a4b9365392071170", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.221, + "Width": 1 + }, + "_proto": "5648b0744bdc2d363b8b4578", + "_type": "Item" + }, + "5d4aaa73a4b9365392071175": { + "_id": "5d4aaa73a4b9365392071175", + "_name": "handguard_ak_tdi_akm_l_gld", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 24200, + "Description": "handguard_ak_tdi_akm_l", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 0.85, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_tdi_akm_l", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_tdi_akm_l_gld.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_tdi_akm_l", + "SightingRange": 0, + "Slots": [{ + "_id": "5d4aaa73a4b9365392071177", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5d4aaa73a4b9365392071175", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d4aaa73a4b9365392071178", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5d4aaa73a4b9365392071175", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d4aaa73a4b9365392071179", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5d4aaa73a4b9365392071175", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.221, + "Width": 1 + }, + "_proto": "5648b0744bdc2d363b8b4578", + "_type": "Item" + }, + "5d4aab30a4b9365435358c55": { + "_id": "5d4aab30a4b9365435358c55", + "_name": "gas_block_ak_vs_vs_33c_wht", + "_parent": "56ea9461d2720b67698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 29600, + "Description": "gas_block_ak_vs_vs_33c", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 14, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 50, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "gas_block_ak_vs_vs_33c", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/gasblock/gas_block_ak_vs_vs_33c_wht.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "gas_block_ak_vs_vs_33c", + "SightingRange": 0, + "Slots": [{ + "_id": "5d4aab30a4b9365435358c57", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5d4aab30a4b9365435358c55", + "_props": { + "filters": [{ + "Filter": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d4aab30a4b9365435358c58", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5d4aab30a4b9365435358c55", + "_props": { + "filters": [{ + "Filter": ["59e0bdb186f774156f04ce82"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d4aab30a4b9365435358c59", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5d4aab30a4b9365435358c55", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d4aab30a4b9365435358c5a", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5d4aab30a4b9365435358c55", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d4aab30a4b9365435358c5b", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5d4aab30a4b9365435358c55", + "_props": { + "filters": [{ + "Filter": ["5a9d6d13a2750c00164f6b03", "59e0bed186f774156f04ce84"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.385, + "Width": 2 + }, + "_proto": "56ea8d2fd2720b7c698b4570", + "_type": "Item" + }, + "5d52cc5ba4b9367408500062": { + "_id": "5d52cc5ba4b9367408500062", + "_name": "weapon_zid_ags30_30x29", + "_parent": "5447bed64bdc2d97278b4568", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.19, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": false, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.5, + "CameraSnap": 8, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 1, + "Chambers": [{ + "_id": "5d52cc5ba4b9367408500064", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5d52cc5ba4b9367408500062", + "_props": { + "filters": [{ + "Filter": ["5d70e500a4b9364de70d38ce"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 1.7, + "CoolFactor": 0, + "CreditsPrice": 22360, + "Description": "weapon_zid_ags30_30x29\n", + "DeviationCurve": 1, + "DeviationMax": 100, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 200, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 0, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.01, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_zid_ags30_30x29", + "NotShownInSlot": false, + "OperatingResource": 5000, + "Prefab": { + "path": "assets/content/weapons/ags/weapon_zid_ags30_30x29_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RecoilForceBack": 165, + "RecoilForceUp": 50, + "RecolDispersion": 45, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 60, + "RepairSpeed": 5, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": 0, + "z": 0 + }, + "SendToClient": false, + "ShortName": "weapon_zid_ags30_30x29", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5d52cc5ba4b9367408500065", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5d52cc5ba4b9367408500062", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5d52d479a4b936793d58c76b"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5d53fdd4a4b93652177610c7", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5d52cc5ba4b9367408500062", + "_props": { + "filters": [{ + "Filter": ["5d53f4b7a4b936793d58c780"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.1, + "Width": 2, + "ammoCaliber": "Caliber30x29", + "bEffDist": 650, + "bFirerate": 425, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5d70e500a4b9364de70d38ce", + "defMagType": "5d52d479a4b936793d58c76b", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": false, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "grenadeLauncher", + "weapFireType": ["fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5d52d479a4b936793d58c76b": { + "_id": "5d52d479a4b936793d58c76b", + "_name": "mag_ags30_zid_ags30_snail_std_30x29_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5d52d479a4b936793d58c76d", + "_max_count": 99, + "_name": "cartridges", + "_parent": "5d52d479a4b936793d58c76b", + "_props": { + "filters": [{ + "Filter": ["5d70e500a4b9364de70d38ce"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 2096, + "Description": "mag_ags30_zid_ags30_snail_std_30x29_30", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ags30_zid_ags30_snail_std_30x29_30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ags30_zid_ags30_snail_std_30x29_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ags30_zid_ags30_snail_std_30x29_30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.088, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5d53f4b7a4b936793d58c780": { + "_id": "5d53f4b7a4b936793d58c780", + "_name": "scope_ags_npz_pag17_2,7x", + "_parent": "55818ae44bdc2dde698b456c", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.1]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200, 250, 300]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 609, + "CustomAimPlane": "", + "Description": "scope_ags_npz_pag17_2,7x", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_ags_npz_pag17_2,7x", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200, 250, 300], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_ags_npz_pag17_2,7x.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_ags_npz_pag17_2,7x", + "SightModesCount": 1, + "SightingRange": 0, + "Slots": [], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.51, + "Width": 2, + "Zooms": [[1]], + "aimingSensitivity": 0.1, + "sightModType": "optic" + }, + "_proto": "544a3d0a4bdc2d1b388b4567", + "_type": "Item" + }, + "5d5d646386f7742797261fd9": { + "_id": "5d5d646386f7742797261fd9", + "_name": "item_equipment_armor_6b3", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Titan", + "BackgroundColor": "default", + "BlocksArmorVest": true, + "BluntThroughput": 0.36, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 45300, + "Description": "ANA Tactical m2", + "DiscardingBlock": false, + "Durability": 40, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5d5d646386f7742797261fdb", + "_name": "1", + "_parent": "5d5d646386f7742797261fd9", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d646386f7742797261fdc", + "_name": "2", + "_parent": "5d5d646386f7742797261fd9", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d646386f7742797261fdd", + "_name": "3", + "_parent": "5d5d646386f7742797261fd9", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d646386f7742797261fde", + "_name": "4", + "_parent": "5d5d646386f7742797261fd9", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d646386f7742797261fdf", + "_name": "5", + "_parent": "5d5d646386f7742797261fd9", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d646386f7742797261fe0", + "_name": "6", + "_parent": "5d5d646386f7742797261fd9", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d65b486f77427997cfaec", + "_name": "7", + "_parent": "5d5d646386f7742797261fd9", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d65c186f77439eb4c2c57", + "_name": "8", + "_parent": "5d5d646386f7742797261fd9", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 4, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 40, + "MergesWithChildren": false, + "Name": "ANA Tactical m2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_6b3/item_equipment_armor_6b3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 650, + "RepairSpeed": 0, + "RigLayoutName": "6h112", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "ANA m2", + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 9.2, + "Width": 3, + "armorClass": 4, + "armorZone": ["Chest", "Stomach"], + "mousePenalty": -5, + "speedPenaltyPercent": -10, + "weaponErgonomicPenalty": -15 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "5d5d85c586f774279a21cbdb": { + "_id": "5d5d85c586f774279a21cbdb", + "_name": "item_equipment_rig_d3crx", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 39500, + "Description": "commando", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5d5d85c586f774279a21cbdd", + "_name": "1", + "_parent": "5d5d85c586f774279a21cbdb", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d85c586f774279a21cbde", + "_name": "2", + "_parent": "5d5d85c586f774279a21cbdb", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d85c586f774279a21cbdf", + "_name": "3", + "_parent": "5d5d85c586f774279a21cbdb", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d85c586f774279a21cbe0", + "_name": "4", + "_parent": "5d5d85c586f774279a21cbdb", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d85c586f774279a21cbe1", + "_name": "5", + "_parent": "5d5d85c586f774279a21cbdb", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d85c586f774279a21cbe2", + "_name": "6", + "_parent": "5d5d85c586f774279a21cbdb", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d85c586f774279a21cbe3", + "_name": "7", + "_parent": "5d5d85c586f774279a21cbdb", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d85c586f774279a21cbe4", + "_name": "8", + "_parent": "5d5d85c586f774279a21cbdb", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d877186f7742798716520", + "_name": "9", + "_parent": "5d5d85c586f774279a21cbdb", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d877a86f77439eb4c2c74", + "_name": "10", + "_parent": "5d5d85c586f774279a21cbdb", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "commando", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_d3crx/item_equipment_rig_d3crx.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RigLayoutName": "D3crx", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "commando", + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.9, + "Width": 3, + "armorClass": 0, + "armorZone": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "5d5d87f786f77427997cfaef": { + "_id": "5d5d87f786f77427997cfaef", + "_name": "item_equipment_armor_a18", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "default", + "BlocksArmorVest": true, + "BluntThroughput": 0.195, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 107000, + "Description": "tactec", + "DiscardingBlock": false, + "Durability": 80, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5d5d87f786f77427997cfaf1", + "_name": "1", + "_parent": "5d5d87f786f77427997cfaef", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d87f786f77427997cfaf2", + "_name": "2", + "_parent": "5d5d87f786f77427997cfaef", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d87f786f77427997cfaf3", + "_name": "3", + "_parent": "5d5d87f786f77427997cfaef", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d87f786f77427997cfaf4", + "_name": "4", + "_parent": "5d5d87f786f77427997cfaef", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d87f786f77427997cfaf5", + "_name": "5", + "_parent": "5d5d87f786f77427997cfaef", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d87f786f77427997cfaf6", + "_name": "6", + "_parent": "5d5d87f786f77427997cfaef", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d87f786f77427997cfaf7", + "_name": "7", + "_parent": "5d5d87f786f77427997cfaef", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d87f786f77427997cfaf8", + "_name": "8", + "_parent": "5d5d87f786f77427997cfaef", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d87f786f77427997cfaf9", + "_name": "9", + "_parent": "5d5d87f786f77427997cfaef", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d8b4e86f7742797262045", + "_name": "10", + "_parent": "5d5d87f786f77427997cfaef", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d8b5b86f774393602d6cf", + "_name": "11", + "_parent": "5d5d87f786f77427997cfaef", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d8b6086f77427997cfafb", + "_name": "12", + "_parent": "5d5d87f786f77427997cfaef", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d8b6686f7744a7a274304", + "_name": "13", + "_parent": "5d5d87f786f77427997cfaef", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d8b6c86f77439eb4c2c76", + "_name": "14", + "_parent": "5d5d87f786f77427997cfaef", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d8b7286f774279a21cbe6", + "_name": "15", + "_parent": "5d5d87f786f77427997cfaef", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 80, + "MergesWithChildren": false, + "Name": "tactec", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_ars_arma_a18/item_equipment_armor_a18.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 880, + "RepairSpeed": 0, + "RigLayoutName": "A18", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "tactec", + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 8.2, + "Width": 4, + "armorClass": 4, + "armorZone": ["Chest"], + "mousePenalty": -4, + "speedPenaltyPercent": -7, + "weaponErgonomicPenalty": -6 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "5d5d8ca986f7742798716522": { + "_id": "5d5d8ca986f7742798716522", + "_name": "item_equipment_rig_micro", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9600, + "Description": "Wild Vest", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5d5d8ca986f7742798716524", + "_name": "1", + "_parent": "5d5d8ca986f7742798716522", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d8ca986f7742798716525", + "_name": "2", + "_parent": "5d5d8ca986f7742798716522", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d8ca986f7742798716526", + "_name": "3", + "_parent": "5d5d8ca986f7742798716522", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "Wild Vest", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_micro_rig_series/item_equipment_rig_micro.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RigLayoutName": "Micro", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Wild Vest", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.8, + "Width": 2, + "armorClass": 0, + "armorZone": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5648a69d4bdc2ded0b8b457b", + "_type": "Item" + }, + "5d5d940f86f7742797262046": { + "_id": "5d5d940f86f7742797262046", + "_name": "item_equipment_backpack_mech", + "_parent": "5448e53e4bdc2d60728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 51000, + "Description": "Pilgrim", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "GridLayoutName": "oakley", + "Grids": [{ + "_id": "5d5d940f86f7742797262048", + "_name": "main", + "_parent": "5d5d940f86f7742797262046", + "_props": { + "cellsH": 4, + "cellsV": 4, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d940f86f7742797262049", + "_name": "1", + "_parent": "5d5d940f86f7742797262046", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d940f86f774279726204a", + "_name": "2", + "_parent": "5d5d940f86f7742797262046", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d940f86f774279726204b", + "_name": "3", + "_parent": "5d5d940f86f7742797262046", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5d5d95ea86f774279a21cbe7", + "_name": "4", + "_parent": "5d5d940f86f7742797262046", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 5, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_backpack", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Pilgrim", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_mech/item_equipment_backpack_mech.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Pilgrim", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.25, + "Width": 5, + "speedPenaltyPercent": -8 + }, + "_proto": "544a5cde4bdc2d39388b456b", + "_type": "Item" + }, + "5d5e7d28a4b936645d161203": { + "_id": "5d5e7d28a4b936645d161203", + "_name": "helmet_mich2001_od", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.204, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 46200, + "DeafStrength": "None", + "Description": "helmet_mich2001", + "DiscardingBlock": false, + "Durability": 25, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 25, + "MergesWithChildren": true, + "Name": "helmet_mich2001", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_mich2001/item_equipment_helmet_mich2001_od.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 450, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.5, + "z": 70 + }, + "SendToClient": false, + "ShortName": "helmet_mich2001", + "Slots": [{ + "_id": "5d5e7d28a4b936645d161206", + "_mergeSlotWithChildren": false, + "_name": "mod_nvg", + "_parent": "5d5e7d28a4b936645d161203", + "_props": { + "filters": [{ + "Filter": ["5c0558060db834001b735271", "5a16b8a9fcdbcb00165aa6ca"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d5e7d28a4b936645d161207", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5d5e7d28a4b936645d161203", + "_props": { + "filters": [{ + "Filter": ["5a398b75c4a282000a51a266", "5a398ab9c4a282000c5a9842"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d5e7d28a4b936645d161209", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment_002", + "_parent": "5d5e7d28a4b936645d161203", + "_props": { + "filters": [{ + "Filter": ["5c0e66e2d174af02a96252f4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.4, + "Width": 2, + "armorClass": "4", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape"], + "mousePenalty": -8, + "speedPenaltyPercent": -2, + "weaponErgonomicPenalty": -2 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5d5e9c74a4b9364855191c40": { + "_id": "5d5e9c74a4b9364855191c40", + "_name": "helmet_mich2002_od", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.204, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 49100, + "DeafStrength": "None", + "Description": "helmet_mich2002_od", + "DiscardingBlock": false, + "Durability": 27, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 27, + "MergesWithChildren": true, + "Name": "helmet_mich2002_od", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_mich2002/item_equipment_helmet_mich2002_od.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 450, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.5, + "z": 70 + }, + "SendToClient": false, + "ShortName": "helmet_mich2002_od", + "Slots": [{ + "_id": "5d5e9c74a4b9364855191c42", + "_mergeSlotWithChildren": false, + "_name": "mod_nvg", + "_parent": "5d5e9c74a4b9364855191c40", + "_props": { + "filters": [{ + "Filter": ["5c0558060db834001b735271", "5a16b8a9fcdbcb00165aa6ca"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d5e9c74a4b9364855191c43", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5d5e9c74a4b9364855191c40", + "_props": { + "filters": [{ + "Filter": ["5a398b75c4a282000a51a266", "5a398ab9c4a282000c5a9842"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d5e9c74a4b9364855191c44", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment_002", + "_parent": "5d5e9c74a4b9364855191c40", + "_props": { + "filters": [{ + "Filter": ["5c0e66e2d174af02a96252f4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.45, + "Width": 2, + "armorClass": "4", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape"], + "mousePenalty": -8, + "speedPenaltyPercent": -2, + "weaponErgonomicPenalty": -2 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5d5fca1ea4b93635fd598c07": { + "_id": "5d5fca1ea4b93635fd598c07", + "_name": "item_equipment_glasses_ess", + "_parent": "5448e5724bdc2ddf718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0.3, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3500, + "DeafStrength": "None", + "Description": "item_equipment_glasses_ess", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "item_equipment_glasses_ess", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/glasses_ess/item_equipment_glasses_ess.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "item_equipment_glasses_ess", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.03, + "Width": 2, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5d63d33b86f7746ea9275524": { + "_id": "5d63d33b86f7746ea9275524", + "_name": "item_barter_tools_screwdriver_flat", + "_parent": "57864bb7245977548b3b66c2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1500, + "Description": "item_barter_tools_screwdriver_flat_long", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "spec_multitool", + "LootExperience": 10, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_tools_screwdriver_flat_long", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_tools/item_barter_tools_screwdriver_flat.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_tools_screwdriver_flat_long", + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1 + }, + "_proto": "57347c2e24597744902c94a1", + "_type": "Item" + }, + "5d650c3e815116009f6201d2": { + "_id": "5d650c3e815116009f6201d2", + "_name": "Fuel", + "_parent": "57864e4c24597754843f8723", + "_props": {}, + "_type": "Node" + }, + "5d67abc1a4b93614ec50137f": { + "_id": "5d67abc1a4b93614ec50137f", + "_name": "weapon_fn_five_seven_57x28_fde", + "_parent": "5447b5cf4bdc2d65278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.026, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.015, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0, + "Chambers": [{ + "_id": "5d67abc1a4b93614ec501385", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5d67abc1a4b93614ec50137f", + "_props": { + "filters": [{ + "Filter": ["5cc80f53e4a949000e1ea4f8", "5cc86832d7f00c000d3a6e6c", "5cc86840d7f00c002412c56c", "5cc80f67e4a949035e43bbba", "5cc80f38e4a949001152b560", "5cc80f8fe4a949033b0224a2", "5cc80f79e4a949033c7343b2"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 7, + "CoolFactor": 1, + "CreditsPrice": 14238, + "Description": "weapon_fn_five_seven_57x28", + "DeviationCurve": 5, + "DeviationMax": 17, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 86, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_pistol", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_fn_five_seven_57x28", + "NotShownInSlot": false, + "OperatingResource": 3300, + "Prefab": { + "path": "assets/content/weapons/fiveseven/weapon_fn_five_seven_57x28_fde_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.44, + "z": -0.005 + }, + "RecoilForceBack": 240, + "RecoilForceUp": 330, + "RecolDispersion": 20, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 93, + "RepairSpeed": 2, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.45, + "z": -0.05 + }, + "SendToClient": false, + "ShortName": "weapon_fn_five_seven_57x28", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5d67abc1a4b93614ec501381", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5d67abc1a4b93614ec50137f", + "_props": { + "filters": [{ + "Filter": ["5d3eb5b6a4b9361eab311902", "5d3eb59ea4b9361c284bb4b2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5d67abc1a4b93614ec501382", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5d67abc1a4b93614ec50137f", + "_props": { + "filters": [{ + "Filter": ["5d3eb44aa4b93650d64e4979"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5d67abc1a4b93614ec501383", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5d67abc1a4b93614ec50137f", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5d3eb5eca4b9363b1f22f8e4"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5d67abc1a4b93614ec501384", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5d67abc1a4b93614ec50137f", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5a7b4900e899ef197b331a2a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.23, + "Width": 2, + "ammoCaliber": "Caliber57x28", + "bEffDist": 50, + "bFirerate": 30, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5cc80f38e4a949001152b560", + "defMagType": "5d3eb5eca4b9363b1f22f8e4", + "durabSpawnMax": 70, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 10, + "weapClass": "pistol", + "weapFireType": ["single"], + "weapUseType": "secondary" + }, + "_proto": "5448bd6b4bdc2dfc2f8b4569", + "_type": "Item" + }, + "5d6d2b5486f774785c2ba8ea": { + "_id": "5d6d2b5486f774785c2ba8ea", + "_name": "wood_cache", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Спортивная сумка", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5d6d2b5486f774785c2ba8ec", + "_name": "main", + "_parent": "5d6d2b5486f774785c2ba8ea", + "_props": { + "cellsH": 4, + "cellsV": 4, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 8, + "maxWeight": 0, + "minCount": 1 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Спортивная сумка", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "drawer_metal_looting", + "SendToClient": false, + "ShortName": "Спортивная сумка", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["5448eb774bdc2d0a728b4567", "543be5f84bdc2dd4348b456a", "5448e53e4bdc2d60728b4567", "5448e5284bdc2dcb718b4567", "5422acb9af1c889c16000029", "543be6674bdc2df1348b4569", "5448ecbe4bdc2d60728b4568", "543be5664bdc2dd4348b4569", "543be6564bdc2df4348b4568"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "578f879c24597735401e6bc6", + "_type": "Item" + }, + "5d6d2bb386f774785b07a77a": { + "_id": "5d6d2bb386f774785b07a77a", + "_name": "barrel_cache", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Спортивная сумка", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5d6d2bb386f774785b07a77c", + "_name": "main", + "_parent": "5d6d2bb386f774785b07a77a", + "_props": { + "cellsH": 3, + "cellsV": 4, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 7, + "maxWeight": 0, + "minCount": 1 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Спортивная сумка", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "woodbox_looting", + "SendToClient": false, + "ShortName": "Спортивная сумка", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["5448eb774bdc2d0a728b4567", "543be5f84bdc2dd4348b456a", "5422acb9af1c889c16000029", "543be6674bdc2df1348b4569", "5448ecbe4bdc2d60728b4568", "543be5664bdc2dd4348b4569", "5696686a4bdc2da3298b456a", "569668774bdc2da2298b4568", "5449016a4bdc2d6f028b456f", "543be6564bdc2df4348b4568"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "578f879c24597735401e6bc6", + "_type": "Item" + }, + "5d6d2e22a4b9361bd5780d05": { + "_id": "5d6d2e22a4b9361bd5780d05", + "_name": "item_equipment_glasses_gascan", + "_parent": "5448e5724bdc2ddf718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0.15, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5600, + "DeafStrength": "None", + "Description": "item_equipment_glasses_gascan", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "item_equipment_glasses_gascan", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/glasses_gascan/item_equipment_glasses_gascan.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "item_equipment_glasses_gascan", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.034, + "Width": 2, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5d6d2ef3a4b93618084f58bd": { + "_id": "5d6d2ef3a4b93618084f58bd", + "_name": "item_equipment_glasses_aviator", + "_parent": "5448e5724bdc2ddf718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0.25, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6700, + "DeafStrength": "None", + "Description": "item_equipment_glasses_aviator", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "item_equipment_glasses_aviator", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/glasses_aviator/item_equipment_glasses_aviator.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "item_equipment_glasses_aviator", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.027, + "Width": 2, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5d6d3716a4b9361bc8618872": { + "_id": "5d6d3716a4b9361bc8618872", + "_name": "item_equipment_helmet_lshz2dtm", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": true, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": true, + "BluntThroughput": 0.144, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 98600, + "DeafStrength": "High", + "Description": "item_equipment_helmet_lshz2dtm", + "DiscardingBlock": false, + "Durability": 55, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 55, + "MergesWithChildren": true, + "Name": "item_equipment_helmet_lshz2dtm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_lshz2dtm/item_equipment_helmet_lshz2dtm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 1275, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.5, + "z": 70 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_lshz2dtm", + "Slots": [{ + "_id": "5d6d3716a4b9361bc8618874", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment_000", + "_parent": "5d6d3716a4b9361bc8618872", + "_props": { + "filters": [{ + "Filter": ["5d6d3829a4b9361bc8618943"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d6d3716a4b9361bc8618875", + "_mergeSlotWithChildren": false, + "_name": "mod_nvg", + "_parent": "5d6d3716a4b9361bc8618872", + "_props": { + "filters": [{ + "Filter": ["5c0558060db834001b735271", "5a16b8a9fcdbcb00165aa6ca"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d6d3716a4b9361bc8618876", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5d6d3716a4b9361bc8618872", + "_props": { + "filters": [{ + "Filter": [], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d6d3716a4b9361bc8618877", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment_001", + "_parent": "5d6d3716a4b9361bc8618872", + "_props": { + "filters": [{ + "Filter": ["5d6d3be5a4b9361bc73bc763"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5d6d3716a4b9361bc8618878", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment_002", + "_parent": "5d6d3716a4b9361bc8618872", + "_props": { + "filters": [{ + "Filter": ["5d6d3943a4b9360dbc46d0cc"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 3.4, + "Width": 2, + "armorClass": "4", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape", "Ears"], + "mousePenalty": -15, + "speedPenaltyPercent": -3, + "weaponErgonomicPenalty": -10 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5d6d3829a4b9361bc8618943": { + "_id": "5d6d3829a4b9361bc8618943", + "_name": "item_equipment_helmet_lshz2dtm_shield", + "_parent": "57bef4c42459772e8d35a53b", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Glass", + "BackgroundColor": "default", + "BlindnessProtection": 0.1, + "BlocksEarpiece": false, + "BlocksEyewear": true, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.07, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5c0696830db834001d23f5da", "5c066e3a0db834001b7353f0", "5c0558060db834001b735271", "57235b6f24597759bf5a30f1", "5c110624d174af029e69734c"], + "CreditsPrice": 29000, + "DeafStrength": "None", + "Description": "item_equipment_helmet_lshz2dtm_shield", + "DiscardingBlock": false, + "Durability": 50, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": true, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": true, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaterialType": "GlassVisor", + "MaxDurability": 50, + "MergesWithChildren": false, + "Name": "item_equipment_helmet_lshz2dtm_shield", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_lshz2dtm_shield/item_equipment_helmet_lshz2dtm_shield.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 162, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0.7, + "y": 0.4, + "z": 70 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_lshz2dtm_shield", + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 2, + "armorClass": "4", + "armorZone": ["Head"], + "headSegments": ["Eyes", "Jaws"], + "mousePenalty": -5, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": -5 + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5d6d3943a4b9360dbc46d0cc": { + "_id": "5d6d3943a4b9360dbc46d0cc", + "_name": "item_equipment_helmet_lshz2dtm_damper", + "_parent": "57bef4c42459772e8d35a53b", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Aramid", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 1, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1500, + "DeafStrength": "None", + "Description": "item_equipment_helmet_lshz2dtm_damper", + "DiscardingBlock": false, + "Durability": 1, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 1, + "MergesWithChildren": true, + "Name": "item_equipment_helmet_lshz2dtm_damper", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_lshz2dtm_damper/item_equipment_helmet_lshz2dtm_damper.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 175, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 0 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_lshz2dtm_damper", + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5d6d3be5a4b9361bc73bc763": { + "_id": "5d6d3be5a4b9361bc73bc763", + "_name": "item_equipment_helmet_lshz2dtm_aventail", + "_parent": "57bef4c42459772e8d35a53b", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.04, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 33200, + "DeafStrength": "None", + "Description": "item_equipment_helmet_lshz2dtm_aventail", + "DiscardingBlock": false, + "Durability": 35, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 35, + "MergesWithChildren": true, + "Name": "item_equipment_helmet_lshz2dtm_aventail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_lshz2dtm_aventail/item_equipment_helmet_lshz2dtm_aventail.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 175, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.4, + "z": 50 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_lshz2dtm_aventail", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.2, + "Width": 2, + "armorClass": "5", + "armorZone": ["Head"], + "headSegments": ["LowerNape"], + "mousePenalty": -15, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": -8 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5d6e6772a4b936088465b17c": { + "_id": "5d6e6772a4b936088465b17c", + "_name": "patron_12x70_buckshot_525", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 15, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber12g", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 35, + "Damage": 37, + "Description": "12x70 Картечь", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 330, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_shotgun", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.532, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "12x70 Картечь", + "NotShownInSlot": false, + "PenetrationChance": 0.02, + "PenetrationPower": 1, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_12x70.bundle", + "rcid": "" + }, + "ProjectileCount": 8, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0, + "SendToClient": false, + "ShortName": "12x70", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 50, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 10, + "StackMaxSize": 20, + "StackMinRandom": 3, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.2, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.044, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "buckshot", + "buckshotBullets": 8, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "12x70 Картечь", + "casingSounds": "shotgun_big" + }, + "_proto": "560d5e524bdc2d25448b4571", + "_type": "Item" + }, + "5d6e67fba4b9361bc73bc779": { + "_id": "5d6e67fba4b9361bc73bc779", + "_name": "patron_12x70_buckshot_65", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 26, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber12g", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 39, + "Damage": 35, + "Description": "12x70 Картечь", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 430, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_shotgun", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.448, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "12x70 Картечь", + "NotShownInSlot": false, + "PenetrationChance": 0.02, + "PenetrationPower": 3, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_12x70.bundle", + "rcid": "" + }, + "ProjectileCount": 9, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0, + "SendToClient": false, + "ShortName": "12x70", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 50, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 10, + "StackMaxSize": 20, + "StackMinRandom": 3, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.048, + "Width": 1, + "ammoAccr": 15, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "buckshot", + "buckshotBullets": 9, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "12x70 Картечь", + "casingSounds": "shotgun_big" + }, + "_proto": "560d5e524bdc2d25448b4571", + "_type": "Item" + }, + "5d6e6806a4b936088465b17e": { + "_id": "5d6e6806a4b936088465b17e", + "_name": "patron_12x70_buckshot_85", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 26, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber12g", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 50, + "Damage": 50, + "Description": "12x70 Картечь", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.1, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 385, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_shotgun", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.2, + "LootExperience": 0, + "MalfunctionChance": 0.392, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "12x70 Картечь", + "NotShownInSlot": false, + "PenetrationChance": 0.05, + "PenetrationPower": 2, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_12x70.bundle", + "rcid": "" + }, + "ProjectileCount": 8, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0, + "SendToClient": false, + "ShortName": "12x70", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 5, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 10, + "StackMaxSize": 20, + "StackMinRandom": 3, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.45, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.059, + "Width": 1, + "ammoAccr": -15, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 115, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "buckshot", + "buckshotBullets": 8, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "12x70 Картечь", + "casingSounds": "shotgun_big" + }, + "_proto": "560d5e524bdc2d25448b4571", + "_type": "Item" + }, + "5d6e6869a4b9361c140bcfde": { + "_id": "5d6e6869a4b9361c140bcfde", + "_name": "patron_12x70_slug_grizzly_40", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 48, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber12g", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 66, + "Damage": 190, + "Description": "12x70 Картечь", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.12, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.1, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 390, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_shotgun", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.448, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "12x70 Картечь", + "NotShownInSlot": false, + "PenetrationChance": 0.2, + "PenetrationPower": 12, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_12x70_slug_grizzly_40.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.1, + "SendToClient": false, + "ShortName": "12x70", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 4, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 10, + "StackMaxSize": 20, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.8, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.055, + "Width": 1, + "ammoAccr": 80, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 20, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 8, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "12x70 Пуля", + "casingSounds": "shotgun_big" + }, + "_proto": "560d5e524bdc2d25448b4571", + "_type": "Item" + }, + "5d6e6891a4b9361bd473feea": { + "_id": "5d6e6891a4b9361bd473feea", + "_name": "patron_12x70_slug_poleva_3", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 40, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber12g", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 51, + "Damage": 140, + "Description": "12x70 Картечь", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.5, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.2, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 410, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_shotgun", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.532, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 4, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "12x70 Картечь", + "NotShownInSlot": false, + "PenetrationChance": 0.17, + "PenetrationPower": 17, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_12x70_slug_poleva_3.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.1, + "SendToClient": false, + "ShortName": "12x70", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 3, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 10, + "StackMaxSize": 20, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.044, + "Width": 1, + "ammoAccr": 110, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -15, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 8, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "12x70 Пуля", + "casingSounds": "shotgun_big" + }, + "_proto": "560d5e524bdc2d25448b4571", + "_type": "Item" + }, + "5d6e689ca4b9361bc8618956": { + "_id": "5d6e689ca4b9361bc8618956", + "_name": "patron_12x70_slug_poleva_6u", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 50, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber12g", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 68, + "Damage": 150, + "Description": "12x70 Картечь", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.6, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.15, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.05, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 430, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_shotgun", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.448, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "12x70 Картечь", + "NotShownInSlot": false, + "PenetrationChance": 0.2, + "PenetrationPower": 20, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_12x70_slug_poleva_6u.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.1, + "SendToClient": false, + "ShortName": "12x70", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 3, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 10, + "StackMaxSize": 20, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.6, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.048, + "Width": 1, + "ammoAccr": 115, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -10, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 8, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "12x70 Пуля", + "casingSounds": "shotgun_big" + }, + "_proto": "560d5e524bdc2d25448b4571", + "_type": "Item" + }, + "5d6e68a8a4b9360b6c0d54e2": { + "_id": "5d6e68a8a4b9360b6c0d54e2", + "_name": "patron_12x70_slug_ap_20", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 65, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber12g", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 137, + "Damage": 164, + "Description": "12x70 Картечь", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 2.2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.03, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.1, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 510, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_shotgun", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.42, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "12x70 Картечь", + "NotShownInSlot": false, + "PenetrationChance": 0.36, + "PenetrationPower": 37, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_12x70_slug_ap_20.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.1, + "SendToClient": false, + "ShortName": "12x70", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 7, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 10, + "StackMaxSize": 20, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.6, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1, + "ammoAccr": 125, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 50, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 8, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "12x70 Пуля", + "casingSounds": "shotgun_big" + }, + "_proto": "560d5e524bdc2d25448b4571", + "_type": "Item" + }, + "5d6e68b3a4b9361bca7e50b5": { + "_id": "5d6e68b3a4b9361bca7e50b5", + "_name": "patron_12x70_slug_hp_copper", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 46, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber12g", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 82, + "Damage": 206, + "Description": "12x70 Картечь", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.5, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.38, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.25, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 442, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_shotgun", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.35, + "LootExperience": 0, + "MalfunctionChance": 0.308, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "12x70 Картечь", + "NotShownInSlot": false, + "PenetrationChance": 0.22, + "PenetrationPower": 14, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_12x70_slug_hp_copper.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.1, + "SendToClient": false, + "ShortName": "12x70", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 3, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 10, + "StackMaxSize": 20, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.7, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.043, + "Width": 1, + "ammoAccr": 150, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 10, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 8, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "12x70 Пуля", + "casingSounds": "shotgun_big" + }, + "_proto": "560d5e524bdc2d25448b4571", + "_type": "Item" + }, + "5d6e68c4a4b9361b93413f79": { + "_id": "5d6e68c4a4b9361b93413f79", + "_name": "patron_12x70_slug_50_bmg_m17_traccer", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 57, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber12g", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 124, + "Damage": 197, + "Description": "12x70 Картечь", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.05, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.15, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 410, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_shotgun", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.672, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "12x70 Картечь", + "NotShownInSlot": false, + "PenetrationChance": 0.28, + "PenetrationPower": 26, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_12x70_slug_50_bmg_m17_traccer.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.1, + "SendToClient": false, + "ShortName": "12x70", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 5, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 10, + "StackMaxSize": 20, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.73, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0.5, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.055, + "Width": 1, + "ammoAccr": 90, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 25, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 8, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "12x70 Пуля", + "casingSounds": "shotgun_big" + }, + "_proto": "560d5e524bdc2d25448b4571", + "_type": "Item" + }, + "5d6e68d1a4b93622fe60e845": { + "_id": "5d6e68d1a4b93622fe60e845", + "_name": "patron_12x70_slug_superformance", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 12, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber12g", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 192, + "Damage": 220, + "Description": "12x70 Картечь", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.39, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.4, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 594, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_shotgun", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.3, + "LootExperience": 0, + "MalfunctionChance": 0.308, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "12x70 Картечь", + "NotShownInSlot": false, + "PenetrationChance": 0.05, + "PenetrationPower": 5, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_12x70_slug_superformance.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.1, + "SendToClient": false, + "ShortName": "12x70", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 2, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 10, + "StackMaxSize": 20, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.86, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.034, + "Width": 1, + "ammoAccr": 170, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -15, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 8, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "12x70 Пуля", + "casingSounds": "shotgun_big" + }, + "_proto": "560d5e524bdc2d25448b4571", + "_type": "Item" + }, + "5d6e68dea4b9361bcc29e659": { + "_id": "5d6e68dea4b9361bcc29e659", + "_name": "patron_12x70_dual_sabot_slug", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 65, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber12g", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 68, + "Damage": 85, + "Description": "12x70 Картечь", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.5, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.1, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.15, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 415, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_shotgun", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.392, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "12x70 Картечь", + "NotShownInSlot": false, + "PenetrationChance": 0.25, + "PenetrationPower": 17, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_12x70_dual_sabot_slug.bundle", + "rcid": "" + }, + "ProjectileCount": 2, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.1, + "SendToClient": false, + "ShortName": "12x70", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 3, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 10, + "StackMaxSize": 20, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.7, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1, + "ammoAccr": 100, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 15, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 8, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "12x70 Пуля", + "casingSounds": "shotgun_big" + }, + "_proto": "560d5e524bdc2d25448b4571", + "_type": "Item" + }, + "5d6e68e6a4b9361c140bcfe0": { + "_id": "5d6e68e6a4b9361c140bcfe0", + "_name": "patron_12x70_slug_ftx_custom_lite", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 50, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber12g", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 71, + "Damage": 183, + "Description": "12x70 Картечь", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.5, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.1, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 480, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_shotgun", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.28, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "12x70 Картечь", + "NotShownInSlot": false, + "PenetrationChance": 0.28, + "PenetrationPower": 20, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_12x70_slug_ftx_custom_lite.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.1, + "SendToClient": false, + "ShortName": "12x70", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 2, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 10, + "StackMaxSize": 20, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.7, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.026, + "Width": 1, + "ammoAccr": 135, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -25, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 8, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "12x70 Пуля", + "casingSounds": "shotgun_big" + }, + "_proto": "560d5e524bdc2d25448b4571", + "_type": "Item" + }, + "5d6e6911a4b9361bd5780d52": { + "_id": "5d6e6911a4b9361bd5780d52", + "_name": "patron_12x70_flechette", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 26, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber12g", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 75, + "Damage": 25, + "Description": "12x70 Картечь", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.6, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.25, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 320, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_shotgun", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.25, + "LootExperience": 0, + "MalfunctionChance": 0.42, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "12x70 Картечь", + "NotShownInSlot": false, + "PenetrationChance": 0.3, + "PenetrationPower": 31, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_12x70_flechette.bundle", + "rcid": "" + }, + "ProjectileCount": 8, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0, + "SendToClient": false, + "ShortName": "12x70", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 3, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 10, + "StackMaxSize": 20, + "StackMinRandom": 3, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.04, + "Width": 1, + "ammoAccr": -10, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "buckshot", + "buckshotBullets": 8, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "12x70 Картечь", + "casingSounds": "shotgun_big" + }, + "_proto": "560d5e524bdc2d25448b4571", + "_type": "Item" + }, + "5d6e695fa4b936359b35d852": { + "_id": "5d6e695fa4b936359b35d852", + "_name": "patron_20x70_buckshot_56", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 12, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber20g", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 20, + "Damage": 26, + "Description": "patron_20x70_buckshot", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 340, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_shotgun", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.532, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_20x70_buckshot", + "NotShownInSlot": false, + "PenetrationChance": 0.02, + "PenetrationPower": 1, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_20x70.bundle", + "rcid": "" + }, + "ProjectileCount": 8, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0, + "SendToClient": false, + "ShortName": "patron_20x70_buckshot", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 5, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 10, + "StackMaxSize": 20, + "StackMinRandom": 3, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.3, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.028, + "Width": 1, + "ammoAccr": -10, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 10, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "buckshot", + "buckshotBullets": 8, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "", + "casingSounds": "shotgun_small" + }, + "_proto": "560d5e524bdc2d25448b4571", + "_type": "Item" + }, + "5d6e69b9a4b9361bc8618958": { + "_id": "5d6e69b9a4b9361bc8618958", + "_name": "patron_20x70_buckshot_62", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 13, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber20g", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 30, + "Damage": 22, + "Description": "patron_20x70_buckshot", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 410, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_shotgun", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.504, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_20x70_buckshot", + "NotShownInSlot": false, + "PenetrationChance": 0.02, + "PenetrationPower": 2, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_20x70.bundle", + "rcid": "" + }, + "ProjectileCount": 8, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0, + "SendToClient": false, + "ShortName": "patron_20x70_buckshot", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 5, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 10, + "StackMaxSize": 20, + "StackMinRandom": 3, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.25, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.032, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "buckshot", + "buckshotBullets": 8, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "", + "casingSounds": "shotgun_small" + }, + "_proto": "560d5e524bdc2d25448b4571", + "_type": "Item" + }, + "5d6e69c7a4b9360b6c0d54e4": { + "_id": "5d6e69c7a4b9360b6c0d54e4", + "_name": "patron_20x70_buckshot_73", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 13, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber20g", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 38, + "Damage": 23, + "Description": "patron_20x70_buckshot", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.3, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 475, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_shotgun", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.476, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_20x70_buckshot", + "NotShownInSlot": false, + "PenetrationChance": 0.02, + "PenetrationPower": 3, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_20x70.bundle", + "rcid": "" + }, + "ProjectileCount": 9, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0, + "SendToClient": false, + "ShortName": "patron_20x70_buckshot", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 4, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 10, + "StackMaxSize": 20, + "StackMinRandom": 3, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.3, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.032, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 15, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "buckshot", + "buckshotBullets": 8, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "", + "casingSounds": "shotgun_small" + }, + "_proto": "560d5e524bdc2d25448b4571", + "_type": "Item" + }, + "5d6e6a05a4b93618084f58d0": { + "_id": "5d6e6a05a4b93618084f58d0", + "_name": "patron_20x70_slug_star", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 42, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber20g", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 81, + "Damage": 154, + "Description": "12x70 Картечь", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.8, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.1, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.3, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 415, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_shotgun", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.392, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "12x70 Картечь", + "NotShownInSlot": false, + "PenetrationChance": 0.17, + "PenetrationPower": 16, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_20x70_slug_star.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.1, + "SendToClient": false, + "ShortName": "12x70", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 5, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 10, + "StackMaxSize": 20, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.65, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.034, + "Width": 1, + "ammoAccr": 130, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 5, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 8, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "12x70 Пуля", + "casingSounds": "shotgun_big" + }, + "_proto": "560d5e524bdc2d25448b4571", + "_type": "Item" + }, + "5d6e6a42a4b9364f07165f52": { + "_id": "5d6e6a42a4b9364f07165f52", + "_name": "patron_20x70_slug_poleva_6u", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 40, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber20g", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 65, + "Damage": 135, + "Description": "12x70 Картечь", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.8, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.15, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.1, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 445, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_shotgun", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.448, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "12x70 Картечь", + "NotShownInSlot": false, + "PenetrationChance": 0.2, + "PenetrationPower": 17, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_20x70_slug_poleva_6u.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.1, + "SendToClient": false, + "ShortName": "12x70", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 4, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 10, + "StackMaxSize": 20, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.6, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.032, + "Width": 1, + "ammoAccr": 110, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -10, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 8, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "12x70 Пуля", + "casingSounds": "shotgun_big" + }, + "_proto": "560d5e524bdc2d25448b4571", + "_type": "Item" + }, + "5d6e6a53a4b9361bd473feec": { + "_id": "5d6e6a53a4b9361bd473feec", + "_name": "patron_20x70_slug_poleva_3", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 35, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber20g", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 48, + "Damage": 120, + "Description": "12x70 Картечь", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.5, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.2, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 425, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_shotgun", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.532, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 4, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "12x70 Картечь", + "NotShownInSlot": false, + "PenetrationChance": 0.15, + "PenetrationPower": 14, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_20x70_slug_poleva_3.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.1, + "SendToClient": false, + "ShortName": "12x70", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 4, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 10, + "StackMaxSize": 20, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.7, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.029, + "Width": 1, + "ammoAccr": 110, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -15, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 8, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "12x70 Пуля", + "casingSounds": "shotgun_big" + }, + "_proto": "560d5e524bdc2d25448b4571", + "_type": "Item" + }, + "5d6e6a5fa4b93614ec501745": { + "_id": "5d6e6a5fa4b93614ec501745", + "_name": "patron_20x70_slug_broadhead", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 13, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber20g", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 180, + "Damage": 198, + "Description": "12x70 Картечь", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.5, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 1, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.3, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 405, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_shotgun", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.2, + "LootExperience": 0, + "MalfunctionChance": 0.448, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 6, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 4, + "MisfireChance": 0.01, + "Name": "12x70 Картечь", + "NotShownInSlot": false, + "PenetrationChance": 0.05, + "PenetrationPower": 5, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_20x70_slug_broadhead.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.1, + "SendToClient": false, + "ShortName": "12x70", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 3, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 10, + "StackMaxSize": 20, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.88, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.029, + "Width": 1, + "ammoAccr": 125, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 30, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 8, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "12x70 Пуля", + "casingSounds": "shotgun_big" + }, + "_proto": "560d5e524bdc2d25448b4571", + "_type": "Item" + }, + "5d6fc78386f77449d825f9dc": { + "_id": "5d6fc78386f77449d825f9dc", + "_name": "item_other_powder_green", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "green", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 32000, + "Description": "Gunpowder", + "DiscardingBlock": false, + "DogTagQualities": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_juice_carton", + "LootExperience": 45, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Gunpowder", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_other_powder/item_other_powder_green.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Gunpowder", + "SpawnChance": 9, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.6, + "Width": 1 + }, + "_proto": "5734770f24597738025ee254", + "_type": "Item" + }, + "5d6fc87386f77449db3db94e": { + "_id": "5d6fc87386f77449db3db94e", + "_name": "item_other_powder_red", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "red", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 35000, + "Description": "Gunpowder", + "DiscardingBlock": false, + "DogTagQualities": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_juice_carton", + "LootExperience": 45, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Gunpowder", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_other_powder/item_other_powder_red.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Gunpowder", + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.6, + "Width": 1 + }, + "_proto": "5734770f24597738025ee254", + "_type": "Item" + }, + "5d6fd13186f77424ad2a8c69": { + "_id": "5d6fd13186f77424ad2a8c69", + "_name": "Food&Stuff", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Ящик с инструментами", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5d6fd13186f77424ad2a8c6b", + "_name": "main", + "_parent": "5d6fd13186f77424ad2a8c69", + "_props": { + "cellsH": 5, + "cellsV": 5, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 10, + "maxWeight": 0, + "minCount": 3 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Ящик с инструментами", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "woodbox_looting", + "SendToClient": false, + "ShortName": "Ящик с инструментами", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["573476d324597737da2adc13", "573475fb24597737fb1379e1", "5734770f24597738025ee254", "573476f124597737e04bf328", "5af0484c86f7740f02001f7f", "5e54f6af86f7742199090bf3", "5bc9be8fd4351e00334cae6e", "5c0fa877d174af02a012e1cf", "57513f07245977207e26a311", "575146b724597720a27126d5", "60098b1705871270cd5352a1", "5d40407c86f774318526545a", "544fb62a4bdc2dfb738b4568", "5448fee04bdc2dbc018b4567", "57505f6224597709a92585a9", "57347da92459774491567cf5", "57347d3d245977448f7b7f61", "57347d7224597744596b4e72", "5734773724597737fd047c14", "5751487e245977207e26a315", "57347d9c245977448b40fa85", "57347d5f245977448b40fa81", "5673de654bdc2d180f8b456d", "5bc9b156d4351e00367fbce9", "590c5d4b86f774784e1b9c45", "5bc9c29cd4351e003562b8a3", "59e3577886f774176a362503", "57347d90245977448f7b7f65", "57347d692459774491567cf1", "57347d8724597744596b4e76", "5448ff904bdc2d6f028b456e"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "578f879c24597735401e6bc6", + "_type": "Item" + }, + "5d6fd45b86f774317075ed43": { + "_id": "5d6fd45b86f774317075ed43", + "_name": "tools&other", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Ящик с инструментами", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5d6fd45b86f774317075ed45", + "_name": "main", + "_parent": "5d6fd45b86f774317075ed43", + "_props": { + "cellsH": 5, + "cellsV": 5, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 10, + "maxWeight": 0, + "minCount": 1 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Ящик с инструментами", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "industrialbox_looting", + "SendToClient": false, + "ShortName": "Ящик с инструментами", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["57864ee62459775490116fc1", "57864ada245977548638de91", "5d1b392c86f77425243e98fe", "5d0375ff86f774186372f685", "59e35de086f7741778269d84", "5d1b2fa286f77425227d1674", "5d1c774f86f7746d6620f8db", "5d1b304286f774253763a528", "5d1b309586f77425227d1676", "590a391c86f774385a33c404", "5d0376a486f7747d8050965c", "59e36c6f86f774176c10a2a7", "5d1b313086f77425227d1678", "590a3c0a86f774385a33c450", "5c06779c86f77426e00dd782", "5d0378d486f77420421a5ff4", "590a3cd386f77436f20848cb", "590a3efd86f77437d351a25b", "590a3d9c86f774385926e510", "5672cb724bdc2dc2088b456b", "57347cd0245977445a2d6ff1", "5909e99886f7740c983b9984", "57864e4c24597754843f8723", "5e2af4d286f7746d4159f07a", "5e2af41e86f774755a234b67", "5e2af47786f7746d404f3aaa", "5e2af4a786f7746d3f3c3400", "5d1b2f3f86f774252167a52c", "5c12688486f77426843c7d32", "5d1b385e86f774252167b98a", "590c595c86f7747884343ad7", "57864bb7245977548b3b66c2"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "578f879c24597735401e6bc6", + "_type": "Item" + }, + "5d6fe50986f77449d97f7463": { + "_id": "5d6fe50986f77449d97f7463", + "_name": "meds&other", + "_parent": "566965d44bdc2d814c8b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Ящик с инструментами", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5d6fe50986f77449d97f7465", + "_name": "main", + "_parent": "5d6fe50986f77449d97f7463", + "_props": { + "cellsH": 5, + "cellsV": 5, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 10, + "maxWeight": 0, + "minCount": 1 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Ящик с инструментами", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RarityModifiers": { + "Common": { + "Modifier": 1 + }, + "Rare": { + "Modifier": 1 + }, + "Superrare": { + "Modifier": 1 + } + }, + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "woodbox_looting", + "SendToClient": false, + "ShortName": "Ящик с инструментами", + "Slots": [], + "SpawnChance": 50, + "SpawnFilter": ["59faf98186f774067b6be103", "5c13cd2486f774072c757944", "59e35abd86f7741778269d82", "5c13cef886f774072e618e82", "5d4041f086f7743cac3f22a7", "57347c93245977448d35f6e3", "57864c8c245977548867e7f1", "590c695186f7741e566b64a2", "5751a89d24597722aa0e8db0", "5af0548586f7743a532b7e99", "544fb3f34bdc2d03748b456a", "544fb37f4bdc2dee738b4567", "5755383e24597772cb798966", "590c661e86f7741e566b646a", "5755356824597772cb798962", "544fb45d4bdc2dee738b4568", "544fb25a4bdc2dfb738b4567", "5751a25924597722c463c472", "5d02778e86f774203e7dedbe", "544fb3364bdc2d34748b456a", "5c10c8fd86f7743d7d706df3", "5c0e530286f7747fa1419862"], + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_proto": "578f879c24597735401e6bc6", + "_type": "Item" + }, + "5d70e500a4b9364de70d38ce": { + "_id": "5d70e500a4b9364de70d38ce", + "_name": "patron_30x29_vog_30", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 40, + "AnimationVariantsNumber": 0, + "ArmorDamage": 95, + "ArmorDistanceDistanceDamage": { + "x": 1, + "y": 5, + "z": 25 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber30x29", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 1.5, + "y": 5, + "z": 9 + }, + "CreditsPrice": 980, + "Damage": 199, + "Description": "patron_30x29_vog_30", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 100, + "ExplosionType": "smallgrenade_expl", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0.1, + "HasGrenaderComponent": true, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 185, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0, + "MaxExplosionDistance": 10, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 4, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_30x29_vog_30", + "NotShownInSlot": false, + "PenetrationChance": 0, + "PenetrationPower": 1, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_30x29_vog_30.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0, + "SendToClient": false, + "ShortName": "patron_30x29_vog_30", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 20, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 1, + "StackMaxSize": 1, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.9, + "Tracer": false, + "TracerColor": "green", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.35, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "grenade", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "30x29", + "casingSounds": "127rifle" + }, + "_proto": "56dfef82d2720bbd668b4567", + "_type": "Item" + }, + "5d7b6bafa4b93652786f4c76": { + "_id": "5d7b6bafa4b93652786f4c76", + "_name": "mount_57_fn_mk2_rmr_dovetail_mount", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1700, + "Description": "mount_57_fn_mk2_rmr_dovetail_mount", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_57_fn_mk2_rmr_dovetail_mount", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_57_fn_mk2_rmr_dovetail_mount.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_57_fn_mk2_rmr_dovetail_mount", + "SightingRange": 0, + "Slots": [{ + "_id": "5d7b6bb0a4b93652786f4c78", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5d7b6bafa4b93652786f4c76", + "_props": { + "filters": [{ + "Filter": ["5a32aa8bc4a2826c6e06d737"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.12, + "Width": 1 + }, + "_proto": "5649a2464bdc2d91118b45a8", + "_type": "Item" + }, + "5d80c60f86f77440373c4ece": { + "_id": "5d80c60f86f77440373c4ece", + "_name": "rezbase_key_kult1", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 60000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 25, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_12.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d80c62a86f7744036212b3f": { + "_id": "5d80c62a86f7744036212b3f", + "_name": "rezbase_key_kult2", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 60000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 25, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_13.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d80c66d86f774405611c7d6": { + "_id": "5d80c66d86f774405611c7d6", + "_name": "rezbase_key_vohr_arsenal", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 60000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_7.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d80c6c586f77440351beef1": { + "_id": "5d80c6c586f77440351beef1", + "_name": "rezbase_key_barrmid_officers", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 50000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d80c6fc86f774403a401e3c": { + "_id": "5d80c6fc86f774403a401e3c", + "_name": "rezbase_key_barrmid_shotrange", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 50000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d80c78786f774403a401e3e": { + "_id": "5d80c78786f774403a401e3e", + "_name": "rezbase_key_barrleft_computer", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 43000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d80c88d86f77440556dbf07": { + "_id": "5d80c88d86f77440556dbf07", + "_name": "rezbase_key_barrleft_craftrooom", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 45000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d80c8f586f77440373c4ed0": { + "_id": "5d80c8f586f77440373c4ed0", + "_name": "rezbase_key_sub_officer", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 40000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_7.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d80c93086f7744036212b41": { + "_id": "5d80c93086f7744036212b41", + "_name": "rezbase_key_ptor1_craft1", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 76000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d80c95986f77440351beef3": { + "_id": "5d80c95986f77440351beef3", + "_name": "rezbase_key_ptor1_craft2", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 42000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d80ca9086f774403a401e40": { + "_id": "5d80ca9086f774403a401e40", + "_name": "rezbase_key_ptor2_craft1", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 65000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d80cab086f77440535be201": { + "_id": "5d80cab086f77440535be201", + "_name": "rezbase_key_ptor2_craft2", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 69000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d80cb3886f77440556dbf09": { + "_id": "5d80cb3886f77440556dbf09", + "_name": "rezbase_key_substorge_food", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 55000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_6.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d80cb5686f77440545d1286": { + "_id": "5d80cb5686f77440545d1286", + "_name": "rezbase_key_substorge_water", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 55000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_6.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d80cb8786f774405611c7d9": { + "_id": "5d80cb8786f774405611c7d9", + "_name": "rezbase_key_substorge_pass", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 35000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_7.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d80cbd886f77470855c26c2": { + "_id": "5d80cbd886f77470855c26c2", + "_name": "rezbase_key_ptor2_craft3", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 68000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d80ccac86f77470841ff452": { + "_id": "5d80ccac86f77470841ff452", + "_name": "rezbase_key_right_weap4fl", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 49000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d80ccdd86f77474f7575e02": { + "_id": "5d80ccdd86f77474f7575e02", + "_name": "rezbase_key_right_weap2fl", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 52000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d80cd1a86f77402aa362f42": { + "_id": "5d80cd1a86f77402aa362f42", + "_name": "rezbase_key_mid_weap2fl", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 77000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d8e0db586f7744450412a42": { + "_id": "5d8e0db586f7744450412a42", + "_name": "rezbase_key_rls_officer", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 40000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d8e0e0e86f774321140eb56": { + "_id": "5d8e0e0e86f774321140eb56", + "_name": "rezbase_key_rls_kpp", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 52000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d8e15b686f774445103b190": { + "_id": "5d8e15b686f774445103b190", + "_name": "shoreline_key_usec_place1", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 40000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_7.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d8e3ecc86f774414c78d05e": { + "_id": "5d8e3ecc86f774414c78d05e", + "_name": "rezbase_key_gen_room", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 50000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_7.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d947d3886f774447b415893": { + "_id": "5d947d3886f774447b415893", + "_name": "rezbase_key_med_strorage", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 50000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_7.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d947d4e86f774447b415895": { + "_id": "5d947d4e86f774447b415895", + "_name": "rezbase_key_med_officer", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 50000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_7.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d95d6be86f77424444eb3a7": { + "_id": "5d95d6be86f77424444eb3a7", + "_name": "rezbase_key_substorge_water2", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 50000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_6.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d95d6fa86f77424484aa5e9": { + "_id": "5d95d6fa86f77424484aa5e9", + "_name": "rezbase_key_substorge_food2", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 50000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_6.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5d96141523f0ea1b7f2aacab": { + "_id": "5d96141523f0ea1b7f2aacab", + "_name": "item_equipment_head_doorkicker", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 10200, + "DeafStrength": "None", + "Description": "item_equipment_head_doorkicker", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "item_equipment_head_doorkicker", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_doorkicker/item_equipment_head_doorkicker.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "item_equipment_head_doorkicker", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 2, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5d9f1fa686f774726974a992": { + "_id": "5d9f1fa686f774726974a992", + "_name": "rezbase_key_vech_storage1", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 55000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5da46e3886f774653b7a83fe": { + "_id": "5da46e3886f774653b7a83fe", + "_name": "rezbase_key_rls_serv1", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 60000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5da5cdcd86f774529238fb9b": { + "_id": "5da5cdcd86f774529238fb9b", + "_name": "rezbase_key_rls_ohr", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 65000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5da743f586f7744014504f72": { + "_id": "5da743f586f7744014504f72", + "_name": "bigmap_key_usec1", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 84000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5dcbd56fdbd3d91b3e5468d5": { + "_id": "5dcbd56fdbd3d91b3e5468d5", + "_name": "weapon_dt_mdr_762x51", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.16, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.145, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.2, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.01, + "Chambers": [{ + "_id": "5dcbd56fdbd3d91b3e5468dd", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5dcbd56fdbd3d91b3e5468d5", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 2, + "CoolFactor": 1, + "CreditsPrice": 53230, + "Description": "weapon_dt_mdr_762x51", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 72, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.03, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_dt_mdr_762x51", + "NotShownInSlot": false, + "OperatingResource": 5100, + "Prefab": { + "path": "assets/content/weapons/mdr/weapon_dt_mdr_762x51_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.12, + "z": -0.01 + }, + "RecoilForceBack": 295, + "RecoilForceUp": 125, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 306, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.12, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.12, + "z": -0.03 + }, + "SendToClient": false, + "ShortName": "weapon_dt_mdr_762x51", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5dcbd56fdbd3d91b3e5468d7", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5dcbd56fdbd3d91b3e5468d5", + "_props": { + "filters": [{ + "Filter": ["5c48a2c22e221602b313fb6c", "5dcbd6dddbd3d91b3e5468de"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5dcbd56fdbd3d91b3e5468d8", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5dcbd56fdbd3d91b3e5468d5", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5df8f535bb49d91fb446d6b0", "5df8f541c41b2312ea3335e3", "5a3501acc4a282000d72293a"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5dcbd56fdbd3d91b3e5468d9", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "5dcbd56fdbd3d91b3e5468d5", + "_props": { + "filters": [{ + "Filter": ["5c48a14f2e2216152006edd7", "5dcbd6b46ec07c0c4347a564"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5dcbd56fdbd3d91b3e5468da", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5dcbd56fdbd3d91b3e5468d5", + "_props": { + "filters": [{ + "Filter": ["5dcbe9431e1f4616d354987e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5dcbd56fdbd3d91b3e5468db", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5dcbd56fdbd3d91b3e5468d5", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5dcbd56fdbd3d91b3e5468dc", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5dcbd56fdbd3d91b3e5468d5", + "_props": { + "filters": [{ + "Filter": ["5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5fb6564947ce63734e3fa1da", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5fc0fa957283c4046c58147e", "5894a81786f77427140b8347", "55d5f46a4bdc2d1b198b4567", "5ae30bad5acfc400185c2dc4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 2.95, + "Width": 2, + "ammoCaliber": "Caliber762x51", + "bEffDist": 500, + "bFirerate": 650, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5a6086ea4f39f99cd479502f", + "defMagType": "5a3501acc4a282000d72293a", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5dcbd6b46ec07c0c4347a564": { + "_id": "5dcbd6b46ec07c0c4347a564", + "_name": "handguard_mdr_dt_mdr_std_blk", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8665, + "Description": "handguard_mdr_dt_mdr_std_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_mdr_dt_mdr_std_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_mdr_dt_mdr_std_blk.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_mdr_dt_mdr_std_blk", + "SightingRange": 0, + "Slots": [{ + "_id": "5dcbd6b46ec07c0c4347a566", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5dcbd6b46ec07c0c4347a564", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5dcbd6b46ec07c0c4347a567", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5dcbd6b46ec07c0c4347a564", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5dcbd6b46ec07c0c4347a568", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5dcbd6b46ec07c0c4347a564", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5dcbd6b46ec07c0c4347a569", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5dcbd6b46ec07c0c4347a564", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5dcbd6b46ec07c0c4347a56a", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5dcbd6b46ec07c0c4347a564", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c", "55d4af3a4bdc2d972f8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.269, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5dcbd6dddbd3d91b3e5468de": { + "_id": "5dcbd6dddbd3d91b3e5468de", + "_name": "pistolgrip_mdr_dt_mdr_std_blk", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2320, + "Description": "pistolgrip_mdr_dt_mdr_std_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_mdr_dt_mdr_std_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_mdr_dt_mdr_std_blk.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_mdr_dt_mdr_std_blk", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "5dcbe9431e1f4616d354987e": { + "_id": "5dcbe9431e1f4616d354987e", + "_name": "barrel_mdr_dt_406mm_762x51", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.04, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 49267, + "Description": "Ствол для оружия на базе AR-15 под патрон 5.56х45 NATO длинной 370мм. Соответствует стандартному стволу для M4A1.\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -6, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 370мм для AR-15 и совместимых 5.56х45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mdr_dt_406mm_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "370мм AR-15 5.56х45", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5dcbe9431e1f4616d3549880", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5dcbe9431e1f4616d354987e", + "_props": { + "filters": [{ + "Filter": ["5b3a16655acfc40016387a2a", "5b7d693d5acfc43bca706a3d", "5a34fd2bc4a282329a73b4c5", "6065c6e7132d4d12c81fd8e1", "5d1f819086f7744b355c219b", "5dcbe965e4ed22586443a79d", "5d026791d7ad1a04a067ea63", "5dfa3cd1b33c0951220c079b", "5cdd7685d7f00c000f260ed2", "5c878e9d2e2216000f201903", "5d02677ad7ad1a04a15c0f95", "5bbdb8bdd4351e4502011460", "5cdd7693d7f00c0010373aa5", "607ffb988900dc2d9a55b6e4", "5d443f8fa4b93678dd4a01aa", "5c7954d52e221600106f4cc7", "59bffc1f86f77435b128b872", "5cf78496d7f00c065703d6ca"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -5.58, + "Weight": 0.62, + "Width": 3 + }, + "_proto": "55d3632e4bdc2d972f8b4569", + "_type": "Item" + }, + "5dcbe965e4ed22586443a79d": { + "_id": "5dcbe965e4ed22586443a79d", + "_name": "muzzle_ar10_dt_mdr_std_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5120, + "Description": "muzzle_ar15_vendetta_precision_vp_09_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar15_vendetta_precision_vp_09_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar15_dt_mdr_std_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar15_vendetta_precision_vp_09_556x45", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1, + "Weight": 0.2, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "5649aa744bdc2ded0b8b457e", + "_type": "Item" + }, + "5de652c31b7e3716273428be": { + "_id": "5de652c31b7e3716273428be", + "_name": "weapon_molot_vpo_215_366tkm", + "_parent": "5447b6254bdc2dc3278b4568", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.32, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": true, + "BurstShotsCount": 3, + "CameraRecoil": 0.4, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.011, + "Chambers": [{ + "_id": "5de652c31b7e3716273428c4", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5de652c31b7e3716273428be", + "_props": { + "filters": [{ + "Filter": ["59e655cb86f77411dc52a77b", "59e6542b86f77411dc52a77a", "59e6658b86f77411d949b250", "5f0596629e22f464da6bbdd9"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 1.1, + "CoolFactor": 1, + "CreditsPrice": 7350, + "Description": "weapon_molot_vpo_215_366tkm", + "DeviationCurve": 1, + "DeviationMax": 33, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 36, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_rifle", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_molot_vpo_215_366tkm", + "NotShownInSlot": false, + "OperatingResource": 1900, + "Prefab": { + "path": "assets/content/weapons/vpo215/weapon_molot_vpo_215_366tkm_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.43, + "z": 0.03 + }, + "RecoilForceBack": 585, + "RecoilForceUp": 245, + "RecolDispersion": 10, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 1, + "RepairCost": 37, + "RepairSpeed": 14, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.16, + "z": -0.06 + }, + "RotationCenterNoStock": { + "x": 0, + "y": 0, + "z": 0 + }, + "SendToClient": false, + "ShortName": "weapon_molot_vpo_215_366tkm", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5de652c31b7e3716273428c0", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5de652c31b7e3716273428be", + "_props": { + "filters": [{ + "AnimationIndex": 0, + "Filter": ["5de653abf76fdc1ce94a5a2a"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5de652c31b7e3716273428c1", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5de652c31b7e3716273428be", + "_props": { + "filters": [{ + "Filter": ["5de655be4a9f347bc92edb88"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5de652c31b7e3716273428c2", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5de652c31b7e3716273428be", + "_props": { + "filters": [{ + "Filter": ["5de65547883dde217541644b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5de652c31b7e3716273428c3", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5de652c31b7e3716273428be", + "_props": { + "filters": [{ + "Filter": ["5de6558e9f98ac2bc65950fc"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": ["Bear", "Usec", "Savage"], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 2.9, + "Weight": 0.55, + "Width": 1, + "ammoCaliber": "Caliber366TKM", + "bEffDist": 1000, + "bFirerate": 30, + "bHearDist": 100, + "chamberAmmoCount": 1, + "defAmmo": "59e655cb86f77411dc52a77b", + "defMagType": "5de653abf76fdc1ce94a5a2a", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "sniperRifle", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "55801eed4bdc2d89578b4588", + "_type": "Item" + }, + "5de653abf76fdc1ce94a5a2a": { + "_id": "5de653abf76fdc1ce94a5a2a", + "_name": "mag_vpo215_molot_vpo_215_366tkm_4", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5de653abf76fdc1ce94a5a2c", + "_max_count": 4, + "_name": "cartridges", + "_parent": "5de653abf76fdc1ce94a5a2a", + "_props": { + "filters": [{ + "Filter": ["59e655cb86f77411dc52a77b", "59e6542b86f77411dc52a77a", "59e6658b86f77411d949b250", "5f0596629e22f464da6bbdd9"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": -15, + "ConflictingItems": [], + "CreditsPrice": 1200, + "Description": "mag_ak_custom_sawed_off_762x39_10", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ak_custom_sawed_off_762x39_10", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_vpo215_molot_vpo_215_366tkm_4.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ak_custom_sawed_off_762x39_10", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.2, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "5de65547883dde217541644b": { + "_id": "5de65547883dde217541644b", + "_name": "barrel_vpo215_600mm_366tkm", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.041, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5100, + "Description": "barrel_m700_remington_heavy_threaded_508mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -8, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_m700_remington_heavy_threaded_508mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_vpo215_600mm_366tkm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -7, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_m700_remington_heavy_threaded_508mm", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5de65547883dde217541644d", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5de65547883dde217541644b", + "_props": { + "filters": [{ + "Filter": ["5de6556a205ddc616a6bc4f7", "5a9fbb74a2750c0032157181"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 4.48, + "Weight": 1.2, + "Width": 3 + }, + "_proto": "55d3632e4bdc2d972f8b4569", + "_type": "Item" + }, + "5de6556a205ddc616a6bc4f7": { + "_id": "5de6556a205ddc616a6bc4f7", + "_name": "muzzle_vpo215_molot_vpo_215_thread_protector_std_366tkm", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 200, + "Description": "muzzle_vpo215_molot_vpo_215_thread_protector_std_366tkm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_vpo215_molot_vpo_215_thread_protector_std_366tkm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_vpo215_molot_vpo_215_thread_protector_std_366tkm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_vpo215_molot_vpo_215_thread_protector_std_366tkm", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.01, + "Width": 1, + "muzzleModType": "muzzleCombo" + }, + "_proto": "560838c94bdc2d77798b4569", + "_type": "Item" + }, + "5de6558e9f98ac2bc65950fc": { + "_id": "5de6558e9f98ac2bc65950fc", + "_name": "mount_vpo215_molot_vpo_215_top_rail_std", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "576fd4ec2459777f0b518431", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "57acb6222459771ec34b5cb0"], + "CreditsPrice": 1500, + "Description": "mount_vpo215_molot_vpo_215_top_rail_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_vpo215_molot_vpo_215_top_rail_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_vpo215_molot_vpo_215_top_rail_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_vpo215_molot_vpo_215_top_rail_std", + "SightingRange": 0, + "Slots": [{ + "_id": "5de6558e9f98ac2bc65950fe", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5de6558e9f98ac2bc65950fc", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.09, + "Width": 2 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5de655be4a9f347bc92edb88": { + "_id": "5de655be4a9f347bc92edb88", + "_name": "stock_vpo215_molot_vpo_215_std_wood", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2350, + "Description": "stock_toz-106_toz_short_std_wood", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 17, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": true, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_toz-106_toz_short_std_wood", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_vpo215_molot_vpo_215_std_wood.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": -40, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_toz-106_toz_short_std_wood", + "SightingRange": 0, + "SizeReduceRight": 2, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.25, + "Width": 4 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5de7bd7bfd6b4e6e2276dc25": { + "_id": "5de7bd7bfd6b4e6e2276dc25", + "_name": "weapon_bt_mp9n_9x19", + "_parent": "5447b5e04bdc2d62278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.1, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.065, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.21, + "Chambers": [{ + "_id": "5de7bd7bfd6b4e6e2276dc30", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5de7bd7bfd6b4e6e2276dc25", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 2.2, + "CoolFactor": 1, + "CreditsPrice": 18500, + "Description": "weapon_bt_mp9_9x19", + "DeviationCurve": 4, + "DeviationMax": 20, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 75, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "mod_stock", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 50, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "Бургер и Томат ЭмПэ ДеВяТь", + "NotShownInSlot": false, + "OperatingResource": 4500, + "Prefab": { + "path": "assets/content/weapons/mp9/weapon_bt_mp9n_9x19_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 95, + "RecoilCenter": { + "x": 0, + "y": -0.32, + "z": -0.02 + }, + "RecoilForceBack": 315, + "RecoilForceUp": 67, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 93, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.13, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.38, + "z": -0.11 + }, + "SendToClient": false, + "ShortName": "weapon_bt_mp9_9x19", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5de7bd7bfd6b4e6e2276dc27", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5de7bd7bfd6b4e6e2276dc25", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5de8e8dafd6b4e6e2276dc32", "5de8ea8ffd6b4e6e2276dc35", "5de8eaadbbaf010b10528a6d", "5de8eac42a78646d96665d91"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5de7bd7bfd6b4e6e2276dc28", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5de7bd7bfd6b4e6e2276dc25", + "_props": { + "filters": [{ + "Filter": ["5de8f237bbaf010b10528a70"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5de7bd7bfd6b4e6e2276dc2f", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5de7bd7bfd6b4e6e2276dc25", + "_props": { + "filters": [{ + "Filter": ["5de910da8b6c4240ba2651b5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5de919a3883dde2175416467", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5de7bd7bfd6b4e6e2276dc25", + "_props": { + "filters": [{ + "Filter": ["5de8fbad2fbe23140d3ee9c4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5de919b4f76fdc1ce94a5a4e", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5de7bd7bfd6b4e6e2276dc25", + "_props": { + "filters": [{ + "Filter": ["5de8e67c4a9f347bc92edbd7", "5e0090f7e9dc277128008b93"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5de92277b74cd90030650c7f", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "5de7bd7bfd6b4e6e2276dc25", + "_props": { + "filters": [{ + "Filter": ["5de922d4b11454561e39239f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 13, + "Weight": 0.75, + "Width": 2, + "ammoCaliber": "Caliber9x19PARA", + "bEffDist": 200, + "bFirerate": 1100, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "56d59d3ad2720bdb418b4577", + "defMagType": "5de8e8dafd6b4e6e2276dc32", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "smg", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5de8e67c4a9f347bc92edbd7": { + "_id": "5de8e67c4a9f347bc92edbd7", + "_name": "reciever_mp9_bt_mp9_upper_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5260, + "Description": "Верхний ресивер для M4A1 производства компании Colt. Имеет направляющую для крепления дополнительного оборудования.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Верхний ресивер Colt M4A1 5.56х45 для штурмовой винтовки M4A1", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_mp9_bt_mp9_upper_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "M4A1 Upper", + "SightingRange": 0, + "Slots": [{ + "_id": "5de8e67c4a9f347bc92edbd9", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5de8e67c4a9f347bc92edbd7", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5de8e67c4a9f347bc92edbdc", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5de8e67c4a9f347bc92edbd7", + "_props": { + "filters": [{ + "Filter": ["5de8fb539f98ac2bc659513a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5de91b5db33c0951220c0662", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5de8e67c4a9f347bc92edbd7", + "_props": { + "filters": [{ + "Filter": ["5de8fc0b205ddc616a6bc51b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.27, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5de8e8dafd6b4e6e2276dc32": { + "_id": "5de8e8dafd6b4e6e2276dc32", + "_name": "mag_mp9_bt_mp9_std_9x19_15", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5de8e8dafd6b4e6e2276dc34", + "_max_count": 15, + "_name": "cartridges", + "_parent": "5de8e8dafd6b4e6e2276dc32", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1700, + "Description": "mag_mp9_bt_mp9_std_9x19_15", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_mp9_bt_mp9_std_9x19_15", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_mp9_bt_mp9_std_9x19_15.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_mp9_bt_mp9_std_9x19_15", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.06, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5de8ea8ffd6b4e6e2276dc35": { + "_id": "5de8ea8ffd6b4e6e2276dc35", + "_name": "mag_mp9_bt_mp9_std_9x19_20", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5de8ea8ffd6b4e6e2276dc37", + "_max_count": 20, + "_name": "cartridges", + "_parent": "5de8ea8ffd6b4e6e2276dc35", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1950, + "Description": "mag_pp-91_zmz_pp-91_std_9x18pm_20", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_pp-91_zmz_pp-91_std_9x18pm_20", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_mp9_bt_mp9_std_9x19_20.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_pp-91_zmz_pp-91_std_9x18pm_20", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.067, + "Width": 1, + "magAnimationIndex": 1 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5de8eaadbbaf010b10528a6d": { + "_id": "5de8eaadbbaf010b10528a6d", + "_name": "mag_mp9_bt_mp9_std_9x19_25", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5de8eaadbbaf010b10528a6f", + "_max_count": 25, + "_name": "cartridges", + "_parent": "5de8eaadbbaf010b10528a6d", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 2550, + "Description": "mag_pp-91_zmz_pp-91_std_9x18pm_20", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_pp-91_zmz_pp-91_std_9x18pm_20", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_mp9_bt_mp9_std_9x19_25.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_pp-91_zmz_pp-91_std_9x18pm_20", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.072, + "Width": 1, + "magAnimationIndex": 2 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5de8eac42a78646d96665d91": { + "_id": "5de8eac42a78646d96665d91", + "_name": "mag_mp9_bt_mp9_std_9x19_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5de8eac42a78646d96665d93", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5de8eac42a78646d96665d91", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 4100, + "Description": "mag_pp-91_zmz_pp-91_std_9x18pm_20", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_pp-91_zmz_pp-91_std_9x18pm_20", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_mp9_bt_mp9_std_9x19_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_pp-91_zmz_pp-91_std_9x18pm_20", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.08, + "Width": 1, + "magAnimationIndex": 3 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5de8f237bbaf010b10528a70": { + "_id": "5de8f237bbaf010b10528a70", + "_name": "muzzle_mp9_bt_supressor_mount_9x19", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4350, + "Description": "muzzle_mp9_bt_supressor_mount_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_mp9_bt_supressor_mount_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_mp9_bt_supressor_mount_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_mp9_bt_supressor_mount_9x19", + "SightingRange": 0, + "Slots": [{ + "_id": "5de8f237bbaf010b10528a72", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5de8f237bbaf010b10528a70", + "_props": { + "filters": [{ + "Filter": ["5de8f2d5b74cd90030650c72"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5de91a58883dde2175416468", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5de8f237bbaf010b10528a70", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 65, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.14, + "Width": 1, + "muzzleModType": "muzzleCombo" + }, + "_proto": "560838c94bdc2d77798b4569", + "_type": "Item" + }, + "5de8f2d5b74cd90030650c72": { + "_id": "5de8f2d5b74cd90030650c72", + "_name": "silencer_mp9_bt_supressor_9x19", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 25400, + "Description": "silencer_all_silencerco_osprey_9_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.72, + "EffectiveDistance": 0, + "Ergonomics": -16, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -20, + "MergesWithChildren": true, + "Name": "silencer_all_silencerco_osprey_9_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_mp9_bt_supressor_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_all_silencerco_osprey_9_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1, + "Weight": 0.29, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "5de8fb539f98ac2bc659513a": { + "_id": "5de8fb539f98ac2bc659513a", + "_name": "sight_rear_mp9_bt_mp9_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 900, + "CustomAimPlane": "", + "Description": "sight_rear_57_fn_five_seven_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_57_fn_five_seven_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_mp9_bt_mp9_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_57_fn_five_seven_std", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.01, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5de8fbad2fbe23140d3ee9c4": { + "_id": "5de8fbad2fbe23140d3ee9c4", + "_name": "foregrip_mp9_bt_mp9_std", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2650, + "Description": "foregrip_all_kac_vertical_grip", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_all_kac_vertical_grip", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_mp9_bt_mp9_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_all_kac_vertical_grip", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "558032614bdc2de7118b4585", + "_type": "Item" + }, + "5de8fbf2b74cd90030650c79": { + "_id": "5de8fbf2b74cd90030650c79", + "_name": "mount_mp9_bt_mp9_bottom_rail", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1200, + "Description": "mount_keymod_strike_industries_4_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_strike_industries_4_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_mp9_bt_mp9_bottom_rail.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_strike_industries_4_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5de8fbf2b74cd90030650c7b", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5de8fbf2b74cd90030650c79", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.09, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5de8fc0b205ddc616a6bc51b": { + "_id": "5de8fc0b205ddc616a6bc51b", + "_name": "mount_mp9_bt_mp9_side_rail", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 850, + "Description": "mount_keymod_strike_industries_4_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_strike_industries_4_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_mp9_bt_mp9_side_rail.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_strike_industries_4_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5de8fc0b205ddc616a6bc51d", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5de8fc0b205ddc616a6bc51b", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5de910da8b6c4240ba2651b5": { + "_id": "5de910da8b6c4240ba2651b5", + "_name": "stock_mp9_bt_mp9_folding_stock_std", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2350, + "Description": "stock_mp7_hk_a1_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_mp7_hk_a1_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_mp9_bt_mp9_folding_stock_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -18, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_mp7_hk_a1_std", + "SightingRange": 0, + "SizeReduceRight": 1, + "Slots": [], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.15, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5de922d4b11454561e39239f": { + "_id": "5de922d4b11454561e39239f", + "_name": "charge_mp9_bt_mp9_charging_handle_std", + "_parent": "55818a6f4bdc2db9688b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 650, + "Description": "Стандартная рукоятка заряжания для оружия на базе AR-15 и совместимых.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Рукоятка заряжания Colt AR-15 для AR-15 и совместимых", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/charges/charge_mp9_bt_mp9_charging_handle_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Рукоятка заряжания AR-15", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.02, + "Width": 1 + }, + "_proto": "55802f624bdc2d1c128b4580", + "_type": "Item" + }, + "5df24cf80dee1b22f862e9bc": { + "_id": "5df24cf80dee1b22f862e9bc", + "_name": "weapon_orsis_t5000_762x51", + "_parent": "5447b6254bdc2dc3278b4568", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.25, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": true, + "BurstShotsCount": 3, + "CameraRecoil": 0.3, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.005, + "Chambers": [{ + "_id": "5df24cf80dee1b22f862e9c3", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5df24cf80dee1b22f862e9bc", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 3, + "CoolFactor": 1, + "CreditsPrice": 26974, + "Description": "weapon_lobaev_dvl-10_308", + "DeviationCurve": 1, + "DeviationMax": 33, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 35, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "mod_stock_axis", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_rifle", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_lobaev_dvl-10_308", + "NotShownInSlot": false, + "OperatingResource": 2700, + "Prefab": { + "path": "assets/content/weapons/t5000/weapon_orsis_t5000_762x51_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.43, + "z": 0.03 + }, + "RecoilForceBack": 630, + "RecoilForceUp": 165, + "RecolDispersion": 10, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 1, + "RepairCost": 131, + "RepairSpeed": 14, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.16, + "z": -0.06 + }, + "RotationCenterNoStock": { + "x": 0, + "y": 0, + "z": 0 + }, + "SendToClient": false, + "ShortName": "weapon_lobaev_dvl-10_308", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5df24cf80dee1b22f862e9be", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5df24cf80dee1b22f862e9bc", + "_props": { + "filters": [{ + "AnimationIndex": 0, + "Filter": ["5df25b6c0b92095fd441e4cf"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5df24cf80dee1b22f862e9c0", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5df24cf80dee1b22f862e9bc", + "_props": { + "filters": [{ + "Filter": ["5df256570dee1b22f862e9c4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5df24cf80dee1b22f862e9c2", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5df24cf80dee1b22f862e9bc", + "_props": { + "filters": [{ + "Filter": ["5df35e59c41b2312ea3334d5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5df38776b11454561e3923ea", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5df24cf80dee1b22f862e9bc", + "_props": { + "filters": [{ + "Filter": ["5df35e970b92095fd441e4d2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 3.81, + "Weight": 1.29, + "Width": 1, + "ammoCaliber": "Caliber762x51", + "bEffDist": 1000, + "bFirerate": 30, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "58dd3ad986f77403051cba8f", + "defMagType": "5df25b6c0b92095fd441e4cf", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "sniperRifle", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "55801eed4bdc2d89578b4588", + "_type": "Item" + }, + "5df256570dee1b22f862e9c4": { + "_id": "5df256570dee1b22f862e9c4", + "_name": "barrel_t5000_660mm_762x51", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.019, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 17672, + "Description": "barrel_t5000_660mm_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -10, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_t5000_660mm_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_t5000_660mm_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_t5000_660mm_762x51", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5df256570dee1b22f862e9c6", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5df256570dee1b22f862e9c4", + "_props": { + "filters": [{ + "Filter": ["5b7d693d5acfc43bca706a3d", "5a34fd2bc4a282329a73b4c5", "5d1f819086f7744b355c219b", "5dcbe965e4ed22586443a79d", "5d026791d7ad1a04a067ea63", "5dfa3cd1b33c0951220c079b", "5cdd7685d7f00c000f260ed2", "5c878e9d2e2216000f201903", "5d02677ad7ad1a04a15c0f95", "5bbdb8bdd4351e4502011460", "5cdd7693d7f00c0010373aa5", "5d443f8fa4b93678dd4a01aa", "5df35e7f2a78646d96665dd4", "5c7954d52e221600106f4cc7", "59bffc1f86f77435b128b872"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 7.5, + "Weight": 2.7, + "Width": 3 + }, + "_proto": "55d3632e4bdc2d972f8b4569", + "_type": "Item" + }, + "5df25b6c0b92095fd441e4cf": { + "_id": "5df25b6c0b92095fd441e4cf", + "_name": "mag_t5000_orsis_t5000_std_5_762x51", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5df25b6c0b92095fd441e4d1", + "_max_count": 5, + "_name": "cartridges", + "_parent": "5df25b6c0b92095fd441e4cf", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1950, + "Description": "mag_dvl-10_lobaev_308_10", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": -5, + "LootExperience": 30, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_dvl-10_lobaev_308_10", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_t5000_orsis_t5000_std_5_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_dvl-10_lobaev_308_10", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.35, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "559ba5b34bdc2d1f1a8b4582", + "_type": "Item" + }, + "5df25d3bfd6b4e6e2276dc9a": { + "_id": "5df25d3bfd6b4e6e2276dc9a", + "_name": "handguard_t5000_orsis_t5000m_std", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6500, + "Description": "handguard_ak_hexagon_ak", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 11, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_hexagon_ak", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_t5000_orsis_t5000m_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_hexagon_ak", + "SightingRange": 0, + "Slots": [{ + "_id": "5df25d3bfd6b4e6e2276dc9c", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5df25d3bfd6b4e6e2276dc9a", + "_props": { + "filters": [{ + "Filter": ["5df35ea9c41b2312ea3334d8", "5df35eb2b11454561e3923e2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5df25d3bfd6b4e6e2276dc9d", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5df25d3bfd6b4e6e2276dc9a", + "_props": { + "filters": [{ + "Filter": ["5df35ea9c41b2312ea3334d8", "5df35eb2b11454561e3923e2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5df25d3bfd6b4e6e2276dc9e", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5df25d3bfd6b4e6e2276dc9a", + "_props": { + "filters": [{ + "Filter": ["5df35ea9c41b2312ea3334d8", "5df35eb2b11454561e3923e2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5df25d3bfd6b4e6e2276dc9f", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_003", + "_parent": "5df25d3bfd6b4e6e2276dc9a", + "_props": { + "filters": [{ + "Filter": ["5df35eb2b11454561e3923e2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5df388648b6c4240ba265202", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5df25d3bfd6b4e6e2276dc9a", + "_props": { + "filters": [{ + "Filter": ["5df36948bb49d91fb446d5ad"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.46, + "Width": 2 + }, + "_proto": "5648b0744bdc2d363b8b4578", + "_type": "Item" + }, + "5df35ddddfc58d14537c2036": { + "_id": "5df35ddddfc58d14537c2036", + "_name": "stock_t5000_orsis_t5000_se_folding_stock_std", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3150, + "Description": "stock_dvl-10_lobaev_dvl-10_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 11, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_dvl-10_lobaev_dvl-10_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_t5000_orsis_t5000_se_folding_stock_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -25, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_dvl-10_lobaev_dvl-10_std", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 20, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.31, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5df35e59c41b2312ea3334d5": { + "_id": "5df35e59c41b2312ea3334d5", + "_name": "stock_t5000_orsis_t5000_se_chassis", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5d25af8f8abbc3055079fec5", "5cf12a15d7f00c05464b293f", "5bfeaa0f0db834001b734927", "5bfea7ad0db834001c38f1ee"], + "CreditsPrice": 13200, + "Description": "stock_870_remington_sps_12g\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 16, + "ExamineExperience": 1, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": true, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_870_remington_sps_12g", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_t5000_orsis_t5000_se_chassis.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_870_remington_sps_12g", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5df389abdfc58d14537c203a", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "5df35e59c41b2312ea3334d5", + "_props": { + "filters": [{ + "Filter": ["5df25d3bfd6b4e6e2276dc9a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5df389bdfd6b4e6e2276dcb2", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5df35e59c41b2312ea3334d5", + "_props": { + "filters": [{ + "Filter": ["5df38a5fb74cd90030650cb6"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5df389c823295c755a015895", + "_mergeSlotWithChildren": false, + "_name": "mod_stock_axis", + "_parent": "5df35e59c41b2312ea3334d5", + "_props": { + "filters": [{ + "Filter": ["5df35ddddfc58d14537c2036"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 20, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.64, + "Width": 2 + }, + "_proto": "56083be64bdc2d20478b456f", + "_type": "Item" + }, + "5df35e7f2a78646d96665dd4": { + "_id": "5df35e7f2a78646d96665dd4", + "_name": "muzzle_t5000_orsis_t5000m_std_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4557, + "Description": "muzzle_dvl-10_lobaev_dvl-10_m2_std_308", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_dvl-10_lobaev_dvl-10_m2_std_308", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_t5000_orsis_t5000m_std_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_dvl-10_lobaev_dvl-10_m2_std_308", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.098, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5df35e970b92095fd441e4d2": { + "_id": "5df35e970b92095fd441e4d2", + "_name": "mount_t5000_orsis_scope_mount_rail_std", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "576fd4ec2459777f0b518431", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "57acb6222459771ec34b5cb0"], + "CreditsPrice": 2200, + "Description": "mount_m700_abarms_mod_x_scope_mount_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_m700_abarms_mod_x_scope_mount_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_t5000_orsis_scope_mount_rail_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_m700_abarms_mod_x_scope_mount_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "5df35e970b92095fd441e4d4", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5df35e970b92095fd441e4d2", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.14, + "Width": 2 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5df35ea9c41b2312ea3334d8": { + "_id": "5df35ea9c41b2312ea3334d8", + "_name": "mount_orsis_orsis_rail_section_long", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1150, + "Description": "mount_keymod_strike_industries_4_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_strike_industries_4_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_orsis_orsis_rail_section_long.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_strike_industries_4_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5df35ea9c41b2312ea3334da", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5df35ea9c41b2312ea3334d8", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5df35eb2b11454561e3923e2": { + "_id": "5df35eb2b11454561e3923e2", + "_name": "mount_orsis_orsis_rail_section_med", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1033, + "Description": "mount_keymod_strike_industries_4_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_strike_industries_4_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_orsis_orsis_rail_section_med.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_strike_industries_4_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5df35eb2b11454561e3923e4", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5df35eb2b11454561e3923e2", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5df36948bb49d91fb446d5ad": { + "_id": "5df36948bb49d91fb446d5ad", + "_name": "foregrip_t5000_orsis_t5000m_pad_std", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1850, + "Description": "foregrip_all_kac_vertical_grip", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_all_kac_vertical_grip", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_t5000_orsis_t5000m_pad_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_all_kac_vertical_grip", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "558032614bdc2de7118b4585", + "_type": "Item" + }, + "5df38a5fb74cd90030650cb6": { + "_id": "5df38a5fb74cd90030650cb6", + "_name": "pistolgrip_t5000_orsis_t5000_std", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2716, + "Description": "pistolgrip_ar15_hogue_overmolded_fde", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ar15_hogue_overmolded_fde", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_t5000_orsis_t5000_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ar15_hogue_overmolded_fde", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "5df8a2ca86f7740bfe6df777": { + "_id": "5df8a2ca86f7740bfe6df777", + "_name": "item_equipment_armor_6b2", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Titan", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.288, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 28700, + "DeafStrength": "None", + "Description": "gjel", + "DiscardingBlock": false, + "Durability": 80, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 3, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 80, + "MergesWithChildren": false, + "Name": "gjel", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_6b2/item_equipment_armor_6b2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 168, + "RepairSpeed": 8, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "gjel", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 4.1, + "Width": 3, + "armorClass": "2", + "armorZone": ["Chest", "Stomach"], + "headSegments": [], + "mousePenalty": -3, + "speedPenaltyPercent": -6, + "weaponErgonomicPenalty": -7 + }, + "_proto": "545cdb794bdc2d3a198b456a", + "_type": "Item" + }, + "5df8a42886f77412640e2e75": { + "_id": "5df8a42886f77412640e2e75", + "_name": "item_equipment_rig_multipurpose", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 49200, + "Description": "Rig 6h112", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5df8a42886f77412640e2e77", + "_name": "1", + "_parent": "5df8a42886f77412640e2e75", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5df8a42886f77412640e2e78", + "_name": "2", + "_parent": "5df8a42886f77412640e2e75", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5df8a42886f77412640e2e79", + "_name": "3", + "_parent": "5df8a42886f77412640e2e75", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5df8a42886f77412640e2e7a", + "_name": "4", + "_parent": "5df8a42886f77412640e2e75", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5df8a42886f77412640e2e7b", + "_name": "5", + "_parent": "5df8a42886f77412640e2e75", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5df8a42886f77412640e2e7c", + "_name": "6", + "_parent": "5df8a42886f77412640e2e75", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5df8a42886f77412640e2e7d", + "_name": "7", + "_parent": "5df8a42886f77412640e2e75", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5df8a42886f77412640e2e7e", + "_name": "8", + "_parent": "5df8a42886f77412640e2e75", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5df8d4bd86f7744a122d6832", + "_name": "9", + "_parent": "5df8a42886f77412640e2e75", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5df8d4c986f774530571b122", + "_name": "10", + "_parent": "5df8a42886f77412640e2e75", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5df8d4de86f7744a122d6833", + "_name": "11", + "_parent": "5df8a42886f77412640e2e75", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5df8d4e486f774570a4e6712", + "_name": "12", + "_parent": "5df8a42886f77412640e2e75", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5df8d4eb86f7745c67099df1", + "_name": "13", + "_parent": "5df8a42886f77412640e2e75", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5df8d4f286f774530571b123", + "_name": "14", + "_parent": "5df8a42886f77412640e2e75", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "BEAR Rig 6h112", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_patrol/item_equipment_rig_patrol.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RigLayoutName": "mppv", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Rig 6h112", + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.6, + "Width": 4, + "armorClass": 0, + "armorZone": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "5df8a4d786f77412672a1e3b": { + "_id": "5df8a4d786f77412672a1e3b", + "_name": "backpack_Raid_6SH118", + "_parent": "5448e53e4bdc2d60728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 95000, + "Description": "sso_attack", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "GridLayoutName": "", + "Grids": [{ + "_id": "5df8a4d786f77412672a1e3d", + "_name": "main", + "_parent": "5df8a4d786f77412672a1e3b", + "_props": { + "cellsH": 6, + "cellsV": 8, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 7, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_backpack", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "sso_attack", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_6sh118/item_equipment_backpack_6sh118.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "sso_attack", + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 3.3, + "Width": 6, + "speedPenaltyPercent": -45 + }, + "_proto": "545cdae64bdc2d39198b4568", + "_type": "Item" + }, + "5df8a58286f77412631087ed": { + "_id": "5df8a58286f77412631087ed", + "_name": "helmet_crew", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Aramid", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": true, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.12, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5c1a1e3f2e221602b66cc4c2", "5bd071d786f7747e707b93a3", "5bd0716d86f774171822ef4b", "5b4326435acfc433000ed01d", "5b432b2f5acfc4771e1c6622", "5b4325355acfc40019478126", "5ab8f85d86f7745cd93a1cf5"], + "CreditsPrice": 8700, + "DeafStrength": "Low", + "Description": "helmet_un", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "helmet_un", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_tsh_4m2/item_equipment_helmet_tsh_4m2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 50, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.4, + "z": 75 + }, + "SendToClient": false, + "ShortName": "helmet_un", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.9, + "Width": 2, + "armorClass": "1", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape", "Ears"], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5df8a6a186f77412640e2e80": { + "_id": "5df8a6a186f77412640e2e80", + "_name": "item_barter_valuable_nyball_red", + "_parent": "57864a3d24597754843f8721", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "red", + "CanRequireOnRagfair": false, + "CanSellOnRagfair": false, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7000, + "Description": "GPhone 9s", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "jewelry", + "LootExperience": 30, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Broken GPhone", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_valuable_nyball/item_barter_valuable_nyball_red.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "GPhone", + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "5df8a72c86f77412640e2e83": { + "_id": "5df8a72c86f77412640e2e83", + "_name": "item_barter_valuable_nyball_silver", + "_parent": "57864a3d24597754843f8721", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "grey", + "CanRequireOnRagfair": false, + "CanSellOnRagfair": false, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 10000, + "Description": "GPhone 9s", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "jewelry", + "LootExperience": 30, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Broken GPhone", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_valuable_nyball/item_barter_valuable_nyball_silver.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "GPhone", + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "5df8a77486f77412672a1e3f": { + "_id": "5df8a77486f77412672a1e3f", + "_name": "item_barter_valuable_nyball_violet", + "_parent": "57864a3d24597754843f8721", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": false, + "CanSellOnRagfair": false, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 20000, + "Description": "GPhone 9s", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "jewelry", + "LootExperience": 30, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Broken GPhone", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_valuable_nyball/item_barter_valuable_nyball_violet.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "GPhone", + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "5df8ce05b11454561e39243b": { + "_id": "5df8ce05b11454561e39243b", + "_name": "weapon_kac_sr25_762x51", + "_parent": "5447b6194bdc2d67278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.22, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.145, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.2, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0, + "Chambers": [{ + "_id": "5df8ce05b11454561e392444", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5df8ce05b11454561e39243b", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.5, + "CoolFactor": 1, + "CreditsPrice": 24605, + "Description": "weapon_remington_r11_rsass_762x51\n", + "DeviationCurve": 2, + "DeviationMax": 30, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 37, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_dmr", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.03, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_remington_r11_rsass_762x51", + "NotShownInSlot": false, + "OperatingResource": 2300, + "Prefab": { + "path": "assets/content/weapons/sr25/weapon_kac_sr25_762x51_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.3, + "z": 0 + }, + "RecoilForceBack": 590, + "RecoilForceUp": 265, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 246, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": 0, + "z": 0 + }, + "SendToClient": false, + "ShortName": "weapon_remington_r11_rsass_762x51", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5df8ce05b11454561e39243d", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5df8ce05b11454561e39243b", + "_props": { + "filters": [{ + "Filter": ["55d4b9964bdc2d1d4e8b456e", "571659bb2459771fb2755a12", "602e71bd53a60014f9705bfa", "5cc9bcaed7f00c011c04e179", "5bb20e18d4351e00320205d5", "5bb20e0ed4351e3bac1212dc", "5d025cc1d7ad1a53845279ef", "5c6d7b3d2e221600114c9b7d", "57c55efc2459772d2c6271e7", "57af48872459771f0b2ebf11", "57c55f092459772d291a8463", "57c55f112459772d28133310", "57c55f172459772d27602381", "5a339805c4a2826c6e06d73d", "55802f5d4bdc2dac148b458f", "5d15cf3bd7ad1a67e71518b2", "59db3a1d86f77429e05b4e92", "5fbcbd6c187fea44d52eda14", "59db3acc86f7742a2c4ab912", "59db3b0886f77429d72fb895", "5b07db875acfc40dc528a5f6"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5df8ce05b11454561e39243e", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5df8ce05b11454561e39243b", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5df8f535bb49d91fb446d6b0", "5df8f541c41b2312ea3335e3", "5a3501acc4a282000d72293a"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5df8ce05b11454561e39243f", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5df8ce05b11454561e39243b", + "_props": { + "filters": [{ + "Filter": ["5649be884bdc2d79388b4577", "5d120a10d7ad1a4e1026ba85", "5b0800175acfc400153aebd4", "602e3f1254072b51b239f713", "5c793fb92e221644f31bfb64", "5c793fc42e221600114ca25d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5df926b94a9f347bc92edcac", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5df8ce05b11454561e39243b", + "_props": { + "filters": [{ + "Filter": ["5df8e4080b92095fd441e594"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5df926e28b6c4240ba265260", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "5df8ce05b11454561e39243b", + "_props": { + "filters": [{ + "Filter": ["5df8e085bb49d91fb446d6a8", "5df8e053bb49d91fb446d6a6"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.51, + "Width": 1, + "ammoCaliber": "Caliber762x51", + "bEffDist": 900, + "bFirerate": 700, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "58dd3ad986f77403051cba8f", + "defMagType": "5a3501acc4a282000d72293a", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "marksmanRifle", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5df8e053bb49d91fb446d6a6": { + "_id": "5df8e053bb49d91fb446d6a6", + "_name": "charge_ar10_kac_charging_handle_std", + "_parent": "55818a6f4bdc2db9688b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 850, + "Description": "Стандартная рукоятка заряжания для оружия на базе AR-15 и совместимых.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Рукоятка заряжания Colt AR-15 для AR-15 и совместимых", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/charges/charge_ar10_kac_charging_handle_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Рукоятка заряжания AR-15", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.041, + "Width": 1 + }, + "_proto": "55802f624bdc2d1c128b4580", + "_type": "Item" + }, + "5df8e085bb49d91fb446d6a8": { + "_id": "5df8e085bb49d91fb446d6a8", + "_name": "charge_ar10_kac_ambi_charging_handle", + "_parent": "55818a6f4bdc2db9688b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1050, + "Description": "Стандартная рукоятка заряжания для оружия на базе AR-15 и совместимых.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Рукоятка заряжания Colt AR-15 для AR-15 и совместимых", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/charges/charge_ar10_kac_ambi_charging_handle.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Рукоятка заряжания AR-15", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.046, + "Width": 1 + }, + "_proto": "55802f624bdc2d1c128b4580", + "_type": "Item" + }, + "5df8e4080b92095fd441e594": { + "_id": "5df8e4080b92095fd441e594", + "_name": "reciever_ar10_kac_sr25_upper_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6800, + "Description": "reciever_ar10_kac_sr25_upper_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_ar10_kac_sr25_upper_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_ar10_kac_sr25_upper_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_ar10_kac_sr25_upper_std", + "SightingRange": 0, + "Slots": [{ + "_id": "5df8e4080b92095fd441e596", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5df8e4080b92095fd441e594", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5df8e4080b92095fd441e597", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5df8e4080b92095fd441e594", + "_props": { + "filters": [{ + "Filter": ["5df917564a9f347bc92edca3", "5dfa397fb11454561e39246c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5df8e4080b92095fd441e598", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "5df8e4080b92095fd441e594", + "_props": { + "filters": [{ + "Filter": ["6065881d1246154cad35d637", "6065880c132d4d12c81fd8da", "5df916dfbb49d91fb446d6b9", "5f6336bbda967c74a42e9932", "5d00ede1d7ad1a0940739a76", "5d00ef6dd7ad1a0940739b16"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5df8e4080b92095fd441e599", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5df8e4080b92095fd441e594", + "_props": { + "filters": [{ + "Filter": ["5bb20e49d4351e3bac1212de", "5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5894a81786f77427140b8347", "55d5f46a4bdc2d1b198b4567", "5ae30bad5acfc400185c2dc4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.65, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5df8f535bb49d91fb446d6b0": { + "_id": "5df8f535bb49d91fb446d6b0", + "_name": "mag_ar10_kac_steel_762x51_10", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5df8f535bb49d91fb446d6b2", + "_max_count": 10, + "_name": "cartridges", + "_parent": "5df8f535bb49d91fb446d6b0", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1800, + "Description": "mag_ar10_magpul_pmag_sr_gen_3_762x51_20\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ar10_magpul_pmag_sr_gen_3_762x51_20", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ar10_kac_steel_762x51_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ar10_magpul_pmag_sr_gen_3_762x51_20", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.41, + "Width": 1, + "magAnimationIndex": 1 + }, + "_proto": "5448c1d04bdc2dff2f8b4569", + "_type": "Item" + }, + "5df8f541c41b2312ea3335e3": { + "_id": "5df8f541c41b2312ea3335e3", + "_name": "mag_ar10_kac_steel_762x51_20", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5df8f541c41b2312ea3335e5", + "_max_count": 20, + "_name": "cartridges", + "_parent": "5df8f541c41b2312ea3335e3", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 2450, + "Description": "mag_ar10_magpul_pmag_sr_gen_3_762x51_20\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ar10_magpul_pmag_sr_gen_3_762x51_20", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ar10_kac_steel_762x51_20.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ar10_magpul_pmag_sr_gen_3_762x51_20", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.52, + "Width": 1, + "magAnimationIndex": 2 + }, + "_proto": "5448c1d04bdc2dff2f8b4569", + "_type": "Item" + }, + "5df916dfbb49d91fb446d6b9": { + "_id": "5df916dfbb49d91fb446d6b9", + "_name": "handguard_ar10_kac_urx4_14_5_inch", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a34fbadc4a28200741e230a", "5ae30e795acfc408fb139a0b", "56ea8d2fd2720b7c698b4570", "55d35ee94bdc2d61338b4568", "55d3632e4bdc2d972f8b4569", "5c0e2f94d174af029f650d56"], + "CreditsPrice": 16500, + "Description": "handguard_ar10_kac_urx4_14_5_inch", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ar10_kac_urx4_14_5_inch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar10_kac_urx4_14_5_inch.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ar10_kac_urx4_14_5_inch", + "SightingRange": 0, + "Slots": [{ + "_id": "5df916dfbb49d91fb446d6bb", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5df916dfbb49d91fb446d6b9", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5df916dfbb49d91fb446d6bc", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5df916dfbb49d91fb446d6b9", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5df916dfbb49d91fb446d6bd", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5df916dfbb49d91fb446d6b9", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5df916dfbb49d91fb446d6be", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5df916dfbb49d91fb446d6b9", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5df916dfbb49d91fb446d6c1", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5df916dfbb49d91fb446d6b9", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c", "55d4af3a4bdc2d972f8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5df916dfbb49d91fb446d6c2", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5df916dfbb49d91fb446d6b9", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5df916dfbb49d91fb446d6c3", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5df916dfbb49d91fb446d6b9", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.42, + "Width": 3 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5df917564a9f347bc92edca3": { + "_id": "5df917564a9f347bc92edca3", + "_name": "barrel_ar10_kac_406mm_762x51", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.045, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 30500, + "Description": "Ствол для оружия на базе AR-15 под патрон 5.56х45 NATO длинной 370мм. Соответствует стандартному стволу для M4A1.\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -12, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 370мм для AR-15 и совместимых 5.56х45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_ar10_kac_406mm_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "370мм AR-15 5.56х45", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5df917564a9f347bc92edca5", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5df917564a9f347bc92edca3", + "_props": { + "filters": [{ + "Filter": ["5b7d693d5acfc43bca706a3d", "5a34fd2bc4a282329a73b4c5", "6065c6e7132d4d12c81fd8e1", "5d1f819086f7744b355c219b", "5dcbe965e4ed22586443a79d", "5d026791d7ad1a04a067ea63", "5dfa3cd1b33c0951220c079b", "5cdd7685d7f00c000f260ed2", "5c878e9d2e2216000f201903", "5d02677ad7ad1a04a15c0f95", "5bbdb8bdd4351e4502011460", "5cdd7693d7f00c0010373aa5", "607ffb988900dc2d9a55b6e4", "5d443f8fa4b93678dd4a01aa", "5c7954d52e221600106f4cc7", "5fbc22ccf24b94483f726483", "59bffc1f86f77435b128b872", "5cf78496d7f00c065703d6ca", "5fbe7618d6fa9c00c571bb6c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5df917564a9f347bc92edca6", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5df917564a9f347bc92edca3", + "_props": { + "filters": [{ + "Filter": ["5dfa3d45dfc58d14537c20b0"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -6.48, + "Weight": 1.02, + "Width": 3 + }, + "_proto": "55d3632e4bdc2d972f8b4569", + "_type": "Item" + }, + "5dfa397fb11454561e39246c": { + "_id": "5dfa397fb11454561e39246c", + "_name": "barrel_ar10_kac_508mm_762x51", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.033, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 40300, + "Description": "Ствол для оружия на базе AR-15 под патрон 5.56х45 NATO длинной 370мм. Соответствует стандартному стволу для M4A1.\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -21, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 4, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 370мм для AR-15 и совместимых 5.56х45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_ar10_kac_508mm_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "370мм AR-15 5.56х45", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5dfa397fb11454561e39246e", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5dfa397fb11454561e39246c", + "_props": { + "filters": [{ + "Filter": ["5b7d693d5acfc43bca706a3d", "5a34fd2bc4a282329a73b4c5", "6065c6e7132d4d12c81fd8e1", "5d1f819086f7744b355c219b", "5dcbe965e4ed22586443a79d", "5d026791d7ad1a04a067ea63", "5dfa3cd1b33c0951220c079b", "5cdd7685d7f00c000f260ed2", "5c878e9d2e2216000f201903", "5d02677ad7ad1a04a15c0f95", "5bbdb8bdd4351e4502011460", "5cdd7693d7f00c0010373aa5", "607ffb988900dc2d9a55b6e4", "5d443f8fa4b93678dd4a01aa", "5c7954d52e221600106f4cc7", "5fbc22ccf24b94483f726483", "59bffc1f86f77435b128b872", "5cf78496d7f00c065703d6ca", "5fbe7618d6fa9c00c571bb6c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5dfa397fb11454561e39246f", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5dfa397fb11454561e39246c", + "_props": { + "filters": [{ + "Filter": ["5dfa3d45dfc58d14537c20b0"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -4.48, + "Weight": 1.6, + "Width": 4 + }, + "_proto": "55d3632e4bdc2d972f8b4569", + "_type": "Item" + }, + "5dfa3cd1b33c0951220c079b": { + "_id": "5dfa3cd1b33c0951220c079b", + "_name": "muzzle_ar10_kac_qdc_flash_supressor_kit_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 3, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6149, + "Description": "muzzle_ar15_aac_blackout_51t_flash_hider_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar15_aac_blackout_51t_flash_hider_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar10_kac_qdc_flash_supressor_kit_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar15_aac_blackout_51t_flash_hider_556x45", + "SightingRange": 0, + "Slots": [{ + "_id": "5dfa3cd1b33c0951220c079d", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5dfa3cd1b33c0951220c079b", + "_props": { + "filters": [{ + "Filter": ["5dfa3d2b0dee1b22f862eade"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1, + "Weight": 0.11, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5dfa3d2b0dee1b22f862eade": { + "_id": "5dfa3d2b0dee1b22f862eade", + "_name": "silencer_qdc_kac_prs_qdc_762x51", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": -2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 43500, + "Description": "silencer_ar10_aac_762_sdn_6_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.68, + "EffectiveDistance": 0, + "Ergonomics": -23, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": -30, + "MergesWithChildren": true, + "Name": "silencer_ar10_aac_762_sdn_6_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_qdc_kac_prs_qdc_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -12, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_ar10_aac_762_sdn_6_762x51", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1, + "Weight": 0.59, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "54490a4d4bdc2dbc018b4573", + "_type": "Item" + }, + "5dfa3d45dfc58d14537c20b0": { + "_id": "5dfa3d45dfc58d14537c20b0", + "_name": "gas_block_ar10_kac_low_profile", + "_parent": "56ea9461d2720b67698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5050, + "Description": "gas_block_ar10_kac_low_profile", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "gas_block_ar10_kac_low_profile", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/gasblock/gas_block_ar10_kac_low_profile.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "gas_block_ar10_kac_low_profile", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 43, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.049, + "Width": 1 + }, + "_proto": "56ea8d2fd2720b7c698b4570", + "_type": "Item" + }, + "5dfa3d7ac41b2312ea33362a": { + "_id": "5dfa3d7ac41b2312ea33362a", + "_name": "sight_rear_all_kac_folding_micro_sight", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3525, + "CustomAimPlane": "", + "Description": "sight_rear_all_kac_folding_micro_sight", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_all_kac_folding_micro_sight", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_all_kac_folding_micro_sight.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_all_kac_folding_micro_sight", + "SightModesCount": 1, + "SightingRange": 300, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5dfa3d950dee1b22f862eae0": { + "_id": "5dfa3d950dee1b22f862eae0", + "_name": "sight_front_all_kac_folding_micro_sight", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2433, + "CustomAimPlane": "", + "Description": "sight_front_all_kac_folding_micro_sight", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_all_kac_folding_micro_sight", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_all_kac_folding_micro_sight.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_all_kac_folding_micro_sight", + "SightModesCount": 1, + "SightingRange": 300, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5dfcd0e547101c39625f66f9": { + "_id": "5dfcd0e547101c39625f66f9", + "_name": "handguard_svd_sag_chassis_mk_1", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "5e569a2e56edd02abe09f280", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5dff8db859400025ea5150d4", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851", "5c471bd12e221602b4129c3a"], + "CreditsPrice": 15900, + "Description": "handguard_svd_sag_chassis_mk_1", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 11, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_svd_sag_chassis_mk_1", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_svd_sag_chassis_mk_1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_svd_sag_chassis_mk_1", + "SightingRange": 0, + "Slots": [{ + "_id": "5dfcd0e547101c39625f66fb", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5dfcd0e547101c39625f66f9", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5dfcd0e547101c39625f66fc", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5dfcd0e547101c39625f66f9", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5dfcd0e547101c39625f66fd", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5dfcd0e547101c39625f66f9", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5dfcd0e547101c39625f6700", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5dfcd0e547101c39625f66f9", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5dfcd0e547101c39625f6701", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5dfcd0e547101c39625f66f9", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5dfcd0e547101c39625f6703", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5dfcd0e547101c39625f66f9", + "_props": { + "filters": [{ + "Filter": ["5fc0f9b5d724d907e2077d82", "5fc0f9cbd6fa9c00c571bb90", "5a9d6d13a2750c00164f6b03", "59e0bed186f774156f04ce84"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5dfce09d8b6c4240ba2652fe", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5dfcd0e547101c39625f66f9", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.89, + "Width": 3 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5dfce88fe9dc277128008b2e": { + "_id": "5dfce88fe9dc277128008b2e", + "_name": "reciever_svd_izhmash_svd_s_cut_off", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5c471c2d2e22164bef5d077f"], + "CreditsPrice": 1450, + "Description": "reciever_svd_izhmash_svd_s_cut_off", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_svd_izhmash_svd_s_cut_off", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_svd_izhmash_svd_s_cut_off.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_svd_izhmash_svd_s_cut_off", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.05, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5dfe14f30b92095fd441edaf": { + "_id": "5dfe14f30b92095fd441edaf", + "_name": "mount_7mm_etmi_019", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2000, + "Description": "mount_all_zenit_b18\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_all_zenit_b18", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_7mm_etmi_019.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_all_zenit_b18", + "SightingRange": 0, + "Slots": [{ + "_id": "5dfe14f30b92095fd441edb1", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5dfe14f30b92095fd441edaf", + "_props": { + "filters": [{ + "Filter": ["558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5d2da1e948f035477b1ce2ba", "584984812459776a704a82a6", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5b31163c5acfc400153b71cb", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.053, + "Width": 1 + }, + "_proto": "57ffaea724597779f52b3a4d", + "_type": "Item" + }, + "5dfe6104585a0c3e995c7b82": { + "_id": "5dfe6104585a0c3e995c7b82", + "_name": "scope_all_ncstar_advance_dual_optic_3_9x_42", + "_parent": "55818ae44bdc2dde698b456c", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.2, 0.0667], [0.8]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200], [25, 50, 100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5894a73486f77426d259076c", "5894a81786f77427140b8347"], + "CreditsPrice": 51344, + "CustomAimPlane": "", + "Description": "scope_all_ncstar_advance_dual_optic_3_9x_42", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [2, 1], + "Name": "scope_all_ncstar_advance_dual_optic_3_9x_42", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200, 250, 300], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_all_ncstar_advance_dual_optic_3_9x_42.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 2, + "SendToClient": false, + "ShortName": "scope_all_ncstar_advance_dual_optic_3_9x_42", + "SightModesCount": 2, + "SightingRange": 1000, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.595, + "Width": 2, + "Zooms": [[3, 9], [1]], + "aimingSensitivity": 0.07, + "sightModType": "hybrid" + }, + "_proto": "56ea70acd2720b844b8b4594", + "_type": "Item" + }, + "5dff772da3651922b360bf91": { + "_id": "5dff772da3651922b360bf91", + "_name": "scope_25_4mm_vomz_pilad_4x32m", + "_parent": "55818ae44bdc2dde698b456c", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.175]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200, 250, 300]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "5bb20e49d4351e3bac1212de", "5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5fb6564947ce63734e3fa1da", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5fc0fa957283c4046c58147e", "5894a81786f77427140b8347", "5c7d55f52e221644f31bff6a"], + "CreditsPrice": 14468, + "CustomAimPlane": "", + "Description": "scope_25_4mm_vomz_pilad_4x32m", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_25_4mm_vomz_pilad_4x32m", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200, 250, 300], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_25_4mm_vomz_pilad_4x32m.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_25_4mm_vomz_pilad_4x32m", + "SightModesCount": 2, + "SightingRange": 800, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.31, + "Width": 2, + "Zooms": [[4]], + "aimingSensitivity": 0.1, + "sightModType": "optic" + }, + "_proto": "56ea70acd2720b844b8b4594", + "_type": "Item" + }, + "5dff77c759400025ea5150cf": { + "_id": "5dff77c759400025ea5150cf", + "_name": "mount_all_utg_rings_25_4mm", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1650, + "Description": "mount_all_utg_rings_25_4mm", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_all_utg_rings_25_4mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_all_utg_rings_25_4mm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_all_utg_rings_25_4mm", + "SightingRange": 0, + "Slots": [{ + "_id": "5dff77c759400025ea5150d1", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5dff77c759400025ea5150cf", + "_props": { + "filters": [{ + "Filter": ["5dff772da3651922b360bf91"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.19, + "Width": 2 + }, + "_proto": "577d128124597739d65d0e56", + "_type": "Item" + }, + "5dff8db859400025ea5150d4": { + "_id": "5dff8db859400025ea5150d4", + "_name": "mount_dovetail_sag_svd_low_sidemount", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "CreditsPrice": 9100, + "Description": "mount_dovetail_sag_svd_low_sidemount", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_dovetail_sag_svd_low_sidemount", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_dovetail_sag_svd_low_sidemount.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_dovetail_sag_svd_low_sidemount", + "SightingRange": 0, + "Slots": [{ + "_id": "5dff8db859400025ea5150d6", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5dff8db859400025ea5150d4", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.165, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5e00903ae9dc277128008b87": { + "_id": "5e00903ae9dc277128008b87", + "_name": "weapon_bt_mp9_9x19", + "_parent": "5447b5e04bdc2d62278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.1, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.07, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.21, + "Chambers": [{ + "_id": "5e00903ae9dc277128008b8f", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5e00903ae9dc277128008b87", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 2.2, + "CoolFactor": 1, + "CreditsPrice": 14288, + "Description": "weapon_bt_mp9_9x19", + "DeviationCurve": 4, + "DeviationMax": 20, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 75, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "mod_stock", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 50, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "Бургер и Томат ЭмПэ ДеВяТь", + "NotShownInSlot": false, + "OperatingResource": 4500, + "Prefab": { + "path": "assets/content/weapons/mp9/weapon_bt_mp9_9x19_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 95, + "RecoilCenter": { + "x": 0, + "y": -0.32, + "z": -0.02 + }, + "RecoilForceBack": 315, + "RecoilForceUp": 70, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 71, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.13, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.38, + "z": -0.11 + }, + "SendToClient": false, + "ShortName": "weapon_bt_mp9_9x19", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5e00903ae9dc277128008b89", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5e00903ae9dc277128008b87", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5de8e8dafd6b4e6e2276dc32", "5de8ea8ffd6b4e6e2276dc35", "5de8eaadbbaf010b10528a6d", "5de8eac42a78646d96665d91"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5e00903ae9dc277128008b8a", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5e00903ae9dc277128008b87", + "_props": { + "filters": [{ + "Filter": ["5de8f237bbaf010b10528a70"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5e00903ae9dc277128008b8b", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5e00903ae9dc277128008b87", + "_props": { + "filters": [{ + "Filter": ["5de910da8b6c4240ba2651b5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5e00903ae9dc277128008b8d", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5e00903ae9dc277128008b87", + "_props": { + "filters": [{ + "Filter": ["5de8e67c4a9f347bc92edbd7", "5e0090f7e9dc277128008b93"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5e00903ae9dc277128008b8e", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "5e00903ae9dc277128008b87", + "_props": { + "filters": [{ + "Filter": ["5de922d4b11454561e39239f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5e00907ee9dc277128008b90", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5e00903ae9dc277128008b87", + "_props": { + "filters": [{ + "Filter": ["5de8fbf2b74cd90030650c79"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 13, + "Weight": 0.75, + "Width": 2, + "ammoCaliber": "Caliber9x19PARA", + "bEffDist": 200, + "bFirerate": 900, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "56d59d3ad2720bdb418b4577", + "defMagType": "5de8e8dafd6b4e6e2276dc32", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "smg", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5e0090f7e9dc277128008b93": { + "_id": "5e0090f7e9dc277128008b93", + "_name": "reciever_mp9_bt_mp9_upper_std_fde", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4880, + "Description": "Верхний ресивер для M4A1 производства компании Colt. Имеет направляющую для крепления дополнительного оборудования.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Верхний ресивер Colt M4A1 5.56х45 для штурмовой винтовки M4A1", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_mp9_bt_mp9_upper_std_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "M4A1 Upper", + "SightingRange": 0, + "Slots": [{ + "_id": "5e0090f7e9dc277128008b95", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5e0090f7e9dc277128008b93", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5e0090f7e9dc277128008b96", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5e0090f7e9dc277128008b93", + "_props": { + "filters": [{ + "Filter": ["5de8fb539f98ac2bc659513a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5e0090f7e9dc277128008b97", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5e0090f7e9dc277128008b93", + "_props": { + "filters": [{ + "Filter": ["5de8fc0b205ddc616a6bc51b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.19, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5e00c1ad86f774747333222c": { + "_id": "5e00c1ad86f774747333222c", + "_name": "item_equipment_helmet_team_wendy_exfil", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.192, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 131200, + "DeafStrength": "None", + "Description": "item_equipment_helmet_team_wendy_exfil", + "DiscardingBlock": false, + "Durability": 45, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 45, + "MergesWithChildren": true, + "Name": "item_equipment_helmet_team_wendy_exfil", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_team_wendy_exfil/item_equipment_helmet_team_wendy_exfil_black.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 1083, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.5, + "z": 65 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_team_wendy_exfil", + "Slots": [{ + "_id": "5e00c1ad86f774747333222e", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment_000", + "_parent": "5e00c1ad86f774747333222c", + "_props": { + "filters": [{ + "Filter": ["5e00cfa786f77469dc6e5685", "5e01f31d86f77465cf261343"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5e00c1ad86f774747333222f", + "_mergeSlotWithChildren": false, + "_name": "mod_nvg", + "_parent": "5e00c1ad86f774747333222c", + "_props": { + "filters": [{ + "Filter": ["5c0558060db834001b735271", "5a16b8a9fcdbcb00165aa6ca"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5e00c1ad86f7747473332231", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment_001", + "_parent": "5e00c1ad86f774747333222c", + "_props": { + "filters": [{ + "Filter": ["5e00cdd986f7747473332240", "5e01f37686f774773c6f6c15"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.18, + "Width": 2, + "armorClass": "4", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape"], + "mousePenalty": -6, + "speedPenaltyPercent": -1, + "weaponErgonomicPenalty": -4 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5e00cdd986f7747473332240": { + "_id": "5e00cdd986f7747473332240", + "_name": "item_equipment_helmet_team_wendy_exfil_face_shield", + "_parent": "57bef4c42459772e8d35a53b", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Glass", + "BackgroundColor": "default", + "BlindnessProtection": 0.1, + "BlocksEarpiece": false, + "BlocksEyewear": true, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.12, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5c0696830db834001d23f5da", "5c066e3a0db834001b7353f0", "5c0558060db834001b735271", "57235b6f24597759bf5a30f1", "5c110624d174af029e69734c"], + "CreditsPrice": 31500, + "DeafStrength": "None", + "Description": "item_equipment_helmet_team_wendy_exfil_face_shield", + "DiscardingBlock": false, + "Durability": 45, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": true, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": true, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaterialType": "GlassVisor", + "MaxDurability": 45, + "MergesWithChildren": false, + "Name": "item_equipment_helmet_team_wendy_exfil_face_shield", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_team_wendy_exfil_face_shield/item_equipment_helmet_team_wendy_exfil_face_shield_black.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 156, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0.7, + "y": 0.4, + "z": 55 + }, + "SendToClient": true, + "ShortName": "item_equipment_helmet_team_wendy_exfil_face_shield", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.252, + "Width": 2, + "armorClass": "3", + "armorZone": ["Head"], + "headSegments": ["Eyes", "Jaws"], + "mousePenalty": -10, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": -9 + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5e00cfa786f77469dc6e5685": { + "_id": "5e00cfa786f77469dc6e5685", + "_name": "helmet_team_wendy_exfil_ear_covers", + "_parent": "57bef4c42459772e8d35a53b", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Aluminium", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": true, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.13, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5c165d832e2216398b5a7e36"], + "CreditsPrice": 39200, + "DeafStrength": "Low", + "Description": "helmet_team_wendy_exfil_ear_covers", + "DiscardingBlock": false, + "Durability": 30, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 30, + "MergesWithChildren": true, + "Name": "helmet_team_wendy_exfil_ear_covers", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_team_wendy_exfil_ear_covers/helmet_team_wendy_exfil_ear_covers_black.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 150, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.4, + "z": 70 + }, + "SendToClient": false, + "ShortName": "helmet_team_wendy_exfil_ear_covers", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.172, + "Width": 2, + "armorClass": "3", + "armorZone": ["Head"], + "headSegments": ["Ears"], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5e01e9e273d8eb11426f5bc3": { + "_id": "5e01e9e273d8eb11426f5bc3", + "_name": "muzzle_svd_rotor43_svd_s_dtk_adapter_762x54", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1800, + "Description": "muzzle_mosin_weapon_tuning_wt1052", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_mosin_weapon_tuning_wt1052", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_svd_rotor43_svd_s_dtk_adapter_762x54.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_mosin_weapon_tuning_wt1052", + "SightingRange": 0, + "Slots": [{ + "_id": "5e01e9e273d8eb11426f5bc5", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5e01e9e273d8eb11426f5bc3", + "_props": { + "filters": [{ + "Filter": ["5e01ea19e9dc277128008c0b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.18, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5e01ea19e9dc277128008c0b": { + "_id": "5e01ea19e9dc277128008c0b", + "_name": "silencer_base_rotor43_svd_dtk_762x54", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": -2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 46200, + "Description": "silencer_all_rotor_43_v2_762x39\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.63, + "EffectiveDistance": 0, + "Ergonomics": -22, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -22, + "MergesWithChildren": true, + "Name": "silencer_all_rotor_43_v2_762x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_base_rotor43_svd_dtk_762x54.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_all_rotor_43_v2_762x39", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.75, + "Weight": 0.81, + "Width": 2, + "muzzleModType": "pms" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "5e01ef6886f77445f643baa4": { + "_id": "5e01ef6886f77445f643baa4", + "_name": "item_equipment_helmet_team_wendy_exfil_coyote", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.192, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 131200, + "DeafStrength": "None", + "Description": "item_equipment_helmet_team_wendy_exfil", + "DiscardingBlock": false, + "Durability": 45, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 45, + "MergesWithChildren": true, + "Name": "item_equipment_helmet_team_wendy_exfil", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_team_wendy_exfil/item_equipment_helmet_team_wendy_exfil_coyote.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 1083, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.5, + "z": 65 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_team_wendy_exfil", + "Slots": [{ + "_id": "5e01ef6886f77445f643baa6", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment_000", + "_parent": "5e01ef6886f77445f643baa4", + "_props": { + "filters": [{ + "Filter": ["5e00cfa786f77469dc6e5685", "5e01f31d86f77465cf261343"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5e01ef6886f77445f643baa7", + "_mergeSlotWithChildren": false, + "_name": "mod_nvg", + "_parent": "5e01ef6886f77445f643baa4", + "_props": { + "filters": [{ + "Filter": ["5c0558060db834001b735271", "5a16b8a9fcdbcb00165aa6ca"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.18, + "Width": 2, + "armorClass": "4", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape"], + "mousePenalty": -6, + "speedPenaltyPercent": -1, + "weaponErgonomicPenalty": -4 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5e01f31d86f77465cf261343": { + "_id": "5e01f31d86f77465cf261343", + "_name": "helmet_team_wendy_exfil_ear_covers_coyote", + "_parent": "57bef4c42459772e8d35a53b", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Aluminium", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": true, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.13, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5c165d832e2216398b5a7e36"], + "CreditsPrice": 39200, + "DeafStrength": "Low", + "Description": "helmet_team_wendy_exfil_ear_covers", + "DiscardingBlock": false, + "Durability": 30, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 30, + "MergesWithChildren": true, + "Name": "helmet_team_wendy_exfil_ear_covers", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_team_wendy_exfil_ear_covers/helmet_team_wendy_exfil_ear_covers_coyote.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 150, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.4, + "z": 70 + }, + "SendToClient": false, + "ShortName": "helmet_team_wendy_exfil_ear_covers", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.172, + "Width": 2, + "armorClass": "3", + "armorZone": ["Head"], + "headSegments": ["Ears"], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5e01f37686f774773c6f6c15": { + "_id": "5e01f37686f774773c6f6c15", + "_name": "item_equipment_helmet_team_wendy_exfil_face_shield_coyote", + "_parent": "57bef4c42459772e8d35a53b", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Glass", + "BackgroundColor": "default", + "BlindnessProtection": 0.1, + "BlocksEarpiece": false, + "BlocksEyewear": true, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.12, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5c0696830db834001d23f5da", "5c066e3a0db834001b7353f0", "5c0558060db834001b735271", "57235b6f24597759bf5a30f1", "5c110624d174af029e69734c"], + "CreditsPrice": 31500, + "DeafStrength": "None", + "Description": "item_equipment_helmet_team_wendy_exfil_face_shield", + "DiscardingBlock": false, + "Durability": 45, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": true, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": true, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaterialType": "GlassVisor", + "MaxDurability": 45, + "MergesWithChildren": false, + "Name": "item_equipment_helmet_team_wendy_exfil_face_shield", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_team_wendy_exfil_face_shield/item_equipment_helmet_team_wendy_exfil_face_shield_coyote.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 156, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0.7, + "y": 0.4, + "z": 55 + }, + "SendToClient": true, + "ShortName": "item_equipment_helmet_team_wendy_exfil_face_shield", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.252, + "Width": 2, + "armorClass": "3", + "armorZone": ["Head"], + "headSegments": ["Eyes", "Jaws"], + "mousePenalty": -10, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": -9 + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5e023cf8186a883be655e54f": { + "_id": "5e023cf8186a883be655e54f", + "_name": "patron_762x54r_t46m", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 83, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x54R", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 175, + "Damage": 82, + "Description": "patron_762х54R_7N1", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.18, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 800, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.308, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_762х54R_7N1", + "NotShownInSlot": false, + "PenetrationChance": 0.77, + "PenetrationPower": 41, + "PenetrationPowerDiviation": 0.4, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x54r_t46m.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.3, + "SendToClient": false, + "ShortName": "patron_762х54R_7N1", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 3, + "SpeedRetardation": 0.000015, + "StackMaxRandom": 30, + "StackMaxSize": 40, + "StackMinRandom": 10, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": true, + "TracerColor": "green", + "TracerDistance": 0.5, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.025, + "Width": 1, + "ammoAccr": -1, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -5, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 77.16, + "casingName": "Обычный 7.62х54R СНБ", + "casingSounds": "rifle762" + }, + "_proto": "560d61e84bdc2da74d8b4571", + "_type": "Item" + }, + "5e023d34e8a400319a28ed44": { + "_id": "5e023d34e8a400319a28ed44", + "_name": "patron_762x54r_7bt1", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 87, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x54R", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 402, + "Damage": 78, + "Description": "patron_762х54R_7N1", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.5, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.081, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 820, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.364, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_762х54R_7N1", + "NotShownInSlot": false, + "PenetrationChance": 0.82, + "PenetrationPower": 59, + "PenetrationPowerDiviation": 0.4, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x54r_7bt1.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.265, + "SendToClient": false, + "ShortName": "patron_762х54R_7N1", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 1, + "SpeedRetardation": 0.000015, + "StackMaxRandom": 25, + "StackMaxSize": 40, + "StackMinRandom": 10, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": true, + "TracerColor": "green", + "TracerDistance": 0.5, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.024, + "Width": 1, + "ammoAccr": -2, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -4, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 77.16, + "casingName": "Обычный 7.62х54R СНБ", + "casingSounds": "rifle762" + }, + "_proto": "560d61e84bdc2da74d8b4571", + "_type": "Item" + }, + "5e023d48186a883be655e551": { + "_id": "5e023d48186a883be655e551", + "_name": "patron_762x54r_7n37", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 88, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x54R", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 525, + "Damage": 72, + "Description": "patron_762х54R_7N1", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.7, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.083, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 785, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.392, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_762х54R_7N1", + "NotShownInSlot": false, + "PenetrationChance": 0.85, + "PenetrationPower": 70, + "PenetrationPowerDiviation": 0.2, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x54r_7n37.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.34, + "SendToClient": false, + "ShortName": "patron_762х54R_7N1", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 1, + "SpeedRetardation": 0.000015, + "StackMaxRandom": 35, + "StackMaxSize": 40, + "StackMinRandom": 10, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.025, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 77.16, + "casingName": "Обычный 7.62х54R СНБ", + "casingSounds": "rifle762" + }, + "_proto": "560d61e84bdc2da74d8b4571", + "_type": "Item" + }, + "5e023e53d4353e3302577c4c": { + "_id": "5e023e53d4353e3302577c4c", + "_name": "patron_762x51_bpz_fmj", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 33, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x51", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 150, + "Damage": 88, + "Description": "default_308", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.25, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 840, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.336, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "default_308", + "NotShownInSlot": false, + "PenetrationChance": 0.3, + "PenetrationPower": 31, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x51_bpz_fmj.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.2, + "SendToClient": false, + "ShortName": "default_308", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 9, + "SpeedRetardation": 0.000015, + "StackMaxRandom": 40, + "StackMaxSize": 40, + "StackMinRandom": 10, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.9, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.022, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -3, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 77.16, + "casingName": ".308", + "casingSounds": "rifle762" + }, + "_proto": "560d61e84bdc2da74d8b4571", + "_type": "Item" + }, + "5e023e6e34d52a55c3304f71": { + "_id": "5e023e6e34d52a55c3304f71", + "_name": "patron_762x51_tpz_sp", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 40, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x51", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 110, + "Damage": 60, + "Description": "default_308", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.2, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 808, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.308, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "default_308", + "NotShownInSlot": false, + "PenetrationChance": 0.5, + "PenetrationPower": 36, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x51_tpz_sp.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.5, + "SendToClient": false, + "ShortName": "default_308", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 4, + "SpeedRetardation": 0.000015, + "StackMaxRandom": 40, + "StackMaxSize": 40, + "StackMinRandom": 10, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.023, + "Width": 1, + "ammoAccr": -8, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -5, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 77.16, + "casingName": ".308", + "casingSounds": "rifle762" + }, + "_proto": "560d61e84bdc2da74d8b4571", + "_type": "Item" + }, + "5e023e88277cce2b522ff2b1": { + "_id": "5e023e88277cce2b522ff2b1", + "_name": "patron_762x51_ultra_nosler", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 20, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x51", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 320, + "Damage": 107, + "Description": "default_308", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.15, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.7, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.2, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 822, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.2, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "default_308", + "NotShownInSlot": false, + "PenetrationChance": 0.1, + "PenetrationPower": 15, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x51_ultra_nosler.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.2, + "SendToClient": false, + "ShortName": "default_308", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 4, + "SpeedRetardation": 0.000015, + "StackMaxRandom": 40, + "StackMaxSize": 40, + "StackMinRandom": 10, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.9, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.021, + "Width": 1, + "ammoAccr": 10, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -5, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 77.16, + "casingName": ".308", + "casingSounds": "rifle762" + }, + "_proto": "560d61e84bdc2da74d8b4571", + "_type": "Item" + }, + "5e208b9842457a4a7a33d074": { + "_id": "5e208b9842457a4a7a33d074", + "_name": "silencer_ak_hexagon_dtkp_762x39", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": -1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 51714, + "Description": "silencer_akm_hexagon_akm_762x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.69, + "EffectiveDistance": 0, + "Ergonomics": -21, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -21, + "MergesWithChildren": true, + "Name": "silencer_akm_hexagon_akm_762x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_ak_hexagon_dtkp_762x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_akm_hexagon_akm_762x39", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.75, + "Weight": 0.412, + "Width": 2, + "muzzleModType": "pms" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "5e217ba4c1434648c13568cd": { + "_id": "5e217ba4c1434648c13568cd", + "_name": "stock_ak_hexagon_kocherga_red", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 26780, + "Description": "stock_ak_hexagon_kocherga_red", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 12, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak_hexagon_kocherga_red", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ak_hexagon_kocherga_red.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -34, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak_hexagon_kocherga_red", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.18, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5e2192a498a36665e8337386": { + "_id": "5e2192a498a36665e8337386", + "_name": "pistolgrip_ak_kgb_mg47_red", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 17500, + "Description": "pistolgrip_ak_strike_indsustries_enhanced_pistol_grip", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ak_strike_indsustries_enhanced_pistol_grip", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ak_kgb_mg47_red.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ak_strike_indsustries_enhanced_pistol_grip", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.153, + "Width": 1 + }, + "_proto": "5649ade84bdc2d1b2b8b4587", + "_type": "Item" + }, + "5e21a3c67e40bd02257a008a": { + "_id": "5e21a3c67e40bd02257a008a", + "_name": "mag_ak_magpul_pmag_30_ak_akm_gen_m3_762x39_30_banana", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5e21a3c67e40bd02257a008c", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5e21a3c67e40bd02257a008a", + "_props": { + "filters": [{ + "Filter": ["59e655cb86f77411dc52a77b", "59e6542b86f77411dc52a77a", "59e6658b86f77411d949b250", "5f0596629e22f464da6bbdd9", "59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 5183, + "Description": "mag_ak_magpul_pmag_30_ak_akm_gen_m3_762x39_30", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1.5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": -10, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ak_magpul_pmag_30_ak_akm_gen_m3_762x39_30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ak_magpul_pmag_30_ak_akm_gen_m3_762x39_30_banana.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ak_magpul_pmag_30_ak_akm_gen_m3_762x39_30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.2, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "5e21ca18e4d47f0da15e77dd": { + "_id": "5e21ca18e4d47f0da15e77dd", + "_name": "muzzle_ak_cnc_warrior_ar15_thread_adapter_556x45", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2615, + "Description": "muzzle_ak_cnc_warrior_ar15_thread_adapter_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ak_cnc_warrior_ar15_thread_adapter_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ak_cnc_warrior_ar15_thread_adapter.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ak_cnc_warrior_ar15_thread_adapter_556x45", + "SightingRange": 0, + "Slots": [{ + "_id": "5e21ca18e4d47f0da15e77df", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5e21ca18e4d47f0da15e77dd", + "_props": { + "filters": [{ + "Filter": ["5c7e5f112e221600106f4ede", "5c0fafb6d174af02a96260ba", "5cf6937cd7f00c056c53fb39", "544a38634bdc2d58388b4568", "5cff9e5ed7ad1a09407397d4", "5c48a2a42e221602b66d1e07", "5f6372e2865db925d54f3869", "56ea8180d2720bf2698b456a", "5d02676dd7ad1a049e54f6dc", "56ea6fafd2720b844b8b4593", "5943ee5a86f77413872d25ec", "609269c3b0e443224b421cc1", "5c7fb51d2e2216001219ce11", "5ea172e498dacb342978818e", "5c6d710d2e22165df16b81e7", "5d440625a4b9361eec4ae6c5", "5cc9b815d7f00c000e2579d6", "5a7c147ce899ef00150bd8b8", "5c7954d52e221600106f4cc7", "59bffc1f86f77435b128b872", "5a9fbb84a2750c00137fa685"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.1, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5e2aedd986f7746d404f3aa4": { + "_id": "5e2aedd986f7746d404f3aa4", + "_name": "item_barter_energy_greenbat", + "_parent": "57864ee62459775490116fc1", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 26000, + "Description": "item_barter_energy_greenbat", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_energy_greenbat", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_energy_greenbat/item_barter_energy_greenbat.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_energy_greenbat", + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.043, + "Width": 1 + }, + "_proto": "5672cb124bdc2d1a0f8b4568", + "_type": "Item" + }, + "5e2aee0a86f774755a234b62": { + "_id": "5e2aee0a86f774755a234b62", + "_name": "item_barter_energy_cyclon", + "_parent": "57864ee62459775490116fc1", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 85000, + "Description": "item_barter_energy_cyclon", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "spec_multitool", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_energy_cyclon", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_energy_cyclon/item_barter_energy_cyclon.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_energy_cyclon", + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.7, + "Width": 2 + }, + "_proto": "5672cb124bdc2d1a0f8b4568", + "_type": "Item" + }, + "5e2aef7986f7746d3f3c33f5": { + "_id": "5e2aef7986f7746d3f3c33f5", + "_name": "item_barter_household_repellent", + "_parent": "57864c322459775490116fbf", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8457, + "Description": "Aitem_barter_household_repellent", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_bottle", + "LootExperience": 25, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_household_repellent", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_household_repellent/item_barter_household_repellent.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_household_repellent", + "SpawnChance": 9, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.6, + "Width": 1 + }, + "_proto": "57347cd0245977445a2d6ff1", + "_type": "Item" + }, + "5e2af00086f7746d3f3c33f7": { + "_id": "5e2af00086f7746d3f3c33f7", + "_name": "item_barter_household_pipecleaner", + "_parent": "57864c322459775490116fbf", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9457, + "Description": "item_barter_household_pipecleaner", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_bottle", + "LootExperience": 25, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_household_pipecleaner", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_household_pipecleaner/item_barter_household_pipecleaner.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_household_pipecleaner", + "SpawnChance": 9, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.6, + "Width": 1 + }, + "_proto": "57347cd0245977445a2d6ff1", + "_type": "Item" + }, + "5e2af02c86f7746d420957d4": { + "_id": "5e2af02c86f7746d420957d4", + "_name": "item_barter_household_chlorine", + "_parent": "57864c322459775490116fbf", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 11000, + "Description": "item_barter_household_chlorine", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 25, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_household_chlorine", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_household_chlorine/item_barter_household_chlorine.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_household_chlorine", + "SpawnChance": 9, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.35, + "Width": 2 + }, + "_proto": "57347cd0245977445a2d6ff1", + "_type": "Item" + }, + "5e2af22086f7746d3f3c33fa": { + "_id": "5e2af22086f7746d3f3c33fa", + "_name": "item_barter_building_poxeram", + "_parent": "57864ada245977548638de91", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 19400, + "Description": "item_barter_building_poxeram", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 5, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_building_poxeram", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_building_poxeram/item_barter_building_poxeram.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_building_poxeram", + "SpawnChance": 13, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.14, + "Width": 1 + }, + "_proto": "573478bc24597738002c6175", + "_type": "Item" + }, + "5e2af29386f7746d4159f077": { + "_id": "5e2af29386f7746d4159f077", + "_name": "item_barter_building_kektape", + "_parent": "57864ada245977548638de91", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 24000, + "Description": "item_barter_building_kektape", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 5, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_building_kektape", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_building_kektape/item_barter_building_kektape.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_building_kektape", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.15, + "Width": 1 + }, + "_proto": "573478bc24597738002c6175", + "_type": "Item" + }, + "5e2af2bc86f7746d3f3c33fc": { + "_id": "5e2af2bc86f7746d3f3c33fc", + "_name": "item_barter_flammable_huntermatches", + "_parent": "57864e4c24597754843f8723", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3800, + "Description": "item_barter_flammable_huntermatches", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_flammable_huntermatches", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_flammable_huntermatches/item_barter_flammable_huntermatches.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_flammable_huntermatches", + "SpawnChance": 11, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.005, + "Width": 1 + }, + "_proto": "590a373286f774287540368b", + "_type": "Item" + }, + "5e2af37686f774755a234b65": { + "_id": "5e2af37686f774755a234b65", + "_name": "item_barter_flammable_survlighter", + "_parent": "57864e4c24597754843f8723", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 16000, + "Description": "item_barter_flammable_survlighter", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "smallmetal", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_flammable_survlighter", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_flammable_survlighter/item_barter_flammable_survlighter.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_flammable_survlighter", + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.06, + "Width": 1 + }, + "_proto": "590a373286f774287540368b", + "_type": "Item" + }, + "5e2af41e86f774755a234b67": { + "_id": "5e2af41e86f774755a234b67", + "_name": "Item_barter_other_cloth_cordura", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 13200, + "Description": "Item_barter_other_cloth_cordura", + "DiscardingBlock": false, + "DogTagQualities": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_cloth_generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Item_barter_other_cloth_cordura", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_other_cloth/item_barter_other_cloth_cordura.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Item_barter_other_cloth_cordura", + "SpawnChance": 9, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.11, + "Width": 2 + }, + "_proto": "573475fb24597737fb1379e1", + "_type": "Item" + }, + "5e2af47786f7746d404f3aaa": { + "_id": "5e2af47786f7746d404f3aaa", + "_name": "Item_barter_other_cloth_fleece", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4000, + "Description": "Item_barter_other_cloth_fleece", + "DiscardingBlock": false, + "DogTagQualities": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_cloth_generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Item_barter_other_cloth_fleece", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_other_cloth/item_barter_other_cloth_fleece.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Item_barter_other_cloth_fleece", + "SpawnChance": 14, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.05, + "Width": 2 + }, + "_proto": "573475fb24597737fb1379e1", + "_type": "Item" + }, + "5e2af4a786f7746d3f3c3400": { + "_id": "5e2af4a786f7746d3f3c3400", + "_name": "Item_barter_other_cloth_ripstop", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5800, + "Description": "Item_barter_other_cloth_ripstop", + "DiscardingBlock": false, + "DogTagQualities": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_cloth_generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Item_barter_other_cloth_ripstop", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_other_cloth/item_barter_other_cloth_ripstop.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Item_barter_other_cloth_ripstop", + "SpawnChance": 13, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.09, + "Width": 2 + }, + "_proto": "573475fb24597737fb1379e1", + "_type": "Item" + }, + "5e2af4d286f7746d4159f07a": { + "_id": "5e2af4d286f7746d4159f07a", + "_name": "Item_barter_other_cloth_aramid", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8800, + "Description": "Item_barter_other_cloth_aramid", + "DiscardingBlock": false, + "DogTagQualities": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_cloth_generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Item_barter_other_cloth_aramid", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_other_cloth/item_barter_other_cloth_aramid.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Item_barter_other_cloth_aramid", + "SpawnChance": 13, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.14, + "Width": 2 + }, + "_proto": "573475fb24597737fb1379e1", + "_type": "Item" + }, + "5e2af51086f7746d3f3c3402": { + "_id": "5e2af51086f7746d3f3c3402", + "_name": "Item_barter_other_uzrgm_fuse", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8100, + "Description": "Item_barter_other_uzrgm_fuse", + "DiscardingBlock": false, + "DogTagQualities": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "smallmetal", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Item_barter_other_uzrgm_fuse", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_other_uzrgm_fuse/item_barter_other_uzrgm_fuse.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Item_barter_other_uzrgm_fuse", + "SpawnChance": 9, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.055, + "Width": 1 + }, + "_proto": "573475fb24597737fb1379e1", + "_type": "Item" + }, + "5e2af55f86f7746d4159f07c": { + "_id": "5e2af55f86f7746d4159f07c", + "_name": "item_container_grenadebox", + "_parent": "5795f317245977243854e041", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 510000, + "Description": "item_container_grenadebox", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5e2af55f86f7746d4159f07e", + "_name": "main", + "_parent": "5e2af55f86f7746d4159f07c", + "_props": { + "cellsH": 8, + "cellsV": 8, + "filters": [{ + "ExcludedFilter": [], + "Filter": ["5e2af51086f7746d3f3c3402", "5656eb674bdc2d35148b457c", "5ede474b0c226a66f5402622", "5ede475b549eed7c6d5c18fb", "5ede4739e0350d05467f73e8", "5f0c892565703e5c461894e9", "5ede47405b097655935d7d16", "5ede475339ee016e8c534742", "5ede47641cf3836a88318df1", "543be6564bdc2df4348b4568"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "container_plastic", + "LootExperience": 30, + "MergesWithChildren": false, + "Name": "item_container_grenadebox", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/containers/item_container_grenadebox/item_container_grenadebox.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_container_grenadebox", + "Slots": [], + "SpawnChance": 0.2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TagColor": 0, + "TagName": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 3, + "Width": 3 + }, + "_proto": "577e1c9d2459773cd707c525", + "_type": "Item" + }, + "5e32f56fcb6d5863cc5e5ee4": { + "_id": "5e32f56fcb6d5863cc5e5ee4", + "_name": "weapon_grenade_chattabka_vog17", + "_parent": "543be6564bdc2df4348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorDistanceDistanceDamage": { + "x": 1, + "y": 3, + "z": 21 + }, + "BackgroundColor": "grey", + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "CanBeHiddenDuringThrow": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 1.5, + "y": 3, + "z": 8 + }, + "ContusionDistance": 9, + "CreditsPrice": 9230, + "Description": "weapon_grenade_rgn", + "DiscardingBlock": false, + "EmitTime": 0, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplDelay": 3, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6cb86f774678763a6ca", + "FragmentsCount": 100, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "grenade", + "LootExperience": 20, + "MaxExplosionDistance": 6, + "MergesWithChildren": false, + "MinExplosionDistance": 2, + "Name": "weapon_grenade_rgn", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/chattabka_vog17/weapon_grenade_chattabka_vog17_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "weapon_grenade_rgn", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Strength": 120, + "ThrowType": "frag_grenade", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.28, + "Width": 1, + "explDelay": 3, + "throwDamMax": 0 + }, + "_proto": "5448be9a4bdc2dfd2f8b456a", + "_type": "Item" + }, + "5e340dcdcb6d5863cc5e5efb": { + "_id": "5e340dcdcb6d5863cc5e5efb", + "_name": "weapon_grenade_chattabka_vog25", + "_parent": "543be6564bdc2df4348b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorDistanceDistanceDamage": { + "x": 1, + "y": 3, + "z": 20 + }, + "BackgroundColor": "grey", + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "CanBeHiddenDuringThrow": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 1.5, + "y": 3, + "z": 10 + }, + "ContusionDistance": 7, + "CreditsPrice": 4700, + "Description": "weapon_grenade_rgn", + "DiscardingBlock": false, + "EmitTime": 0, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplDelay": 2, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentsCount": 35, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "grenade", + "LootExperience": 20, + "MaxExplosionDistance": 7, + "MergesWithChildren": false, + "MinExplosionDistance": 2, + "Name": "weapon_grenade_rgn", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/chattabka_vog25/weapon_grenade_chattabka_vog25_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "weapon_grenade_rgn", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Strength": 65, + "ThrowType": "frag_grenade", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.25, + "Width": 1, + "explDelay": 2, + "throwDamMax": 0 + }, + "_proto": "5448be9a4bdc2dfd2f8b456a", + "_type": "Item" + }, + "5e42c71586f7747f245e1343": { + "_id": "5e42c71586f7747f245e1343", + "_name": "key_inter_aid", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 70000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_9.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5e42c81886f7742a01529f57": { + "_id": "5e42c81886f7742a01529f57", + "_name": "keycard_inter_store1", + "_parent": "5c164d2286f774194c5e69fa", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100000, + "Description": "item_keycard_lab_blue", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_plastic_generic", + "LootExperience": 60, + "MaximumNumberOfUsage": 15, + "MergesWithChildren": false, + "Name": "item_keycard_lab_blue", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/item_keycard_lab/item_keycard_interchange_store_1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_keycard_lab_blue", + "SpawnChance": 2.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5448ba0b4bdc2d02308b456c", + "_type": "Item" + }, + "5e42c83786f7742a021fdf3c": { + "_id": "5e42c83786f7742a021fdf3c", + "_name": "keycard_inter_store2", + "_parent": "5c164d2286f774194c5e69fa", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 50000, + "Description": "item_keycard_lab_blue", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_plastic_generic", + "LootExperience": 60, + "MaximumNumberOfUsage": 15, + "MergesWithChildren": false, + "Name": "item_keycard_lab_blue", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/item_keycard_lab/item_keycard_interchange_store_2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_keycard_lab_blue", + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5448ba0b4bdc2d02308b456c", + "_type": "Item" + }, + "5e4abb5086f77406975c9342": { + "_id": "5e4abb5086f77406975c9342", + "_name": "item_equipment_armor_slick", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "ArmoredSteel", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.228, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 374500, + "DeafStrength": "None", + "Description": "gjel", + "DiscardingBlock": false, + "Durability": 80, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 3, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 80, + "MergesWithChildren": false, + "Name": "gjel", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_slick/ar_slick.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 1250, + "RepairSpeed": 8, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "gjel", + "Slots": [], + "SpawnChance": 0.05, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 8.6, + "Width": 3, + "armorClass": "6", + "armorZone": ["Chest"], + "headSegments": [], + "mousePenalty": -2, + "speedPenaltyPercent": -10, + "weaponErgonomicPenalty": -1 + }, + "_proto": "545cdb794bdc2d3a198b456a", + "_type": "Item" + }, + "5e4abc1f86f774069619fbaa": { + "_id": "5e4abc1f86f774069619fbaa", + "_name": "item_equipment_rig_bankrobber", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8200, + "Description": "Rig 6h112", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5e4abc1f86f774069619fbac", + "_name": "1", + "_parent": "5e4abc1f86f774069619fbaa", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e4abc1f86f774069619fbad", + "_name": "2", + "_parent": "5e4abc1f86f774069619fbaa", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e4abc1f86f774069619fbae", + "_name": "3", + "_parent": "5e4abc1f86f774069619fbaa", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e4abc1f86f774069619fbaf", + "_name": "4", + "_parent": "5e4abc1f86f774069619fbaa", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 2, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "BEAR Rig 6h112", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_bankrobber/cr_bankrobber.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RigLayoutName": "bank_robber", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Rig 6h112", + "Slots": [], + "SpawnChance": 12, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.7, + "Width": 3, + "armorClass": 0, + "armorZone": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "5e4abc6786f77406812bd572": { + "_id": "5e4abc6786f77406812bd572", + "_name": "item_equipment_backpack_medpack", + "_parent": "5448e53e4bdc2d60728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 90000, + "Description": "sso_attack", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "GridLayoutName": "", + "Grids": [{ + "_id": "5e4abc6786f77406812bd574", + "_name": "main", + "_parent": "5e4abc6786f77406812bd572", + "_props": { + "cellsH": 6, + "cellsV": 8, + "filters": [{ + "ExcludedFilter": [], + "Filter": ["57864c8c245977548867e7f1", "543be5664bdc2dd4348b4569"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 5, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_backpack", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "sso_attack", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_medpack/bp_medpack.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "sso_attack", + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.6, + "Width": 4, + "speedPenaltyPercent": 0 + }, + "_proto": "545cdae64bdc2d39198b4568", + "_type": "Item" + }, + "5e4abfed86f77406a2713cf7": { + "_id": "5e4abfed86f77406a2713cf7", + "_name": "item_equipment_rig_tarzan", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 19200, + "Description": "Rig 6h112", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5e4abfed86f77406a2713cf9", + "_name": "1", + "_parent": "5e4abfed86f77406a2713cf7", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e4abfed86f77406a2713cfa", + "_name": "2", + "_parent": "5e4abfed86f77406a2713cf7", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e4abfed86f77406a2713cfb", + "_name": "3", + "_parent": "5e4abfed86f77406a2713cf7", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e4abfed86f77406a2713cfc", + "_name": "4", + "_parent": "5e4abfed86f77406a2713cf7", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e4abfed86f77406a2713cfd", + "_name": "5", + "_parent": "5e4abfed86f77406a2713cf7", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e4abfed86f77406a2713cfe", + "_name": "6", + "_parent": "5e4abfed86f77406a2713cf7", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e4abfed86f77406a2713cff", + "_name": "7", + "_parent": "5e4abfed86f77406a2713cf7", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e4abfed86f77406a2713d00", + "_name": "8", + "_parent": "5e4abfed86f77406a2713cf7", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e4acc6486f77406a2713d02", + "_name": "9", + "_parent": "5e4abfed86f77406a2713cf7", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e4acc7c86f77406984b2828", + "_name": "10", + "_parent": "5e4abfed86f77406a2713cf7", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "BEAR Rig 6h112", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_tarzan/cr_tarzan.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RigLayoutName": "Tarzan", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Rig 6h112", + "Slots": [], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.45, + "Width": 4, + "armorClass": 0, + "armorZone": [], + "mousePenalty": 0, + "speedPenaltyPercent": -2, + "weaponErgonomicPenalty": -5 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "5e4ac41886f77406a511c9a8": { + "_id": "5e4ac41886f77406a511c9a8", + "_name": "item_equipment_armor_arscpc", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": true, + "BluntThroughput": 0.165, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 139000, + "Description": "tactec", + "DiscardingBlock": false, + "Durability": 60, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5e4ac41886f77406a511c9aa", + "_name": "1", + "_parent": "5e4ac41886f77406a511c9a8", + "_props": { + "cellsH": 1, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e4ac41886f77406a511c9ab", + "_name": "2", + "_parent": "5e4ac41886f77406a511c9a8", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e4ac41886f77406a511c9ac", + "_name": "3", + "_parent": "5e4ac41886f77406a511c9a8", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e4ac41886f77406a511c9ad", + "_name": "4", + "_parent": "5e4ac41886f77406a511c9a8", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e4ac41886f77406a511c9ae", + "_name": "5", + "_parent": "5e4ac41886f77406a511c9a8", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e4ac41886f77406a511c9af", + "_name": "6", + "_parent": "5e4ac41886f77406a511c9a8", + "_props": { + "cellsH": 1, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e4ac41886f77406a511c9b0", + "_name": "7", + "_parent": "5e4ac41886f77406a511c9a8", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e4ac41886f77406a511c9b1", + "_name": "8", + "_parent": "5e4ac41886f77406a511c9a8", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e4ac41886f77406a511c9b2", + "_name": "9", + "_parent": "5e4ac41886f77406a511c9a8", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e4ac41886f77406a511c9b3", + "_name": "10", + "_parent": "5e4ac41886f77406a511c9a8", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e4ac41886f77406a511c9b4", + "_name": "11", + "_parent": "5e4ac41886f77406a511c9a8", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 60, + "MergesWithChildren": false, + "Name": "tactec", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_arscpc/cr_arscpc.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 1000, + "RepairSpeed": 0, + "RigLayoutName": "cpc_m2", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "tactec", + "Slots": [], + "SpawnChance": 0.1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 8.5, + "Width": 4, + "armorClass": 5, + "armorZone": ["Chest"], + "mousePenalty": -3, + "speedPenaltyPercent": -6, + "weaponErgonomicPenalty": -5 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "5e4bfc1586f774264f7582d3": { + "_id": "5e4bfc1586f774264f7582d3", + "_name": "item_equipment_helmet_tc800", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.192, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 58000, + "DeafStrength": "None", + "Description": "item_equipment_helmet_tc800", + "DiscardingBlock": false, + "Durability": 30, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 30, + "MergesWithChildren": true, + "Name": "item_equipment_helmet_tc800", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_tc800/item_equipment_helmet_tc800.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 475, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.5, + "z": 70 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_tc800", + "Slots": [{ + "_id": "5e4bfc1586f774264f7582d5", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment_000", + "_parent": "5e4bfc1586f774264f7582d3", + "_props": { + "filters": [{ + "Filter": ["5a16b672fcdbcb001912fa83", "5a16b7e1fcdbcb00165aa6c9"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5e4bfc1586f774264f7582d6", + "_mergeSlotWithChildren": false, + "_name": "mod_nvg", + "_parent": "5e4bfc1586f774264f7582d3", + "_props": { + "filters": [{ + "Filter": ["5c0558060db834001b735271", "5a16b8a9fcdbcb00165aa6ca"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5e4bfc1586f774264f7582d7", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5e4bfc1586f774264f7582d3", + "_props": { + "filters": [{ + "Filter": ["5a398b75c4a282000a51a266", "5a398ab9c4a282000c5a9842"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.17, + "Width": 2, + "armorClass": "4", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape"], + "mousePenalty": -8, + "speedPenaltyPercent": -2, + "weaponErgonomicPenalty": -1 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5e4d34ca86f774264f758330": { + "_id": "5e4d34ca86f774264f758330", + "_name": "item_equipment_headset_walkers_razor", + "_parent": "5645bcb74bdc2ded0b8b4578", + "_props": { + "AllowSpawnOnLocations": [], + "AmbientVolume": -3, + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "CompressorAttack": 20, + "CompressorGain": 12, + "CompressorRelease": 320, + "CompressorTreshold": -25, + "CompressorVolume": -4, + "ConflictingItems": ["5a16b9fffcdbcb0176308b34"], + "CreditsPrice": 30100, + "CutoffFreq": 200, + "Description": "item_equipment_headset_tactical_sport", + "DiscardingBlock": false, + "Distortion": 0.25, + "DryVolume": -60, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "item_equipment_headset_tactical_sport", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/headset_walkers_razor/item_equipment_headset_walkers_razor.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resonance": 1, + "SendToClient": false, + "ShortName": "item_equipment_headset_tactical_sport", + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.43, + "Width": 2 + }, + "_proto": "5645bcc04bdc2d363b8b4572", + "_type": "Item" + }, + "5e54f62086f774219b0f1937": { + "_id": "5e54f62086f774219b0f1937", + "_name": "item_barter_valuable_raven", + "_parent": "57864a3d24597754843f8721", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 48000, + "Description": "bitcoin", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": true, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "jewelry", + "LootExperience": 100, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "bitcoin", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_valuable_raven/item_barter_valuable_raven.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "bitcoin", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.42, + "Width": 1 + }, + "_proto": "573474f924597738002c6174", + "_type": "Item" + }, + "5e54f6af86f7742199090bf3": { + "_id": "5e54f6af86f7742199090bf3", + "_name": "item_barter_other_lupo", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 52000, + "Description": "item_barter_other_airfilter", + "DiscardingBlock": false, + "DogTagQualities": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_plastic_generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_other_airfilter", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_other_lupo/item_barter_other_lupo.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_other_airfilter", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1 + }, + "_proto": "573475fb24597737fb1379e1", + "_type": "Item" + }, + "5e54f76986f7740366043752": { + "_id": "5e54f76986f7740366043752", + "_name": "item_equipment_facecover_shroud", + "_parent": "5a341c4686f77469e155819e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "violet", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 42000, + "DeafStrength": "None", + "Description": "Balaclavanomex", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "Balaclavanomex", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/facecover_shroud/item_equipment_facecover_shroud.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Balaclavanomex", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7d8524597762b472f9d1", + "_type": "Item" + }, + "5e54f79686f7744022011103": { + "_id": "5e54f79686f7744022011103", + "_name": "item_equipment_facecover_pestily", + "_parent": "5a341c4686f77469e155819e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "violet", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": true, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["59e770f986f7742cbe3164ef", "572b7d8524597762b472f9d1", "5aa2b87de5b5b00016327c25", "5aa2a7e8e5b5b00016327c16", "5a43943586f77416ad2f06e2", "5aa2b89be5b5b0001569311f", "5aa2b8d7e5b5b00014028f4a", "5a43957686f7742a2c2f11b0", "5aa2ba46e5b5b000137b758d", "5aa2b9ede5b5b000137b758b", "5aa2ba19e5b5b00014028f4e", "5c066ef40db834001966a595", "5a16bb52fcdbcb001a3b00dc", "5f99418230835532b445e954", "5b4329f05acfc47a86086aa1", "5b43271c5acfc432ff4dce65", "5b40e5e25acfc4001a599bea", "5f60e6403b85f6263c14558c", "5f60e7788adaa7100c3adb49", "5f60e784f2bcbb675b00dac7", "5d96141523f0ea1b7f2aacab", "5bd073c986f7747f627e796c", "5b4327aa5acfc400175496e0", "5b4329075acfc400153b78ff", "5f994730c91ed922dd355de3", "5b40e61f5acfc4001a599bec", "5c0d2727d174af02a012cf58", "59ef13ca86f77445fd0e2483", "5aa7e373e5b5b000137b76f0", "5a16ba61fcdbcb098008728a", "5a16b672fcdbcb001912fa83", "5a16b7e1fcdbcb00165aa6c9", "5aa7e3abe5b5b000171d064d", "5c178a942e22164bef5ceca3", "5ac4c50d5acfc40019262e87", "5b46238386f7741a693bcf9c", "5d6d3829a4b9361bc8618943", "5c0919b50db834001b7ce3b9", "5c0e842486f77443a74d2976", "5e00cdd986f7747473332240", "5e01f37686f774773c6f6c15", "5ca2113f86f7740b2547e1d2"], + "CreditsPrice": 94900, + "DeafStrength": "None", + "Description": "skullmask", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "skullmask", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/facecover_pestily/item_equipment_facecover_pestily.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "skullmask", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.18, + "Width": 2, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7d8524597762b472f9d1", + "_type": "Item" + }, + "5e56991336989c75ab4f03f6": { + "_id": "5e56991336989c75ab4f03f6", + "_name": "handguard_svd_izhmash_svd_modernized_kit", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 14300, + "Description": "handguard_svd_izhmash_svd_modernized_kit", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_svd_izhmash_svd_modernized_kit", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_svd_izhmash_svd_modernized_kit.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_svd_izhmash_svd_modernized_kit", + "SightingRange": 0, + "Slots": [{ + "_id": "5e56991336989c75ab4f03f8", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5e56991336989c75ab4f03f6", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5e56991336989c75ab4f03f9", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5e56991336989c75ab4f03f6", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5e56991336989c75ab4f03fa", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5e56991336989c75ab4f03f6", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5e56991336989c75ab4f03fb", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5e56991336989c75ab4f03f6", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5e56991336989c75ab4f03fc", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5e56991336989c75ab4f03f6", + "_props": { + "filters": [{ + "Filter": ["57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5e56991336989c75ab4f03fd", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5e56991336989c75ab4f03f6", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5e56a69c36989c75ab4f03ff", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_003", + "_parent": "5e56991336989c75ab4f03f6", + "_props": { + "filters": [{ + "Filter": ["5e569a0156edd02abe09f27d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.48, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5e5699df2161e06ac158df6f": { + "_id": "5e5699df2161e06ac158df6f", + "_name": "handguard_svd_caa_xrs_drg", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9600, + "Description": "handguard_svd_caa_xrs_drg", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_svd_caa_xrs_drg", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_svd_caa_xrs_drg.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_svd_caa_xrs_drg", + "SightingRange": 0, + "Slots": [{ + "_id": "5e5699df2161e06ac158df71", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5e5699df2161e06ac158df6f", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5e5699df2161e06ac158df72", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5e5699df2161e06ac158df6f", + "_props": { + "filters": [{ + "Filter": ["57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5e56a832ca629c5b954f2e33", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5e5699df2161e06ac158df6f", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5e56a87f2642e66b0b680160", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5e5699df2161e06ac158df6f", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5e56a891c42ea42b0f3915fa", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5e5699df2161e06ac158df6f", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5e56a8992161e06ac158df8f", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_003", + "_parent": "5e5699df2161e06ac158df6f", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.65, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5e569a0156edd02abe09f27d": { + "_id": "5e569a0156edd02abe09f27d", + "_name": "mount_svd_izhmash_svd_modernized_kit_rail", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5649d9a14bdc2d79388b4580", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "5e569a2e56edd02abe09f280", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5dff8db859400025ea5150d4", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "CreditsPrice": 9209, + "Description": "mount_svd_izhmash_svd_modernized_kit_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_svd_izhmash_svd_modernized_kit_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_svd_izhmash_svd_modernized_kit_rail.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_svd_izhmash_svd_modernized_kit_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "5e569a0156edd02abe09f27f", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5e569a0156edd02abe09f27d", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.24, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5e569a132642e66b0b68015c": { + "_id": "5e569a132642e66b0b68015c", + "_name": "mount_svd_caa_drg_l_1", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2600, + "Description": "mount_keymod_strike_industries_4_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_strike_industries_4_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_svd_caa_drg_l_1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_strike_industries_4_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5e569a132642e66b0b68015e", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5e569a132642e66b0b68015c", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.075, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5e569a2e56edd02abe09f280": { + "_id": "5e569a2e56edd02abe09f280", + "_name": "mount_dovetail_caa_xd_rgl", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5649d9a14bdc2d79388b4580", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5dff8db859400025ea5150d4", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "CreditsPrice": 6400, + "Description": "mount_dovetail_caa_xd_rgl", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_dovetail_caa_xd_rgl", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_dovetail_caa_xd_rgl.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_dovetail_caa_xd_rgl", + "SightingRange": 0, + "Slots": [{ + "_id": "5e569a2e56edd02abe09f282", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5e569a2e56edd02abe09f280", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.225, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5e71f6be86f77429f2683c44": { + "_id": "5e71f6be86f77429f2683c44", + "_name": "item_equipment_facecover_redflame_twitch", + "_parent": "5a341c4686f77469e155819e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "violet", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 24000, + "DeafStrength": "None", + "Description": "skullmask", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "skullmask", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/facecover_redflame/item_equipment_facecover_redflame_twitch.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": true, + "ShortName": "skullmask", + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.2, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7d8524597762b472f9d1", + "_type": "Item" + }, + "5e71f70186f77429ee09f183": { + "_id": "5e71f70186f77429ee09f183", + "_name": "item_equipment_glasses_gascan_twitch", + "_parent": "5448e5724bdc2ddf718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "violet", + "BlindnessProtection": 0.3, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 25600, + "DeafStrength": "None", + "Description": "item_equipment_glasses_gascan", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "item_equipment_glasses_gascan", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/glasses_gascan/item_equipment_glasses_gascan_twitch.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": true, + "ShortName": "item_equipment_glasses_gascan", + "Slots": [], + "SpawnChance": 0.01, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.034, + "Width": 2, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5e71fad086f77422443d4604": { + "_id": "5e71fad086f77422443d4604", + "_name": "item_equipment_facecover_twitch", + "_parent": "5a341c4686f77469e155819e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "violet", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 32000, + "DeafStrength": "None", + "Description": "Balaclavanomex", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "Balaclavanomex", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/facecover_shroud/item_equipment_facecover_shroud_twitch.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": true, + "ShortName": "Balaclavanomex", + "Slots": [], + "SpawnChance": 0.01, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7d8524597762b472f9d1", + "_type": "Item" + }, + "5e81c3cbac2bb513793cdc75": { + "_id": "5e81c3cbac2bb513793cdc75", + "_name": "weapon_colt_m1911a1_1143x23", + "_parent": "5447b5cf4bdc2d65278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.026, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.03, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0, + "Chambers": [{ + "_id": "5e81c3cbac2bb513793cdc7e", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5e81c3cbac2bb513793cdc75", + "_props": { + "filters": [{ + "Filter": ["5e81f423763d9f754677bf2e", "5efb0cabfb3e451d70735af5", "5efb0fc6aeb21837e749c801", "5efb0d4f4bc50b58e81710f3", "5ea2a8e200685063ec28c05a"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 5, + "CoolFactor": 1, + "CreditsPrice": 5408, + "Description": "weapon_colt_m1911a1_1143x23\n", + "DeviationCurve": 5, + "DeviationMax": 17, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 75, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_pistol", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_colt_m1911a1_1143x23", + "NotShownInSlot": false, + "OperatingResource": 3000, + "Prefab": { + "path": "assets/content/weapons/m1911a1/weapon_colt_m1911a1_1143x23_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 80, + "RecoilCenter": { + "x": 0, + "y": -0.44, + "z": -0.005 + }, + "RecoilForceBack": 355, + "RecoilForceUp": 530, + "RecolDispersion": 20, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 41, + "RepairSpeed": 2, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.45, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "weapon_colt_m1911a1_1143x23", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5e81c3cbac2bb513793cdc77", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5e81c3cbac2bb513793cdc75", + "_props": { + "filters": [{ + "Filter": ["5e81c519cb2b95385c177551", "5f3e7801153b8571434a924c", "5f3e77f59103d430b93f94c1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5e81c3cbac2bb513793cdc78", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5e81c3cbac2bb513793cdc75", + "_props": { + "filters": [{ + "Filter": ["5e81c6bf763d9f754677beff", "5ef366938cef260c0642acad"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5e81c3cbac2bb513793cdc79", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5e81c3cbac2bb513793cdc75", + "_props": { + "filters": [{ + "Filter": ["5e81edc13397a21db957f6a1", "5f3e7823ddc4f03b010e2045"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5e81c3cbac2bb513793cdc7a", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5e81c3cbac2bb513793cdc75", + "_props": { + "filters": [{ + "AnimationIndex": 0, + "Filter": ["5e81c4ca763d9f754677befa", "5f3e77b26cda304dcc634057", "5ef3448ab37dfd6af863525c"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5e8206f4cb2b95385c17759c", + "_mergeSlotWithChildren": false, + "_name": "mod_trigger", + "_parent": "5e81c3cbac2bb513793cdc75", + "_props": { + "filters": [{ + "Filter": ["5ef32e4d1c1fd62aea6a150d", "5e81c6a2ac2bb513793cdc7f", "5f3e772a670e2a7b01739a52"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5e820703ac2bb513793cdd0d", + "_mergeSlotWithChildren": false, + "_name": "mod_hammer", + "_parent": "5e81c3cbac2bb513793cdc75", + "_props": { + "filters": [{ + "Filter": ["5e81c550763d9f754677befd", "5f3e76d86cda304dcc634054", "5ef35f46382a846010715a96", "5ef35d2ac64c5d0dfc0571b0", "5ef35bc243cb350a955a7ccd"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5e82070e763d9f754677bf93", + "_mergeSlotWithChildren": false, + "_name": "mod_catch", + "_parent": "5e81c3cbac2bb513793cdc75", + "_props": { + "filters": [{ + "Filter": ["5e81c539cb2b95385c177553", "5f3e777688ca2d00ad199d25", "5ef3553c43cb350a955a7ccb"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5ef5d9bc22584f36a62bc2a6", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5e81c3cbac2bb513793cdc75", + "_props": { + "filters": [{ + "Filter": ["5ef5d994dfbc9f3c660ded95"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ef5d9c76b0e105bd96c76db", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5e81c3cbac2bb513793cdc75", + "_props": { + "filters": [{ + "Filter": ["5ef369b08cef260c0642acaf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.231, + "Width": 2, + "ammoCaliber": "Caliber1143x23ACP", + "bEffDist": 50, + "bFirerate": 30, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5e81f423763d9f754677bf2e", + "defMagType": "5e81c4ca763d9f754677befa", + "durabSpawnMax": 70, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 10, + "weapClass": "pistol", + "weapFireType": ["single"], + "weapUseType": "secondary" + }, + "_proto": "5448bd6b4bdc2dfc2f8b4569", + "_type": "Item" + }, + "5e81c4ca763d9f754677befa": { + "_id": "5e81c4ca763d9f754677befa", + "_name": "mag_m1911_colt_m1911a1_std_1143x23_7", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5e81c4ca763d9f754677befc", + "_max_count": 7, + "_name": "cartridges", + "_parent": "5e81c4ca763d9f754677befa", + "_props": { + "filters": [{ + "Filter": ["5e81f423763d9f754677bf2e", "5efb0cabfb3e451d70735af5", "5efb0fc6aeb21837e749c801", "5efb0d4f4bc50b58e81710f3", "5ea2a8e200685063ec28c05a"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 2, + "CheckTimeModifier": -20, + "ConflictingItems": [], + "CreditsPrice": 1100, + "Description": "mag_m1911_colt_m1911a1_std_1143x23_7", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": -25, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_m1911_colt_m1911a1_std_1143x23_7", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_m1911_colt_m1911a1_std_1143x23_7.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_m1911_colt_m1911a1_std_1143x23_7", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.16, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5e81c519cb2b95385c177551": { + "_id": "5e81c519cb2b95385c177551", + "_name": "barrel_m1911a1_127mm_1143x23", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.35, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1700, + "Description": "barrel_glock_glock_114mm_9x19_std\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_glock_glock_114mm_9x19_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_m1911a1_127mm_1143x23.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_glock_glock_114mm_9x19_std", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -1.28, + "Weight": 0.095, + "Width": 1 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5e81c539cb2b95385c177553": { + "_id": "5e81c539cb2b95385c177553", + "_name": "catch_m1911_colt_m1911a1_std", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 300, + "Description": "catch_m1911_colt_m1911a1_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "catch_m1911_colt_m1911a1_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mechanics/catch_m1911_colt_m1911a1_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0, + "ShortName": "catch_m1911_colt_m1911a1_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 15, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.009, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5e81c550763d9f754677befd": { + "_id": "5e81c550763d9f754677befd", + "_name": "hammer_m1911_colt_m1911a1_std", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 350, + "Description": "hammer_m1911_colt_m1911a1_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "hammer_m1911_colt_m1911a1_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mechanics/hammer_m1911_colt_m1911a1_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0, + "ShortName": "hammer_m1911_colt_m1911a1_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 15, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.018, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5e81c6a2ac2bb513793cdc7f": { + "_id": "5e81c6a2ac2bb513793cdc7f", + "_name": "trigger_m1911_colt_m1911a1_std", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 450, + "Description": "tactical_pso_belomo_eyecup", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "tactical_pso_belomo_eyecup", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mechanics/trigger_m1911_colt_m1911a1_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0, + "ShortName": "tactical_pso_belomo_eyecup", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 15, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.014, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5e81c6bf763d9f754677beff": { + "_id": "5e81c6bf763d9f754677beff", + "_name": "pistolgrip_m1911_colt_m1911a1_std", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 800, + "Description": "pistolgrip_m1911_colt_m1911a1_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_m1911_colt_m1911a1_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_m1911_colt_m1911a1_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_m1911_colt_m1911a1_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.27, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "5e81ebcd8e146c7080625e15": { + "_id": "5e81ebcd8e146c7080625e15", + "_name": "weapon_fn_40gl_s", + "_parent": "5447bedf4bdc2d87278b4568", + "_props": { + "AdjustCollimatorsToTrajectory": true, + "AimPlane": 0.026, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": false, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.05, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.7, + "Chambers": [{ + "_id": "5ed9104f11dc8d353d501033", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5e81ebcd8e146c7080625e15", + "_props": { + "filters": [{ + "Filter": ["5ede474b0c226a66f5402622", "5ede475b549eed7c6d5c18fb", "5ede4739e0350d05467f73e8", "5f0c892565703e5c461894e9", "5ede47405b097655935d7d16", "5ede475339ee016e8c534742", "5ede47641cf3836a88318df1"], + "MaxStackCount": 0 + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1, + "CoolFactor": 1, + "CreditsPrice": 110000, + "Description": "weapon_fn_40gl_s\n", + "DeviationCurve": 4, + "DeviationMax": 20, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 120, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_dmr", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_fn_40gl_s", + "NotShownInSlot": false, + "OperatingResource": 900, + "Prefab": { + "path": "assets/content/weapons/fn40gl/weapon_fn_40gl_s_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.44, + "z": -0.005 + }, + "RecoilForceBack": 400, + "RecoilForceUp": 200, + "RecolDispersion": 35, + "ReloadMode": "OnlyBarrel", + "RepairComplexity": 0, + "RepairCost": 550, + "RepairSpeed": 2, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.45, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "weapon_fn_40gl_s", + "SightingRange": 100, + "SizeReduceRight": 1, + "Slots": [{ + "_id": "5ecd051046779c0def791544", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5e81ebcd8e146c7080625e15", + "_props": { + "filters": [{ + "Filter": ["55d4b9964bdc2d1d4e8b456e", "571659bb2459771fb2755a12", "5bb20e18d4351e00320205d5", "57c55efc2459772d2c6271e7", "57af48872459771f0b2ebf11", "57c55f092459772d291a8463", "57c55f112459772d28133310", "57c55f172459772d27602381", "5a339805c4a2826c6e06d73d", "5b07db875acfc40dc528a5f6"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5ecd05251099e932a15afc6e", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5e81ebcd8e146c7080625e15", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5894a73486f77426d259076c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ecd05510380ca71782f9a86", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5e81ebcd8e146c7080625e15", + "_props": { + "filters": [{ + "Filter": ["5bb20e49d4351e3bac1212de", "5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5894a81786f77427140b8347"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ecd055b46779c0def791545", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5e81ebcd8e146c7080625e15", + "_props": { + "filters": [{ + "Filter": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ecd05951099e932a15afc6f", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5e81ebcd8e146c7080625e15", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ecd05a0f31abe67c80ca1fb", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5e81ebcd8e146c7080625e15", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ecd05a81099e932a15afc70", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5e81ebcd8e146c7080625e15", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 0.01, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 2.92, + "Width": 3, + "ammoCaliber": "Caliber40x46", + "bEffDist": 50, + "bFirerate": 30, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5ede474b0c226a66f5402622", + "defMagType": "5a718b548dc32e000d46d262", + "durabSpawnMax": 70, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": false, + "shotgunDispersion": 10, + "weapClass": "specialWeapon", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "5448bd6b4bdc2dfc2f8b4569", + "_type": "Item" + }, + "5e81edc13397a21db957f6a1": { + "_id": "5e81edc13397a21db957f6a1", + "_name": "reciever_m1911_colt_m1911a1_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3109, + "Description": "reciever_m1911_colt_m1911a1_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_m1911_colt_m1911a1_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_m1911_colt_m1911a1_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_m1911_colt_m1911a1_std", + "SightingRange": 0, + "Slots": [{ + "_id": "5e81edc13397a21db957f6a3", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5e81edc13397a21db957f6a1", + "_props": { + "filters": [{ + "Filter": ["5e81ee4dcb2b95385c177582"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5e81edc13397a21db957f6a4", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5e81edc13397a21db957f6a1", + "_props": { + "filters": [{ + "Filter": ["5e81ee213397a21db957f6a6"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ef621945974e145cf763b38", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5e81edc13397a21db957f6a1", + "_props": { + "filters": [{ + "Filter": ["5ef61964ec7f42238c31e0c1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.41, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5e81ee213397a21db957f6a6": { + "_id": "5e81ee213397a21db957f6a6", + "_name": "sight_front_m1911_colt_m1911a1_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 502, + "CustomAimPlane": "", + "Description": "sight_front_glock_glock_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_glock_glock_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_m1911_colt_m1911a1_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_glock_glock_std", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.003, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5e81ee4dcb2b95385c177582": { + "_id": "5e81ee4dcb2b95385c177582", + "_name": "sight_rear_m1911_colt_m1911a1_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 604, + "CustomAimPlane": "", + "Description": "sight_rear_m1911_colt_m1911a1_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_m1911_colt_m1911a1_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_m1911_colt_m1911a1_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_m1911_colt_m1911a1_std", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.004, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "56d5a661d2720bd8418b456b", + "_type": "Item" + }, + "5e81f423763d9f754677bf2e": { + "_id": "5e81f423763d9f754677bf2e", + "_name": "patron_1143x23_acp", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 36, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber1143x23ACP", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 83, + "Damage": 69, + "Description": "patron_9x19_PSO_gzh", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.01, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 285, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.03, + "Name": "patron_9x19_PSO_gzh", + "NotShownInSlot": false, + "PenetrationChance": 0.16, + "PenetrationPower": 23, + "PenetrationPowerDiviation": 0.136, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_1143x23_acp.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.065, + "SendToClient": false, + "ShortName": "patron_9x19_PSO_gzh", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 4, + "SpeedRetardation": 0.0001, + "StackMaxRandom": 40, + "StackMaxSize": 50, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.7, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.015, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "54527c774bdc2d3f668b4568", + "_type": "Item" + }, + "5e831507ea0a7c419c2f9bd9": { + "_id": "5e831507ea0a7c419c2f9bd9", + "_name": "item_meds_esmarch", + "_parent": "5448f3ac4bdc2dce718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1200, + "Description": "item_meds_esmarch", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_bandage", + "LootExperience": 20, + "MaxHpResource": 0, + "MergesWithChildren": false, + "Name": "item_meds_esmarch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_meds_esmarch_tourniquet/item_meds_esmarch_tourniquet_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_meds_esmarch", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_meds_esmarch_tourniquet/item_meds_esmarch_tourniquet_container.bundle", + "rcid": "" + }, + "Weight": 0.132, + "Width": 1, + "effects_damage": { + "HeavyBleeding": { + "delay": 0, + "duration": 0, + "fadeOut": 0 + } + }, + "effects_health": [], + "hpResourceRate": 0, + "medEffectType": "afterUse", + "medUseTime": 5 + }, + "_proto": "544fb25a4bdc2dfb738b4567", + "_type": "Item" + }, + "5e8488fa988a8701445df1e4": { + "_id": "5e8488fa988a8701445df1e4", + "_name": "item_meds_hemostatic", + "_parent": "5448f3ac4bdc2dce718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 2, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3570, + "Description": "item_meds_hemostatic", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_bandage", + "LootExperience": 20, + "MaxHpResource": 3, + "MergesWithChildren": false, + "Name": "item_meds_hemostatic", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_meds_hemostatic/item_meds_hemostatic_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_meds_hemostatic", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_meds_hemostatic/item_meds_hemostatic_container.bundle", + "rcid": "" + }, + "Weight": 0.043, + "Width": 1, + "effects_damage": { + "HeavyBleeding": { + "delay": 0, + "duration": 0, + "fadeOut": 0 + } + }, + "effects_health": [], + "hpResourceRate": 0, + "medEffectType": "afterUse", + "medUseTime": 3 + }, + "_proto": "544fb25a4bdc2dfb738b4567", + "_type": "Item" + }, + "5e848cc2988a8701445df1e8": { + "_id": "5e848cc2988a8701445df1e8", + "_name": "weapon_toz_ks23m_23x75", + "_parent": "5447b6094bdc2dc3278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.112, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.4, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.45, + "Chambers": [{ + "_id": "5e848cc2988a8701445df1ef", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5e848cc2988a8701445df1e8", + "_props": { + "filters": [{ + "Filter": ["5e85aa1a988a8701445df1f5", "5e85aac65505fa48730d8af2", "5e85a9a6eacf8c039e4e2ac1", "5f647f31b6238e5dd066e196", "5e85a9f4add9fe03027d9bf1", "5f647fd3f6e4ab66c82faed6"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 2.5, + "CoolFactor": 1, + "CreditsPrice": 18402, + "Description": "weapon_toz_ks23m_23x75", + "DeviationCurve": 6, + "DeviationMax": 13, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 38, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_pump", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_toz_ks23m_23x75", + "NotShownInSlot": false, + "OperatingResource": 2250, + "Prefab": { + "path": "assets/content/weapons/ks23/weapon_toz_ks23m_23x75_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.3, + "z": 0 + }, + "RecoilForceBack": 740, + "RecoilForceUp": 610, + "RecolDispersion": 15, + "ReloadMode": "InternalMagazine", + "RepairComplexity": 0, + "RepairCost": 122, + "RepairSpeed": 12, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.25, + "z": -0.06 + }, + "SendToClient": false, + "ShortName": "weapon_toz_ks23m_23x75", + "ShotgunDispersion": 1, + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5e848cc2988a8701445df1ea", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5e848cc2988a8701445df1e8", + "_props": { + "filters": [{ + "Filter": ["5e848d1c264f7c180b5e35a9", "5e848d2eea0a7c419c2f9bfd"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5e848cc2988a8701445df1eb", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "5e848cc2988a8701445df1e8", + "_props": { + "filters": [{ + "Filter": ["5e848d51e4dbc5266a4ec63b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5e848cc2988a8701445df1ec", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5e848cc2988a8701445df1e8", + "_props": { + "filters": [{ + "AnimationIndex": 0, + "Filter": ["5f647d9f8499b57dc40ddb93"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": true + }, { + "_id": "5e848cc2988a8701445df1ed", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5e848cc2988a8701445df1e8", + "_props": { + "filters": [{ + "Filter": ["5e848db4681bea2ada00daa9", "5e848d99865c0f329958c83b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.5, + "Width": 3, + "ammoCaliber": "Caliber23x75", + "bEffDist": 70, + "bFirerate": 30, + "bHearDist": 1, + "chamberAmmoCount": 1, + "defAmmo": "5e85a9a6eacf8c039e4e2ac1", + "defMagType": "5f647d9f8499b57dc40ddb93", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": false, + "shotgunDispersion": 20, + "weapClass": "shotgun", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "54491c4f4bdc2db1078b4568", + "_type": "Item" + }, + "5e848d1c264f7c180b5e35a9": { + "_id": "5e848d1c264f7c180b5e35a9", + "_name": "barrel_ks23_510mm_23x75", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.75, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8100, + "Description": "barrel_ks23_510mm_23x75", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.91, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 110, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_ks23_510mm_23x75", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_ks23_510mm_23x75.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_ks23_510mm_23x75", + "ShotgunDispersion": 1.62, + "SightingRange": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.4, + "Weight": 0.91, + "Width": 3 + }, + "_proto": "55d448594bdc2d8c2f8b4569", + "_type": "Item" + }, + "5e848d2eea0a7c419c2f9bfd": { + "_id": "5e848d2eea0a7c419c2f9bfd", + "_name": "barrel_ks23_700mm_23x75", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.45, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7403, + "Description": "barrel_ks23_700mm_23x75", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -10, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 110, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_ks23_700mm_23x75", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_ks23_700mm_23x75.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_ks23_700mm_23x75", + "ShotgunDispersion": 1.3, + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 2.4, + "Weight": 1.23, + "Width": 5 + }, + "_proto": "55d448594bdc2d8c2f8b4569", + "_type": "Item" + }, + "5e848d51e4dbc5266a4ec63b": { + "_id": "5e848d51e4dbc5266a4ec63b", + "_name": "handguard_ks23_toz_ks23m_std", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2100, + "Description": "handguard_870_remington_12g_speedfeed_short", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_870_remington_12g_speedfeed_short", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ks23_toz_ks23m_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_870_remington_12g_speedfeed_short", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.58, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5e848d99865c0f329958c83b": { + "_id": "5e848d99865c0f329958c83b", + "_name": "pistolgrip_ks23_toz_ks23_plastic", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2608, + "Description": "pistolgrip_ks23_toz_ks23_plastic", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ks23_toz_ks23_plastic", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ks23_toz_ks23_plastic.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ks23_toz_ks23_plastic", + "SightingRange": 0, + "Slots": [{ + "_id": "5e848d99865c0f329958c83d", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5e848d99865c0f329958c83b", + "_props": { + "filters": [{ + "Filter": ["5e848dc4e4dbc5266a4ec63d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.15, + "Width": 1 + }, + "_proto": "5649ade84bdc2d1b2b8b4587", + "_type": "Item" + }, + "5e848db4681bea2ada00daa9": { + "_id": "5e848db4681bea2ada00daa9", + "_name": "stock_ks23_toz_ks23_std_wood", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1486, + "Description": "stock_ks23_toz_ks23_std_wood\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 1, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ks23_toz_ks23_std_wood", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ks23_toz_ks23_std_wood.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": -34, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ks23_toz_ks23_std_wood", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.44, + "Width": 2 + }, + "_proto": "56083be64bdc2d20478b456f", + "_type": "Item" + }, + "5e848dc4e4dbc5266a4ec63d": { + "_id": "5e848dc4e4dbc5266a4ec63d", + "_name": "stock_ks23_toz_ks23_std_metal", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1900, + "Description": "stock_ks23_toz_ks23_std_metal", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 11, + "ExamineExperience": 1, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ks23_toz_ks23_std_metal", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ks23_toz_ks23_std_metal.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -25, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ks23_toz_ks23_std_metal", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.26, + "Width": 2 + }, + "_proto": "56083be64bdc2d20478b456f", + "_type": "Item" + }, + "5e85a9a6eacf8c039e4e2ac1": { + "_id": "5e85a9a6eacf8c039e4e2ac1", + "_name": "patron_23x75_shrapnel_10", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 20, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber23x75", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 78, + "Damage": 87, + "Description": "patron_23x75_shrapnel_10", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 270, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_shotgun", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_23x75_shrapnel_10", + "NotShownInSlot": false, + "PenetrationChance": 0.12, + "PenetrationPower": 11, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_23x75_shrapnel_10.bundle", + "rcid": "" + }, + "ProjectileCount": 8, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.2, + "SendToClient": false, + "ShortName": "patron_23x75_shrapnel_10", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 3, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 10, + "StackMaxSize": 15, + "StackMinRandom": 3, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.8, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.08, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "buckshot", + "buckshotBullets": 6, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "12x70 Картечь", + "casingSounds": "shotgun_big" + }, + "_proto": "560d5e524bdc2d25448b4571", + "_type": "Item" + }, + "5e85a9f4add9fe03027d9bf1": { + "_id": "5e85a9f4add9fe03027d9bf1", + "_name": "patron_23x75_star", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 0, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 0.5, + "Blindness": { + "x": 10, + "y": 20, + "z": 20 + }, + "Caliber": "Caliber23x75", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 1.5, + "y": 4, + "z": 15 + }, + "CreditsPrice": 980, + "Damage": 0, + "Description": "patron_12,7x55_ps12", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 4, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.3, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 0, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": true, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 160, + "LightAndSoundShotSelfContusionStrength": 0.3, + "LightAndSoundShotSelfContusionTime": 7, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.672, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 0, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 0, + "MisfireChance": 0.01, + "Name": "patron_12,7x55_ps12", + "NotShownInSlot": false, + "PenetrationChance": 0.6, + "PenetrationPower": 0, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_23x75_star.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.4, + "SendToClient": false, + "ShortName": "patron_12,7x55_ps12", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 1, + "SpeedRetardation": 0.00009, + "StackMaxRandom": 3, + "StackMaxSize": 15, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.7, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.07, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 20, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 25, + "casingName": "5.45x39 мм ПС", + "casingSounds": "shotgun_big" + }, + "_proto": "56dff338d2720bbd668b4569", + "_type": "Item" + }, + "5e85aa1a988a8701445df1f5": { + "_id": "5e85aa1a988a8701445df1f5", + "_name": "patron_23x75_barricade", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 75, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 0.5, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber23x75", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 256, + "Damage": 192, + "Description": "patron_23x75_barricade", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 2.7, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.2, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 420, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 4, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_23x75_barricade", + "NotShownInSlot": false, + "PenetrationChance": 0.6, + "PenetrationPower": 39, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_23x75_barricade.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.4, + "SendToClient": false, + "ShortName": "patron_23x75_barricade", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 2, + "SpeedRetardation": 0.00009, + "StackMaxRandom": 15, + "StackMaxSize": 15, + "StackMinRandom": 3, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.7, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.08, + "Width": 1, + "ammoAccr": -5, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 25, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 25, + "casingName": "5.45x39 мм ПС", + "casingSounds": "shotgun_big" + }, + "_proto": "56dff338d2720bbd668b4569", + "_type": "Item" + }, + "5e870397991fd70db46995c8": { + "_id": "5e870397991fd70db46995c8", + "_name": "weapon_mossberg_590a1_12g", + "_parent": "5447b6094bdc2dc3278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.112, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.13, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.3, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.42, + "Chambers": [{ + "_id": "5e870397991fd70db46995cf", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5e870397991fd70db46995c8", + "_props": { + "filters": [{ + "Filter": ["560d5e524bdc2d25448b4571", "5d6e6772a4b936088465b17c", "5d6e67fba4b9361bc73bc779", "5d6e6806a4b936088465b17e", "5d6e68dea4b9361bcc29e659", "5d6e6911a4b9361bd5780d52", "5c0d591486f7744c505b416f", "58820d1224597753c90aeb13", "5d6e68c4a4b9361b93413f79", "5d6e68a8a4b9360b6c0d54e2", "5d6e68e6a4b9361c140bcfe0", "5d6e6869a4b9361c140bcfde", "5d6e68b3a4b9361bca7e50b5", "5d6e6891a4b9361bd473feea", "5d6e689ca4b9361bc8618956", "5d6e68d1a4b93622fe60e845"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 2.3, + "CoolFactor": 1, + "CreditsPrice": 14402, + "Description": "weapon_remington_model_870_12g", + "DeviationCurve": 6, + "DeviationMax": 13, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 48, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_pump", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_remington_model_870_12g", + "NotShownInSlot": false, + "OperatingResource": 3250, + "Prefab": { + "path": "assets/content/weapons/m590/weapon_mossberg_590a1_12g_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 95, + "RecoilCenter": { + "x": 0, + "y": -0.3, + "z": 0 + }, + "RecoilForceBack": 610, + "RecoilForceUp": 550, + "RecolDispersion": 15, + "ReloadMode": "InternalMagazine", + "RepairComplexity": 0, + "RepairCost": 86, + "RepairSpeed": 12, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.25, + "z": -0.06 + }, + "SendToClient": false, + "ShortName": "weapon_remington_model_870_12g", + "ShotgunDispersion": 1, + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5e870397991fd70db46995ca", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5e870397991fd70db46995c8", + "_props": { + "filters": [{ + "Filter": ["5e87071478f43e51ca2de5e1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5e870397991fd70db46995cb", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "5e870397991fd70db46995c8", + "_props": { + "filters": [{ + "Filter": ["5eea21647547d6330471b3c9", "5e87076ce2db31558c75a11d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5e870397991fd70db46995cc", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5e870397991fd70db46995c8", + "_props": { + "filters": [{ + "AnimationIndex": 0, + "Filter": ["5e87080c81c4ed43e83cefda"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": true + }, { + "_id": "5e870397991fd70db46995cd", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5e870397991fd70db46995c8", + "_props": { + "filters": [{ + "Filter": ["5eea217fc64c5d0dfc05712a", "5ef1b9f0c64c5d0dfc0571a1", "5e87116b81c4ed43e83cefdd"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5e870397991fd70db46995ce", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5e870397991fd70db46995c8", + "_props": { + "filters": [{ + "Filter": ["5e87114fe2db31558c75a120", "5eeb2ff5ea4f8b73c827350b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.1, + "Width": 4, + "ammoCaliber": "Caliber12g", + "bEffDist": 70, + "bFirerate": 30, + "bHearDist": 1, + "chamberAmmoCount": 1, + "defAmmo": "560d5e524bdc2d25448b4571", + "defMagType": "5e87080c81c4ed43e83cefda", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": false, + "shotgunDispersion": 20, + "weapClass": "shotgun", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "54491c4f4bdc2db1078b4568", + "_type": "Item" + }, + "5e87071478f43e51ca2de5e1": { + "_id": "5e87071478f43e51ca2de5e1", + "_name": "barrel_590_590a1_std_508mm_12g", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 5, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.52, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9800, + "Description": "barrel_870_extra_barrel_355mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -8, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": true, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 110, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_870_extra_barrel_355mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_590_590a1_std_508mm_12g.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -6, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_870_extra_barrel_355mm", + "ShotgunDispersion": 1.4, + "SightingRange": 0, + "Slots": [{ + "_id": "5e8720f1e2db31558c75a4ef", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5e87071478f43e51ca2de5e1", + "_props": { + "filters": [{ + "Filter": ["5e8708d4ae379e67d22e0102"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 30, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 5.2, + "Weight": 0.8, + "Width": 3 + }, + "_proto": "55d448594bdc2d8c2f8b4569", + "_type": "Item" + }, + "5e87076ce2db31558c75a11d": { + "_id": "5e87076ce2db31558c75a11d", + "_name": "handguard_590_mossberg_590a1_std", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1402, + "Description": "handguard_870_remington_12g_speedfeed_short", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_870_remington_12g_speedfeed_short", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_590_mossberg_590a1_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_870_remington_12g_speedfeed_short", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 30, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.65, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5e87080c81c4ed43e83cefda": { + "_id": "5e87080c81c4ed43e83cefda", + "_name": "mag_590_mossberg_magazie_cap_12g_8", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5e87080c81c4ed43e83cefdc", + "_max_count": 8, + "_name": "cartridges", + "_parent": "5e87080c81c4ed43e83cefda", + "_props": { + "filters": [{ + "Filter": ["560d5e524bdc2d25448b4571", "5d6e6772a4b936088465b17c", "5d6e67fba4b9361bc73bc779", "5d6e6806a4b936088465b17e", "5d6e68dea4b9361bcc29e659", "5d6e6911a4b9361bd5780d52", "5c0d591486f7744c505b416f", "58820d1224597753c90aeb13", "5d6e68c4a4b9361b93413f79", "5d6e68a8a4b9360b6c0d54e2", "5d6e68e6a4b9361c140bcfe0", "5d6e6869a4b9361c140bcfde", "5d6e68b3a4b9361bca7e50b5", "5d6e6891a4b9361bd473feea", "5d6e689ca4b9361bc8618956", "5d6e68d1a4b93622fe60e845"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1500, + "Description": "mag_590_mossberg_magazie_cap_12g_8", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_590_mossberg_magazie_cap_12g_8", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_590_mossberg_magazie_cap_12g_8.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "ReloadMagType": "InternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_590_mossberg_magazie_cap_12g_8", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "", + "Weight": 0.25, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55d4837c4bdc2d1d4e8b456c", + "_type": "Item" + }, + "5e8708d4ae379e67d22e0102": { + "_id": "5e8708d4ae379e67d22e0102", + "_name": "sight_front_590_mossberg_ghost_ring_sight_kit", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 700, + "CustomAimPlane": "", + "Description": "sight_front_590_mossberg_ghost_ring_sight_kit", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_590_mossberg_ghost_ring_sight_kit", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_590_mossberg_ghost_ring_sight_kit.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_590_mossberg_ghost_ring_sight_kit", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.02, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5e87114fe2db31558c75a120": { + "_id": "5e87114fe2db31558c75a120", + "_name": "sight_rear_590_mossberg_ghost_ring_sight_kit", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[1]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 800, + "CustomAimPlane": "", + "Description": "sight_rear_57_fn_five_seven_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_57_fn_five_seven_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_590_mossberg_ghost_ring_sight_kit.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_57_fn_five_seven_std", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.022, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5e87116b81c4ed43e83cefdd": { + "_id": "5e87116b81c4ed43e83cefdd", + "_name": "stock_590_mossberg_590a1_std", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1500, + "Description": "stock_590_mossberg_590a1_std\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 1, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_590_mossberg_590a1_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_590_mossberg_590a1_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -33, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_590_mossberg_590a1_std", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 20, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.64, + "Width": 2 + }, + "_proto": "56083be64bdc2d20478b456f", + "_type": "Item" + }, + "5e8f3423fd7471236e6e3b64": { + "_id": "5e8f3423fd7471236e6e3b64", + "_name": "item_drink_kvas", + "_parent": "5448e8d64bdc2dce718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8500, + "Description": "item_drink_kvas", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_bottle", + "LootExperience": 10, + "MaxResource": 60, + "MergesWithChildren": false, + "Name": "item_drink_kvas", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_drink_kvas/item_drink_kvas_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_drink_kvas", + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_drink_kvas/item_drink_kvas_container.bundle", + "rcid": "" + }, + "Weight": 0.6, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 15 + }, + "Hydration": { + "value": 65 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 3 + }, + "_proto": "5448fee04bdc2dbc018b4567", + "_type": "Item" + }, + "5e99711486f7744bfc4af328": { + "_id": "5e99711486f7744bfc4af328", + "_name": "sanitar_meds_medkit_ifak", + "_parent": "5448f39d4bdc2d0a728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 2, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 14852, + "Description": "Sanitar", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 11, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_medkit", + "LootExperience": 25, + "MaxHpResource": 3000, + "MergesWithChildren": false, + "Name": "Sanitar", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_ifak/item_ifak_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Sanitar", + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_ifak/item_ifak_container.bundle", + "rcid": "" + }, + "Weight": 0.8, + "Width": 1, + "effects_damage": { + "DestroyedPart": { + "cost": 0, + "delay": 0, + "duration": 0, + "fadeOut": 0, + "healthPenaltyMax": 100, + "healthPenaltyMin": 100 + } + }, + "effects_health": [], + "hpResourceRate": 1, + "medEffectType": "duringUse", + "medUseTime": 2 + }, + "_proto": "544fb45d4bdc2dee738b4568", + "_type": "Item" + }, + "5e99735686f7744bfc4af32c": { + "_id": "5e99735686f7744bfc4af32c", + "_name": "sanitar_medical_surgical_kit", + "_parent": "5448f3ac4bdc2dce718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 22500, + "Description": "sanitar_medical_surgical_kit", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 11, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_medkit", + "LootExperience": 40, + "MaxHpResource": 3000, + "MergesWithChildren": false, + "Name": "sanitar_medical_surgical_kit", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_meds_core_medical_surgical_kit/item_meds_core_medical_surgical_kit_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": true, + "ShortName": "sanitar_medical_surgical_kit", + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_meds_core_medical_surgical_kit/item_meds_core_medical_surgical_kit_container.bundle", + "rcid": "" + }, + "Weight": 0.4, + "Width": 1, + "effects_damage": { + "DestroyedPart": { + "delay": 0, + "duration": 0, + "fadeOut": 0, + "healthPenaltyMax": 100, + "healthPenaltyMin": 100 + } + }, + "effects_health": [], + "hpResourceRate": 1, + "medEffectType": "duringUse", + "medUseTime": 16 + }, + "_proto": "544fb3364bdc2d34748b456a", + "_type": "Item" + }, + "5e997f0b86f7741ac73993e2": { + "_id": "5e997f0b86f7741ac73993e2", + "_name": "backpack_sanitar_medbag", + "_parent": "5448e53e4bdc2d60728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 46075, + "Description": "Sanitar bag", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "GridLayoutName": "", + "Grids": [{ + "_id": "5e997f0b86f7741ac73993e4", + "_name": "main", + "_parent": "5e997f0b86f7741ac73993e2", + "_props": { + "cellsH": 4, + "cellsV": 4, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 4, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_backpack", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Sanitar bag", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_sanitar_medbag/backpack_sanitar_medbag.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Sanitar bag", + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.2, + "Width": 4, + "speedPenaltyPercent": 0 + }, + "_proto": "56e335e4d2720b6c058b456d", + "_type": "Item" + }, + "5e9dacf986f774054d6b89f4": { + "_id": "5e9dacf986f774054d6b89f4", + "_name": "item_equipment_armor_defender2", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "ArmoredSteel", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.24, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 290874, + "DeafStrength": "None", + "Description": "iotv_mob", + "DiscardingBlock": false, + "Durability": 70, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 4, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 70, + "MergesWithChildren": false, + "Name": "iotv_mob", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_def2/item_equipment_armor_def2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 1162, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": true, + "ShortName": "iotv_mob", + "Slots": [], + "SpawnChance": 0.1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 11.5, + "Width": 3, + "armorClass": "5", + "armorZone": ["Chest", "Stomach"], + "headSegments": [], + "mousePenalty": -12, + "speedPenaltyPercent": -9, + "weaponErgonomicPenalty": -7 + }, + "_proto": "545cdb794bdc2d3a198b456a", + "_type": "Item" + }, + "5e9db13186f7742f845ee9d3": { + "_id": "5e9db13186f7742f845ee9d3", + "_name": "item_equipment_rig_bearing", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 45000, + "Description": "commando", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5e9db13186f7742f845ee9d5", + "_name": "1", + "_parent": "5e9db13186f7742f845ee9d3", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e9db13186f7742f845ee9d6", + "_name": "2", + "_parent": "5e9db13186f7742f845ee9d3", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e9db13186f7742f845ee9d7", + "_name": "3", + "_parent": "5e9db13186f7742f845ee9d3", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e9db13186f7742f845ee9d8", + "_name": "4", + "_parent": "5e9db13186f7742f845ee9d3", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e9db13186f7742f845ee9d9", + "_name": "5", + "_parent": "5e9db13186f7742f845ee9d3", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e9db13186f7742f845ee9da", + "_name": "6", + "_parent": "5e9db13186f7742f845ee9d3", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e9db13186f7742f845ee9db", + "_name": "7", + "_parent": "5e9db13186f7742f845ee9d3", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5e9db13186f7742f845ee9dc", + "_name": "8", + "_parent": "5e9db13186f7742f845ee9d3", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "commando", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_bearing/item_equipment_rig_bearing.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RigLayoutName": "Bearing", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "commando", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.36, + "Width": 3, + "armorClass": 0, + "armorZone": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "5e9dcf5986f7746c417435b3": { + "_id": "5e9dcf5986f7746c417435b3", + "_name": "item_equipment_backpack_daypack14", + "_parent": "5448e53e4bdc2d60728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 22600, + "Description": "Very Wild Backpack", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "GridLayoutName": "", + "Grids": [{ + "_id": "5e9dcf5986f7746c417435b5", + "_name": "main", + "_parent": "5e9dcf5986f7746c417435b3", + "_props": { + "cellsH": 4, + "cellsV": 5, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 5, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_backpack", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Very Wild Backpack", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_daypack/item_equipment_backpack_daypack.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "VWB", + "Slots": [], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.56, + "Width": 4, + "speedPenaltyPercent": 0 + }, + "_proto": "545cdae64bdc2d39198b4568", + "_type": "Item" + }, + "5ea02bb600685063ec28bfa1": { + "_id": "5ea02bb600685063ec28bfa1", + "_name": "barrel_ppsh_269mm_762x25", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.21, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8200, + "Description": "barrel_ppsh_269mm_762x25", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_ppsh_269mm_762x25", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_ppsh_269mm_762x25.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_ppsh_269mm_762x25", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [], + "SpawnChance": 40, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -2, + "Weight": 0.51, + "Width": 2 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5ea034eb5aad6446a939737b": { + "_id": "5ea034eb5aad6446a939737b", + "_name": "mag_ppsh_zis_std_762x25_35", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5ea034eb5aad6446a939737d", + "_max_count": 35, + "_name": "cartridges", + "_parent": "5ea034eb5aad6446a939737b", + "_props": { + "filters": [{ + "Filter": ["5735ff5c245977640e39ba7e", "573601b42459776410737435", "573602322459776445391df1", "5736026a245977644601dc61", "573603562459776430731618", "573603c924597764442bd9cb", "5735fdcd2459776445391d61"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 20, + "ConflictingItems": [], + "CreditsPrice": 2631, + "Description": "mag_ppsh_zis_std_762x25_35", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 20, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ppsh_zis_std_762x25_35", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ppsh_zis_std_762x25_35.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ppsh_zis_std_762x25_35", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.38, + "Width": 1, + "magAnimationIndex": 1 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "5ea034f65aad6446a939737e": { + "_id": "5ea034f65aad6446a939737e", + "_name": "mag_ppsh_zis_std_762x25_71", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5ea034f65aad6446a9397380", + "_max_count": 71, + "_name": "cartridges", + "_parent": "5ea034f65aad6446a939737e", + "_props": { + "filters": [{ + "Filter": ["5735ff5c245977640e39ba7e", "573601b42459776410737435", "573602322459776445391df1", "5736026a245977644601dc61", "573603562459776430731618", "573603c924597764442bd9cb", "5735fdcd2459776445391d61"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 30, + "ConflictingItems": [], + "CreditsPrice": 16000, + "Description": "mag_ppsh_zis_std_762x25_71", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -9, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 35, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ppsh_zis_std_762x25_71", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ppsh_zis_std_762x25_71.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ppsh_zis_std_762x25_71", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.9, + "Width": 2, + "magAnimationIndex": 0 + }, + "_proto": "55d480c04bdc2d1d4e8b456a", + "_type": "Item" + }, + "5ea03e5009aa976f2e7a514b": { + "_id": "5ea03e5009aa976f2e7a514b", + "_name": "reciever_ppsh_zis_ppsh41_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1200, + "Description": "Штатная крышка ствольной коробки АК-74 производства Ижмаш.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Крышка ствольной коробки Ижмаш для АК-74", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_ppsh_zis_ppsh41_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Кск АК74", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.1, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5ea03e9400685063ec28bfa4": { + "_id": "5ea03e9400685063ec28bfa4", + "_name": "stock_ppsh_zis_ppsh41_std_wood", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5b3f7bf05acfc433000ecf6b"], + "CreditsPrice": 2120, + "Description": "stock_toz-106_toz_short_std_wood", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 28, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_toz-106_toz_short_std_wood", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ppsh_zis_ppsh41_std_wood.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -29, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_toz-106_toz_short_std_wood", + "SightingRange": 0, + "SizeReduceRight": 2, + "Slots": [], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.05, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5ea03f7400685063ec28bfa8": { + "_id": "5ea03f7400685063ec28bfa8", + "_name": "weapon_zis_ppsh41_762x25", + "_parent": "5447b5e04bdc2d62278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.15, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": false, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.15, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.18, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.1, + "Chambers": [], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 1.5, + "CoolFactor": 1, + "CreditsPrice": 10251, + "Description": "weapon_zis_ppsh41_762x25", + "DeviationCurve": 4, + "DeviationMax": 20, + "DiscardingBlock": false, + "Durability": 95, + "DurabilityBurnRatio": 1, + "Ergonomics": 16, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 50, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_zis_ppsh41_762x25", + "NotShownInSlot": false, + "OperatingResource": 5000, + "Prefab": { + "path": "assets/content/weapons/ppsh41/weapon_zis_ppsh41_762x25_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RecoilAngle": 110, + "RecoilCenter": { + "x": 0, + "y": -0.25, + "z": 0 + }, + "RecoilForceBack": 360, + "RecoilForceUp": 77, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 51, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.27, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "weapon_zis_ppsh41_762x25", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5ea03f7400685063ec28bfab", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5ea03f7400685063ec28bfa8", + "_props": { + "filters": [{ + "Filter": ["5ea03e9400685063ec28bfa4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5ea03f7400685063ec28bfad", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5ea03f7400685063ec28bfa8", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5ea034eb5aad6446a939737b", "5ea034f65aad6446a939737e"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5ea03f7400685063ec28bfaf", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5ea03f7400685063ec28bfa8", + "_props": { + "filters": [{ + "Filter": ["5ea03e5009aa976f2e7a514b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5ea06b13fadf1d18c87b0774", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5ea03f7400685063ec28bfa8", + "_props": { + "filters": [{ + "Filter": ["5ea02bb600685063ec28bfa1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -17.9, + "Weight": 1.01, + "Width": 1, + "ammoCaliber": "Caliber762x25TT", + "bEffDist": 200, + "bFirerate": 1000, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5735ff5c245977640e39ba7e", + "defMagType": "5ea034eb5aad6446a939737b", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": false, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "smg", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5ea058e01dbce517f324b3e2": { + "_id": "5ea058e01dbce517f324b3e2", + "_name": "item_equipment_helmet_tk_heavy_trooper", + "_parent": "57bef4c42459772e8d35a53b", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Aramid", + "BackgroundColor": "default", + "BlindnessProtection": 0.2, + "BlocksEarpiece": false, + "BlocksEyewear": true, + "BlocksFaceCover": true, + "BlocksHeadwear": false, + "BluntThroughput": 0.1, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5c1a1e3f2e221602b66cc4c2", "5bd071d786f7747e707b93a3", "5bd0716d86f774171822ef4b", "5bd06f5d86f77427101ad47c", "5b432c305acfc40019478128", "5e54f79686f7744022011103", "5b4326435acfc433000ed01d", "5e71f6be86f77429f2683c44", "5b432b2f5acfc4771e1c6622", "5b4325355acfc40019478126", "5e54f76986f7740366043752", "5b432b6c5acfc4001a599bf0", "5e71fad086f77422443d4604", "572b7fa524597762b747ce82", "59e7715586f7742ee5789605", "5ab8f85d86f7745cd93a1cf5", "5a16ba61fcdbcb098008728a", "5a16b672fcdbcb001912fa83", "5a16b7e1fcdbcb00165aa6c9", "5aa7e3abe5b5b000171d064d", "5c0e66e2d174af02a96252f4", "5e00cdd986f7747473332240"], + "CreditsPrice": 61000, + "DeafStrength": "None", + "Description": "item_equipment_helmet_tk_heavy_trooper", + "DiscardingBlock": false, + "Durability": 45, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 45, + "MergesWithChildren": true, + "Name": "item_equipment_helmet_tk_heavy_trooper", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_tk_heavy_trooper/item_equipment_helmet_tk_heavy_trooper.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 131, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.4, + "z": 50 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_tk_heavy_trooper", + "Slots": [{ + "_id": "5ea061dd3df0eb08296a0b4a", + "_mergeSlotWithChildren": false, + "_name": "mod_nvg", + "_parent": "5ea058e01dbce517f324b3e2", + "_props": { + "filters": [{ + "Filter": ["5c0558060db834001b735271", "5a16b8a9fcdbcb00165aa6ca"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.4, + "Width": 2, + "armorClass": "2", + "armorZone": ["Head"], + "headSegments": ["Top", "Eyes", "Jaws"], + "mousePenalty": -2, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": -2 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5ea05cf85ad9772e6624305d": { + "_id": "5ea05cf85ad9772e6624305d", + "_name": "item_equipment_helmet_hops_core_fast", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.6, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 15100, + "DeafStrength": "None", + "Description": "item_equipment_helmet_hops_core_fast", + "DiscardingBlock": false, + "Durability": 40, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 40, + "MergesWithChildren": true, + "Name": "item_equipment_helmet_hops_core_fast", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_hops_core_fast/item_equipment_helmet_hops_core_fast.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 125, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.5, + "z": 40 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_hops_core_fast", + "Slots": [{ + "_id": "5ea05cf85ad9772e6624305f", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment_000", + "_parent": "5ea05cf85ad9772e6624305d", + "_props": { + "filters": [{ + "Filter": ["5a16badafcdbcb001865f72d", "5a16b672fcdbcb001912fa83", "5a16b7e1fcdbcb00165aa6c9"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ea05cf85ad9772e66243060", + "_mergeSlotWithChildren": false, + "_name": "mod_nvg", + "_parent": "5ea05cf85ad9772e6624305d", + "_props": { + "filters": [{ + "Filter": ["5ea058e01dbce517f324b3e2", "5c0558060db834001b735271", "5a16b8a9fcdbcb00165aa6ca"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ea05cf85ad9772e66243061", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5ea05cf85ad9772e6624305d", + "_props": { + "filters": [{ + "Filter": ["5a398b75c4a282000a51a266", "5a398ab9c4a282000c5a9842"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ea05cf85ad9772e66243062", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment_001", + "_parent": "5ea05cf85ad9772e6624305d", + "_props": { + "filters": [{ + "Filter": ["5a16b9fffcdbcb0176308b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ea05cf85ad9772e66243063", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment_002", + "_parent": "5ea05cf85ad9772e6624305d", + "_props": { + "filters": [{ + "Filter": ["5c0e66e2d174af02a96252f4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.45, + "Width": 2, + "armorClass": "1", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape"], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": -1 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5ea16acdfadf1d18c87b0784": { + "_id": "5ea16acdfadf1d18c87b0784", + "_name": "handguard_ar15_geissele_smr_mk16_95_inch", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a34fbadc4a28200741e230a", "5ae30e795acfc408fb139a0b", "56ea8d2fd2720b7c698b4570"], + "CreditsPrice": 16100, + "Description": "handguard_sa58_ds_arms_picatinny_quad_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_sa58_ds_arms_picatinny_quad_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar15_geissele_smr_mk16_95_inch.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_sa58_ds_arms_picatinny_quad_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "5ea16acdfadf1d18c87b0786", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5ea16acdfadf1d18c87b0784", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ea16acdfadf1d18c87b0787", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5ea16acdfadf1d18c87b0784", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ea16acdfadf1d18c87b0788", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5ea16acdfadf1d18c87b0784", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ea16acdfadf1d18c87b0789", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5ea16acdfadf1d18c87b0784", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ea16acdfadf1d18c87b078a", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5ea16acdfadf1d18c87b0784", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ea16acdfadf1d18c87b078b", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5ea16acdfadf1d18c87b0784", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c", "55d4af3a4bdc2d972f8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.335, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5ea16ada09aa976f2e7a51be": { + "_id": "5ea16ada09aa976f2e7a51be", + "_name": "handguard_ar15_geissele_smr_mk16_135_inch", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a34fbadc4a28200741e230a", "5ae30e795acfc408fb139a0b", "56ea8d2fd2720b7c698b4570", "55d35ee94bdc2d61338b4568"], + "CreditsPrice": 14400, + "Description": "handguard_sa58_ds_arms_picatinny_quad_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_sa58_ds_arms_picatinny_quad_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar15_geissele_smr_mk16_135_inch.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_sa58_ds_arms_picatinny_quad_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "5ea16ada09aa976f2e7a51c0", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5ea16ada09aa976f2e7a51be", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ea16ada09aa976f2e7a51c1", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5ea16ada09aa976f2e7a51be", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ea16ada09aa976f2e7a51c2", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5ea16ada09aa976f2e7a51be", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ea16ada09aa976f2e7a51c3", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5ea16ada09aa976f2e7a51be", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ea16ada09aa976f2e7a51c4", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5ea16ada09aa976f2e7a51be", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ea16ada09aa976f2e7a51c5", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5ea16ada09aa976f2e7a51be", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ea16ada09aa976f2e7a51c6", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5ea16ada09aa976f2e7a51be", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c", "55d4af3a4bdc2d972f8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.48, + "Width": 3 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5ea16d4d5aad6446a939753d": { + "_id": "5ea16d4d5aad6446a939753d", + "_name": "charge_ar15_geissele_ach", + "_parent": "55818a6f4bdc2db9688b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5200, + "Description": "charge_ar15_radian_raptor_ambidextrous_charging_handle", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "charge_ar15_radian_raptor_ambidextrous_charging_handle", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/charges/charge_ar15_geissele_ach.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "charge_ar15_radian_raptor_ambidextrous_charging_handle", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.03, + "Width": 1 + }, + "_proto": "55802f624bdc2d1c128b4580", + "_type": "Item" + }, + "5ea172e498dacb342978818e": { + "_id": "5ea172e498dacb342978818e", + "_name": "muzzle_ar15_surefire_sf4p_fh556rc_flash_hider_556x45", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 3, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6900, + "Description": "muzzle_ar15_surefire_sf3p_flash_hider_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar15_surefire_sf3p_flash_hider_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar15_surefire_sf4p_fh556rc_flash_hider_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar15_surefire_sf3p_flash_hider_556x45", + "SightingRange": 0, + "Slots": [{ + "_id": "5ea172e498dacb3429788190", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5ea172e498dacb342978818e", + "_props": { + "filters": [{ + "Filter": ["55d6190f4bdc2d87028b4567", "55d614004bdc2d86028b4568", "5ea17bbc09aa976f2e7a51cd"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.06, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5ea17bbc09aa976f2e7a51cd": { + "_id": "5ea17bbc09aa976f2e7a51cd", + "_name": "silencer_socom_surefire_socom556_rc2_556x45", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 49500, + "Description": "silencer_socom_surefire_socom556_rc2_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.62, + "EffectiveDistance": 0, + "Ergonomics": -17, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": -24, + "MergesWithChildren": true, + "Name": "silencer_socom_surefire_socom556_rc2_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_socom_surefire_socom556_rc2_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_socom_surefire_socom556_rc2_556x45", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.75, + "Weight": 0.482, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "54490a4d4bdc2dbc018b4573", + "_type": "Item" + }, + "5ea17ca01412a1425304d1c0": { + "_id": "5ea17ca01412a1425304d1c0", + "_name": "item_equipment_helmet_diamond_age_bastion", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.132, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 101000, + "DeafStrength": "None", + "Description": "item_equipment_helmet_diamond_age_bastion", + "DiscardingBlock": false, + "Durability": 40, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 40, + "MergesWithChildren": true, + "Name": "item_equipment_helmet_diamond_age_bastion", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_diamond_age_bastion/item_equipment_helmet_diamond_age_bastion.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 1002, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.5, + "z": 70 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_diamond_age_bastion", + "Slots": [{ + "_id": "5ea17ca01412a1425304d1c3", + "_mergeSlotWithChildren": false, + "_name": "mod_nvg", + "_parent": "5ea17ca01412a1425304d1c0", + "_props": { + "filters": [{ + "Filter": ["5ea18c84ecf1982c7712d9a2", "5c0558060db834001b735271", "5a16b8a9fcdbcb00165aa6ca"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.96, + "Width": 2, + "armorClass": "4", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape"], + "mousePenalty": -7, + "speedPenaltyPercent": -1, + "weaponErgonomicPenalty": -2 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5ea18c84ecf1982c7712d9a2": { + "_id": "5ea18c84ecf1982c7712d9a2", + "_name": "item_equipment_helmet_diamond_age_bastion_shield", + "_parent": "57bef4c42459772e8d35a53b", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Ceramic", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.05, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a16ba61fcdbcb098008728a", "5a16b672fcdbcb001912fa83", "5a16b7e1fcdbcb00165aa6c9", "5aa7e3abe5b5b000171d064d", "5c0e66e2d174af02a96252f4", "5e00cdd986f7747473332240"], + "CreditsPrice": 110300, + "DeafStrength": "None", + "Description": "item_equipment_helmet_diamond_age_bastion_shield", + "DiscardingBlock": false, + "Durability": 40, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 40, + "MergesWithChildren": true, + "Name": "item_equipment_helmet_diamond_age_bastion_shield", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_diamond_age_bastion_shield/item_equipment_helmet_diamond_age_bastion_shield.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 175, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.4, + "z": 50 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_diamond_age_bastion_shield", + "Slots": [{ + "_id": "5ea18c84ecf1982c7712d9a4", + "_mergeSlotWithChildren": false, + "_name": "mod_nvg", + "_parent": "5ea18c84ecf1982c7712d9a2", + "_props": { + "filters": [{ + "Filter": ["5c0558060db834001b735271", "5a16b8a9fcdbcb00165aa6ca"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.99, + "Width": 2, + "armorClass": "6", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape"], + "mousePenalty": -6, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": -11 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5ea2a8e200685063ec28c05a": { + "_id": "5ea2a8e200685063ec28c05a", + "_name": "patron_1143x23_rip", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 12, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber1143x23ACP", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 401, + "Damage": 127, + "Description": "patron_9x19_PSO_gzh", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.5, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 1, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.2, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 293, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.3, + "LootExperience": 0, + "MalfunctionChance": 0.392, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 6, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 6, + "MisfireChance": 0.03, + "Name": "patron_9x19_PSO_gzh", + "NotShownInSlot": false, + "PenetrationChance": 0.02, + "PenetrationPower": 3, + "PenetrationPowerDiviation": 0.136, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_1143x23_rip.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.002, + "SendToClient": false, + "ShortName": "patron_9x19_PSO_gzh", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 3, + "SpeedRetardation": 0.0001, + "StackMaxRandom": 20, + "StackMaxSize": 50, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.9, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.019, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "54527c774bdc2d3f668b4568", + "_type": "Item" + }, + "5ed515c8d380ab312177c0fa": { + "_id": "5ed515c8d380ab312177c0fa", + "_name": "3-(b-TG)", + "_parent": "5448f3a64bdc2d60728b456a", + "_props": { + "AllowSpawnOnLocations": ["laboratory"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 23610, + "Description": "", + "DiscardingBlock": false, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_stimulator", + "LootExperience": 20, + "MaxHpResource": 0, + "MergesWithChildren": false, + "Name": "3-(b-TG)", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_3btg_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": true, + "ShortName": "3-(b-TG)", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "Buffs_3bTG", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_3btg_container.bundle", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1, + "effects_damage": [], + "effects_health": [], + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 2 + }, + "_proto": "544fb3f34bdc2d03748b456a", + "_type": "Item" + }, + "5ed515e03a40a50460332579": { + "_id": "5ed515e03a40a50460332579", + "_name": "L1", + "_parent": "5448f3a64bdc2d60728b456a", + "_props": { + "AllowSpawnOnLocations": ["laboratory"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 28900, + "Description": "", + "DiscardingBlock": false, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_stimulator", + "LootExperience": 20, + "MaxHpResource": 0, + "MergesWithChildren": false, + "Name": "L1(Norepinephrine)", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_l1_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": true, + "ShortName": "L1(Norepinephrine)", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "Buffs_L1", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_l1_container.bundle", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1, + "effects_damage": { + "Pain": { + "delay": 0, + "duration": 120, + "fadeOut": 0 + } + }, + "effects_health": [], + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 2 + }, + "_proto": "544fb3f34bdc2d03748b456a", + "_type": "Item" + }, + "5ed515ece452db0eb56fc028": { + "_id": "5ed515ece452db0eb56fc028", + "_name": "P22", + "_parent": "5448f3a64bdc2d60728b456a", + "_props": { + "AllowSpawnOnLocations": ["laboratory"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 31000, + "Description": "", + "DiscardingBlock": false, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_stimulator", + "LootExperience": 20, + "MaxHpResource": 0, + "MergesWithChildren": false, + "Name": "P22", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_p22_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": true, + "ShortName": "P22", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "Buffs_P22", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_p22_container.bundle", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1, + "effects_damage": [], + "effects_health": [], + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 2 + }, + "_proto": "544fb3f34bdc2d03748b456a", + "_type": "Item" + }, + "5ed515f6915ec335206e4152": { + "_id": "5ed515f6915ec335206e4152", + "_name": "AHF1-M", + "_parent": "5448f3a64bdc2d60728b456a", + "_props": { + "AllowSpawnOnLocations": ["laboratory"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 35000, + "Description": "", + "DiscardingBlock": false, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_stimulator", + "LootExperience": 20, + "MaxHpResource": 0, + "MergesWithChildren": false, + "Name": "AHF1-M", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_ahf1-m_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": true, + "ShortName": "AHF1-M", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "Buffs_AHF1M", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_ahf1-m_container.bundle", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1, + "effects_damage": [], + "effects_health": [], + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 2 + }, + "_proto": "544fb3f34bdc2d03748b456a", + "_type": "Item" + }, + "5ed5160a87bb8443d10680b5": { + "_id": "5ed5160a87bb8443d10680b5", + "_name": "Meldonin", + "_parent": "5448f3a64bdc2d60728b456a", + "_props": { + "AllowSpawnOnLocations": ["laboratory"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 43000, + "Description": "", + "DiscardingBlock": false, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_stimulator", + "LootExperience": 20, + "MaxHpResource": 0, + "MergesWithChildren": false, + "Name": "Meldonin", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_mildronate_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": true, + "ShortName": "Meldonin", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "Buffs_Meldonin", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_mildronate_container.bundle", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1, + "effects_damage": [], + "effects_health": [], + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 2 + }, + "_proto": "544fb3f34bdc2d03748b456a", + "_type": "Item" + }, + "5ed51652f6c34d2cc26336a1": { + "_id": "5ed51652f6c34d2cc26336a1", + "_name": "M.U.L.E", + "_parent": "5448f3a64bdc2d60728b456a", + "_props": { + "AllowSpawnOnLocations": ["laboratory"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 33500, + "Description": "", + "DiscardingBlock": false, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_stimulator", + "LootExperience": 20, + "MaxHpResource": 0, + "MergesWithChildren": false, + "Name": "M.U.L.E", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_mule_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": true, + "ShortName": "M.U.L.E", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "Buffs_MULE", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_mule_container.bundle", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1, + "effects_damage": [], + "effects_health": [], + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 2 + }, + "_proto": "544fb3f34bdc2d03748b456a", + "_type": "Item" + }, + "5ed5166ad380ab312177c100": { + "_id": "5ed5166ad380ab312177c100", + "_name": "Obdolbos", + "_parent": "5448f3a64bdc2d60728b456a", + "_props": { + "AllowSpawnOnLocations": ["laboratory"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 47610, + "Description": "", + "DiscardingBlock": false, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_stimulator", + "LootExperience": 20, + "MaxHpResource": 0, + "MergesWithChildren": false, + "Name": "Obdolbos", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_obdolbos_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": true, + "ShortName": "Obdolbos", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "Buffs_Obdolbos", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_obdolbos_container.bundle", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1, + "effects_damage": [], + "effects_health": [], + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 2 + }, + "_proto": "544fb3f34bdc2d03748b456a", + "_type": "Item" + }, + "5ede4739e0350d05467f73e8": { + "_id": "5ede4739e0350d05467f73e8", + "_name": "patron_40x46_m406", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 40, + "AnimationVariantsNumber": 0, + "ArmorDamage": 95, + "ArmorDistanceDistanceDamage": { + "x": 1, + "y": 6, + "z": 22 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber40x46", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 1.5, + "y": 6, + "z": 9 + }, + "CreditsPrice": 7700, + "Damage": 199, + "Description": "patron_30x29_vog_30", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 70, + "ExplosionType": "smallgrenade_expl", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6fc86f7745e585b4de3", + "FragmentationChance": 0, + "FragmentsCount": 10, + "FuzeArmTimeSec": 0.3, + "HasGrenaderComponent": true, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 76, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_launcher", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 7, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 1, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_30x29_vog_30", + "NotShownInSlot": false, + "PenetrationChance": 0, + "PenetrationPower": 1, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_40x46_m406.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0, + "SendToClient": false, + "ShortName": "patron_30x29_vog_30", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 2, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 1, + "StackMaxSize": 1, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.9, + "Tracer": false, + "TracerColor": "green", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.23, + "Width": 1, + "ammoAccr": 15, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -10, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "grenade", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "30x29", + "casingSounds": "127rifle" + }, + "_proto": "56dfef82d2720bbd668b4567", + "_type": "Item" + }, + "5ede47405b097655935d7d16": { + "_id": "5ede47405b097655935d7d16", + "_name": "patron_40x46_m441", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 40, + "AnimationVariantsNumber": 0, + "ArmorDamage": 95, + "ArmorDistanceDistanceDamage": { + "x": 1, + "y": 6.5, + "z": 24 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber40x46", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 1.5, + "y": 6.5, + "z": 9 + }, + "CreditsPrice": 8500, + "Damage": 199, + "Description": "patron_30x29_vog_30", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 80, + "ExplosionType": "smallgrenade_expl", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6fc86f7745e585b4de3", + "FragmentationChance": 0, + "FragmentsCount": 10, + "FuzeArmTimeSec": 0.1, + "HasGrenaderComponent": true, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 76, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_launcher", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 8, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 1, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_30x29_vog_30", + "NotShownInSlot": false, + "PenetrationChance": 0, + "PenetrationPower": 1, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_40x46_m441.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0, + "SendToClient": false, + "ShortName": "patron_30x29_vog_30", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 1, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 1, + "StackMaxSize": 1, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.9, + "Tracer": false, + "TracerColor": "green", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.23, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "grenade", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "30x29", + "casingSounds": "127rifle" + }, + "_proto": "56dfef82d2720bbd668b4567", + "_type": "Item" + }, + "5ede474b0c226a66f5402622": { + "_id": "5ede474b0c226a66f5402622", + "_name": "patron_40x46_m381", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 40, + "AnimationVariantsNumber": 0, + "ArmorDamage": 95, + "ArmorDistanceDistanceDamage": { + "x": 1, + "y": 6, + "z": 22 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber40x46", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 1.5, + "y": 6, + "z": 9 + }, + "CreditsPrice": 5700, + "Damage": 199, + "Description": "patron_30x29_vog_30", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 70, + "ExplosionType": "smallgrenade_expl", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6fc86f7745e585b4de3", + "FragmentationChance": 0, + "FragmentsCount": 10, + "FuzeArmTimeSec": 0.1, + "HasGrenaderComponent": true, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 76, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_launcher", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 7, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 1, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_30x29_vog_30", + "NotShownInSlot": false, + "PenetrationChance": 0, + "PenetrationPower": 1, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_40x46_m381.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0, + "SendToClient": false, + "ShortName": "patron_30x29_vog_30", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 2, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 1, + "StackMaxSize": 1, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.9, + "Tracer": false, + "TracerColor": "green", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.23, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "grenade", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "30x29", + "casingSounds": "127rifle" + }, + "_proto": "56dfef82d2720bbd668b4567", + "_type": "Item" + }, + "5ede475339ee016e8c534742": { + "_id": "5ede475339ee016e8c534742", + "_name": "patron_40x46_m576", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 40, + "AnimationVariantsNumber": 0, + "ArmorDamage": 95, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber40x46", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 2900, + "Damage": 160, + "Description": "patron_30x29_vog_30", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 100, + "ExplosionType": "smallgrenade_expl", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0.1, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 269, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_launcher", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 10, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 4, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_30x29_vog_30", + "NotShownInSlot": false, + "PenetrationChance": 0.02, + "PenetrationPower": 5, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_40x46_m576.bundle", + "rcid": "" + }, + "ProjectileCount": 15, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0, + "SendToClient": false, + "ShortName": "patron_30x29_vog_30", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 6, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 1, + "StackMaxSize": 1, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.9, + "Tracer": false, + "TracerColor": "green", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.12, + "Width": 1, + "ammoAccr": 100, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "buckshot", + "buckshotBullets": 8, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "30x29", + "casingSounds": "127rifle" + }, + "_proto": "56dfef82d2720bbd668b4567", + "_type": "Item" + }, + "5ede475b549eed7c6d5c18fb": { + "_id": "5ede475b549eed7c6d5c18fb", + "_name": "patron_40x46_m386", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 40, + "AnimationVariantsNumber": 0, + "ArmorDamage": 95, + "ArmorDistanceDistanceDamage": { + "x": 1, + "y": 6, + "z": 22 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber40x46", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 1.5, + "y": 6, + "z": 9 + }, + "CreditsPrice": 6850, + "Damage": 199, + "Description": "patron_30x29_vog_30", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 70, + "ExplosionType": "smallgrenade_expl", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6fc86f7745e585b4de3", + "FragmentationChance": 0, + "FragmentsCount": 10, + "FuzeArmTimeSec": 0.3, + "HasGrenaderComponent": true, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 76, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_launcher", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 7, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 1, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_30x29_vog_30", + "NotShownInSlot": false, + "PenetrationChance": 0, + "PenetrationPower": 1, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_40x46_m386.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0, + "SendToClient": false, + "ShortName": "patron_30x29_vog_30", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 2, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 1, + "StackMaxSize": 1, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.9, + "Tracer": false, + "TracerColor": "green", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.23, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "grenade", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "30x29", + "casingSounds": "127rifle" + }, + "_proto": "56dfef82d2720bbd668b4567", + "_type": "Item" + }, + "5ede7a8229445733cb4c18e2": { + "_id": "5ede7a8229445733cb4c18e2", + "_name": "rezbase_key_mech_bunk1", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 50000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 25, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_12.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5ede7b0c6d23e5473e6e8c66": { + "_id": "5ede7b0c6d23e5473e6e8c66", + "_name": "rezbase_key_rls_stor1", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 77000, + "Description": "Key_Shopping_Mall_KIBA", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Key_Shopping_Mall_KIBA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_5.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Key_Shopping_Mall_KIBA", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5671446a4bdc2d97058b4569", + "_type": "Item" + }, + "5eea21647547d6330471b3c9": { + "_id": "5eea21647547d6330471b3c9", + "_name": "handguard_590_magpul_moe_590", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7900, + "Description": "handguard_590_magpul_moe_590", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 13, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_590_magpul_moe_590", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_590_magpul_moe_590.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_590_magpul_moe_590", + "SightingRange": 0, + "Slots": [{ + "_id": "5eea21647547d6330471b3cb", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5eea21647547d6330471b3c9", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5eea21647547d6330471b3cc", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5eea21647547d6330471b3c9", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5eea21647547d6330471b3cd", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5eea21647547d6330471b3c9", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.6, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5eea217fc64c5d0dfc05712a": { + "_id": "5eea217fc64c5d0dfc05712a", + "_name": "stock_590_magpul_sga", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8824, + "Description": "stock_870_magpul_sga", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 1, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_870_magpul_sga", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_590_magpul_sga.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -42, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_870_magpul_sga", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.68, + "Width": 2 + }, + "_proto": "56083be64bdc2d20478b456f", + "_type": "Item" + }, + "5eeb2ff5ea4f8b73c827350b": { + "_id": "5eeb2ff5ea4f8b73c827350b", + "_name": "mount_590_bat_rb7m", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5900, + "Description": "mount_590_bat_rb7m", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_590_bat_rb7m", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_590_bat_rb7m.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_590_bat_rb7m", + "SightingRange": 0, + "Slots": [{ + "_id": "5eeb2ff5ea4f8b73c827350d", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5eeb2ff5ea4f8b73c827350b", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5eeb2ff5ea4f8b73c827350e", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5eeb2ff5ea4f8b73c827350b", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5eeb2ff5ea4f8b73c827350f", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5eeb2ff5ea4f8b73c827350b", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5eff475295cf7c48714a4f52", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5eeb2ff5ea4f8b73c827350b", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5eff475e27176e46940ce1b3", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_003", + "_parent": "5eeb2ff5ea4f8b73c827350b", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5eff476768051e2ccb1bb6e3", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5eeb2ff5ea4f8b73c827350b", + "_props": { + "filters": [{ + "Filter": ["57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5eff4775d823312838614d84", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5eeb2ff5ea4f8b73c827350b", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5eff479f7ef6e714311aed49", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5eeb2ff5ea4f8b73c827350b", + "_props": { + "filters": [{ + "Filter": ["5bb20e49d4351e3bac1212de", "5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5fb6564947ce63734e3fa1da", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5fc0fa957283c4046c58147e", "5894a81786f77427140b8347"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.45, + "Width": 3 + }, + "_proto": "57a3459f245977764a01f703", + "_type": "Item" + }, + "5ef1b9f0c64c5d0dfc0571a1": { + "_id": "5ef1b9f0c64c5d0dfc0571a1", + "_name": "stock_590_mesa_leo_stock_adapter_gen1", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2600, + "Description": "stock_590_mesa_leo_stock_adapter_gen1", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 1, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_590_mesa_leo_stock_adapter_gen1", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_590_mesa_leo_stock_adapter_gen1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_590_mesa_leo_stock_adapter_gen1", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5ef1b9f0c64c5d0dfc0571a3", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5ef1b9f0c64c5d0dfc0571a1", + "_props": { + "filters": [{ + "Filter": ["57ade1442459771557167e15", "5a33ca0fc4a282000d72292f", "5c0faeddd174af02a962601f", "5649be884bdc2d79388b4577", "5d120a10d7ad1a4e1026ba85", "5b0800175acfc400153aebd4", "5bb20e58d4351e00320205d7", "5947e98b86f774778f1448bc", "5947eab886f77475961d96c5", "5ef1ba28c64c5d0dfc0571a5", "602e3f1254072b51b239f713", "5c793fb92e221644f31bfb64", "5c793fc42e221600114ca25d", "591aef7986f774139d495f03", "591af10186f774139d495f0e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5ef1b9f0c64c5d0dfc0571a4", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5ef1b9f0c64c5d0dfc0571a1", + "_props": { + "filters": [{ + "Filter": ["55d4b9964bdc2d1d4e8b456e", "571659bb2459771fb2755a12", "5bb20e18d4351e00320205d5", "57c55efc2459772d2c6271e7", "57af48872459771f0b2ebf11", "57c55f092459772d291a8463", "57c55f112459772d28133310", "57c55f172459772d27602381", "5a339805c4a2826c6e06d73d", "5b07db875acfc40dc528a5f6"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.35, + "Width": 1 + }, + "_proto": "56083be64bdc2d20478b456f", + "_type": "Item" + }, + "5ef1ba28c64c5d0dfc0571a5": { + "_id": "5ef1ba28c64c5d0dfc0571a5", + "_name": "stock_ar15_mesa_crosshair_hydraulic_buffer_tube", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 21300, + "Description": "stock_ar15_mesa_crosshair_hydraulic_buffer_tube", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_mesa_crosshair_hydraulic_buffer_tube", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_mesa_crosshair_hydraulic_buffer_tube.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -5, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_mesa_crosshair_hydraulic_buffer_tube", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5ef1ba28c64c5d0dfc0571a7", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5ef1ba28c64c5d0dfc0571a5", + "_props": { + "filters": [{ + "Filter": ["5fc2369685fd526b824a5713", "602e620f9b513876d4338d9a", "5a9eb32da2750c00171b3f9c", "5bfe86df0db834001b734685", "55d4ae6c4bdc2d8b2f8b456e", "5c87a07c2e2216001219d4a2", "5bb20e70d4351e0035629f8f", "5beec8c20db834001d2c465c", "5fbbaa86f9986c4cff3fe5f6", "5fce16961f152d4312622bc9", "5ae30c9a5acfc408fb139a03", "5d135e83d7ad1a21b83f42d8", "5d135ecbd7ad1a21c176542e", "56eabf3bd2720b75698b4569", "58d2946386f774496974c37e", "58d2946c86f7744e271174b5", "58d2947686f774485c6a1ee5", "58d2947e86f77447aa070d53", "5d44069ca4b9361ebd26fc37", "5d4406a8a4b9361e4f6eb8b7", "5947c73886f7747701588af5", "5c793fde2e221601da358614", "5b39f8db5acfc40016387a1b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.3, + "Width": 2 + }, + "_proto": "5649b2314bdc2d79388b4576", + "_type": "Item" + }, + "5ef32e4d1c1fd62aea6a150d": { + "_id": "5ef32e4d1c1fd62aea6a150d", + "_name": "trigger_m1911_caspian_trik_trigger", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3700, + "Description": "trigger_m1911_caspian_trik_trigger", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "trigger_m1911_caspian_trik_trigger", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mechanics/trigger_m1911_caspian_trik_trigger.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0, + "ShortName": "trigger_m1911_caspian_trik_trigger", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.015, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5ef3448ab37dfd6af863525c": { + "_id": "5ef3448ab37dfd6af863525c", + "_name": "mag_m1911_mec_gar_extended_1143x23_11", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5ef3448bb37dfd6af863525e", + "_max_count": 11, + "_name": "cartridges", + "_parent": "5ef3448ab37dfd6af863525c", + "_props": { + "filters": [{ + "Filter": ["5e81f423763d9f754677bf2e", "5efb0cabfb3e451d70735af5", "5efb0fc6aeb21837e749c801", "5efb0d4f4bc50b58e81710f3", "5ea2a8e200685063ec28c05a"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 2, + "CheckTimeModifier": -20, + "ConflictingItems": [], + "CreditsPrice": 2100, + "Description": "mag_m1911_mec_gar_extended_1143x23_11", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": -25, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_m1911_mec_gar_extended_1143x23_11", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_m1911_mec_gar_extended_1143x23_11.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_m1911_mec_gar_extended_1143x23_11", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.24, + "Width": 1, + "magAnimationIndex": 1 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5ef3553c43cb350a955a7ccb": { + "_id": "5ef3553c43cb350a955a7ccb", + "_name": "catch_m1911_wilson_extended_slide_stop", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1800, + "Description": "catch_m1911_wilson_extended_slide_stop", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "catch_m1911_wilson_extended_slide_stop", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mechanics/catch_m1911_wilson_extended_slide_stop.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0, + "ShortName": "catch_m1911_wilson_extended_slide_stop", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5ef35bc243cb350a955a7ccd": { + "_id": "5ef35bc243cb350a955a7ccd", + "_name": "hammer_m1911_wilson_ultralight_skeletonized", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4900, + "Description": "hammer_m1911_wilson_ultralight_skeletonized", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "hammer_m1911_wilson_ultralight_skeletonized", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mechanics/hammer_m1911_wilson_ultralight_skeletonized.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0, + "ShortName": "hammer_m1911_wilson_ultralight_skeletonized", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5ef35d2ac64c5d0dfc0571b0": { + "_id": "5ef35d2ac64c5d0dfc0571b0", + "_name": "hammer_m1911_wilson_retro_commander", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1500, + "Description": "hammer_m1911_colt_m1911a1_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "hammer_m1911_colt_m1911a1_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mechanics/hammer_m1911_wilson_retro_commander.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0, + "ShortName": "hammer_m1911_colt_m1911a1_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.016, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5ef35f46382a846010715a96": { + "_id": "5ef35f46382a846010715a96", + "_name": "hammer_m1911_sti_hex", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4000, + "Description": "hammer_m1911_colt_m1911a1_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "hammer_m1911_colt_m1911a1_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mechanics/hammer_m1911_sti_hex.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0, + "ShortName": "hammer_m1911_colt_m1911a1_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.018, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5ef366938cef260c0642acad": { + "_id": "5ef366938cef260c0642acad", + "_name": "pistolgrip_m1911_pachmayr_american_legend_grip_423", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2900, + "Description": "pistolgrip_m1911_colt_m1911a1_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_m1911_colt_m1911a1_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_m1911_pachmayr_american_legend_grip_423.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_m1911_colt_m1911a1_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 25, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.2, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "5ef369b08cef260c0642acaf": { + "_id": "5ef369b08cef260c0642acaf", + "_name": "mount_m1911_ncstar_1911_trigger_guard_mount", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2300, + "Description": "mount_m1911_ncstar_1911_trigger_guard_mount", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_m1911_ncstar_1911_trigger_guard_mount", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_m1911_ncstar_1911_trigger_guard_mount.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_m1911_ncstar_1911_trigger_guard_mount", + "SightingRange": 0, + "Slots": [{ + "_id": "5ef369b08cef260c0642acb1", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5ef369b08cef260c0642acaf", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5a7b4900e899ef197b331a2a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 15, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.04, + "Width": 1 + }, + "_proto": "5649a2464bdc2d91118b45a8", + "_type": "Item" + }, + "5ef5d994dfbc9f3c660ded95": { + "_id": "5ef5d994dfbc9f3c660ded95", + "_name": "mount_m1911_weigand_weig_a_tinny_1911_scope_mount", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5ef369b08cef260c0642acaf"], + "CreditsPrice": 2900, + "Description": "mount_glock_aimtech_base_glock", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_glock_aimtech_base_glock", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_m1911_weigand_weig_a_tinny_1911_scope_mount.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_glock_aimtech_base_glock", + "SightingRange": 0, + "Slots": [{ + "_id": "5ef5d994dfbc9f3c660ded97", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5ef5d994dfbc9f3c660ded95", + "_props": { + "filters": [{ + "Filter": ["57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 10, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.12, + "Width": 1 + }, + "_proto": "5649a2464bdc2d91118b45a8", + "_type": "Item" + }, + "5ef61964ec7f42238c31e0c1": { + "_id": "5ef61964ec7f42238c31e0c1", + "_name": "muzzle_m1911_anarchy_outdoors_1911_muzzle_brake_1143x23", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a7ad0c451dfba0013379712", "5a7037338dc32e000d46d257", "5a70366c8dc32e001207fb06", "5a705e128dc32e000d46d258", "5a7ad1fb51dfba0013379715", "5a6b585a8dc32e5a9c28b4f1", "5a6b592c8dc32e00094b97bf", "5a6b59a08dc32e000b452fb7", "5c7e8fab2e22165df16b889b", "5a33a8ebc4a282000c5a950d", "5c6165902e22160010261b28", "5a32a064c4a28200741e22de", "5a7ad74e51dfba0015068f45"], + "CreditsPrice": 4700, + "Description": "muzzle_m1911_anarchy_outdoors_1911_muzzle_brake_1143x23", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_m1911_anarchy_outdoors_1911_muzzle_brake_1143x23", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_m1911_anarchy_outdoors_1911_muzzle_brake_1143x23.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -14, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_m1911_anarchy_outdoors_1911_muzzle_brake_1143x23", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.105, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5efaf417aeb21837e749c7f2": { + "_id": "5efaf417aeb21837e749c7f2", + "_name": "handguard_ak_zenit_b30", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 18327, + "Description": "handguard_ak_zenit_b30", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 0.7, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_zenit_b30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_zenit_b30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_zenit_b30", + "SightingRange": 0, + "Slots": [{ + "_id": "5efaf417aeb21837e749c7f4", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5efaf417aeb21837e749c7f2", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5efaf417aeb21837e749c7f5", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5efaf417aeb21837e749c7f2", + "_props": { + "filters": [{ + "Filter": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5c5952732e2216398b5abda2", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5649a2464bdc2d91118b45a8", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5efaf417aeb21837e749c7f6", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5efaf417aeb21837e749c7f2", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5efaf417aeb21837e749c7f7", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5efaf417aeb21837e749c7f2", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5efafe76a2f64932a722aa74", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5efaf417aeb21837e749c7f2", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.39, + "Width": 2 + }, + "_proto": "5648b1504bdc2d9d488b4584", + "_type": "Item" + }, + "5efb0c1bd79ff02a1f5e68d9": { + "_id": "5efb0c1bd79ff02a1f5e68d9", + "_name": "patron_762x51_m993", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 85, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x51", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 450, + "Damage": 67, + "Description": "default_308", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.13, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 910, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "default_308", + "NotShownInSlot": false, + "PenetrationChance": 0.92, + "PenetrationPower": 70, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x51_m993.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.28, + "SendToClient": false, + "ShortName": "default_308", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 2, + "SpeedRetardation": 0.000015, + "StackMaxRandom": 40, + "StackMaxSize": 40, + "StackMinRandom": 10, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.024, + "Width": 1, + "ammoAccr": 5, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 8, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 77.16, + "casingName": ".308", + "casingSounds": "rifle762" + }, + "_proto": "560d61e84bdc2da74d8b4571", + "_type": "Item" + }, + "5efb0cabfb3e451d70735af5": { + "_id": "5efb0cabfb3e451d70735af5", + "_name": "patron_1143x23_acp_ap", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 43, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber1143x23ACP", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 145, + "Damage": 70, + "Description": "patron_1143x23_acp_ap", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.7, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.01, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 299, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.03, + "Name": "patron_1143x23_acp_ap", + "NotShownInSlot": false, + "PenetrationChance": 0.26, + "PenetrationPower": 36, + "PenetrationPowerDiviation": 0.136, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_1143x23_acp_ap.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.1, + "SendToClient": false, + "ShortName": "patron_1143x23_acp_ap", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 3, + "SpeedRetardation": 0.0001, + "StackMaxRandom": 40, + "StackMaxSize": 50, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.68, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.015, + "Width": 1, + "ammoAccr": -5, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 7, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "54527c774bdc2d3f668b4568", + "_type": "Item" + }, + "5efb0d4f4bc50b58e81710f3": { + "_id": "5efb0d4f4bc50b58e81710f3", + "_name": "patron_1143x23_acp_lasermatch_fmj", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 37, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber1143x23ACP", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 87, + "Damage": 74, + "Description": "patron_1143x23_acp_lasermatch_fmj", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.01, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 290, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.28, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.03, + "Name": "patron_1143x23_acp_lasermatch_fmj", + "NotShownInSlot": false, + "PenetrationChance": 0.16, + "PenetrationPower": 19, + "PenetrationPowerDiviation": 0.136, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_1143x23_acp_lasermatch_fmj.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.065, + "SendToClient": false, + "ShortName": "patron_1143x23_acp_lasermatch_fmj", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 3, + "SpeedRetardation": 0.0001, + "StackMaxRandom": 40, + "StackMaxSize": 50, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.7, + "Tracer": true, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.015, + "Width": 1, + "ammoAccr": 5, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "54527c774bdc2d3f668b4568", + "_type": "Item" + }, + "5efb0da7a29a85116f6ea05f": { + "_id": "5efb0da7a29a85116f6ea05f", + "_name": "patron_9x19_7n31", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 55, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x19PARA", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 205, + "Damage": 52, + "Description": "patron_9x19_7n31", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.7, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.05, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 560, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.42, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.03, + "Name": "patron_9x19_7n31", + "NotShownInSlot": false, + "PenetrationChance": 0.4, + "PenetrationPower": 39, + "PenetrationPowerDiviation": 0.8, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x19_7n31.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.2, + "SendToClient": false, + "ShortName": "patron_9x19_7n31", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 3, + "SpeedRetardation": 0.0001, + "StackMaxRandom": 40, + "StackMaxSize": 50, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.6, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.009, + "Width": 1, + "ammoAccr": 5, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 15, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "9x18 мм ПМ ПС гс ППО", + "casingSounds": "pistol_small" + }, + "_proto": "54527c774bdc2d3f668b4568", + "_type": "Item" + }, + "5efb0e16aeb21837e749c7ff": { + "_id": "5efb0e16aeb21837e749c7ff", + "_name": "patron_9x19_quakemaker", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 22, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber9x19PARA", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 140, + "Damage": 85, + "Description": "patron_9x19_quakemaker", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.1, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.22, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 290, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.15, + "LootExperience": 0, + "MalfunctionChance": 0.252, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 4, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.03, + "Name": "patron_9x19_quakemaker", + "NotShownInSlot": false, + "PenetrationChance": 0.1, + "PenetrationPower": 8, + "PenetrationPowerDiviation": 0.8, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_9x19_quakemaker.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.1, + "SendToClient": false, + "ShortName": "patron_9x19_quakemaker", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 3, + "SpeedRetardation": 0.0001, + "StackMaxRandom": 40, + "StackMaxSize": 50, + "StackMinRandom": 15, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.8, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.013, + "Width": 1, + "ammoAccr": 10, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 10, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "9x19 quakemaker", + "casingSounds": "pistol_small" + }, + "_proto": "54527c774bdc2d3f668b4568", + "_type": "Item" + }, + "5efb0fc6aeb21837e749c801": { + "_id": "5efb0fc6aeb21837e749c801", + "_name": "patron_1143x23_acp_hydra_shok", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 30, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber1143x23ACP", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 99, + "Damage": 95, + "Description": "patron_1143x23_acp_hydra_shok", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.5, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.3, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 274, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 4, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.03, + "Name": "patron_1143x23_acp_hydra_shok", + "NotShownInSlot": false, + "PenetrationChance": 0.13, + "PenetrationPower": 13, + "PenetrationPowerDiviation": 0.136, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_1143x23_acp_hydra_shok.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.065, + "SendToClient": false, + "ShortName": "patron_1143x23_acp_hydra_shok", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 2, + "SpeedRetardation": 0.0001, + "StackMaxRandom": 40, + "StackMaxSize": 50, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.8, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.017, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 10, + "casingName": "", + "casingSounds": "pistol_small" + }, + "_proto": "54527c774bdc2d3f668b4568", + "_type": "Item" + }, + "5efdaf6de6a30218ed211a48": { + "_id": "5efdaf6de6a30218ed211a48", + "_name": "quest_diagset_Sanitar", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "book_part_1", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_paper", + "LootExperience": 40, + "MergesWithChildren": false, + "Name": "book_part_1", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_medical_diagset/item_barter_medical_diagset_sanitar.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "book_part_1", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "5efdafc1e70b5e33f86de058": { + "_id": "5efdafc1e70b5e33f86de058", + "_name": "quest_surgical_kit_Sanitar", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "book_part_1", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_paper", + "LootExperience": 40, + "MergesWithChildren": false, + "Name": "book_part_1", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_meds_core_medical_surgical_kit/item_meds_core_medical_surgical_kit_sanitar_loot.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "book_part_1", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 2 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "5efde6b4f5448336730dbd61": { + "_id": "5efde6b4f5448336730dbd61", + "_name": "item_keycard_sanitar_room", + "_parent": "5c164d2286f774194c5e69fa", + "_props": { + "AllowSpawnOnLocations": ["laboratory", "Shoreline"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 50000, + "Description": "item_keycard_lab_single_use", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_plastic_generic", + "LootExperience": 20, + "MaximumNumberOfUsage": 1, + "MergesWithChildren": false, + "Name": "item_keycard_lab_single_use", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/item_keycard_lab/item_keycard_lab_white_sanitar.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_keycard_lab_single_use", + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5751916f24597720a27126df", + "_type": "Item" + }, + "5eff09cd30a7dc22fd1ddfed": { + "_id": "5eff09cd30a7dc22fd1ddfed", + "_name": "key_shoreline_sanitar_room", + "_parent": "5c99f98d86f7745c314214b3", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 18300, + "Description": "Safe Shoreline 321 Key", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "keys", + "LootExperience": 20, + "MaximumNumberOfUsage": 0, + "MergesWithChildren": false, + "Name": "Safe Shoreline 321 Key", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/spec/keys/item_key_7_sanitar.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Safe Shoreline 321 Key", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "5672c92d4bdc2d180f8b4567", + "_type": "Item" + }, + "5eff135be0d3331e9d282b7b": { + "_id": "5eff135be0d3331e9d282b7b", + "_name": "item_flash_quest_sanitar", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 12000, + "Description": "flashdrive_san", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 30, + "MergesWithChildren": false, + "Name": "flashdrive_san", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/infosubject/item_flash_card_slider_sanitar.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "flashdrive_san", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "5f0596629e22f464da6bbdd9": { + "_id": "5f0596629e22f464da6bbdd9", + "_name": "patron_366_custom_ap", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 60, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber366TKM", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 202, + "Damage": 90, + "Description": "patron_366_custom_ap", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.9, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.01, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.1, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 602, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.448, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_366_custom_ap", + "NotShownInSlot": false, + "PenetrationChance": 0.3, + "PenetrationPower": 42, + "PenetrationPowerDiviation": 0.2, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_366_custom_ap.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.065, + "SendToClient": false, + "ShortName": "patron_366_custom_ap", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 3, + "SpeedRetardation": 0.000015, + "StackMaxRandom": 50, + "StackMaxSize": 50, + "StackMinRandom": 20, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.7, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.019, + "Width": 1, + "ammoAccr": -28, + "ammoDist": 35, + "ammoHear": 0, + "ammoRec": 35, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "7.62x39 мм ПС", + "casingSounds": "rifle762" + }, + "_proto": "5656d7c34bdc2d9d198b4587", + "_type": "Item" + }, + "5f0c892565703e5c461894e9": { + "_id": "5f0c892565703e5c461894e9", + "_name": "patron_40x46_m433", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 40, + "AnimationVariantsNumber": 0, + "ArmorDamage": 95, + "ArmorDistanceDistanceDamage": { + "x": 1, + "y": 4, + "z": 30 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber40x46", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 1.5, + "y": 4, + "z": 9 + }, + "CreditsPrice": 10500, + "Damage": 199, + "Description": "patron_30x29_vog_30", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 90, + "ExplosionType": "smallgrenade_expl", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0, + "FragmentsCount": 15, + "FuzeArmTimeSec": 0.3, + "HasGrenaderComponent": true, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 76, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_launcher", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 5, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 1, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_30x29_vog_30", + "NotShownInSlot": false, + "PenetrationChance": 0, + "PenetrationPower": 1, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_40x46_m433.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0, + "SendToClient": false, + "ShortName": "patron_30x29_vog_30", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 2, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 1, + "StackMaxSize": 1, + "StackMinRandom": 1, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.9, + "Tracer": false, + "TracerColor": "green", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.23, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "grenade", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "30x29", + "casingSounds": "127rifle" + }, + "_proto": "56dfef82d2720bbd668b4567", + "_type": "Item" + }, + "5f2a9575926fd9352339381f": { + "_id": "5f2a9575926fd9352339381f", + "_name": "weapon_kel_tec_rfb_762x51", + "_parent": "5447b6194bdc2d67278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.22, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.22, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0, + "Chambers": [{ + "_id": "5f2a9576926fd93523393828", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5f2a9575926fd9352339381f", + "_props": { + "filters": [{ + "Filter": ["5a6086ea4f39f99cd479502f", "5a608bf24f39f98ffc77720e", "58dd3ad986f77403051cba8f", "5e023e53d4353e3302577c4c", "5efb0c1bd79ff02a1f5e68d9", "5e023e6e34d52a55c3304f71", "5e023e88277cce2b522ff2b1"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 1.5, + "CoolFactor": 1, + "CreditsPrice": 25605, + "Description": "weapon_kel_tec_rfb_762x51\n", + "DeviationCurve": 2, + "DeviationMax": 30, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 48, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_dmr", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_kel_tec_rfb_762x51", + "NotShownInSlot": false, + "OperatingResource": 1900, + "Prefab": { + "path": "assets/content/weapons/rfb/weapon_kel_tec_rfb_762x51_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.3, + "z": 0 + }, + "RecoilForceBack": 307, + "RecoilForceUp": 173, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 106, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": 0, + "z": 0 + }, + "SendToClient": false, + "ShortName": "weapon_kel_tec_rfb_762x51", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5f2a9575926fd93523393822", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5f2a9575926fd9352339381f", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5b7bef1e5acfc43d82528402", "5b099ac65acfc400186331e1", "5b7bef5d5acfc43bca7067a3", "5b7c2d1d5acfc43d1028532a", "5b7d37845acfc400170e2f87"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5f2a9575926fd93523393825", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5f2a9575926fd9352339381f", + "_props": { + "filters": [{ + "Filter": ["5f2aa46b878ef416f538b567"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5f32901b31397017e316ceff", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "5f2a9575926fd9352339381f", + "_props": { + "filters": [{ + "Filter": ["5f2aa47a200e2c0ee46efa71"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5f4c08e8420b2128d236dc73", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5f2a9575926fd9352339381f", + "_props": { + "filters": [{ + "Filter": ["5f2aa49f9b44de6b1b4e68d4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.95, + "Width": 4, + "ammoCaliber": "Caliber762x51", + "bEffDist": 900, + "bFirerate": 700, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "58dd3ad986f77403051cba8f", + "defMagType": "5b7bef1e5acfc43d82528402", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": false, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "marksmanRifle", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5f2aa43ba9b91d26f20ae6d2": { + "_id": "5f2aa43ba9b91d26f20ae6d2", + "_name": "muzzle_all_kel_tec_thread_spacer_762x51", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2200, + "Description": "muzzle_all_kel_tec_thread_spacer_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_all_kel_tec_thread_spacer_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_all_kel_tec_thread_spacer_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_all_kel_tec_thread_spacer_762x51", + "SightingRange": 0, + "Slots": [{ + "_id": "5f2aa43ba9b91d26f20ae6d4", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5f2aa43ba9b91d26f20ae6d2", + "_props": { + "filters": [{ + "Filter": ["5f2aa4559b44de6b1b4e68d1", "5b7d693d5acfc43bca706a3d", "5a34fd2bc4a282329a73b4c5", "6065c6e7132d4d12c81fd8e1", "5d1f819086f7744b355c219b", "5dcbe965e4ed22586443a79d", "5d026791d7ad1a04a067ea63", "5dfa3cd1b33c0951220c079b", "5cdd7685d7f00c000f260ed2", "5c878e9d2e2216000f201903", "5d02677ad7ad1a04a15c0f95", "5bbdb8bdd4351e4502011460", "607ffb988900dc2d9a55b6e4", "5d443f8fa4b93678dd4a01aa", "5c7954d52e221600106f4cc7", "5fbc22ccf24b94483f726483", "59bffc1f86f77435b128b872", "5cf78496d7f00c065703d6ca", "5fbe7618d6fa9c00c571bb6c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.091, + "Width": 1, + "muzzleModType": "muzzleCombo" + }, + "_proto": "560838c94bdc2d77798b4569", + "_type": "Item" + }, + "5f2aa4464b50c14bcf07acdb": { + "_id": "5f2aa4464b50c14bcf07acdb", + "_name": "muzzle_all_kel_tec_thread_protector_762x51", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 400, + "Description": "muzzle_p226_sig_thread_protector_std_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_p226_sig_thread_protector_std_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_all_kel_tec_thread_protector_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_p226_sig_thread_protector_std_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.01, + "Width": 1, + "muzzleModType": "muzzleCombo" + }, + "_proto": "560838c94bdc2d77798b4569", + "_type": "Item" + }, + "5f2aa4559b44de6b1b4e68d1": { + "_id": "5f2aa4559b44de6b1b4e68d1", + "_name": "muzzle_all_kel_tec_rfb_std_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1340, + "Description": "Пламегаситель 5.56x45 Colt USGI A2 также известный как Bird Cage (Птичья Клетка) предназначен для установки на оружие на базе AR-15 под патрон 5.56x45. Однако может быть установлен и на другое оружие под тот же калибр, если ствол имеет ту же резьбу для установки дополнительных дульных устройств. Штатно устанавливается на штурмовую винтовку M4A1.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Пламегаситель Colt USGI A2 5.56x45 для AR-15", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_all_kel_tec_rfb_std_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -7, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.56x45 AR-15 USGI A2", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.064, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5f2aa46b878ef416f538b567": { + "_id": "5f2aa46b878ef416f538b567", + "_name": "barrel_rfb_457mm_762x51", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.043, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 15700, + "Description": "barrel_ar15_457mm", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -11, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_ar15_457mm", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_rfb_457mm_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -6, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_ar15_457mm", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5f2aa46b878ef416f538b569", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5f2aa46b878ef416f538b567", + "_props": { + "filters": [{ + "Filter": ["5f2aa4464b50c14bcf07acdb", "5f2aa43ba9b91d26f20ae6d2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -4.2, + "Weight": 0.91, + "Width": 3 + }, + "_proto": "55d3632e4bdc2d972f8b4569", + "_type": "Item" + }, + "5f2aa47a200e2c0ee46efa71": { + "_id": "5f2aa47a200e2c0ee46efa71", + "_name": "handguard_rfb_kel_tec_rfb_std", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 10885, + "Description": "handguard_ak_magpul_moe_ak_fde", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 16, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ak_magpul_moe_ak_fde", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_rfb_kel_tec_rfb_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ak_magpul_moe_ak_fde", + "SightingRange": 0, + "Slots": [{ + "_id": "5f3299142beb5b0b30768687", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5f2aa47a200e2c0ee46efa71", + "_props": { + "filters": [{ + "Filter": ["5f2aa493cd375f14e15eea72"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.221, + "Width": 2 + }, + "_proto": "57cff947245977638e6f2a19", + "_type": "Item" + }, + "5f2aa493cd375f14e15eea72": { + "_id": "5f2aa493cd375f14e15eea72", + "_name": "mount_rfb_kel_tec_bottom_rail_std", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2125, + "Description": "mount_keymod_vltor_6_inch_casv_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_vltor_6_inch_casv_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_rfb_kel_tec_bottom_rail_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_vltor_6_inch_casv_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5f2aa493cd375f14e15eea74", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5f2aa493cd375f14e15eea72", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.075, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5f2aa49f9b44de6b1b4e68d4": { + "_id": "5f2aa49f9b44de6b1b4e68d4", + "_name": "mount_rfb_ket_tec_rfb_scope_mount_std", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "576fd4ec2459777f0b518431", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "57acb6222459771ec34b5cb0"], + "CreditsPrice": 2640, + "Description": "mount_rfb_ket_tec_rfb_scope_mount_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_rfb_ket_tec_rfb_scope_mount_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_rfb_ket_tec_rfb_scope_mount_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_rfb_ket_tec_rfb_scope_mount_std", + "SightingRange": 0, + "Slots": [{ + "_id": "5f2aa49f9b44de6b1b4e68d6", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5f2aa49f9b44de6b1b4e68d4", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5f2aa49f9b44de6b1b4e68d7", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5f2aa49f9b44de6b1b4e68d4", + "_props": { + "filters": [{ + "Filter": ["5bb20e49d4351e3bac1212de", "5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5894a81786f77427140b8347"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5f3299579f54ae5b29276e19", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5f2aa49f9b44de6b1b4e68d4", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5894a73486f77426d259076c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.09, + "Width": 2 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5f36a0e5fbf956000b716b65": { + "_id": "5f36a0e5fbf956000b716b65", + "_name": "weapon_colt_m45a1_1143x23", + "_parent": "5447b5cf4bdc2d65278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.026, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.028, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0, + "Chambers": [{ + "_id": "5f36a0e5fbf956000b716b70", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5f36a0e5fbf956000b716b65", + "_props": { + "filters": [{ + "Filter": ["5e81f423763d9f754677bf2e", "5efb0cabfb3e451d70735af5", "5efb0fc6aeb21837e749c801", "5efb0d4f4bc50b58e81710f3", "5ea2a8e200685063ec28c05a"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 6, + "CoolFactor": 1, + "CreditsPrice": 7408, + "Description": "weapon_colt_m45a1_1143x23", + "DeviationCurve": 5, + "DeviationMax": 17, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 78, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_pistol", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_colt_m45a1_1143x23", + "NotShownInSlot": false, + "OperatingResource": 3100, + "Prefab": { + "path": "assets/content/weapons/m1911a1/weapon_colt_m45a1_1143x23_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 70, + "RecoilCenter": { + "x": 0, + "y": -0.44, + "z": -0.005 + }, + "RecoilForceBack": 325, + "RecoilForceUp": 515, + "RecolDispersion": 20, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 56, + "RepairSpeed": 2, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.45, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "weapon_colt_m45a1_1143x23", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5f36a0e5fbf956000b716b67", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5f36a0e5fbf956000b716b65", + "_props": { + "filters": [{ + "Filter": ["5e81c519cb2b95385c177551", "5f3e7801153b8571434a924c", "5f3e77f59103d430b93f94c1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5f36a0e5fbf956000b716b68", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5f36a0e5fbf956000b716b65", + "_props": { + "filters": [{ + "Filter": ["5f3e778efcd9b651187d7201"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5f36a0e5fbf956000b716b69", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5f36a0e5fbf956000b716b65", + "_props": { + "filters": [{ + "Filter": ["5e81edc13397a21db957f6a1", "5f3e7823ddc4f03b010e2045"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5f36a0e5fbf956000b716b6a", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5f36a0e5fbf956000b716b65", + "_props": { + "filters": [{ + "AnimationIndex": 0, + "Filter": ["5e81c4ca763d9f754677befa", "5f3e77b26cda304dcc634057", "5ef3448ab37dfd6af863525c"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5f36a0e5fbf956000b716b6b", + "_mergeSlotWithChildren": false, + "_name": "mod_trigger", + "_parent": "5f36a0e5fbf956000b716b65", + "_props": { + "filters": [{ + "Filter": ["5ef32e4d1c1fd62aea6a150d", "5e81c6a2ac2bb513793cdc7f", "5f3e772a670e2a7b01739a52"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5f36a0e5fbf956000b716b6c", + "_mergeSlotWithChildren": false, + "_name": "mod_hammer", + "_parent": "5f36a0e5fbf956000b716b65", + "_props": { + "filters": [{ + "Filter": ["5f3e76d86cda304dcc634054", "5ef35f46382a846010715a96", "5ef35d2ac64c5d0dfc0571b0", "5ef35bc243cb350a955a7ccd"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5f36a0e5fbf956000b716b6d", + "_mergeSlotWithChildren": false, + "_name": "mod_catch", + "_parent": "5f36a0e5fbf956000b716b65", + "_props": { + "filters": [{ + "Filter": ["5e81c539cb2b95385c177553", "5f3e777688ca2d00ad199d25", "5ef3553c43cb350a955a7ccb"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5f36a0e5fbf956000b716b6e", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5f36a0e5fbf956000b716b65", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.205, + "Width": 2, + "ammoCaliber": "Caliber1143x23ACP", + "bEffDist": 50, + "bFirerate": 30, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5e81f423763d9f754677bf2e", + "defMagType": "5f3e77b26cda304dcc634057", + "durabSpawnMax": 70, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 10, + "weapClass": "pistol", + "weapFireType": ["single"], + "weapUseType": "secondary" + }, + "_proto": "5448bd6b4bdc2dfc2f8b4569", + "_type": "Item" + }, + "5f3e76d86cda304dcc634054": { + "_id": "5f3e76d86cda304dcc634054", + "_name": "hammer_m1911_colt_m45a1_std", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 500, + "Description": "hammer_m1911_colt_m45a1_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "hammer_m1911_colt_m45a1_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mechanics/hammer_m1911_colt_m45a1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0, + "ShortName": "hammer_m1911_colt_m45a1_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 15, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.017, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5f3e772a670e2a7b01739a52": { + "_id": "5f3e772a670e2a7b01739a52", + "_name": "trigger_m1911_colt_m45a1_std", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 550, + "Description": "trigger_m1911_colt_m45a1_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "trigger_m1911_colt_m45a1_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mechanics/trigger_m1911_colt_m45a1_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0, + "ShortName": "trigger_m1911_colt_m45a1_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 15, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.013, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5f3e777688ca2d00ad199d25": { + "_id": "5f3e777688ca2d00ad199d25", + "_name": "catch_m1911_colt_m45a1_std", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 500, + "Description": "catch_m1911_colt_m45a1_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "catch_m1911_colt_m45a1_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mechanics/catch_m1911_colt_m45a1_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0, + "ShortName": "catch_m1911_colt_m45a1_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 15, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.008, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "5f3e778efcd9b651187d7201": { + "_id": "5f3e778efcd9b651187d7201", + "_name": "pistolgrip_m1911_colt_m45a1_std", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1200, + "Description": "pistolgrip_m1911_colt_m45a1_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_m1911_colt_m45a1_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_m1911_colt_m45a1_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_m1911_colt_m45a1_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.22, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "5f3e77b26cda304dcc634057": { + "_id": "5f3e77b26cda304dcc634057", + "_name": "mag_m1911_colt_m45a1_std_1143x23_7", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5f3e77b26cda304dcc634059", + "_max_count": 7, + "_name": "cartridges", + "_parent": "5f3e77b26cda304dcc634057", + "_props": { + "filters": [{ + "Filter": ["5e81f423763d9f754677bf2e", "5efb0cabfb3e451d70735af5", "5efb0fc6aeb21837e749c801", "5efb0d4f4bc50b58e81710f3", "5ea2a8e200685063ec28c05a"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 2, + "CheckTimeModifier": -20, + "ConflictingItems": [], + "CreditsPrice": 1200, + "Description": "mag_m1911_colt_m45a1_std_1143x23_7", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": -25, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_m1911_colt_m45a1_std_1143x23_7", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_m1911_colt_m45a1_std_1143x23_7.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_m1911_colt_m45a1_std_1143x23_7", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.14, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5f3e77f59103d430b93f94c1": { + "_id": "5f3e77f59103d430b93f94c1", + "_name": "barrel_m1911a1_141mm_threaded_1143x23", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.29, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5500, + "Description": "barrel_m1911a1_141mm_threaded_1143x23\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_m1911a1_141mm_threaded_1143x23", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_m1911a1_141mm_threaded_1143x23.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_m1911a1_141mm_threaded_1143x23", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5f3e889b6cda304dcc63405c", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5f3e77f59103d430b93f94c1", + "_props": { + "filters": [{ + "Filter": ["5fc4b97bab884124df0cd5e3"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -0.78, + "Weight": 0.12, + "Width": 1 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5f3e7801153b8571434a924c": { + "_id": "5f3e7801153b8571434a924c", + "_name": "barrel_m1911a1_127mm_national_match_1143x23", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.3, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3100, + "Description": "barrel_m1911a1_127mm_national_match_1143x23", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.9, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_m1911a1_127mm_national_match_1143x23", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_m1911a1_127mm_national_match_1143x23.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_m1911a1_127mm_national_match_1143x23", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -1.08, + "Weight": 0.11, + "Width": 1 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5f3e7823ddc4f03b010e2045": { + "_id": "5f3e7823ddc4f03b010e2045", + "_name": "reciever_m1911_colt_m45a1_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5100, + "Description": "reciever_m1911_colt_m45a1_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_m1911_colt_m45a1_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_m1911_colt_m45a1_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_m1911_colt_m45a1_std", + "SightingRange": 0, + "Slots": [{ + "_id": "5f3e7823ddc4f03b010e2047", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5f3e7823ddc4f03b010e2045", + "_props": { + "filters": [{ + "Filter": ["5f3e7897ddc4f03b010e204a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5f3e7823ddc4f03b010e2048", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5f3e7823ddc4f03b010e2045", + "_props": { + "filters": [{ + "Filter": ["5f3e78a7fbf956000b716b8e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5f3e7823ddc4f03b010e2049", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5f3e7823ddc4f03b010e2045", + "_props": { + "filters": [{ + "Filter": ["5ef61964ec7f42238c31e0c1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.47, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5f3e7897ddc4f03b010e204a": { + "_id": "5f3e7897ddc4f03b010e204a", + "_name": "sight_rear_m1911_novak_lomount_rear_sight", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 800, + "CustomAimPlane": "", + "Description": "sight_rear_m1911_novak_lomount_rear_sight", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_m1911_novak_lomount_rear_sight", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_m1911_novak_lomount_rear_sight.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_m1911_novak_lomount_rear_sight", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.003, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "56d5a661d2720bd8418b456b", + "_type": "Item" + }, + "5f3e78a7fbf956000b716b8e": { + "_id": "5f3e78a7fbf956000b716b8e", + "_name": "sight_front_m1911_novak_lomount_front_sight", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 750, + "CustomAimPlane": "", + "Description": "sight_front_m1911_novak_lomount_front_sight", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_m1911_novak_lomount_front_sight", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_m1911_novak_lomount_front_sight.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_m1911_novak_lomount_front_sight", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.002, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5f4f9eb969cdc30ff33f09db": { + "_id": "5f4f9eb969cdc30ff33f09db", + "_name": "item_spec_compass", + "_parent": "5f4fbaaca5573a5ac31db429", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 65700, + "Description": "item_spec_compass", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "spec_multitool", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "item_spec_compass", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/additional_hands/item_compass.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_spec_compass", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": true, + "UnlootableFromSide": ["Bear", "Usec", "Savage"], + "UnlootableFromSlot": "Compass", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.106, + "Width": 1, + "apResource": 0, + "krResource": 0 + }, + "_proto": "544fb5454bdc2df8738b456a", + "_type": "Item" + }, + "5f4fbaaca5573a5ac31db429": { + "_id": "5f4fbaaca5573a5ac31db429", + "_name": "Compass", + "_parent": "5447e0e74bdc2d3c308b4567", + "_props": {}, + "_type": "Node" + }, + "5f5e45cc5021ce62144be7aa": { + "_id": "5f5e45cc5021ce62144be7aa", + "_name": "item_equipment_backpack_redfox", + "_parent": "5448e53e4bdc2d60728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4000, + "Description": "Pilgrim", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "GridLayoutName": "", + "Grids": [{ + "_id": "5f5e45cc5021ce62144be7ac", + "_name": "main", + "_parent": "5f5e45cc5021ce62144be7aa", + "_props": { + "cellsH": 3, + "cellsV": 4, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 4, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_backpack", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Pilgrim", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_redfox/item_equipment_backpack_redfox.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Pilgrim", + "Slots": [], + "SpawnChance": 13, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.82, + "Width": 3, + "speedPenaltyPercent": -3 + }, + "_proto": "544a5cde4bdc2d39388b456b", + "_type": "Item" + }, + "5f5e467b0bc58666c37e7821": { + "_id": "5f5e467b0bc58666c37e7821", + "_name": "item_equipment_backpack_f5switchblade", + "_parent": "5448e53e4bdc2d60728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 40500, + "Description": "Pilgrim", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "GridLayoutName": "", + "Grids": [{ + "_id": "5f5e467b0bc58666c37e7823", + "_name": "main", + "_parent": "5f5e467b0bc58666c37e7821", + "_props": { + "cellsH": 5, + "cellsV": 6, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 6, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_backpack", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Pilgrim", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_f5switchblade/item_equipment_backpack_f5switchblade.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Pilgrim", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.31, + "Width": 5, + "speedPenaltyPercent": -10 + }, + "_proto": "544a5cde4bdc2d39388b456b", + "_type": "Item" + }, + "5f5e46b96bdad616ad46d613": { + "_id": "5f5e46b96bdad616ad46d613", + "_name": "item_equipment_backpack_f4terminator", + "_parent": "5448e53e4bdc2d60728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 70500, + "Description": "sso_attack", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "GridLayoutName": "f4_term", + "Grids": [{ + "_id": "5f5e46b96bdad616ad46d615", + "_name": "main", + "_parent": "5f5e46b96bdad616ad46d613", + "_props": { + "cellsH": 5, + "cellsV": 4, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5f5f52e86bdad616ad46d63c", + "_name": "1", + "_parent": "5f5e46b96bdad616ad46d613", + "_props": { + "cellsH": 5, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5f5f52ec5021ce62144be7ca", + "_name": "2", + "_parent": "5f5e46b96bdad616ad46d613", + "_props": { + "cellsH": 5, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 7, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_backpack", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "sso_attack", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_f4terminator/item_equipment_backpack_f4terminator.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "sso_attack", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 3.63, + "Width": 5, + "speedPenaltyPercent": -23 + }, + "_proto": "545cdae64bdc2d39198b4568", + "_type": "Item" + }, + "5f5f41476bdad616ad46d631": { + "_id": "5f5f41476bdad616ad46d631", + "_name": "item_equipment_armor_korundvm", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "ArmoredSteel", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.288, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 82000, + "DeafStrength": "None", + "Description": "gjel", + "DiscardingBlock": false, + "Durability": 45, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 4, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 45, + "MergesWithChildren": false, + "Name": "gjel", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_korundvm/item_equipment_armor_korundvm.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 1187, + "RepairSpeed": 8, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "gjel", + "Slots": [], + "SpawnChance": 0.2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 9.8, + "Width": 3, + "armorClass": "5", + "armorZone": ["Chest", "Stomach"], + "headSegments": [], + "mousePenalty": -9, + "speedPenaltyPercent": -18, + "weaponErgonomicPenalty": -10 + }, + "_proto": "545cdb794bdc2d3a198b456a", + "_type": "Item" + }, + "5f5f41f56760b4138443b352": { + "_id": "5f5f41f56760b4138443b352", + "_name": "item_equipment_rig_thunderbolt", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 29600, + "Description": "Rig 6h112", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5f5f41f56760b4138443b354", + "_name": "1", + "_parent": "5f5f41f56760b4138443b352", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5f5f41f56760b4138443b355", + "_name": "2", + "_parent": "5f5f41f56760b4138443b352", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5f5f41f56760b4138443b356", + "_name": "3", + "_parent": "5f5f41f56760b4138443b352", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5f5f41f56760b4138443b357", + "_name": "4", + "_parent": "5f5f41f56760b4138443b352", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5f5f546e6760b4138443b364", + "_name": "5", + "_parent": "5f5f41f56760b4138443b352", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5f5f5487354701500f60f77a", + "_name": "6", + "_parent": "5f5f41f56760b4138443b352", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5f5f549647344c2e4f6c42e8", + "_name": "7", + "_parent": "5f5f41f56760b4138443b352", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5f5f54a80bc58666c37e783e", + "_name": "8", + "_parent": "5f5f41f56760b4138443b352", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5f5f54cf6bdad616ad46d640", + "_name": "9", + "_parent": "5f5f41f56760b4138443b352", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "BEAR Rig 6h112", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_thunderbolt/item_equipment_rig_thunderbolt.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RigLayoutName": "Thunder_compl", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Rig 6h112", + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.62, + "Width": 3, + "armorClass": 0, + "armorZone": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "5f60b34a41e30a4ab12a6947": { + "_id": "5f60b34a41e30a4ab12a6947", + "_name": "item_equipment_helmet_galvion_caiman", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.144, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 145976, + "DeafStrength": "None", + "Description": "item_equipment_helmet_galvion_caiman", + "DiscardingBlock": false, + "Durability": 50, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 50, + "MergesWithChildren": true, + "Name": "item_equipment_helmet_galvion_caiman", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_galvion_caiman/item_equipment_helmet_galvion_caiman.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 1025, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.5, + "z": 75 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_galvion_caiman", + "Slots": [{ + "_id": "5f60b34a41e30a4ab12a6949", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment_000", + "_parent": "5f60b34a41e30a4ab12a6947", + "_props": { + "filters": [{ + "Filter": ["5f60c076f2bcbb675b00dac2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5f60b34a41e30a4ab12a694a", + "_mergeSlotWithChildren": false, + "_name": "mod_nvg", + "_parent": "5f60b34a41e30a4ab12a6947", + "_props": { + "filters": [{ + "Filter": ["5f60bf4558eff926626a60f2", "5c0558060db834001b735271", "5a16b8a9fcdbcb00165aa6ca"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5f60b34a41e30a4ab12a694b", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5f60b34a41e30a4ab12a6947", + "_props": { + "filters": [{ + "Filter": ["5a398b75c4a282000a51a266", "5a398ab9c4a282000c5a9842"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5f60b34a41e30a4ab12a694d", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment_002", + "_parent": "5f60b34a41e30a4ab12a6947", + "_props": { + "filters": [{ + "Filter": ["5f60b85bbdb8e27dee3dc985"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.12, + "Width": 2, + "armorClass": "4", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape"], + "mousePenalty": -8, + "speedPenaltyPercent": -2, + "weaponErgonomicPenalty": -1 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5f60b85bbdb8e27dee3dc985": { + "_id": "5f60b85bbdb8e27dee3dc985", + "_name": "item_equipment_helmet_galvion_applique", + "_parent": "57bef4c42459772e8d35a53b", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.08, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 60300, + "DeafStrength": "None", + "Description": "item_equipment_helmet_galvion_applique", + "DiscardingBlock": false, + "Durability": 40, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 40, + "MergesWithChildren": true, + "Name": "item_equipment_helmet_galvion_applique", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_galvion_applique/item_equipment_helmet_galvion_applique.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 150, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.4, + "z": 45 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_galvion_applique", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.68, + "Width": 2, + "armorClass": "4", + "armorZone": ["Head"], + "headSegments": ["Top"], + "mousePenalty": -6, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": -12 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5f60bf4558eff926626a60f2": { + "_id": "5f60bf4558eff926626a60f2", + "_name": "item_equipment_helmet_galvion_fixed_arm_visor", + "_parent": "57bef4c42459772e8d35a53b", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Glass", + "BackgroundColor": "default", + "BlindnessProtection": 0.15, + "BlocksEarpiece": false, + "BlocksEyewear": true, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.15, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5c0696830db834001d23f5da", "5c066e3a0db834001b7353f0", "5c0558060db834001b735271", "57235b6f24597759bf5a30f1", "5c110624d174af029e69734c"], + "CreditsPrice": 18698, + "DeafStrength": "None", + "Description": "item_equipment_helmet_galvion_fixed_arm_visor", + "DiscardingBlock": false, + "Durability": 30, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": true, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaterialType": "GlassVisor", + "MaxDurability": 30, + "MergesWithChildren": false, + "Name": "item_equipment_helmet_galvion_fixed_arm_visor", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_galvion_fixed_arm_visor/item_equipment_helmet_galvion_fixed_arm_visor.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 112, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_galvion_fixed_arm_visor", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.27, + "Width": 2, + "armorClass": "2", + "armorZone": ["Head"], + "headSegments": ["Eyes"], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5f60c076f2bcbb675b00dac2": { + "_id": "5f60c076f2bcbb675b00dac2", + "_name": "item_equipment_helmet_galvion_mandible", + "_parent": "57bef4c42459772e8d35a53b", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Aramid", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.2, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["59e7715586f7742ee5789605"], + "CreditsPrice": 24500, + "DeafStrength": "None", + "Description": "item_equipment_helmet_galvion_mandible", + "DiscardingBlock": false, + "Durability": 20, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 20, + "MergesWithChildren": false, + "Name": "item_equipment_helmet_galvion_mandible", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_galvion_mandible/item_equipment_helmet_galvion_mandible.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 125, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_galvion_mandible", + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.1, + "Width": 2, + "armorClass": "2", + "armorZone": ["Head"], + "headSegments": ["Jaws"], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": -5 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5f60c74e3b85f6263c145586": { + "_id": "5f60c74e3b85f6263c145586", + "_name": "item_equipment_helmet_rys_t", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Titan", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": true, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.144, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 198327, + "DeafStrength": "High", + "Description": "item_equipment_helmet_rys_t", + "DiscardingBlock": false, + "Durability": 50, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 50, + "MergesWithChildren": true, + "Name": "item_equipment_helmet_rys_t", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_rys_t/item_equipment_helmet_rys_t.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 687, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.4, + "z": 65 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_rys_t", + "Slots": [{ + "_id": "5f60c74e3b85f6263c145588", + "_mergeSlotWithChildren": false, + "_name": "mod_equipment", + "_parent": "5f60c74e3b85f6263c145586", + "_props": { + "filters": [{ + "Filter": ["5f60c85b58eff926626a60f7"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 0.1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 2.5, + "Width": 2, + "armorClass": "5", + "armorZone": ["Head"], + "headSegments": ["Top", "Nape", "Ears"], + "mousePenalty": -8, + "speedPenaltyPercent": -3, + "weaponErgonomicPenalty": -4 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5f60c85b58eff926626a60f7": { + "_id": "5f60c85b58eff926626a60f7", + "_name": "item_equipment_helmet_rys_t_shield", + "_parent": "57bef4c42459772e8d35a53b", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "default", + "BlindnessProtection": 0.3, + "BlocksEarpiece": false, + "BlocksEyewear": true, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.08, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 79460, + "DeafStrength": "None", + "Description": "item_equipment_helmet_rys_t_shield", + "DiscardingBlock": false, + "Durability": 55, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": true, + "FaceShieldMask": "Wide", + "FixedPrice": false, + "Grids": [], + "HasHinge": true, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaterialType": "GlassVisor", + "MaxDurability": 55, + "MergesWithChildren": false, + "Name": "item_equipment_helmet_rys_t_shield", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/helmet_rys_t_shield/item_equipment_helmet_rys_t_shield.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 225, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0.7, + "y": 0.4, + "z": 70 + }, + "SendToClient": false, + "ShortName": "item_equipment_helmet_rys_t_shield", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.2, + "Width": 2, + "armorClass": "5", + "armorZone": ["Head"], + "headSegments": ["Eyes", "Jaws"], + "mousePenalty": -6, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": -7 + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "5f60cd6cf2bcbb675b00dac6": { + "_id": "5f60cd6cf2bcbb675b00dac6", + "_name": "item_equipment_headset_xcel", + "_parent": "5645bcb74bdc2ded0b8b4578", + "_props": { + "AllowSpawnOnLocations": [], + "AmbientVolume": -4, + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "CompressorAttack": 40, + "CompressorGain": 12, + "CompressorRelease": 200, + "CompressorTreshold": -28, + "CompressorVolume": -4, + "ConflictingItems": ["5a16b9fffcdbcb0176308b34"], + "CreditsPrice": 36100, + "CutoffFreq": 180, + "Description": "item_equipment_headset_xcel", + "DiscardingBlock": false, + "Distortion": 0.2, + "DryVolume": -60, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "item_equipment_headset_xcel", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/headset_xcel/item_equipment_headset_xcel.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resonance": 1, + "SendToClient": false, + "ShortName": "item_equipment_headset_xcel", + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.49, + "Width": 2 + }, + "_proto": "5645bcc04bdc2d363b8b4572", + "_type": "Item" + }, + "5f60e6403b85f6263c14558c": { + "_id": "5f60e6403b85f6263c14558c", + "_name": "item_equipment_head_beret_blk", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1500, + "DeafStrength": "None", + "Description": "item_equipment_head_beret_blk", + "DiscardingBlock": false, + "Durability": 10, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 10, + "MergesWithChildren": false, + "Name": "item_equipment_head_beret_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_beret/item_equipment_head_beret_blk.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "item_equipment_head_beret_blk", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5f60e7788adaa7100c3adb49": { + "_id": "5f60e7788adaa7100c3adb49", + "_name": "item_equipment_head_beret_blue", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3400, + "DeafStrength": "None", + "Description": "item_equipment_head_beret_blk", + "DiscardingBlock": false, + "Durability": 10, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 10, + "MergesWithChildren": false, + "Name": "item_equipment_head_beret_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_beret/item_equipment_head_beret_blue.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "item_equipment_head_beret_blk", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5f60e784f2bcbb675b00dac7": { + "_id": "5f60e784f2bcbb675b00dac7", + "_name": "item_equipment_head_beret_od", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1353, + "DeafStrength": "None", + "Description": "item_equipment_head_beret_blk", + "DiscardingBlock": false, + "Durability": 10, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 10, + "MergesWithChildren": false, + "Name": "item_equipment_head_beret_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_beret/item_equipment_head_beret_od.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "item_equipment_head_beret_blk", + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5f6331e097199b7db2128dc2": { + "_id": "5f6331e097199b7db2128dc2", + "_name": "handguard_ak_tdi_x47", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": true, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5947db3f86f77447880cf76f", "57486e672459770abd687134", "5649d9a14bdc2d79388b4580", "5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5cf638cbd7f00c06595bc936", "5a7c74b3e899ef0014332c29", "591ee00d86f774592f7b841e", "5e569a2e56edd02abe09f280", "5d0a29ead7ad1a0026013f27", "57acb6222459771ec34b5cb0", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851", "5d2c76ed48f03532f2136169", "5d2c770c48f0354b4a07c100", "5d2c772c48f0355d95672c25"], + "CreditsPrice": 19300, + "Description": "handguard_aks74u_caa_xrsu47su", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 0.75, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_aks74u_caa_xrsu47su", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ak_tdi_x47.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_aks74u_caa_xrsu47su", + "SightingRange": 0, + "Slots": [{ + "_id": "5f6331e097199b7db2128dc4", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5f6331e097199b7db2128dc2", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5f6331e097199b7db2128dc5", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5f6331e097199b7db2128dc2", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5f6331e097199b7db2128dc6", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5f6331e097199b7db2128dc2", + "_props": { + "filters": [{ + "Filter": ["570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2", "58d39d3d86f77445bb794ae7", "577d128124597739d65d0e56", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5f6331e097199b7db2128dc7", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5f6331e097199b7db2128dc2", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5f6331e097199b7db2128dc8", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5f6331e097199b7db2128dc2", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5f6360d3ea26e63a816e4585", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5f6331e097199b7db2128dc2", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.42, + "Width": 2 + }, + "_proto": "5648b0744bdc2d363b8b4578", + "_type": "Item" + }, + "5f6336bbda967c74a42e9932": { + "_id": "5f6336bbda967c74a42e9932", + "_name": "handguard_ar10_lancer_lch7_12_5_inch_carbon", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a34fbadc4a28200741e230a", "5ae30e795acfc408fb139a0b", "56ea8d2fd2720b7c698b4570", "5a34f7f1c4a2826c6e06d75d"], + "CreditsPrice": 21200, + "Description": "handguard_ar10_lancer_lch7_12_5_inch_carbon", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ar10_lancer_lch7_12_5_inch_carbon", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar10_lancer_lch7_12_5_inch_carbon.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ar10_lancer_lch7_12_5_inch_carbon", + "SightingRange": 0, + "Slots": [{ + "_id": "5f6336bbda967c74a42e9934", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5f6336bbda967c74a42e9932", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5f6336bbda967c74a42e9935", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5f6336bbda967c74a42e9932", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5f6336bbda967c74a42e9939", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5f6336bbda967c74a42e9932", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.36, + "Width": 3 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5f6339d53ada5942720e2dc3": { + "_id": "5f6339d53ada5942720e2dc3", + "_name": "muzzle_ferfrans_ferfrans_crd_556x45", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9650, + "Description": "muzzle_ferfrans_ferfrans_crd_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 5, + "MergesWithChildren": true, + "Name": "muzzle_ferfrans_ferfrans_crd_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ferfrans_ferfrans_crd_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ferfrans_ferfrans_crd_556x45", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.14, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5f633f68f5750b524b45f112": { + "_id": "5f633f68f5750b524b45f112", + "_name": "muzzle_ak_jmac_rrd_4c_762x39", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 13100, + "Description": "muzzle_ak_jmac_rrd_4c_762x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 34, + "Loudness": 18, + "MergesWithChildren": true, + "Name": "muzzle_ak_jmac_rrd_4c_762x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ak_jmac_rrd_4c_762x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -20, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ak_jmac_rrd_4c_762x39", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.45, + "Weight": 0.08, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "5649aa744bdc2ded0b8b457e", + "_type": "Item" + }, + "5f633f791b231926f2329f13": { + "_id": "5f633f791b231926f2329f13", + "_name": "muzzle_ak74_jmac_rrd_4c_multi", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9200, + "Description": "muzzle_ak74_jmac_rrd_4c_multi", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.96, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 34, + "Loudness": 15, + "MergesWithChildren": true, + "Name": "muzzle_ak74_jmac_rrd_4c_multi", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ak74_jmac_rrd_4c_multi.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -19, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ak74_jmac_rrd_4c_multi", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.45, + "Weight": 0.085, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "5649aa744bdc2ded0b8b457e", + "_type": "Item" + }, + "5f633ff5c444ce7e3c30a006": { + "_id": "5f633ff5c444ce7e3c30a006", + "_name": "charge_ar15_rainer_arms_avalanche_mod2", + "_parent": "55818a6f4bdc2db9688b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7000, + "Description": "charge_ar15_rainer_arms_avalanche_mod2", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "charge_ar15_rainer_arms_avalanche_mod2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/charges/charge_ar15_rainer_arms_avalanche_mod2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "charge_ar15_rainer_arms_avalanche_mod2", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.028, + "Width": 1 + }, + "_proto": "55802f624bdc2d1c128b4580", + "_type": "Item" + }, + "5f63405df5750b524b45f114": { + "_id": "5f63405df5750b524b45f114", + "_name": "stock_vepr_pflevsha_svd_type_walnut", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5400, + "Description": "stock_vepr_pflevsha_svd_type_walnut", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 21, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": true, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_vepr_pflevsha_svd_type_walnut", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_vepr_pflevsha_svd_type_walnut.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": -42, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_vepr_pflevsha_svd_type_walnut", + "SightingRange": 0, + "SizeReduceRight": 2, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.07, + "Width": 4 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5f63407e1b231926f2329f15": { + "_id": "5f63407e1b231926f2329f15", + "_name": "silencer_vepr_rotor43_762x51", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": -2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 33000, + "Description": "silencer_vepr_rotor43_762x51\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.68, + "EffectiveDistance": 0, + "Ergonomics": -28, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -20, + "MergesWithChildren": true, + "Name": "silencer_vepr_rotor43_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_vepr_rotor43_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -14, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_vepr_rotor43_762x51", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.75, + "Weight": 0.9, + "Width": 2, + "muzzleModType": "pms" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "5f6340d3ca442212f4047eb2": { + "_id": "5f6340d3ca442212f4047eb2", + "_name": "foregrip_all_td_aluminum_skeletonized", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7500, + "Description": "foregrip_all_td_aluminum_skeletonized", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_all_td_aluminum_skeletonized", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_all_td_aluminum_skeletonized.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_all_td_aluminum_skeletonized", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.133, + "Width": 1 + }, + "_proto": "558032614bdc2de7118b4585", + "_type": "Item" + }, + "5f6341043ada5942720e2dc5": { + "_id": "5f6341043ada5942720e2dc5", + "_name": "pistolgrip_ak_aeroknox_scorpius", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5800, + "Description": "pistolgrip_ak_aeroknox_scorpius", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 12, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ak_aeroknox_scorpius", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ak_aeroknox_scorpius.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ak_aeroknox_scorpius", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.14, + "Width": 1 + }, + "_proto": "5649ade84bdc2d1b2b8b4587", + "_type": "Item" + }, + "5f63418ef5750b524b45f116": { + "_id": "5f63418ef5750b524b45f116", + "_name": "handguard_saiga12_bravo18_saiga_handguard", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5c82342f2e221644f31c060e", "576fd4ec2459777f0b518431", "5c82343a2e221644f31c0611", "5d0a29ead7ad1a0026013f27", "5c61a40d2e2216001403158d", "5c90c3622e221601da359851"], + "CreditsPrice": 13200, + "Description": "handguard_saiga12_bravo18_saiga_handguard", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_saiga12_bravo18_saiga_handguard", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_saiga12_bravo18_saiga_handguard.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_saiga12_bravo18_saiga_handguard", + "SightingRange": 0, + "Slots": [{ + "_id": "5f63418ef5750b524b45f118", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5f63418ef5750b524b45f116", + "_props": { + "filters": [{ + "Filter": ["591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "5c0505e00db834001b735073", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5f63418ef5750b524b45f119", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5f63418ef5750b524b45f116", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5f63418ef5750b524b45f11a", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5f63418ef5750b524b45f116", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5f63418ef5750b524b45f11b", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5f63418ef5750b524b45f116", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5f63418ef5750b524b45f11c", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "5f63418ef5750b524b45f116", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5f635bd3ea26e63a816e457d", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_003", + "_parent": "5f63418ef5750b524b45f116", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5f635bedf524050b633336e7", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_004", + "_parent": "5f63418ef5750b524b45f116", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.37, + "Width": 2 + }, + "_proto": "5827272a24597748c74bdeea", + "_type": "Item" + }, + "5f6372e2865db925d54f3869": { + "_id": "5f6372e2865db925d54f3869", + "_name": "muzzle_ar15_ferfrans_muzzle_brake_556x45", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8400, + "Description": "muzzle_ar15_ferfrans_muzzle_brake_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar15_ferfrans_muzzle_brake_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar15_ferfrans_muzzle_brake_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar15_ferfrans_muzzle_brake_556x45", + "SightingRange": 0, + "Slots": [{ + "_id": "5f6372e2865db925d54f386b", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5f6372e2865db925d54f3869", + "_props": { + "filters": [{ + "Filter": ["5f6339d53ada5942720e2dc3"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.15, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5f647d9f8499b57dc40ddb93": { + "_id": "5f647d9f8499b57dc40ddb93", + "_name": "mag_ks23_toz_ks23_std_23x75_3", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5f647d9f8499b57dc40ddb95", + "_max_count": 3, + "_name": "cartridges", + "_parent": "5f647d9f8499b57dc40ddb93", + "_props": { + "filters": [{ + "Filter": ["5e85aa1a988a8701445df1f5", "5e85aac65505fa48730d8af2", "5e85a9a6eacf8c039e4e2ac1", "5f647f31b6238e5dd066e196", "5e85a9f4add9fe03027d9bf1", "5f647fd3f6e4ab66c82faed6"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 2200, + "Description": "mag_ks23_toz_ks23_std_23x75_3", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -6, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ks23_toz_ks23_std_23x75_3", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ks23_toz_ks23_std_23x75_3.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "InternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ks23_toz_ks23_std_23x75_3", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "", + "Weight": 0.1, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "55d4837c4bdc2d1d4e8b456c", + "_type": "Item" + }, + "5f647f31b6238e5dd066e196": { + "_id": "5f647f31b6238e5dd066e196", + "_name": "patron_23x75_shrapnel_25", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 20, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber23x75", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 96, + "Damage": 78, + "Description": "patron_23x75_shrapnel_25", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.8, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 375, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_shotgun", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 1, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_23x75_shrapnel_25", + "NotShownInSlot": false, + "PenetrationChance": 0.1, + "PenetrationPower": 10, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_23x75_shrapnel_25.bundle", + "rcid": "" + }, + "ProjectileCount": 8, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.2, + "SendToClient": false, + "ShortName": "patron_23x75_shrapnel_25", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 3, + "SpeedRetardation": 0.00013, + "StackMaxRandom": 10, + "StackMaxSize": 15, + "StackMinRandom": 3, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.8, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.08, + "Width": 1, + "ammoAccr": 20, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 10, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "buckshot", + "buckshotBullets": 6, + "casingEjectPower": 0, + "casingMass": 0, + "casingName": "12x70 Картечь", + "casingSounds": "shotgun_big" + }, + "_proto": "560d5e524bdc2d25448b4571", + "_type": "Item" + }, + "5f745ee30acaeb0d490d8c5b": { + "_id": "5f745ee30acaeb0d490d8c5b", + "_name": "item_barter_valuable_mediator", + "_parent": "57864a3d24597754843f8721", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 55000, + "Description": "item_barter_valuable_gp", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": true, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "jewelry", + "LootExperience": 100, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_valuable_gp", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_other_mediator/item_barter_other_mediator.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_valuable_gp", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.01, + "Width": 1 + }, + "_proto": "573474f924597738002c6174", + "_type": "Item" + }, + "5f99418230835532b445e954": { + "_id": "5f99418230835532b445e954", + "_name": "item_equipment_cap_r2", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "violet", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 20000, + "DeafStrength": "None", + "Description": "cap_USEC", + "DiscardingBlock": false, + "Durability": 10, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 10, + "MergesWithChildren": false, + "Name": "cap_USEC", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_bear/item_equipment_cap_revals.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": true, + "ShortName": "cap_USEC", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "5f994730c91ed922dd355de3": { + "_id": "5f994730c91ed922dd355de3", + "_name": "item_equipment_head_r2", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "violet", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 20000, + "DeafStrength": "None", + "Description": "Knitcap", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_cloth_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "Knitcap", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_kotton/item_equipment_head_revals.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": true, + "ShortName": "Knitcap", + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7f1624597762ae139822", + "_type": "Item" + }, + "5f9949d869e2777a0e779ba5": { + "_id": "5f9949d869e2777a0e779ba5", + "_name": "item_equipment_armband_r2", + "_parent": "5b3f15d486f77432d0509248", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 20000, + "Description": "armband_green", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_cloth_generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "armband_green", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armband/item_equipment_armband_revals.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": true, + "ShortName": "armband_green", + "Slots": [], + "SpawnChance": 0.1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": true, + "UnlootableFromSide": ["Bear", "Usec", "Savage"], + "UnlootableFromSlot": "ArmBand", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "5b3f3b0186f774021a2afef7", + "_type": "Item" + }, + "5fb64bc92b1b027b1f50bcf2": { + "_id": "5fb64bc92b1b027b1f50bcf2", + "_name": "weapon_tdi_kriss_vector_gen_2_1143x23", + "_parent": "5447b5e04bdc2d62278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.35, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.15, + "BoltAction": false, + "BurstShotsCount": 2, + "CameraRecoil": 0.18, + "CameraSnap": 4.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.25, + "Chambers": [{ + "_id": "5fb64bc92b1b027b1f50bcfd", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5fb64bc92b1b027b1f50bcf2", + "_props": { + "filters": [{ + "Filter": ["5e81f423763d9f754677bf2e", "5efb0cabfb3e451d70735af5", "5efb0fc6aeb21837e749c801", "5efb0d4f4bc50b58e81710f3", "5ea2a8e200685063ec28c05a"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 3.4, + "CoolFactor": 1, + "CreditsPrice": 31650, + "Description": "weapon_tdi_kriss_vector_gen_2_1143x23", + "DeviationCurve": 4, + "DeviationMax": 20, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 65, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "mod_stock", + "Grids": [], + "HeatFactor": 1, + "Height": 2, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 50, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.05, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_tdi_kriss_vector_gen_2_1143x23", + "NotShownInSlot": false, + "OperatingResource": 5100, + "Prefab": { + "path": "assets/content/weapons/vector/weapon_tdi_kriss_vector_gen_2_1143x23_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 80, + "RecoilCenter": { + "x": 0, + "y": -0.32, + "z": -0.02 + }, + "RecoilForceBack": 440, + "RecoilForceUp": 62, + "RecolDispersion": 45, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 258, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.13, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.38, + "z": -0.11 + }, + "SendToClient": false, + "ShortName": "weapon_tdi_kriss_vector_gen_2_1143x23", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5fb64bc92b1b027b1f50bcf4", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5fb64bc92b1b027b1f50bcf2", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5fb651b52b1b027b1f50bcff", "5fb651dc85f90547f674b6f4"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5fb64bc92b1b027b1f50bcf6", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5fb64bc92b1b027b1f50bcf2", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5894a73486f77426d259076c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fb64bc92b1b027b1f50bcf7", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5fb64bc92b1b027b1f50bcf2", + "_props": { + "filters": [{ + "Filter": ["5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5fb6564947ce63734e3fa1da", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5894a81786f77427140b8347"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fb64bc92b1b027b1f50bcf8", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5fb64bc92b1b027b1f50bcf2", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fb64bc92b1b027b1f50bcf9", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5fb64bc92b1b027b1f50bcf2", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fb64bc92b1b027b1f50bcfc", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5fb64bc92b1b027b1f50bcf2", + "_props": { + "filters": [{ + "Filter": ["5fb6558ad6f0b2136f2d7eb7", "5fb655b748c711690e3a8d5a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fb658d3c09e041e073f858c", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5fb64bc92b1b027b1f50bcf2", + "_props": { + "filters": [{ + "Filter": ["5fb65363d1409e5ca04b54f5", "5fb653962b1b027b1f50bd03"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5fc3f280900b1d5091531e56", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5fb64bc92b1b027b1f50bcf2", + "_props": { + "filters": [{ + "Filter": ["5fbb976df9986c4cff3fe5f2", "5fbb978207e8a97d1f0902d3"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fce17bd1f152d4312622bcc", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5fb64bc92b1b027b1f50bcf2", + "_props": { + "filters": [{ + "Filter": ["5fce0f9b55375d18a253eff2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fce17c9cd04c62af60d806c", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5fb64bc92b1b027b1f50bcf2", + "_props": { + "filters": [{ + "Filter": ["5fce0f9b55375d18a253eff2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 13, + "Weight": 1.86, + "Width": 2, + "ammoCaliber": "Caliber1143x23ACP", + "bEffDist": 200, + "bFirerate": 1100, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5e81f423763d9f754677bf2e", + "defMagType": "5fb651b52b1b027b1f50bcff", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "smg", + "weapFireType": ["single", "burst", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5fb651b52b1b027b1f50bcff": { + "_id": "5fb651b52b1b027b1f50bcff", + "_name": "mag_glock_glock_21_std_1143x23_13", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5fb651b52b1b027b1f50bd01", + "_max_count": 13, + "_name": "cartridges", + "_parent": "5fb651b52b1b027b1f50bcff", + "_props": { + "filters": [{ + "Filter": ["5e81f423763d9f754677bf2e", "5efb0cabfb3e451d70735af5", "5efb0fc6aeb21837e749c801", "5efb0d4f4bc50b58e81710f3", "5ea2a8e200685063ec28c05a"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 2, + "CheckTimeModifier": -20, + "ConflictingItems": [], + "CreditsPrice": 1550, + "Description": "mag_glock_glock_21_std_1143x23_13", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": -10, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_glock_glock_21_std_1143x23_13", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_glock_glock_21_std_1143x23_13.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_glock_glock_21_std_1143x23_13", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.096, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5fb651dc85f90547f674b6f4": { + "_id": "5fb651dc85f90547f674b6f4", + "_name": "mag_glock_kriss_magex_g30_1143x23_30", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5fb651dc85f90547f674b6f6", + "_max_count": 30, + "_name": "cartridges", + "_parent": "5fb651dc85f90547f674b6f4", + "_props": { + "filters": [{ + "Filter": ["5e81f423763d9f754677bf2e", "5efb0cabfb3e451d70735af5", "5efb0fc6aeb21837e749c801", "5efb0d4f4bc50b58e81710f3", "5ea2a8e200685063ec28c05a"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 2, + "CheckTimeModifier": -30, + "ConflictingItems": [], + "CreditsPrice": 4100, + "Description": "mag_glock_kriss_magex_g30_1143x23_30", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": -25, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_glock_kriss_magex_g30_1143x23_30", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_glock_kriss_magex_g30_1143x23_30.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_glock_kriss_magex_g30_1143x23_30", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.18, + "Width": 1, + "magAnimationIndex": 2 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5fb65363d1409e5ca04b54f5": { + "_id": "5fb65363d1409e5ca04b54f5", + "_name": "barrel_vector_140mm_1143x23", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.2, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8900, + "Description": "barrel_vector_140mm_1143x23\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.95, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_vector_140mm_1143x23", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_vector_140mm_1143x23.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_vector_140mm_1143x23", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5fb65363d1409e5ca04b54f7", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5fb65363d1409e5ca04b54f5", + "_props": { + "filters": [{ + "Filter": ["5fb65424956329274326f316", "5fc4b992187fea44d52edaa9", "5fb6548dd1409e5ca04b54f9"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -2.78, + "Weight": 0.17, + "Width": 2 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5fb653962b1b027b1f50bd03": { + "_id": "5fb653962b1b027b1f50bd03", + "_name": "barrel_vector_170mm_1143x23", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.19, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 10700, + "Description": "barrel_vector_170mm_1143x23\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_vector_170mm_1143x23", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_vector_170mm_1143x23.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_vector_170mm_1143x23", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5fb653962b1b027b1f50bd05", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5fb653962b1b027b1f50bd03", + "_props": { + "filters": [{ + "Filter": ["5fb65424956329274326f316", "5fc4b992187fea44d52edaa9", "5fb6548dd1409e5ca04b54f9"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -0.78, + "Weight": 0.21, + "Width": 2 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5fb65424956329274326f316": { + "_id": "5fb65424956329274326f316", + "_name": "muzzle_vector_kriss_flash_hider_std_1143x23", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1340, + "Description": "muzzle_vector_kriss_flash_hider_std_1143x23", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_vector_kriss_flash_hider_std_1143x23", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_vector_kriss_flash_hider_std_1143x23.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -7, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_vector_kriss_flash_hider_std_1143x23", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.064, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5fb6548dd1409e5ca04b54f9": { + "_id": "5fb6548dd1409e5ca04b54f9", + "_name": "muzzle_vector_kriss_thread_protector_std_1143x23", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 400, + "Description": "muzzle_p226_sig_thread_protector_std_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_p226_sig_thread_protector_std_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_vector_kriss_thread_protector_std_1143x23.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_p226_sig_thread_protector_std_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.01, + "Width": 1, + "muzzleModType": "muzzleCombo" + }, + "_proto": "560838c94bdc2d77798b4569", + "_type": "Item" + }, + "5fb6558ad6f0b2136f2d7eb7": { + "_id": "5fb6558ad6f0b2136f2d7eb7", + "_name": "stock_vector_kriss_gen_2_folding_stock", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6120, + "Description": "stock_ar15_magpul_moe_carbine_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_magpul_moe_carbine_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_vector_kriss_gen_2_folding_stock.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -31, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_magpul_moe_carbine_blk", + "SightingRange": 0, + "SizeReduceRight": 1, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.3, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5fb655a72b1b027b1f50bd06": { + "_id": "5fb655a72b1b027b1f50bd06", + "_name": "stock_vector_kriss_pistol_sling_adapter", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1500, + "Description": "stock_ar15_magpul_moe_carbine_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_magpul_moe_carbine_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_vector_kriss_pistol_sling_adapter.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_magpul_moe_carbine_blk", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.25, + "Width": 1 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5fb655b748c711690e3a8d5a": { + "_id": "5fb655b748c711690e3a8d5a", + "_name": "stock_vector_kriss_non_folding_adapter", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": true, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3900, + "Description": "stock_ar15_magpul_moe_carbine_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_magpul_moe_carbine_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_vector_kriss_non_folding_adapter.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_magpul_moe_carbine_blk", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5fc4c881d724d907e2077df5", + "_mergeSlotWithChildren": false, + "_name": "mod_stock_000", + "_parent": "5fb655b748c711690e3a8d5a", + "_props": { + "filters": [{ + "Filter": ["57ade1442459771557167e15", "5a33ca0fc4a282000d72292f", "5c0faeddd174af02a962601f", "5649be884bdc2d79388b4577", "5d120a10d7ad1a4e1026ba85", "5b0800175acfc400153aebd4", "5bb20e58d4351e00320205d7", "5947e98b86f774778f1448bc", "5947eab886f77475961d96c5", "602e3f1254072b51b239f713", "5c793fb92e221644f31bfb64", "5c793fc42e221600114ca25d", "5fb655a72b1b027b1f50bd06"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.28, + "Width": 1 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5fb6564947ce63734e3fa1da": { + "_id": "5fb6564947ce63734e3fa1da", + "_name": "sight_rear_all_kriss_defiance_low_profile_flip_up", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3200, + "CustomAimPlane": "", + "Description": "sight_rear_all_sig_mpx_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_all_sig_mpx_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_all_kriss_defiance_low_profile_flip_up.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_all_sig_mpx_std", + "SightModesCount": 1, + "SightingRange": 300, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.02, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5fb6567747ce63734e3fa1dc": { + "_id": "5fb6567747ce63734e3fa1dc", + "_name": "sight_front_all_kriss_defiance_low_profile_flip_up", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2200, + "CustomAimPlane": "", + "Description": "sight_front_all_sig_mpx_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_all_sig_mpx_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_all_kriss_defiance_low_profile_flip_up.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_all_sig_mpx_std", + "SightModesCount": 1, + "SightingRange": 300, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.02, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5fbb976df9986c4cff3fe5f2": { + "_id": "5fbb976df9986c4cff3fe5f2", + "_name": "mount_vector_kriss_bottom_rail", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1100, + "Description": "mount_keymod_strike_industries_4_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_strike_industries_4_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_vector_kriss_bottom_rail.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_strike_industries_4_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5fbb976df9986c4cff3fe5f4", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5fbb976df9986c4cff3fe5f2", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5fbb978207e8a97d1f0902d3": { + "_id": "5fbb978207e8a97d1f0902d3", + "_name": "mount_vector_kriss_mk5_modular_rail", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5fce0f9b55375d18a253eff2", "5fb65363d1409e5ca04b54f5", "5fbbc366ca32ed67276c1557"], + "CreditsPrice": 2200, + "Description": "mount_vector_kriss_mk5_modular_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_vector_kriss_mk5_modular_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_vector_kriss_mk5_modular_rail.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_vector_kriss_mk5_modular_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "5fbb978207e8a97d1f0902d5", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5fbb978207e8a97d1f0902d3", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fce2d110dc53b538616804f", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5fbb978207e8a97d1f0902d3", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fce2d1b0dc53b5386168050", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "5fbb978207e8a97d1f0902d3", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.147, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5fbbaa86f9986c4cff3fe5f6": { + "_id": "5fbbaa86f9986c4cff3fe5f6", + "_name": "stock_ar15_kriss_defiance_ds150", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7900, + "Description": "stock_ar15_kriss_defiance_ds150", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_kriss_defiance_ds150", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_kriss_defiance_ds150.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -32, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_kriss_defiance_ds150", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.4, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5fbbc3324e8a554c40648348": { + "_id": "5fbbc3324e8a554c40648348", + "_name": "muzzle_vector_kriss_flash_hider_std_9x19", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1340, + "Description": "muzzle_vector_kriss_flash_hider_std_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_vector_kriss_flash_hider_std_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_vector_kriss_flash_hider_std_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -7, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_vector_kriss_flash_hider_std_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.064, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5fbbc34106bde7524f03cbe9": { + "_id": "5fbbc34106bde7524f03cbe9", + "_name": "muzzle_vector_kriss_thread_protector_std_9x19", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 400, + "Description": "muzzle_p226_sig_thread_protector_std_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_p226_sig_thread_protector_std_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_vector_kriss_thread_protector_std_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_p226_sig_thread_protector_std_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.01, + "Width": 1, + "muzzleModType": "muzzleCombo" + }, + "_proto": "560838c94bdc2d77798b4569", + "_type": "Item" + }, + "5fbbc366ca32ed67276c1557": { + "_id": "5fbbc366ca32ed67276c1557", + "_name": "barrel_vector_140mm_9x19", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.19, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8200, + "Description": "barrel_vector_140mm_1143x23\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.95, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_vector_140mm_1143x23", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_vector_140mm_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_vector_140mm_1143x23", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5fbbc366ca32ed67276c1559", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5fbbc366ca32ed67276c1557", + "_props": { + "filters": [{ + "Filter": ["5cf6935bd7f00c06585fb791", "5fbbc3324e8a554c40648348", "5c7954d52e221600106f4cc7", "5fbbc34106bde7524f03cbe9", "5a9fb739a2750c003215717f", "5c6165902e22160010261b28", "5a32a064c4a28200741e22de"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -2.48, + "Weight": 0.16, + "Width": 2 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5fbbc383d5cb881a7363194a": { + "_id": "5fbbc383d5cb881a7363194a", + "_name": "barrel_vector_170mm_9x19", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.18, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 9700, + "Description": "barrel_vector_170mm_1143x23\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_vector_170mm_1143x23", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_vector_170mm_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_vector_170mm_1143x23", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5fbbc383d5cb881a7363194c", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5fbbc383d5cb881a7363194a", + "_props": { + "filters": [{ + "Filter": ["5fbbc3324e8a554c40648348", "5fbbc34106bde7524f03cbe9", "5a9fb739a2750c003215717f", "5c6165902e22160010261b28", "5a32a064c4a28200741e22de"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -0.48, + "Weight": 0.2, + "Width": 2 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5fbbfabed5cb881a7363194e": { + "_id": "5fbbfabed5cb881a7363194e", + "_name": "barrel_mcx_171mm_762x35", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.095, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 16118, + "Description": ".300 BLKbarrel_mcx_171mm_762x35", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.93, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": ".300 BLKbarrel_mcx_171mm_762x35", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mcx_171mm_762x35.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": ".300 BLKbarrel_mcx_171mm_762x35", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5fbbfabed5cb881a73631950", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5fbbfabed5cb881a7363194e", + "_props": { + "filters": [{ + "Filter": ["5c7954d52e221600106f4cc7", "5fbc22ccf24b94483f726483", "59bffc1f86f77435b128b872", "5fbe7618d6fa9c00c571bb6c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fbbfabed5cb881a73631951", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5fbbfabed5cb881a7363194e", + "_props": { + "filters": [{ + "Filter": ["5fbc210bf24b94483f726481"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -16.31, + "Weight": 0.409, + "Width": 2 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5fbbfacda56d053a3543f799": { + "_id": "5fbbfacda56d053a3543f799", + "_name": "barrel_mcx_229mm_762x35", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.08, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 19418, + "Description": "barrel_mcx_229mm_762x35", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -6, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_mcx_229mm_762x35", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mcx_229mm_762x35.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_mcx_229mm_762x35", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5fbbfacda56d053a3543f79b", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5fbbfacda56d053a3543f799", + "_props": { + "filters": [{ + "Filter": ["5dfa3cd1b33c0951220c079b", "5fbc22ccf24b94483f726483", "5fbe7618d6fa9c00c571bb6c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fbbfacda56d053a3543f79c", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5fbbfacda56d053a3543f799", + "_props": { + "filters": [{ + "Filter": ["5fbc210bf24b94483f726481"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -12.31, + "Weight": 0.479, + "Width": 2 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5fbc210bf24b94483f726481": { + "_id": "5fbc210bf24b94483f726481", + "_name": "gas_block_mcx_sig_mcx_std", + "_parent": "56ea9461d2720b67698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4500, + "Description": "gas_block_mcx_sig_mcx_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "gas_block_mcx_sig_mcx_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/gasblock/gas_block_mcx_sig_mcx_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "gas_block_mcx_sig_mcx_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 43, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.049, + "Width": 1 + }, + "_proto": "56ea8d2fd2720b7c698b4570", + "_type": "Item" + }, + "5fbc226eca32ed67276c155d": { + "_id": "5fbc226eca32ed67276c155d", + "_name": "handguard_mcx_sig_gen1_8_inch_keymod", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8000, + "Description": "handguard_mcx_sig_gen1_8_inch_keymod", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_mcx_sig_gen1_8_inch_keymod", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_mcx_sig_gen1_8_inch_keymod.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_mcx_sig_gen1_8_inch_keymod", + "SightingRange": 0, + "Slots": [{ + "_id": "5fbc226eca32ed67276c155f", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5fbc226eca32ed67276c155d", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fbc226eca32ed67276c1560", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5fbc226eca32ed67276c155d", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fbc226eca32ed67276c1566", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5fbc226eca32ed67276c155d", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c", "55d4af3a4bdc2d972f8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fbc226eca32ed67276c1567", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5fbc226eca32ed67276c155d", + "_props": { + "filters": [{ + "Filter": ["5fc0f9b5d724d907e2077d82", "5fc0f9cbd6fa9c00c571bb90", "5a9d6d13a2750c00164f6b03", "59e0bed186f774156f04ce84"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.39, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5fbc227aa56d053a3543f79e": { + "_id": "5fbc227aa56d053a3543f79e", + "_name": "handguard_mcx_sig_gen1_12_inch_keymod", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5b7d693d5acfc43bca706a3d", "5a34fd2bc4a282329a73b4c5", "5d1f819086f7744b355c219b", "5dcbe965e4ed22586443a79d", "5dfa3cd1b33c0951220c079b", "5cdd7685d7f00c000f260ed2", "5c878e9d2e2216000f201903", "5d02677ad7ad1a04a15c0f95", "5bbdb8bdd4351e4502011460", "5cdd7693d7f00c0010373aa5", "5d443f8fa4b93678dd4a01aa", "5cf78496d7f00c065703d6ca"], + "CreditsPrice": 10000, + "Description": "handguard_416_hk_mrs_keymod_14_inch", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_416_hk_mrs_keymod_14_inch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_mcx_sig_gen1_12_inch_keymod.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_416_hk_mrs_keymod_14_inch", + "SightingRange": 0, + "Slots": [{ + "_id": "5fbc227aa56d053a3543f7a0", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5fbc227aa56d053a3543f79e", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fbc227aa56d053a3543f7a1", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5fbc227aa56d053a3543f79e", + "_props": { + "filters": [{ + "Filter": ["5a9d6d00a2750c5c985b5305", "59e0bdb186f774156f04ce82", "59e0be5d86f7742d48765bd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fbc227aa56d053a3543f7a7", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5fbc227aa56d053a3543f79e", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c", "55d4af3a4bdc2d972f8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fbc227aa56d053a3543f7a8", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5fbc227aa56d053a3543f79e", + "_props": { + "filters": [{ + "Filter": ["5fc0f9b5d724d907e2077d82", "5fc0f9cbd6fa9c00c571bb90", "5a9d6d13a2750c00164f6b03", "59e0bed186f774156f04ce84"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.43, + "Width": 3 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5fbc22ccf24b94483f726483": { + "_id": "5fbc22ccf24b94483f726483", + "_name": "muzzle_all_sig_qd_muzzle_base_762x51", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4230, + "Description": "muzzle_all_silencerco_hybrid_46_direct_thread_multi", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_all_silencerco_hybrid_46_direct_thread_multi", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_all_sig_qd_muzzle_base_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_all_silencerco_hybrid_46_direct_thread_multi", + "SightingRange": 0, + "Slots": [{ + "_id": "5fbcc6b17283c4046c58146b", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle_000", + "_parent": "5fbc22ccf24b94483f726483", + "_props": { + "filters": [{ + "Filter": ["5fbcbcf593164a5b6278efb2", "5fbcbd02900b1d5091531dd3", "5fbcbd10ab884124df0cd563"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fbcc6bd900b1d5091531ddb", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle_001", + "_parent": "5fbc22ccf24b94483f726483", + "_props": { + "filters": [{ + "Filter": ["5fbe760793164a5b6278efc8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.12, + "Width": 1, + "muzzleModType": "muzzleCombo" + }, + "_proto": "560838c94bdc2d77798b4569", + "_type": "Item" + }, + "5fbcbcf593164a5b6278efb2": { + "_id": "5fbcbcf593164a5b6278efb2", + "_name": "muzzle_base_sig_flash_hider_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1840, + "Description": "Пламегаситель 5.56x45 Colt USGI A2 также известный как Bird Cage (Птичья Клетка) предназначен для установки на оружие на базе AR-15 под патрон 5.56x45. Однако может быть установлен и на другое оружие под тот же калибр, если ствол имеет ту же резьбу для установки дополнительных дульных устройств. Штатно устанавливается на штурмовую винтовку M4A1.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Пламегаситель Colt USGI A2 5.56x45 для AR-15", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_base_sig_flash_hider_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.56x45 AR-15 USGI A2", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1, + "Weight": 0.07, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5fbcbd02900b1d5091531dd3": { + "_id": "5fbcbd02900b1d5091531dd3", + "_name": "muzzle_base_sig_micro_brake_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2340, + "Description": "muzzle_base_sig_micro_brake_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_base_sig_micro_brake_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_base_sig_micro_brake_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -6, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_base_sig_micro_brake_762x51", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.064, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5fbcbd10ab884124df0cd563": { + "_id": "5fbcbd10ab884124df0cd563", + "_name": "muzzle_base_sig_two_port_brake_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5800, + "Description": "muzzle_base_sig_muzzle_break_2_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_base_sig_muzzle_break_2_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_base_sig_two_port_brake_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_base_sig_muzzle_break_2_762x51", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.095, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "5fbcbd6c187fea44d52eda14": { + "_id": "5fbcbd6c187fea44d52eda14", + "_name": "pistolgrip_ar15_sig_mcx_std", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2400, + "Description": "pistolgrip_ar15_sig_mcx_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ar15_sig_mcx_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ar15_sig_mcx_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ar15_sig_mcx_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.08, + "Width": 1 + }, + "_proto": "55802f5d4bdc2dac148b458f", + "_type": "Item" + }, + "5fbcc1d9016cce60e8341ab3": { + "_id": "5fbcc1d9016cce60e8341ab3", + "_name": "weapon_sig_mcx_gen1_762x35", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.16, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.16, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.01, + "Chambers": [{ + "_id": "5fbcc1d9016cce60e8341aba", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5fbcc1d9016cce60e8341ab3", + "_props": { + "filters": [{ + "Filter": ["5fbe3ffdf8b6a877a729ea82", "5fd20ff893a8961fc660a954"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 2, + "CoolFactor": 1, + "CreditsPrice": 21300, + "Description": "weapon_sig_mcx_gen1_762x35", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 48, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.03, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_sig_mcx_gen1_762x35", + "NotShownInSlot": false, + "OperatingResource": 4600, + "Prefab": { + "path": "assets/content/weapons/mcx/weapon_sig_mcx_gen1_762x35_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.24, + "z": 0 + }, + "RecoilForceBack": 405, + "RecoilForceUp": 159, + "RecolDispersion": 30, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 176, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": 0, + "z": 0 + }, + "SendToClient": false, + "ShortName": "weapon_sig_mcx_gen1_762x35", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5fbcc1d9016cce60e8341ab5", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5fbcc1d9016cce60e8341ab3", + "_props": { + "filters": [{ + "Filter": ["55d4b9964bdc2d1d4e8b456e", "571659bb2459771fb2755a12", "602e71bd53a60014f9705bfa", "5cc9bcaed7f00c011c04e179", "5bb20e18d4351e00320205d5", "5bb20e0ed4351e3bac1212dc", "5d025cc1d7ad1a53845279ef", "5c6d7b3d2e221600114c9b7d", "57c55efc2459772d2c6271e7", "57af48872459771f0b2ebf11", "57c55f092459772d291a8463", "57c55f112459772d28133310", "57c55f172459772d27602381", "5a339805c4a2826c6e06d73d", "55802f5d4bdc2dac148b458f", "5d15cf3bd7ad1a67e71518b2", "59db3a1d86f77429e05b4e92", "5fbcbd6c187fea44d52eda14", "59db3acc86f7742a2c4ab912", "59db3b0886f77429d72fb895", "5b07db875acfc40dc528a5f6"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5fbcc1d9016cce60e8341ab6", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5fbcc1d9016cce60e8341ab3", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["55d4887d4bdc2d962f8b4570", "5c05413a0db834001c390617", "5c6d450c2e221600114c997d", "5c6d42cb2e2216000e69d7d1", "59c1383d86f774290a37e0ca", "5aaa5e60e5b5b000140293d6", "5448c1d04bdc2dff2f8b4569", "5aaa5dfee5b5b000140293d3", "5d1340b3d7ad1a0b52682ed7", "544a378f4bdc2d30388b4567", "5d1340bdd7ad1a0e8d245aab", "55802d5f4bdc2dac148b458e", "5d1340cad7ad1a0b0b249869", "5c6592372e221600133e47d7", "544a37c44bdc2d25388b4567", "5c6d46132e221601da357d56"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5fbcc1d9016cce60e8341ab7", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5fbcc1d9016cce60e8341ab3", + "_props": { + "filters": [{ + "Filter": ["5fbcc3e4d6fa9c00c571bb58"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5fbcc1d9016cce60e8341ab8", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5fbcc1d9016cce60e8341ab3", + "_props": { + "filters": [{ + "Filter": ["5fbcc429900b1d5091531dd7", "5fbcc437d724d907e2077d5c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fbcc1d9016cce60e8341ab9", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "5fbcc1d9016cce60e8341ab3", + "_props": { + "filters": [{ + "Filter": ["5fbcc640016cce60e8341acc"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.4, + "Width": 1, + "ammoCaliber": "Caliber762x35", + "bEffDist": 500, + "bFirerate": 800, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5fbe3ffdf8b6a877a729ea82", + "defMagType": "55d4887d4bdc2d962f8b4570", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5fbcc3e4d6fa9c00c571bb58": { + "_id": "5fbcc3e4d6fa9c00c571bb58", + "_name": "reciever_mcx_sig_mcx_gen1", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3509, + "Description": "reciever_mpx_sig_mpx_gen1", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.97, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_mpx_sig_mpx_gen1", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_mcx_sig_mcx_gen1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_mpx_sig_mpx_gen1", + "SightingRange": 0, + "Slots": [{ + "_id": "5fbcc3e4d6fa9c00c571bb5a", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5fbcc3e4d6fa9c00c571bb58", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fbcc3e4d6fa9c00c571bb5b", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5fbcc3e4d6fa9c00c571bb58", + "_props": { + "filters": [{ + "Filter": ["5fbbfabed5cb881a7363194e", "5fbbfacda56d053a3543f799"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5fbcc3e4d6fa9c00c571bb5c", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "5fbcc3e4d6fa9c00c571bb58", + "_props": { + "filters": [{ + "Filter": ["5fbc227aa56d053a3543f79e", "5fbc226eca32ed67276c155d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5fbcc3e4d6fa9c00c571bb5d", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5fbcc3e4d6fa9c00c571bb58", + "_props": { + "filters": [{ + "Filter": ["5bb20e49d4351e3bac1212de", "5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5fb6564947ce63734e3fa1da", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5fc0fa957283c4046c58147e", "5894a81786f77427140b8347"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fd9c705dc911e7ec961c45a", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5fbcc3e4d6fa9c00c571bb58", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 40, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.488, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5fbcc429900b1d5091531dd7": { + "_id": "5fbcc429900b1d5091531dd7", + "_name": "stock_all_sig_telescoping_stock", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4839, + "Description": "stock_all_sig_mpx_mcx_early_type", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": true, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_all_sig_mpx_mcx_early_type", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_all_sig_telescoping_stock.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -29, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_all_sig_mpx_mcx_early_type", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.336, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5fbcc437d724d907e2077d5c": { + "_id": "5fbcc437d724d907e2077d5c", + "_name": "stock_all_sig_thin_folding_stock", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6900, + "Description": "stock_all_sig_thin_folding_stock", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": true, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_all_sig_thin_folding_stock", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_all_sig_thin_folding_stock.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -31, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_all_sig_thin_folding_stock", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.27, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5fbcc640016cce60e8341acc": { + "_id": "5fbcc640016cce60e8341acc", + "_name": "charge_mcx_sig_mcx_std", + "_parent": "55818a6f4bdc2db9688b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 733, + "Description": "charge_mcx_sig_mcx_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "charge_mcx_sig_mcx_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/charges/charge_mcx_sig_mcx_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "charge_mcx_sig_mcx_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.035, + "Width": 1 + }, + "_proto": "55802f624bdc2d1c128b4580", + "_type": "Item" + }, + "5fbe3ffdf8b6a877a729ea82": { + "_id": "5fbe3ffdf8b6a877a729ea82", + "_name": "patron_762x35_blackout", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 36, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x35", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 79, + "Damage": 60, + "Description": "patron_762x35_blackout", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.3, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 605, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_762x35_blackout", + "NotShownInSlot": false, + "PenetrationChance": 0.3, + "PenetrationPower": 29, + "PenetrationPowerDiviation": 0.21, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x35.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.3, + "SendToClient": false, + "ShortName": "patron_762x35_blackout", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 5, + "SpeedRetardation": 0.000023, + "StackMaxRandom": 50, + "StackMaxSize": 60, + "StackMinRandom": 15, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.3, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.015, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 11.77, + "casingName": "patron_762x35_blackout", + "casingSounds": "rifle556" + }, + "_proto": "54527ac44bdc2d36668b4567", + "_type": "Item" + }, + "5fbe760793164a5b6278efc8": { + "_id": "5fbe760793164a5b6278efc8", + "_name": "silencer_base_sig_srd_762_qd_762x51", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 54520, + "Description": "silencer_base_sig_srd_762_qd_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.65, + "EffectiveDistance": 0, + "Ergonomics": -24, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": -35, + "MergesWithChildren": true, + "Name": "silencer_base_sig_srd_762_qd_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_base_sig_srd_762_qd_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -13, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_base_sig_srd_762_qd_762x51", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1, + "Weight": 0.46, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "54490a4d4bdc2dbc018b4573", + "_type": "Item" + }, + "5fbe7618d6fa9c00c571bb6c": { + "_id": "5fbe7618d6fa9c00c571bb6c", + "_name": "silencer_all_sig_srd_762_762x51", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 52020, + "Description": "silencer_all_sig_srd_762_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.4, + "EffectiveDistance": 0, + "Ergonomics": -23, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": -35, + "MergesWithChildren": true, + "Name": "silencer_all_sig_srd_762_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_all_sig_srd_762_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -11, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_all_sig_srd_762_762x51", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1, + "Weight": 0.46, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "54490a4d4bdc2dbc018b4573", + "_type": "Item" + }, + "5fc0f9b5d724d907e2077d82": { + "_id": "5fc0f9b5d724d907e2077d82", + "_name": "foregrip_keymod_sig_modular_vertical_grip", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7809, + "Description": "foregrip_keymod_sig_modular_vertical_grip", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_keymod_sig_modular_vertical_grip", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_keymod_sig_modular_vertical_grip.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_keymod_sig_modular_vertical_grip", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.096, + "Width": 1 + }, + "_proto": "558032574bdc2d89578b458a", + "_type": "Item" + }, + "5fc0f9cbd6fa9c00c571bb90": { + "_id": "5fc0f9cbd6fa9c00c571bb90", + "_name": "foregrip_keymod_sig_vertical_grip", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6600, + "Description": "foregrip_keymod_sig_vertical_grip", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_keymod_sig_vertical_grip", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_keymod_sig_vertical_grip.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_keymod_sig_vertical_grip", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.055, + "Width": 1 + }, + "_proto": "558032574bdc2d89578b458a", + "_type": "Item" + }, + "5fc0fa362770a0045c59c677": { + "_id": "5fc0fa362770a0045c59c677", + "_name": "sight_front_all_sig_flip_up", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2350, + "CustomAimPlane": "", + "Description": "sight_front_all_kac_folding_micro_sight", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_all_kac_folding_micro_sight", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_all_sig_flip_up.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_all_kac_folding_micro_sight", + "SightModesCount": 1, + "SightingRange": 300, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.065, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5fc0fa957283c4046c58147e": { + "_id": "5fc0fa957283c4046c58147e", + "_name": "sight_rear_all_sig_flip_up", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1050, + "CustomAimPlane": "", + "Description": "sight_rear_all_sig_mpx_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_all_sig_mpx_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [100], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_all_sig_flip_up.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_all_sig_mpx_std", + "SightModesCount": 1, + "SightingRange": 300, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.13, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "5fc22d7c187fea44d52eda44": { + "_id": "5fc22d7c187fea44d52eda44", + "_name": "weapon_sword_int_mk_18_mjolnir_86x70", + "_parent": "5447b6194bdc2d67278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.22, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.27, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0, + "Chambers": [{ + "_id": "5fc22d7c187fea44d52eda4b", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5fc22d7c187fea44d52eda44", + "_props": { + "filters": [{ + "Filter": ["5fc382a9d724d907e2077dab", "5fc275cf85fd526b824a571a", "5fc382c1016cce60e8341b20", "5fc382b6d6fa9c00c571bbc3"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 1.1, + "CoolFactor": 1, + "CreditsPrice": 41605, + "Description": "weapon_sword_int_mk_18_mjolnir_86x70", + "DeviationCurve": 2, + "DeviationMax": 30, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 14, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_dmr", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_sword_int_mk_18_mjolnir_86x70", + "NotShownInSlot": false, + "OperatingResource": 1900, + "Prefab": { + "path": "assets/content/weapons/mk18/weapon_sword_int_mk_18_mjolnir_86x70_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.26, + "z": 0 + }, + "RecoilForceBack": 1125, + "RecoilForceUp": 630, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 761, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": 0, + "z": 0 + }, + "SendToClient": false, + "ShortName": "weapon_sword_int_mk_18_mjolnir_86x70", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5fc22d7c187fea44d52eda46", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "5fc22d7c187fea44d52eda44", + "_props": { + "filters": [{ + "Filter": ["55d4b9964bdc2d1d4e8b456e", "571659bb2459771fb2755a12", "602e71bd53a60014f9705bfa", "5cc9bcaed7f00c011c04e179", "5bb20e18d4351e00320205d5", "5bb20e0ed4351e3bac1212dc", "5d025cc1d7ad1a53845279ef", "5c6d7b3d2e221600114c9b7d", "57c55efc2459772d2c6271e7", "57af48872459771f0b2ebf11", "57c55f092459772d291a8463", "57c55f112459772d28133310", "57c55f172459772d27602381", "5a339805c4a2826c6e06d73d", "55802f5d4bdc2dac148b458f", "5d15cf3bd7ad1a67e71518b2", "59db3a1d86f77429e05b4e92", "5fbcbd6c187fea44d52eda14", "59db3acc86f7742a2c4ab912", "59db3b0886f77429d72fb895", "5b07db875acfc40dc528a5f6"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5fc22d7c187fea44d52eda47", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5fc22d7c187fea44d52eda44", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5fc23426900b1d5091531e15"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5fc22d7c187fea44d52eda48", + "_mergeSlotWithChildren": false, + "_name": "mod_stock_001", + "_parent": "5fc22d7c187fea44d52eda44", + "_props": { + "filters": [{ + "Filter": ["5a33ca0fc4a282000d72292f", "5c0faeddd174af02a962601f", "5649be884bdc2d79388b4577", "5d120a10d7ad1a4e1026ba85", "5b0800175acfc400153aebd4", "5bb20e58d4351e00320205d7", "5947e98b86f774778f1448bc", "5947eab886f77475961d96c5", "5c793fb92e221644f31bfb64", "5c793fc42e221600114ca25d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5fc22d7c187fea44d52eda49", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "5fc22d7c187fea44d52eda44", + "_props": { + "filters": [{ + "Filter": ["5fc278107283c4046c581489"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 0.02, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 2.9, + "Width": 2, + "ammoCaliber": "Caliber86x70", + "bEffDist": 900, + "bFirerate": 30, + "bHearDist": 140, + "chamberAmmoCount": 1, + "defAmmo": "5fc275cf85fd526b824a571a", + "defMagType": "5fc23426900b1d5091531e15", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "marksmanRifle", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5fc23426900b1d5091531e15": { + "_id": "5fc23426900b1d5091531e15", + "_name": "mag_mk18_sword_mjolnir_std_86x70_10", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5fc23426900b1d5091531e17", + "_max_count": 10, + "_name": "cartridges", + "_parent": "5fc23426900b1d5091531e15", + "_props": { + "filters": [{ + "Filter": ["5fc382a9d724d907e2077dab", "5fc275cf85fd526b824a571a", "5fc382c1016cce60e8341b20", "5fc382b6d6fa9c00c571bbc3"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 7001, + "Description": "mag_mk18_sword_mjolnir_std_86x70_10", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -6, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_mk18_sword_mjolnir_std_86x70_10", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_mk18_sword_mjolnir_std_86x70_10.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_mk18_sword_mjolnir_std_86x70_10", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.6, + "Width": 1, + "magAnimationIndex": 6 + }, + "_proto": "55802d5f4bdc2dac148b458e", + "_type": "Item" + }, + "5fc235db2770a0045c59c683": { + "_id": "5fc235db2770a0045c59c683", + "_name": "handguard_mk18_sword_mjolnir_18_inch", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a34fbadc4a28200741e230a", "5ae30e795acfc408fb139a0b", "56ea8d2fd2720b7c698b4570", "55d35ee94bdc2d61338b4568", "55d3632e4bdc2d972f8b4569", "5c0e2f94d174af029f650d56"], + "CreditsPrice": 16400, + "Description": "handguard_mk18_sword_mjolnir_18_inch", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_mk18_sword_mjolnir_18_inch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_mk18_sword_mjolnir_18_inch.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_mk18_sword_mjolnir_18_inch", + "SightingRange": 0, + "Slots": [{ + "_id": "5fc235db2770a0045c59c685", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5fc235db2770a0045c59c683", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fc235db2770a0045c59c686", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5fc235db2770a0045c59c683", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fc235db2770a0045c59c687", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5fc235db2770a0045c59c683", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fc235db2770a0045c59c688", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5fc235db2770a0045c59c683", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fc235db2770a0045c59c689", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5fc235db2770a0045c59c683", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c", "55d4af3a4bdc2d972f8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fc235db2770a0045c59c68a", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5fc235db2770a0045c59c683", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fc235db2770a0045c59c68b", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5fc235db2770a0045c59c683", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.42, + "Width": 3 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "5fc2360f900b1d5091531e19": { + "_id": "5fc2360f900b1d5091531e19", + "_name": "gas_block_mk18_sword_mjolnir_std", + "_parent": "56ea9461d2720b67698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8050, + "Description": "gas_block_mk18_sword_mjolnir_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "gas_block_mk18_sword_mjolnir_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/gasblock/gas_block_mk18_sword_mjolnir_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "gas_block_mk18_sword_mjolnir_std", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 43, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.12, + "Width": 1 + }, + "_proto": "56ea8d2fd2720b7c698b4570", + "_type": "Item" + }, + "5fc23636016cce60e8341b05": { + "_id": "5fc23636016cce60e8341b05", + "_name": "muzzle_all_silencerco_ac858_asr_muzzle_brake_86x70", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8120, + "Description": "muzzle_all_silencerco_ac858_asr_86x70", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_all_silencerco_ac858_asr_86x70", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_all_silencerco_ac858_asr_muzzle_brake_86x70.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_all_silencerco_ac858_asr_86x70", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 80, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1, + "Weight": 0.11, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "5649aa744bdc2ded0b8b457e", + "_type": "Item" + }, + "5fc23678ab884124df0cd590": { + "_id": "5fc23678ab884124df0cd590", + "_name": "barrel_mk18_610mm_86x70", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.017, + "ChangePriceCoef": 1, + "ConflictingItems": ["5c0e2f5cd174af02a012cfc9", "5ae30db85acfc408fb139a05", "55d459824bdc2d892f8b4573", "5c78f2792e221600106f4683", "5c78f26f2e221601da3581d1", "5d00e0cbd7ad1a6c6566a42d", "5d00f63bd7ad1a59283b1c1e"], + "CreditsPrice": 63567, + "Description": "barrel_mk18_610mm_86x70", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -12, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_mk18_610mm_86x70", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mk18_610mm_86x70.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_mk18_610mm_86x70", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "5fc23678ab884124df0cd592", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5fc23678ab884124df0cd590", + "_props": { + "filters": [{ + "Filter": ["5fc23636016cce60e8341b05"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fc23678ab884124df0cd593", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "5fc23678ab884124df0cd590", + "_props": { + "filters": [{ + "Filter": ["5fc2360f900b1d5091531e19"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -2.1, + "Weight": 1.5, + "Width": 4 + }, + "_proto": "55d3632e4bdc2d972f8b4569", + "_type": "Item" + }, + "5fc2369685fd526b824a5713": { + "_id": "5fc2369685fd526b824a5713", + "_name": "stock_ar15_b5_precision", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 18500, + "Description": "stock_ar15_b5_precision", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_b5_precision", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_b5_precision.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -34, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_b5_precision", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.16, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5fc275cf85fd526b824a571a": { + "_id": "5fc275cf85fd526b824a571a", + "_name": "patron_86x70_lapua_magnum", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 83, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber86x70", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 960, + "Damage": 122, + "Description": "patron_86x70_lapua_magnum", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.8, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "big_round_impact", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.2, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": true, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.5, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 900, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.35, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "patron_86x70_lapua_magnum", + "NotShownInSlot": false, + "PenetrationChance": 0.7, + "PenetrationPower": 47, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_86x70_lapua_magnum.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.4, + "SendToClient": false, + "ShortName": "patron_86x70_lapua_magnum", + "ShowBullet": false, + "ShowHitEffectOnExplode": true, + "SpawnChance": 2, + "SpeedRetardation": 0.000011, + "StackMaxRandom": 8, + "StackMaxSize": 30, + "StackMinRandom": 2, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.8, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.047, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 77.16, + "casingName": ".338", + "casingSounds": "50cal" + }, + "_proto": "560d61e84bdc2da74d8b4571", + "_type": "Item" + }, + "5fc278107283c4046c581489": { + "_id": "5fc278107283c4046c581489", + "_name": "reciever_mk18_sword_mjolnir_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 22150, + "Description": "reciever_ar15_noveske_gen3_stripped", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_ar15_noveske_gen3_stripped", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_mk18_sword_mjolnir_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_ar15_noveske_gen3_stripped", + "SightingRange": 0, + "Slots": [{ + "_id": "5fc278107283c4046c58148b", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5fc278107283c4046c581489", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fc278107283c4046c58148c", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5fc278107283c4046c581489", + "_props": { + "filters": [{ + "Filter": ["5fc23678ab884124df0cd590"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5fc278107283c4046c58148d", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "5fc278107283c4046c581489", + "_props": { + "filters": [{ + "Filter": ["5fc235db2770a0045c59c683"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5fc278107283c4046c58148e", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5fc278107283c4046c581489", + "_props": { + "filters": [{ + "Filter": ["5bb20e49d4351e3bac1212de", "5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5fb6564947ce63734e3fa1da", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5fc0fa957283c4046c58147e", "5894a81786f77427140b8347", "55d5f46a4bdc2d1b198b4567", "5ae30bad5acfc400185c2dc4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.45, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "5fc382a9d724d907e2077dab": { + "_id": "5fc382a9d724d907e2077dab", + "_name": "patron_86x70_lapua_ap", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 89, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber86x70", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 2650, + "Damage": 115, + "Description": "default_308", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 2.4, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "big_round_impact", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.13, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": true, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.55, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 849, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.2, + "LootExperience": 0, + "MalfunctionChance": 0.35, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "default_308", + "NotShownInSlot": false, + "PenetrationChance": 0.9, + "PenetrationPower": 79, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_86x70_lapua_ap.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.3, + "SendToClient": false, + "ShortName": "default_308", + "ShowBullet": false, + "ShowHitEffectOnExplode": true, + "SpawnChance": 1, + "SpeedRetardation": 0.000015, + "StackMaxRandom": 5, + "StackMaxSize": 30, + "StackMinRandom": 2, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.7, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.049, + "Width": 1, + "ammoAccr": 0, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 10, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 77.16, + "casingName": ".338", + "casingSounds": "50cal" + }, + "_proto": "560d61e84bdc2da74d8b4571", + "_type": "Item" + }, + "5fc382b6d6fa9c00c571bbc3": { + "_id": "5fc382b6d6fa9c00c571bbc3", + "_name": "patron_86x70_lapua_tac_x", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 55, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber86x70", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 1100, + "Damage": 196, + "Description": "default_308", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.4, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "big_round_impact", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.5, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": true, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.5, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 880, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.8, + "LootExperience": 0, + "MalfunctionChance": 0.42, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "default_308", + "NotShownInSlot": false, + "PenetrationChance": 0.3, + "PenetrationPower": 18, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_86x70_lapua_tac_x.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.4, + "SendToClient": false, + "ShortName": "default_308", + "ShowBullet": false, + "ShowHitEffectOnExplode": true, + "SpawnChance": 1, + "SpeedRetardation": 0.000011, + "StackMaxRandom": 8, + "StackMaxSize": 30, + "StackMinRandom": 2, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.9, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.044, + "Width": 1, + "ammoAccr": 10, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": -5, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 77.16, + "casingName": ".338", + "casingSounds": "50cal" + }, + "_proto": "560d61e84bdc2da74d8b4571", + "_type": "Item" + }, + "5fc382c1016cce60e8341b20": { + "_id": "5fc382c1016cce60e8341b20", + "_name": "patron_86x70_lapua_magnum_upz", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 70, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber86x70", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 750, + "Damage": 142, + "Description": "default_308", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "big_round_impact", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.6, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": true, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.4, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 849, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.5, + "LootExperience": 0, + "MalfunctionChance": 0.448, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 2, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 1, + "MisfireChance": 0.01, + "Name": "default_308", + "NotShownInSlot": false, + "PenetrationChance": 0.6, + "PenetrationPower": 32, + "PenetrationPowerDiviation": 1, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_86x70_lapua_magnum_upz.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.4, + "SendToClient": false, + "ShortName": "default_308", + "ShowBullet": false, + "ShowHitEffectOnExplode": true, + "SpawnChance": 2, + "SpeedRetardation": 0.000011, + "StackMaxRandom": 8, + "StackMaxSize": 30, + "StackMinRandom": 2, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.9, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.045, + "Width": 1, + "ammoAccr": -5, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 77.16, + "casingName": ".338", + "casingSounds": "50cal" + }, + "_proto": "560d61e84bdc2da74d8b4571", + "_type": "Item" + }, + "5fc3e272f8b6a877a729eac5": { + "_id": "5fc3e272f8b6a877a729eac5", + "_name": "weapon_hk_ump_1143x23", + "_parent": "5447b5e04bdc2d62278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.25, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.08, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.25, + "Chambers": [{ + "_id": "5fc3e272f8b6a877a729ead0", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5fc3e272f8b6a877a729eac5", + "_props": { + "filters": [{ + "Filter": ["5e81f423763d9f754677bf2e", "5efb0cabfb3e451d70735af5", "5efb0fc6aeb21837e749c801", "5efb0d4f4bc50b58e81710f3", "5ea2a8e200685063ec28c05a"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 2.8, + "CoolFactor": 1, + "CreditsPrice": 26500, + "Description": "weapon_hk_ump_1143x23", + "DeviationCurve": 4, + "DeviationMax": 20, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 62, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "mod_stock", + "Grids": [], + "HeatFactor": 1, + "Height": 2, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 50, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_hk_ump_1143x23", + "NotShownInSlot": false, + "OperatingResource": 5000, + "Prefab": { + "path": "assets/content/weapons/ump/weapon_hk_ump_1143x23_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.305, + "z": -0.02 + }, + "RecoilForceBack": 335, + "RecoilForceUp": 87, + "RecolDispersion": 30, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 107, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.29, + "z": -0.05 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.1, + "z": 0 + }, + "SendToClient": false, + "ShortName": "weapon_hk_ump_1143x23", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5fc3e272f8b6a877a729eac7", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5fc3e272f8b6a877a729eac5", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5fc3e466187fea44d52eda90"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5fc3e272f8b6a877a729eacb", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5fc3e272f8b6a877a729eac5", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fc3e272f8b6a877a729eacf", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5fc3e272f8b6a877a729eac5", + "_props": { + "filters": [{ + "Filter": ["5fc3e4ee7283c4046c5814af"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fc3e8bbd6fa9c00c571bbcf", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5fc3e272f8b6a877a729eac5", + "_props": { + "filters": [{ + "Filter": ["5fc3e4a27283c4046c5814ab"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5fc53bbb900b1d5091531e75", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "5fc3e272f8b6a877a729eac5", + "_props": { + "filters": [{ + "Filter": ["5fc53954f8b6a877a729eaeb"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fc53bc8900b1d5091531e76", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5fc3e272f8b6a877a729eac5", + "_props": { + "filters": [{ + "Filter": ["5fc5396e900b1d5091531e72"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fc53bd82770a0045c59c6f8", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5fc3e272f8b6a877a729eac5", + "_props": { + "filters": [{ + "Filter": ["5fc5396e900b1d5091531e72"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 13, + "Weight": 1.22, + "Width": 2, + "ammoCaliber": "Caliber1143x23ACP", + "bEffDist": 200, + "bFirerate": 600, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5e81f423763d9f754677bf2e", + "defMagType": "5fc3e466187fea44d52eda90", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "smg", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5fc3e466187fea44d52eda90": { + "_id": "5fc3e466187fea44d52eda90", + "_name": "mag_ump_hk_ump_1143x23_25", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "5fc3e466187fea44d52eda92", + "_max_count": 25, + "_name": "cartridges", + "_parent": "5fc3e466187fea44d52eda90", + "_props": { + "filters": [{ + "Filter": ["5e81f423763d9f754677bf2e", "5efb0cabfb3e451d70735af5", "5efb0fc6aeb21837e749c801", "5efb0d4f4bc50b58e81710f3", "5ea2a8e200685063ec28c05a"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 1, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 2300, + "Description": "mag_ump_hk_ump_1143x23_25", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_ump_hk_ump_1143x23_25", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_ump_hk_ump_1143x23_25.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_ump_hk_ump_1143x23_25", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-25", + "Weight": 0.17, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "5fc3e4a27283c4046c5814ab": { + "_id": "5fc3e4a27283c4046c5814ab", + "_name": "barrel_ump_200mm_1143x23", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.16, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6900, + "Description": "Ствол для оружия на базе AR-15 под патрон 5.56х45 NATO длинной 260мм. Соответствует стандартному стволу для M4 CQBR.\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -6, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 260мм для AR-15 и совместимых 5.56х45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_ump_200mm_1143x23.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "260мм AR-15 5.56х45", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -15.31, + "Weight": 0.409, + "Width": 2 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "5fc3e4ee7283c4046c5814af": { + "_id": "5fc3e4ee7283c4046c5814af", + "_name": "stock_ump_hk_ump_std", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6500, + "Description": "stock_ak74m_izhmash_ak74m_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak74m_izhmash_ak74m_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ump_hk_ump_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -34, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak74m_izhmash_ak74m_std", + "SightingRange": 0, + "SizeReduceRight": 1, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.25, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "5fc3f2d5900b1d5091531e57": { + "_id": "5fc3f2d5900b1d5091531e57", + "_name": "weapon_tdi_kriss_vector_gen_2_9x19", + "_parent": "5447b5e04bdc2d62278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.35, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.15, + "BoltAction": false, + "BurstShotsCount": 2, + "CameraRecoil": 0.15, + "CameraSnap": 4.7, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.25, + "Chambers": [{ + "_id": "5fc3f2d5900b1d5091531e61", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "5fc3f2d5900b1d5091531e57", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 3.4, + "CoolFactor": 1, + "CreditsPrice": 27800, + "Description": "weapon_tdi_kriss_vector_gen_2_9x19", + "DeviationCurve": 4, + "DeviationMax": 20, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 65, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": true, + "FoldedSlot": "mod_stock", + "Grids": [], + "HeatFactor": 1, + "Height": 2, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 50, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.05, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_tdi_kriss_vector_gen_2_9x19", + "NotShownInSlot": false, + "OperatingResource": 4900, + "Prefab": { + "path": "assets/content/weapons/vector/weapon_tdi_kriss_vector_gen_2_9x19_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 85, + "RecoilCenter": { + "x": 0, + "y": -0.32, + "z": -0.02 + }, + "RecoilForceBack": 390, + "RecoilForceUp": 48, + "RecolDispersion": 40, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 267, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.13, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.38, + "z": -0.11 + }, + "SendToClient": false, + "ShortName": "weapon_tdi_kriss_vector_gen_2_9x19", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "5fc3f2d5900b1d5091531e59", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "5fc3f2d5900b1d5091531e57", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5a7ad2e851dfba0016153692", "5a718b548dc32e000d46d262", "5a718da68dc32e000d46d264", "5a718f958dc32e00094b97e7"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "5fc3f2d5900b1d5091531e5a", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "5fc3f2d5900b1d5091531e57", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5894a73486f77426d259076c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fc3f2d5900b1d5091531e5b", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "5fc3f2d5900b1d5091531e57", + "_props": { + "filters": [{ + "Filter": ["5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5fb6564947ce63734e3fa1da", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5894a81786f77427140b8347"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fc3f2d5900b1d5091531e5c", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "5fc3f2d5900b1d5091531e57", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "577d128124597739d65d0e56", "58d2664f86f7747fec5834f6", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fc3f2d5900b1d5091531e5d", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "5fc3f2d5900b1d5091531e57", + "_props": { + "filters": [{ + "Filter": ["57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5a7b483fe899ef0016170d15", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fc3f2d5900b1d5091531e5e", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "5fc3f2d5900b1d5091531e57", + "_props": { + "filters": [{ + "Filter": ["5fb6558ad6f0b2136f2d7eb7", "5fb655b748c711690e3a8d5a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fc3f2d5900b1d5091531e5f", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "5fc3f2d5900b1d5091531e57", + "_props": { + "filters": [{ + "Filter": ["5fbbc366ca32ed67276c1557", "5fbbc383d5cb881a7363194a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "5fc3f2d5900b1d5091531e60", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "5fc3f2d5900b1d5091531e57", + "_props": { + "filters": [{ + "Filter": ["5fbb976df9986c4cff3fe5f2", "5fbb978207e8a97d1f0902d3"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fce176b1f152d4312622bcb", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "5fc3f2d5900b1d5091531e57", + "_props": { + "filters": [{ + "Filter": ["5fce0f9b55375d18a253eff2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "5fce1777480a9832e737d8a4", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "5fc3f2d5900b1d5091531e57", + "_props": { + "filters": [{ + "Filter": ["5fce0f9b55375d18a253eff2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 13, + "Weight": 1.8, + "Width": 2, + "ammoCaliber": "Caliber9x19PARA", + "bEffDist": 200, + "bFirerate": 950, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "56d59d3ad2720bdb418b4577", + "defMagType": "5a718b548dc32e000d46d262", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "smg", + "weapFireType": ["single", "burst", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "5fc4b97bab884124df0cd5e3": { + "_id": "5fc4b97bab884124df0cd5e3", + "_name": "muzzle_all_silencerco_omega_45k_piston_adapter_1143x23", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5ef61964ec7f42238c31e0c1"], + "CreditsPrice": 3990, + "Description": "muzzle_all_silencerco_hybrid_46_direct_thread_multi", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_all_silencerco_hybrid_46_direct_thread_multi", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_all_silencerco_omega_45k_piston_adapter_1143x23.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_all_silencerco_hybrid_46_direct_thread_multi", + "SightingRange": 0, + "Slots": [{ + "_id": "5fc4b97bab884124df0cd5e5", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5fc4b97bab884124df0cd5e3", + "_props": { + "filters": [{ + "Filter": ["5fc4b9b17283c4046c5814d7"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.141, + "Width": 1, + "muzzleModType": "muzzleCombo" + }, + "_proto": "560838c94bdc2d77798b4569", + "_type": "Item" + }, + "5fc4b992187fea44d52edaa9": { + "_id": "5fc4b992187fea44d52edaa9", + "_name": "muzzle_all_silencerco_omega_45k_direct_thread_adapter_1143x23", + "_parent": "550aa4dd4bdc2dc9348b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3750, + "Description": "muzzle_all_silencerco_omega_45k_direct_thread_adapter_1143x23", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_all_silencerco_omega_45k_direct_thread_adapter_1143x23", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_all_silencerco_omega_45k_direct_thread_adapter_1143x23.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_all_silencerco_omega_45k_direct_thread_adapter_1143x23", + "SightingRange": 0, + "Slots": [{ + "_id": "5fc4b992187fea44d52edaab", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "5fc4b992187fea44d52edaa9", + "_props": { + "filters": [{ + "Filter": ["5fc4b9b17283c4046c5814d7"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.135, + "Width": 1, + "muzzleModType": "muzzleCombo" + }, + "_proto": "560838c94bdc2d77798b4569", + "_type": "Item" + }, + "5fc4b9b17283c4046c5814d7": { + "_id": "5fc4b9b17283c4046c5814d7", + "_name": "silencer_base_silencerco_omega_45k_1143x23", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 37742, + "Description": "silencer_base_silencerco_omega_45k_1143x23", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.7, + "EffectiveDistance": 0, + "Ergonomics": -20, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -25, + "MergesWithChildren": true, + "Name": "silencer_base_silencerco_omega_45k_1143x23", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_base_silencerco_omega_45k_1143x23.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_base_silencerco_omega_45k_1143x23", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.27, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "5fc53954f8b6a877a729eaeb": { + "_id": "5fc53954f8b6a877a729eaeb", + "_name": "mount_ump_hk_bottom_rail_std", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1573, + "Description": "mount_keymod_strike_industries_4_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_strike_industries_4_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_ump_hk_bottom_rail_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_strike_industries_4_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "5fc53954f8b6a877a729eaed", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "5fc53954f8b6a877a729eaeb", + "_props": { + "filters": [{ + "Filter": ["5c7fc87d2e221644f31c0298", "5cda9bcfd7f00c0c0b53e900", "59f8a37386f7747af3328f06", "5c87ca002e221600114cb150", "588226d124597767ad33f787", "588226dd24597767ad33f789", "588226e62459776e3e094af7", "588226ef24597767af46e39c", "59fc48e086f77463b1118392", "5fce0cf655375d18a253eff0", "5cf4fb76d7f00c065703d3ac", "5b057b4f5acfc4771e1bd3e9", "5c791e872e2216001219c40a", "558032614bdc2de7118b4585", "58c157be86f77403c74b2bb6", "58c157c886f774032749fb06", "5f6340d3ca442212f4047eb2", "591af28e86f77414a27a9e1d", "5c1cd46f2e22164bef5cfedb", "5c1bc4812e22164bef5cfde7", "5c1bc5612e221602b5429350", "5c1bc5af2e221602b412949b", "5c1bc5fb2e221602b1779b32", "5c1bc7432e221602b412949d", "5c1bc7752e221602b1779b34"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.07, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5fc5396e900b1d5091531e72": { + "_id": "5fc5396e900b1d5091531e72", + "_name": "mount_ump_hk_side_rail_std", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1033, + "Description": "mount_ump_hk_side_rail_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_ump_hk_side_rail_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_ump_hk_side_rail_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_ump_hk_side_rail_std", + "SightingRange": 0, + "Slots": [{ + "_id": "5fc5396e900b1d5091531e74", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5fc5396e900b1d5091531e72", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5fc64ea372b0dd78d51159dc": { + "_id": "5fc64ea372b0dd78d51159dc", + "_name": "weapon_cultist_damask", + "_parent": "5447e1d04bdc2dff2f8b4567", + "_props": { + "AdditionalAnimationLayer": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "AppliedHeadRotation": { + "x": 2, + "y": 4, + "z": 0 + }, + "AppliedTrunkRotation": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ColliderScaleMultiplier": { + "x": 1, + "y": 1, + "z": 1 + }, + "ConflictingItems": [], + "CreditsPrice": 35000, + "DeflectionConsumption": 3, + "Description": "weapon_cultist_damask\n", + "DiscardingBlock": false, + "DisplayOnModel": false, + "Durability": 38, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": true, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "knife_generic", + "LootExperience": 50, + "MaxDurability": 38, + "MaxRepairDegradation": 0.01, + "MaxResource": 2, + "MergesWithChildren": false, + "MinRepairDegradation": 0, + "Name": "weapon_cultist_damask", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/knife_ritual/weapon_knife_ritual_container.bundle", + "rcid": "" + }, + "PrimaryConsumption": 8, + "PrimaryDistance": 0.35, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SecondryConsumption": 10, + "SecondryDistance": 0.45, + "SendToClient": false, + "ShortName": "weapon_cultist_damask", + "SlashPenetration": 1, + "SpawnChance": 30, + "StabPenetration": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StaminaBurnRate": 0, + "StimulatorBuffs": "Buffs_KultistsToxin", + "Unlootable": false, + "UnlootableFromSide": ["Bear", "Usec"], + "UnlootableFromSlot": "Scabbard", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.28, + "Width": 2, + "knifeDurab": 38, + "knifeHitDelay": 0, + "knifeHitRadius": 0.35, + "knifeHitSlashDam": 18, + "knifeHitSlashRate": 0, + "knifeHitStabDam": 23, + "knifeHitStabRate": 1 + }, + "_proto": "54491bb74bdc2d09088b4567", + "_type": "Item" + }, + "5fca138c2a7b221b2852a5c6": { + "_id": "5fca138c2a7b221b2852a5c6", + "_name": "x-TG-12_antidote", + "_parent": "5448f3a64bdc2d60728b456a", + "_props": { + "AllowSpawnOnLocations": ["laboratory"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 62000, + "Description": "", + "DiscardingBlock": false, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_stimulator", + "LootExperience": 20, + "MaxHpResource": 0, + "MergesWithChildren": false, + "Name": "x-TG-12 antidote", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_x-tg-12_antidote_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": true, + "ShortName": "x-TG-12 antidote", + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "Buffs_Antidote", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_x-tg-12_antidote_container.bundle", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1, + "effects_damage": [], + "effects_health": [], + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 2 + }, + "_proto": "544fb3f34bdc2d03748b456a", + "_type": "Item" + }, + "5fca13ca637ee0341a484f46": { + "_id": "5fca13ca637ee0341a484f46", + "_name": "SJ9_TGLabs", + "_parent": "5448f3a64bdc2d60728b456a", + "_props": { + "AllowSpawnOnLocations": ["laboratory"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 69000, + "Description": "", + "DiscardingBlock": false, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_stimulator", + "LootExperience": 20, + "MaxHpResource": 0, + "MergesWithChildren": false, + "Name": "SJ9 TGLabs", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_sj9_tglabs_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": true, + "ShortName": "SJ9 TGLabs", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "Buffs_BodyTemperature", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_syringe/item_stimulator_sj9_tglabs_container.bundle", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1, + "effects_damage": [], + "effects_health": [], + "hpResourceRate": 0, + "medEffectType": "duringUse", + "medUseTime": 2 + }, + "_proto": "544fb3f34bdc2d03748b456a", + "_type": "Item" + }, + "5fce0cf655375d18a253eff0": { + "_id": "5fce0cf655375d18a253eff0", + "_name": "foregrip_all_magpul_rvg_fde", + "_parent": "55818af64bdc2d5b648b4570", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7109, + "Description": "foregrip_all_magpul_rvg_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 7, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "foregrip_all_magpul_rvg_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/foregrips/foregrip_all_magpul_rvg_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "foregrip_all_magpul_rvg_blk", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.082, + "Width": 1 + }, + "_proto": "558032574bdc2d89578b458a", + "_type": "Item" + }, + "5fce0f9b55375d18a253eff2": { + "_id": "5fce0f9b55375d18a253eff2", + "_name": "mount_vector_kriss_side_rail", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1033, + "Description": "mount_ump_hk_side_rail_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_ump_hk_side_rail_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_vector_kriss_side_rail.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_ump_hk_side_rail_std", + "SightingRange": 0, + "Slots": [{ + "_id": "5fce0f9b55375d18a253eff4", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "5fce0f9b55375d18a253eff2", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "5fce16961f152d4312622bc9": { + "_id": "5fce16961f152d4312622bc9", + "_name": "stock_ar15_kriss_defiance_ds150_fde", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7900, + "Description": "stock_ar15_magpul_moe_carbine_blk", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_magpul_moe_carbine_blk", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_kriss_defiance_ds150_fde.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -32, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_magpul_moe_carbine_blk", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.4, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "5fd20ff893a8961fc660a954": { + "_id": "5fd20ff893a8961fc660a954", + "_name": "patron_762x35_blackout_ap", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 65, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x35", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 243, + "Damage": 55, + "Description": "patron_762x35_blackout", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.5, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.1, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.15, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 720, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.15, + "LootExperience": 0, + "MalfunctionChance": 0.392, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_762x35_blackout", + "NotShownInSlot": false, + "PenetrationChance": 0.36, + "PenetrationPower": 45, + "PenetrationPowerDiviation": 0.15, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x35_ap.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.3, + "SendToClient": false, + "ShortName": "patron_762x35_blackout", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 3, + "SpeedRetardation": 0.000023, + "StackMaxRandom": 50, + "StackMaxSize": 60, + "StackMinRandom": 15, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.4, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.014, + "Width": 1, + "ammoAccr": 5, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 5, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 11.77, + "casingName": "patron_762x35_blackout", + "casingSounds": "rifle556" + }, + "_proto": "54527ac44bdc2d36668b4567", + "_type": "Item" + }, + "5fd4c474dd870108a754b241": { + "_id": "5fd4c474dd870108a754b241", + "_name": "item_equipment_armor_custom_hexgrid", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.24, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 210000, + "DeafStrength": "None", + "Description": "gjel", + "DiscardingBlock": false, + "Durability": 50, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 3, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 50, + "MergesWithChildren": false, + "Name": "gjel", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_custom_hexgrid/item_equipment_armor_custom_hexgrid.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 1187, + "RepairSpeed": 8, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "gjel", + "Slots": [], + "SpawnChance": 0.3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 6.2, + "Width": 3, + "armorClass": "6", + "armorZone": ["Chest"], + "headSegments": [], + "mousePenalty": -2, + "speedPenaltyPercent": -8, + "weaponErgonomicPenalty": -1 + }, + "_proto": "545cdb794bdc2d3a198b456a", + "_type": "Item" + }, + "5fd4c4fa16cac650092f6771": { + "_id": "5fd4c4fa16cac650092f6771", + "_name": "item_equipment_rig_idea", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5000, + "Description": "Rig 6h112", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5fd4c4fa16cac650092f6773", + "_name": "1", + "_parent": "5fd4c4fa16cac650092f6771", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5fd4c4fa16cac650092f6774", + "_name": "2", + "_parent": "5fd4c4fa16cac650092f6771", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5fd4c4fa16cac650092f6775", + "_name": "3", + "_parent": "5fd4c4fa16cac650092f6771", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5fd4c4fa16cac650092f6776", + "_name": "4", + "_parent": "5fd4c4fa16cac650092f6771", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 2, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "BEAR Rig 6h112", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_idea/item_equipment_rig_idea.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RigLayoutName": "bank_robber", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Rig 6h112", + "Slots": [], + "SpawnChance": 12, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.22, + "Width": 3, + "armorClass": 0, + "armorZone": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "5fd4c5477a8d854fa0105061": { + "_id": "5fd4c5477a8d854fa0105061", + "_name": "item_equipment_rig_ctactical", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3900, + "Description": "Wild Vest", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5fd4c5487a8d854fa0105063", + "_name": "1", + "_parent": "5fd4c5477a8d854fa0105061", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5fd4c5487a8d854fa0105064", + "_name": "2", + "_parent": "5fd4c5477a8d854fa0105061", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5fd4c5487a8d854fa0105065", + "_name": "3", + "_parent": "5fd4c5477a8d854fa0105061", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5fd4c5487a8d854fa0105066", + "_name": "4", + "_parent": "5fd4c5477a8d854fa0105061", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "Wild Vest", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_ctactical/item_equipment_rig_ctactical.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RigLayoutName": "Wild Wild Vest", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Wild Vest", + "Slots": [], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.51, + "Width": 2, + "armorClass": 0, + "armorZone": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5648a69d4bdc2ded0b8b457b", + "_type": "Item" + }, + "5fd4c60f875c30179f5d04c2": { + "_id": "5fd4c60f875c30179f5d04c2", + "_name": "item_equipment_rig_bssmk1", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 40020, + "Description": "commando", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "5fd4c60f875c30179f5d04c4", + "_name": "1", + "_parent": "5fd4c60f875c30179f5d04c2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5fd4c60f875c30179f5d04c5", + "_name": "2", + "_parent": "5fd4c60f875c30179f5d04c2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5fd4c60f875c30179f5d04c6", + "_name": "3", + "_parent": "5fd4c60f875c30179f5d04c2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5fd4c60f875c30179f5d04c7", + "_name": "4", + "_parent": "5fd4c60f875c30179f5d04c2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5fd4c60f875c30179f5d04c8", + "_name": "5", + "_parent": "5fd4c60f875c30179f5d04c2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5fd4c60f875c30179f5d04c9", + "_name": "6", + "_parent": "5fd4c60f875c30179f5d04c2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5fd4c60f875c30179f5d04ca", + "_name": "7", + "_parent": "5fd4c60f875c30179f5d04c2", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5fd4c60f875c30179f5d04cb", + "_name": "8", + "_parent": "5fd4c60f875c30179f5d04c2", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5fd4c60f875c30179f5d04cc", + "_name": "9", + "_parent": "5fd4c60f875c30179f5d04c2", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "5fd4c60f875c30179f5d04cd", + "_name": "10", + "_parent": "5fd4c60f875c30179f5d04c2", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "commando", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_bssmk1/item_equipment_rig_bssmk1.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RigLayoutName": "D3crx", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "commando", + "Slots": [], + "SpawnChance": 6, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 3, + "armorClass": 0, + "armorZone": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "5fd8d28367cb5e077335170f": { + "_id": "5fd8d28367cb5e077335170f", + "_name": "item_equipment_facecover_smoke", + "_parent": "5a341c4686f77469e155819e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "violet", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 44300, + "DeafStrength": "None", + "Description": "Balaclavanomex", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "Balaclavanomex", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/facecover_smoke/item_equipment_head_smoke.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Balaclavanomex", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7d8524597762b472f9d1", + "_type": "Item" + }, + "60098ad7c2240c0fe85c570a": { + "_id": "60098ad7c2240c0fe85c570a", + "_name": "item_meds_afak", + "_parent": "5448f39d4bdc2d0a728b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 2, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 26000, + "Description": "ifak", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_medkit", + "LootExperience": 25, + "MaxHpResource": 400, + "MergesWithChildren": false, + "Name": "ifak", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_meds_afak/item_meds_afak_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ifak", + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_meds_afak/item_meds_afak_container.bundle", + "rcid": "" + }, + "Weight": 0.8, + "Width": 1, + "effects_damage": { + "HeavyBleeding": { + "cost": 170, + "delay": 0, + "duration": 0, + "fadeOut": 0, + "healthPenaltyMax": 0, + "healthPenaltyMin": 0 + }, + "LightBleeding": { + "cost": 30, + "delay": 0, + "duration": 0, + "fadeOut": 0, + "healthPenaltyMax": 0, + "healthPenaltyMin": 0 + }, + "RadExposure": { + "cost": 0, + "delay": 0, + "duration": 0, + "fadeOut": 0, + "healthPenaltyMax": 0, + "healthPenaltyMin": 0 + } + }, + "effects_health": [], + "hpResourceRate": 60, + "medEffectType": "duringUse", + "medUseTime": 3 + }, + "_proto": "544fb45d4bdc2dee738b4568", + "_type": "Item" + }, + "60098af40accd37ef2175f27": { + "_id": "60098af40accd37ef2175f27", + "_name": "item_meds_cat", + "_parent": "5448f3ac4bdc2dce718b4569", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "orange", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2000, + "Description": "item_meds_esmarch", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "med_bandage", + "LootExperience": 20, + "MaxHpResource": 0, + "MergesWithChildren": false, + "Name": "item_meds_esmarch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_meds_cat/item_meds_cat_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "item_meds_esmarch", + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_meds_cat/item_meds_cat_container.bundle", + "rcid": "" + }, + "Weight": 0.08, + "Width": 1, + "effects_damage": { + "HeavyBleeding": { + "delay": 0, + "duration": 0, + "fadeOut": 0 + } + }, + "effects_health": [], + "hpResourceRate": 0, + "medEffectType": "afterUse", + "medUseTime": 3 + }, + "_proto": "544fb25a4bdc2dfb738b4567", + "_type": "Item" + }, + "60098b1705871270cd5352a1": { + "_id": "60098b1705871270cd5352a1", + "_name": "item_drink_waterration", + "_parent": "5448e8d64bdc2dce718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7200, + "Description": "грязноватая бутылка воды 0.6", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_bottle", + "LootExperience": 10, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "Water", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_drink_waterration/item_drink_waterration_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Water", + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_drink_waterration/item_drink_waterration_container.bundle", + "rcid": "" + }, + "Weight": 0.4, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 5 + }, + "Hydration": { + "value": 50 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 2 + }, + "_proto": "5448fee04bdc2dbc018b4567", + "_type": "Item" + }, + "601948682627df266209af05": { + "_id": "601948682627df266209af05", + "_name": "weapon_usvr_taiga", + "_parent": "5447e1d04bdc2dff2f8b4567", + "_props": { + "AdditionalAnimationLayer": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "AppliedHeadRotation": { + "x": 2, + "y": 4, + "z": 0 + }, + "AppliedTrunkRotation": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ColliderScaleMultiplier": { + "x": 1, + "y": 1, + "z": 1 + }, + "ConflictingItems": [], + "CreditsPrice": 277500, + "DeflectionConsumption": 3, + "Description": "weapon_usvr_taiga", + "DiscardingBlock": false, + "DisplayOnModel": false, + "Durability": 90, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 3, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "knife_generic", + "LootExperience": 20, + "MaxDurability": 90, + "MaxRepairDegradation": 0.01, + "MaxResource": 0, + "MergesWithChildren": false, + "MinRepairDegradation": 0, + "Name": "weapon_usvr_taiga", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/taiga/weapon_usvr_taiga_container.bundle", + "rcid": "" + }, + "PrimaryConsumption": 9, + "PrimaryDistance": 0.55, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SecondryConsumption": 12, + "SecondryDistance": 0.65, + "SendToClient": false, + "ShortName": "weapon_usvr_taiga", + "SlashPenetration": 1, + "SpawnChance": 0.1, + "StabPenetration": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StaminaBurnRate": 0, + "StimulatorBuffs": "", + "Unlootable": true, + "UnlootableFromSide": ["Bear", "Usec"], + "UnlootableFromSlot": "Scabbard", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.64, + "Width": 1, + "knifeDurab": 90, + "knifeHitDelay": 0, + "knifeHitRadius": 0.5, + "knifeHitSlashDam": 30, + "knifeHitSlashRate": 0, + "knifeHitStabDam": 50, + "knifeHitStabRate": 1 + }, + "_proto": "54491bb74bdc2d09088b4567", + "_type": "Item" + }, + "60194943740c5d77f6705eea": { + "_id": "60194943740c5d77f6705eea", + "_name": "patron_556x45_mk_318_mod_0", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 35, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber556x45NATO", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 180, + "Damage": 67, + "Description": "patron_556x45_mk_318_mod_0", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.15, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.1, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 902, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.1, + "LootExperience": 0, + "MalfunctionChance": 0.308, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_556x45_mk_318_mod_0", + "NotShownInSlot": false, + "PenetrationChance": 0.21, + "PenetrationPower": 20, + "PenetrationPowerDiviation": 5, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_556x45_mk_318_mod_0.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.1, + "SendToClient": false, + "ShortName": "patron_556x45_mk_318_mod_0", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 3, + "SpeedRetardation": 0.000023, + "StackMaxRandom": 60, + "StackMaxSize": 60, + "StackMinRandom": 15, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.55, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.012, + "Width": 1, + "ammoAccr": 10, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 0, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 11.77, + "casingName": "5.56x45 мм M193 FMJ", + "casingSounds": "rifle556" + }, + "_proto": "54527ac44bdc2d36668b4567", + "_type": "Item" + }, + "601949593ae8f707c4608daa": { + "_id": "601949593ae8f707c4608daa", + "_name": "patron_556x45_ssa_ap", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 64, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber556x45NATO", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 605, + "Damage": 36, + "Description": "patron_556x45_M995", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.8, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.2, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 1050, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0, + "LootExperience": 0, + "MalfunctionChance": 0.392, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_556x45_M995", + "NotShownInSlot": false, + "PenetrationChance": 0.7, + "PenetrationPower": 56, + "PenetrationPowerDiviation": 1.5, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_556x45_ssa_ap.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.48, + "SendToClient": false, + "ShortName": "patron_556x45_M995", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 1, + "SpeedRetardation": 0.000023, + "StackMaxRandom": 17, + "StackMaxSize": 60, + "StackMinRandom": 5, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.4, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.013, + "Width": 1, + "ammoAccr": -6, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 6, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 1, + "casingMass": 11.77, + "casingName": "5.56x45 мм M193 FMJ", + "casingSounds": "rifle556" + }, + "_proto": "54527ac44bdc2d36668b4567", + "_type": "Item" + }, + "601aa3d2b2bcb34913271e6d": { + "_id": "601aa3d2b2bcb34913271e6d", + "_name": "patron_762x39_mai_ap", + "_parent": "5485a8684bdc2da71d8b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AmmoLifeTimeSec": 5, + "AnimationVariantsNumber": 0, + "ArmorDamage": 76, + "ArmorDistanceDistanceDamage": { + "x": 0, + "y": 0, + "z": 0 + }, + "BackgroundColor": "yellow", + "BallisticCoeficient": 1, + "Blindness": { + "x": 0, + "y": 0, + "z": 0 + }, + "Caliber": "Caliber762x39", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "Contusion": { + "x": 0, + "y": 0, + "z": 0 + }, + "CreditsPrice": 499, + "Damage": 47, + "Description": "patron_762x39_BP", + "Deterioration": 1, + "DiscardingBlock": false, + "DurabilityBurnModificator": 1.7, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExplosionStrength": 0, + "ExplosionType": "", + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "FragmentType": "5996f6d686f77467977ba6cc", + "FragmentationChance": 0.05, + "FragmentsCount": 0, + "FuzeArmTimeSec": 0, + "HasGrenaderComponent": false, + "HeatFactor": 1, + "HeavyBleedingDelta": 0.1, + "Height": 1, + "HideEntrails": false, + "InitialSpeed": 875, + "IsAlwaysAvailableForInsurance": false, + "IsLightAndSoundShot": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "ammo_singleround", + "LightAndSoundShotAngle": 0, + "LightAndSoundShotSelfContusionStrength": 0, + "LightAndSoundShotSelfContusionTime": 0, + "LightBleedingDelta": 0.1, + "LootExperience": 0, + "MalfunctionChance": 0.392, + "MaxExplosionDistance": 0, + "MaxFragmentsCount": 3, + "MergesWithChildren": false, + "MinExplosionDistance": 0, + "MinFragmentsCount": 2, + "MisfireChance": 0.01, + "Name": "patron_762x39_BP", + "NotShownInSlot": false, + "PenetrationChance": 0.88, + "PenetrationPower": 58, + "PenetrationPowerDiviation": 2, + "Prefab": { + "path": "assets/content/items/ammo/patrons/patron_762x39_mai_ap.bundle", + "rcid": "" + }, + "ProjectileCount": 1, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetChance": 0.435, + "SendToClient": false, + "ShortName": "patron_762x39_BP", + "ShowBullet": false, + "ShowHitEffectOnExplode": false, + "SpawnChance": 2, + "SpeedRetardation": 0.000025, + "StackMaxRandom": 25, + "StackMaxSize": 60, + "StackMinRandom": 7, + "StackObjectsCount": 1, + "StaminaBurnPerDamage": 0.5, + "Tracer": false, + "TracerColor": "red", + "TracerDistance": 0, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.012, + "Width": 1, + "ammoAccr": -5, + "ammoDist": 0, + "ammoHear": 0, + "ammoRec": 10, + "ammoSfx": "standart", + "ammoShiftChance": 0, + "ammoType": "bullet", + "buckshotBullets": 0, + "casingEjectPower": 0, + "casingMass": 16.5, + "casingName": "7.62x39 мм БП", + "casingSounds": "rifle556" + }, + "_proto": "56dff338d2720bbd668b4569", + "_type": "Item" + }, + "602286df23506e50807090c6": { + "_id": "602286df23506e50807090c6", + "_name": "mag_pl15_izhmash_pl15_std_9x19_16", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": true, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "602286df23506e50807090c8", + "_max_count": 16, + "_name": "cartridges", + "_parent": "602286df23506e50807090c6", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 2, + "CheckTimeModifier": -20, + "ConflictingItems": [], + "CreditsPrice": 1376, + "Description": "mag_glock_glock_std_9x19_17", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "magazine_metal", + "LoadUnloadModifier": -10, + "LootExperience": 10, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "mag_glock_glock_std_9x19_17", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_pl15_izhmash_pl15_std_9x19_16.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "ExternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mag_glock_glock_std_9x19_17", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.096, + "Width": 1, + "magAnimationIndex": 0 + }, + "_proto": "5448c12b4bdc2d02308b456f", + "_type": "Item" + }, + "60228924961b8d75ee233c32": { + "_id": "60228924961b8d75ee233c32", + "_name": "reciever_pl15_izhmash_pl15_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3900, + "Description": "reciever_57_fn_five_seven_cover_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_57_fn_five_seven_cover_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_pl15_izhmash_pl15_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_57_fn_five_seven_cover_std", + "SightingRange": 0, + "Slots": [{ + "_id": "60228925961b8d75ee233c34", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "60228924961b8d75ee233c32", + "_props": { + "filters": [{ + "Filter": ["60229948cacb6b0506369e27", "602293f023506e50807090cb"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "60228925961b8d75ee233c35", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "60228924961b8d75ee233c32", + "_props": { + "filters": [{ + "Filter": ["60228a76d62c9b14ed777a66", "60228a850ddce744014caf69"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.16, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "60228a76d62c9b14ed777a66": { + "_id": "60228a76d62c9b14ed777a66", + "_name": "sight_front_pl15_izhmash_pl15_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 800, + "CustomAimPlane": "", + "Description": "sight_front_p226_sig_p226r_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_p226_sig_p226r_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_pl15_izhmash_pl15_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_p226_sig_p226r_std", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.007, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "60228a850ddce744014caf69": { + "_id": "60228a850ddce744014caf69", + "_name": "sight_front_pl15_izhmash_pl15_supressor_sight", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 950, + "CustomAimPlane": "", + "Description": "sight_front_p226_sig_p226r_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_front_p226_sig_p226r_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights front/sight_front_pl15_izhmash_pl15_supressor_sight.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_front_p226_sig_p226r_std", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.007, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "602293f023506e50807090cb": { + "_id": "602293f023506e50807090cb", + "_name": "sight_rear_pl15_izhmash_pl15_supressor_sight", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["60228a76d62c9b14ed777a66"], + "CreditsPrice": 950, + "CustomAimPlane": "", + "Description": "sight_rear_57_fn_five_seven_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_57_fn_five_seven_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_pl15_izhmash_pl15_supressor_sight.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_57_fn_five_seven_std", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.007, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "60229948cacb6b0506369e27": { + "_id": "60229948cacb6b0506369e27", + "_name": "sight_rear_pl15_izhmash_pl15_std", + "_parent": "55818ac54bdc2d5b648b456e", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.65]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["60228a850ddce744014caf69"], + "CreditsPrice": 900, + "CustomAimPlane": "", + "Description": "sight_rear_pl15_izhmash_pl15_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "sight_rear_pl15_izhmash_pl15_std", + "NotShownInSlot": false, + "OpticCalibrationDistances": [25], + "Prefab": { + "path": "assets/content/items/mods/sights rear/sight_rear_pl15_izhmash_pl15_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "sight_rear_pl15_izhmash_pl15_std", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.007, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.65, + "sightModType": "iron" + }, + "_proto": "55d4af3a4bdc2d972f8b456f", + "_type": "Item" + }, + "602543c13fee350cd564d032": { + "_id": "602543c13fee350cd564d032", + "_name": "Sorting table", + "_parent": "6050cac987d3f925bf016837", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "Sorting table", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "6025459dd772671fb0644982", + "_name": "hideout", + "_parent": "602543c13fee350cd564d032", + "_props": { + "cellsH": 0, + "cellsV": 0, + "filters": [], + "isSortingTable": true, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Sorting table", + "NotShownInSlot": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": true, + "ShortName": "Sorting table", + "Slots": [], + "SpawnChance": 0, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1, + "Width": 1 + }, + "_type": "Item" + }, + "602a95edda11d6478d5a06da": { + "_id": "602a95edda11d6478d5a06da", + "_name": "barrel_pl15_izhmash_112mm_9x19", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.32, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2563, + "Description": "barrel_glock_glock_114mm_9x19_std\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_glock_glock_114mm_9x19_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_pl15_izhmash_112mm_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_glock_glock_114mm_9x19_std", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -2.28, + "Weight": 0.18, + "Width": 1 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "602a95fe4e02ce1eaa358729": { + "_id": "602a95fe4e02ce1eaa358729", + "_name": "barrel_pl15_izhmash_112mm_threaded_9x19", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.32, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4948, + "Description": "barrel_glock_alpha_wolf_114mm_threaded_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -4, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_glock_alpha_wolf_114mm_threaded_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_pl15_izhmash_112mm_threaded_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_glock_alpha_wolf_114mm_threaded_9x19", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "602a95fe4e02ce1eaa35872b", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "602a95fe4e02ce1eaa358729", + "_props": { + "filters": [{ + "Filter": ["5c7e8fab2e22165df16b889b", "5a33a8ebc4a282000c5a950d", "602a97060ddce744014caf6f", "5c6165902e22160010261b28", "5a32a064c4a28200741e22de"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -2.28, + "Weight": 0.18, + "Width": 1 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "602a97060ddce744014caf6f": { + "_id": "602a97060ddce744014caf6f", + "_name": "silencer_all_izhmash_pl15_std_9x19", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": 2, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 31000, + "Description": "silencer_all_silencerco_osprey_9_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.6, + "EffectiveDistance": 0, + "Ergonomics": -16, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": -22, + "MergesWithChildren": true, + "Name": "silencer_all_silencerco_osprey_9_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_all_izhmash_pl15_std_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_all_silencerco_osprey_9_9x19", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 2, + "Weight": 0.293, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "55d614004bdc2d86028b4568", + "_type": "Item" + }, + "602a9740da11d6478d5a06dc": { + "_id": "602a9740da11d6478d5a06dc", + "_name": "weapon_izhmash_pl15_9x19", + "_parent": "5447b5cf4bdc2d65278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.026, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.015, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0, + "Chambers": [{ + "_id": "602a9740da11d6478d5a06e5", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "602a9740da11d6478d5a06dc", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": false, + "ConflictingItems": [], + "Convergence": 5.5, + "CoolFactor": 1, + "CreditsPrice": 7100, + "Description": "weapon_glock_17_9x19\n", + "DeviationCurve": 5, + "DeviationMax": 17, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 93, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_pistol", + "LootExperience": 20, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_glock_17_9x19", + "NotShownInSlot": false, + "OperatingResource": 3000, + "Prefab": { + "path": "assets/content/weapons/pl15/weapon_izhmash_pl15_9x19_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.44, + "z": -0.005 + }, + "RecoilForceBack": 235, + "RecoilForceUp": 340, + "RecolDispersion": 10, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 43, + "RepairSpeed": 2, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": 0, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.45, + "z": -0.08 + }, + "SendToClient": false, + "ShortName": "weapon_glock_17_9x19", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "602a9740da11d6478d5a06de", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "602a9740da11d6478d5a06dc", + "_props": { + "filters": [{ + "Filter": ["602a95edda11d6478d5a06da", "602a95fe4e02ce1eaa358729"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "602a9740da11d6478d5a06e0", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "602a9740da11d6478d5a06dc", + "_props": { + "filters": [{ + "Filter": ["60228924961b8d75ee233c32"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "602a9740da11d6478d5a06e1", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "602a9740da11d6478d5a06dc", + "_props": { + "filters": [{ + "AnimationIndex": 0, + "Filter": ["602286df23506e50807090c6"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "602a9740da11d6478d5a06e2", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "602a9740da11d6478d5a06dc", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a7b4900e899ef197b331a2a"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.49, + "Width": 2, + "ammoCaliber": "Caliber9x19PARA", + "bEffDist": 50, + "bFirerate": 30, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "56d59d3ad2720bdb418b4577", + "defMagType": "5a718b548dc32e000d46d262", + "durabSpawnMax": 70, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 10, + "weapClass": "pistol", + "weapFireType": ["single"], + "weapUseType": "secondary" + }, + "_proto": "5448bd6b4bdc2dfc2f8b4569", + "_type": "Item" + }, + "602e3f1254072b51b239f713": { + "_id": "602e3f1254072b51b239f713", + "_name": "stock_ar15_stm_com_spec_std", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1200, + "Description": "stock_ar15_stm_com_spec_std", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_stm_com_spec_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_stmarms_com_spec_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_stm_com_spec_std", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "602e3f1254072b51b239f715", + "_mergeSlotWithChildren": false, + "_name": "mod_stock_000", + "_parent": "602e3f1254072b51b239f713", + "_props": { + "filters": [{ + "Filter": ["5fc2369685fd526b824a5713", "606587d11246154cad35d635", "602e620f9b513876d4338d9a", "5a9eb32da2750c00171b3f9c", "5bfe86df0db834001b734685", "55d4ae6c4bdc2d8b2f8b456e", "5c87a07c2e2216001219d4a2", "5bb20e70d4351e0035629f8f", "5beec8c20db834001d2c465c", "5fbbaa86f9986c4cff3fe5f6", "5fce16961f152d4312622bc9", "5ae30c9a5acfc408fb139a03", "5d135e83d7ad1a21b83f42d8", "5d135ecbd7ad1a21c176542e", "56eabf3bd2720b75698b4569", "58d2946386f774496974c37e", "58d2946c86f7744e271174b5", "58d2947686f774485c6a1ee5", "58d2947e86f77447aa070d53", "5d44069ca4b9361ebd26fc37", "5d4406a8a4b9361e4f6eb8b7", "5947c73886f7747701588af5", "5c793fde2e221601da358614", "5b39f8db5acfc40016387a1b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.162, + "Width": 2 + }, + "_proto": "5649b2314bdc2d79388b4576", + "_type": "Item" + }, + "602e620f9b513876d4338d9a": { + "_id": "602e620f9b513876d4338d9a", + "_name": "stock_ar15_fab_defense_gl_core", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4100, + "Description": "stock_ar15_fab_defense_gl_shock", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 15, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_fab_defense_gl_shock", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_fab_defense_gl_core.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -27, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_fab_defense_gl_shock", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.271, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "602e63fb6335467b0c5ac94d": { + "_id": "602e63fb6335467b0c5ac94d", + "_name": "reciever_stm9_stmarms_stm9_machined_std_9x19", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4198, + "Description": "reciever_stm9_stmarms_stm9_machined_std_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_stm9_stmarms_stm9_machined_std_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_stm9_stmarms_stm9_machined_std_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_stm9_stmarms_stm9_machined_std_9x19", + "SightingRange": 0, + "Slots": [{ + "_id": "602e63fb6335467b0c5ac94f", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "602e63fb6335467b0c5ac94d", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "602e63fb6335467b0c5ac950", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "602e63fb6335467b0c5ac94d", + "_props": { + "filters": [{ + "Filter": ["603372b4da11d6478d5a07ff", "603372d154072b51b239f9e1", "603372f153a60014f970616d", "603373004e02ce1eaa358814"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "602e63fb6335467b0c5ac951", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "602e63fb6335467b0c5ac94d", + "_props": { + "filters": [{ + "Filter": ["5b2cfa535acfc432ff4db7a0", "5c9a25172e2216000f20314e", "55f84c3c4bdc2d5f408b4576", "588b56d02459771481110ae2", "5c9a26332e2216001219ea70", "5ea16ada09aa976f2e7a51be", "5ea16acdfadf1d18c87b0784", "5a329052c4a28200741e22d3", "5d122e7bd7ad1a07102d6d7f", "5d123102d7ad1a004e475fe5", "5d4405f0a4b9361e6a4e6bd9", "5c78f2492e221600114c9f04", "5c78f2612e221600114c9f0d", "6034e3e20ddce744014cb878", "6034e3d953a60014f970617b", "6034e3cb0ddce744014cb870", "5c6d5d8b2e221644fc630b39", "6087e0336d0bd7580617bb7a", "595cfa8b86f77427437e845b", "595cf16b86f77427440c32e2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "602e63fb6335467b0c5ac952", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "602e63fb6335467b0c5ac94d", + "_props": { + "filters": [{ + "Filter": ["5bb20e49d4351e3bac1212de", "5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5fb6564947ce63734e3fa1da", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5fc0fa957283c4046c58147e", "5894a81786f77427140b8347", "55d5f46a4bdc2d1b198b4567", "5ae30bad5acfc400185c2dc4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.27, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "602e71bd53a60014f9705bfa": { + "_id": "602e71bd53a60014f9705bfa", + "_name": "pistolgrip_ar15_dlg_123", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1650, + "Description": "Полимерная пистолетная рукоятка ECS устанавливается на любое оружие совместимое с пистолетными рукоятками от AR-15. Единственное отличие от штатной рукоятки- цвет.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5.5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Пистолетная рукоятка DI ECS FDE для AR-15 совместимых", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ar15_dlg_123.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "ECS FDE", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.1, + "Width": 1 + }, + "_proto": "55d4b9964bdc2d1d4e8b456e", + "_type": "Item" + }, + "602f85fd9b513876d4338d9c": { + "_id": "602f85fd9b513876d4338d9c", + "_name": "tactical_stm9_stmarms_magwell", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1276, + "Description": "tactical_pso_belomo_eyecup", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "tactical_pso_belomo_eyecup", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_stm9_stmarms_magwell.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0, + "ShortName": "tactical_pso_belomo_eyecup", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "603372b4da11d6478d5a07ff": { + "_id": "603372b4da11d6478d5a07ff", + "_name": "barrel_stm9_stmarms_266mm_9x19", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.1, + "ChangePriceCoef": 1, + "ConflictingItems": ["5b2cfa535acfc432ff4db7a0", "5c9a25172e2216000f20314e", "5ea16ada09aa976f2e7a51be", "5a329052c4a28200741e22d3", "5d122e7bd7ad1a07102d6d7f", "5d4405f0a4b9361e6a4e6bd9", "5c78f2492e221600114c9f04", "5c78f2612e221600114c9f0d", "6087e0336d0bd7580617bb7a", "595cfa8b86f77427437e845b", "595cf16b86f77427440c32e2"], + "CreditsPrice": 7000, + "Description": "barrel_stm9_stmarms_266mm_9x19", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.81, + "EffectiveDistance": 0, + "Ergonomics": -10, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_stm9_stmarms_266mm_9x19", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_stm9_stmarms_266mm_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_stm9_stmarms_266mm_9x19", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "603372b4da11d6478d5a0801", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "603372b4da11d6478d5a07ff", + "_props": { + "filters": [{ + "Filter": ["60337f5dce399e10262255d1", "5fbbc3324e8a554c40648348", "5c7954d52e221600106f4cc7", "5a9fb739a2750c003215717f", "5c6165902e22160010261b28", "5a32a064c4a28200741e22de"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.409, + "Width": 2 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "603372d154072b51b239f9e1": { + "_id": "603372d154072b51b239f9e1", + "_name": "barrel_stm9_stmarms_304mm_9x19", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.075, + "ChangePriceCoef": 1, + "ConflictingItems": ["5b2cfa535acfc432ff4db7a0", "5c9a25172e2216000f20314e", "5ea16ada09aa976f2e7a51be", "5a329052c4a28200741e22d3", "5d4405f0a4b9361e6a4e6bd9", "5c78f2492e221600114c9f04", "6087e0336d0bd7580617bb7a", "595cfa8b86f77427437e845b", "595cf16b86f77427440c32e2"], + "CreditsPrice": 7500, + "Description": "Ствол для оружия на базе AR-15 под патрон 5.56х45 NATO длинной 260мм. Соответствует стандартному стволу для M4 CQBR.\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.92, + "EffectiveDistance": 0, + "Ergonomics": -12, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 260мм для AR-15 и совместимых 5.56х45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_stm9_stmarms_304mm_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "260мм AR-15 5.56х45", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "603372d154072b51b239f9e3", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "603372d154072b51b239f9e1", + "_props": { + "filters": [{ + "Filter": ["60337f5dce399e10262255d1", "5fbbc3324e8a554c40648348", "5c7954d52e221600106f4cc7", "5a9fb739a2750c003215717f", "5c6165902e22160010261b28", "5a32a064c4a28200741e22de"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1.2, + "Weight": 0.5, + "Width": 2 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "603372f153a60014f970616d": { + "_id": "603372f153a60014f970616d", + "_name": "barrel_stm9_stmarms_355mm_9x19", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.055, + "ChangePriceCoef": 1, + "ConflictingItems": ["5ea16ada09aa976f2e7a51be", "5d4405f0a4b9361e6a4e6bd9", "5c78f2492e221600114c9f04", "595cfa8b86f77427437e845b", "595cf16b86f77427440c32e2"], + "CreditsPrice": 10000, + "Description": "Ствол для оружия на базе AR-15 под патрон 5.56х45 NATO длинной 370мм. Соответствует стандартному стволу для M4A1.\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -15, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 370мм для AR-15 и совместимых 5.56х45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_stm9_stmarms_355mm_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "370мм AR-15 5.56х45", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "603372f153a60014f970616f", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "603372f153a60014f970616d", + "_props": { + "filters": [{ + "Filter": ["60337f5dce399e10262255d1", "5fbbc3324e8a554c40648348", "5c7954d52e221600106f4cc7", "5a9fb739a2750c003215717f", "5c6165902e22160010261b28", "5a32a064c4a28200741e22de"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 3.2, + "Weight": 0.6, + "Width": 3 + }, + "_proto": "55d3632e4bdc2d972f8b4569", + "_type": "Item" + }, + "603373004e02ce1eaa358814": { + "_id": "603373004e02ce1eaa358814", + "_name": "barrel_stm9_stmarms_406mm_9x19", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.045, + "ChangePriceCoef": 1, + "ConflictingItems": ["5d4405f0a4b9361e6a4e6bd9"], + "CreditsPrice": 12500, + "Description": "Ствол для оружия на базе AR-15 под патрон 5.56х45 NATO длинной 370мм. Соответствует стандартному стволу для M4A1.\n", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.07, + "EffectiveDistance": 0, + "Ergonomics": -19, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 370мм для AR-15 и совместимых 5.56х45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_stm9_stmarms_406mm_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -10, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "370мм AR-15 5.56х45", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "603373004e02ce1eaa358816", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "603373004e02ce1eaa358814", + "_props": { + "filters": [{ + "Filter": ["60337f5dce399e10262255d1", "5fbbc3324e8a554c40648348", "5c7954d52e221600106f4cc7", "5a9fb739a2750c003215717f", "5c6165902e22160010261b28", "5a32a064c4a28200741e22de"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 4.48, + "Weight": 0.8, + "Width": 3 + }, + "_proto": "55d3632e4bdc2d972f8b4569", + "_type": "Item" + }, + "6033749e88382f4fab3fd2c5": { + "_id": "6033749e88382f4fab3fd2c5", + "_name": "charge_ar15_masp_ambi_battle_charging_handle", + "_parent": "55818a6f4bdc2db9688b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1900, + "Description": "Стандартная рукоятка заряжания для оружия на базе AR-15 и совместимых.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Рукоятка заряжания Colt AR-15 для AR-15 и совместимых", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/charges/charge_ar15_masp_ambi_battle_charging_handle.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Рукоятка заряжания AR-15", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.035, + "Width": 1 + }, + "_proto": "55802f624bdc2d1c128b4580", + "_type": "Item" + }, + "60337f5dce399e10262255d1": { + "_id": "60337f5dce399e10262255d1", + "_name": "muzzle_all_stmarms_stm9_muzzle_brake_9x19", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1907, + "Description": "Пламегаситель 5.56x45 Colt USGI A2 также известный как Bird Cage (Птичья Клетка) предназначен для установки на оружие на базе AR-15 под патрон 5.56x45. Однако может быть установлен и на другое оружие под тот же калибр, если ствол имеет ту же резьбу для установки дополнительных дульных устройств. Штатно устанавливается на штурмовую винтовку M4A1.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Пламегаситель Colt USGI A2 5.56x45 для AR-15", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_all_stmarms_stm9_muzzle_brake_9x19.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "5.56x45 AR-15 USGI A2", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.084, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "60338ff388382f4fab3fd2c8": { + "_id": "60338ff388382f4fab3fd2c8", + "_name": "tactical_stm9_stmarms_magwell_gry", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1576, + "Description": "tactical_pso_belomo_eyecup", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "tactical_pso_belomo_eyecup", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_stm9_stmarms_magwell_gry.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0, + "ShortName": "tactical_pso_belomo_eyecup", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "60339954d62c9b14ed777c06": { + "_id": "60339954d62c9b14ed777c06", + "_name": "weapon_stmarms_stm_9_9x19", + "_parent": "5447b5e04bdc2d62278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.16, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.065, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.01, + "Chambers": [{ + "_id": "60339954d62c9b14ed777c0d", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "60339954d62c9b14ed777c06", + "_props": { + "filters": [{ + "Filter": ["5efb0da7a29a85116f6ea05f", "5c3df7d588a4501f290594e5", "58864a4f2459770fcc257101", "56d59d3ad2720bdb418b4577", "5c925fa22e221601da359b7b", "5a3c16fe86f77452b62de32a", "5efb0e16aeb21837e749c7ff", "5c0d56a986f774449d5de529"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 2.5, + "CoolFactor": 1, + "CreditsPrice": 12500, + "Description": "weapon_stmarms_stm_9_9x19", + "DeviationCurve": 4, + "DeviationMax": 20, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 50, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.03, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_stmarms_stm_9_9x19", + "NotShownInSlot": false, + "OperatingResource": 3400, + "Prefab": { + "path": "assets/content/weapons/stm9/weapon_stmarms_stm_9_9x19_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.24, + "z": 0 + }, + "RecoilForceBack": 280, + "RecoilForceUp": 58, + "RecolDispersion": 15, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 146, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": 0, + "z": 0 + }, + "SendToClient": false, + "ShortName": "weapon_stmarms_stm_9_9x19", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "60339954d62c9b14ed777c08", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "60339954d62c9b14ed777c06", + "_props": { + "filters": [{ + "Filter": ["5c0e2ff6d174af02a1659d4a", "5a33e75ac4a2826c6e06d759", "55d4b9964bdc2d1d4e8b456e", "571659bb2459771fb2755a12", "602e71bd53a60014f9705bfa", "5cc9bcaed7f00c011c04e179", "5bb20e18d4351e00320205d5", "5bb20e0ed4351e3bac1212dc", "5d025cc1d7ad1a53845279ef", "5c6d7b3d2e221600114c9b7d", "57c55efc2459772d2c6271e7", "57af48872459771f0b2ebf11", "57c55f092459772d291a8463", "57c55f112459772d28133310", "57c55f172459772d27602381", "5a339805c4a2826c6e06d73d", "55802f5d4bdc2dac148b458f", "5d15cf3bd7ad1a67e71518b2", "59db3a1d86f77429e05b4e92", "5fbcbd6c187fea44d52eda14", "59db3acc86f7742a2c4ab912", "59db3b0886f77429d72fb895", "5b07db875acfc40dc528a5f6"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "60339954d62c9b14ed777c09", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "60339954d62c9b14ed777c06", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["5a7ad2e851dfba0016153692", "5a718b548dc32e000d46d262", "5a718da68dc32e000d46d264", "5a718f958dc32e00094b97e7"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "60339954d62c9b14ed777c0a", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "60339954d62c9b14ed777c06", + "_props": { + "filters": [{ + "Filter": ["602e63fb6335467b0c5ac94d"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "60339954d62c9b14ed777c0b", + "_mergeSlotWithChildren": false, + "_name": "mod_stock_001", + "_parent": "60339954d62c9b14ed777c06", + "_props": { + "filters": [{ + "Filter": ["5a33ca0fc4a282000d72292f", "5c0faeddd174af02a962601f", "5649be884bdc2d79388b4577", "5d120a10d7ad1a4e1026ba85", "5b0800175acfc400153aebd4", "5947e98b86f774778f1448bc", "5947eab886f77475961d96c5", "602e3f1254072b51b239f713", "5c793fb92e221644f31bfb64", "5c793fc42e221600114ca25d", "591aef7986f774139d495f03", "591af10186f774139d495f0e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "60339954d62c9b14ed777c0c", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "60339954d62c9b14ed777c06", + "_props": { + "filters": [{ + "Filter": ["5c0faf68d174af02a96260b8", "56ea7165d2720b6e518b4583", "55d44fd14bdc2d962f8b456e", "5ea16d4d5aad6446a939753d", "5bb20dbcd4351e44f824c04e", "6033749e88382f4fab3fd2c5", "5b2240bf5acfc40dc528af69", "5d44334ba4b9362b346d1948", "5f633ff5c444ce7e3c30a006"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "6033d3b2af437007501f2b03", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "60339954d62c9b14ed777c06", + "_props": { + "filters": [{ + "Filter": ["602f85fd9b513876d4338d9c", "60338ff388382f4fab3fd2c8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.35, + "Width": 1, + "ammoCaliber": "Caliber9x19PARA", + "bEffDist": 500, + "bFirerate": 800, + "bHearDist": 70, + "chamberAmmoCount": 1, + "defAmmo": "56d59d3ad2720bdb418b4577", + "defMagType": "5a718b548dc32e000d46d262", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "smg", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "6033fa48ffd42c541047f728": { + "_id": "6033fa48ffd42c541047f728", + "_name": "item_equipment_headset_m32", + "_parent": "5645bcb74bdc2ded0b8b4578", + "_props": { + "AllowSpawnOnLocations": [], + "AmbientVolume": -2, + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "CompressorAttack": 15, + "CompressorGain": 11, + "CompressorRelease": 265, + "CompressorTreshold": -20, + "CompressorVolume": -3, + "ConflictingItems": ["5d96141523f0ea1b7f2aacab", "5c06c6a80db834001b735491", "59e7708286f7742cbd762753", "5a16b9fffcdbcb0176308b34"], + "CreditsPrice": 17000, + "CutoffFreq": 170, + "Description": "item_equipment_headset_m32", + "DiscardingBlock": false, + "Distortion": 0.3, + "DryVolume": -60, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "item_equipment_headset_m32", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/headset_m32/item_equipment_headset_m32.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resonance": 3, + "SendToClient": false, + "ShortName": "item_equipment_headset_m32", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.49, + "Width": 2 + }, + "_proto": "5645bcc04bdc2d363b8b4572", + "_type": "Item" + }, + "603409c80ca681766b6a0fb2": { + "_id": "603409c80ca681766b6a0fb2", + "_name": "item_equipment_glasses_npp", + "_parent": "5448e5724bdc2ddf718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Glass", + "BackgroundColor": "default", + "BlindnessProtection": 0.1, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.35, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 12000, + "DeafStrength": "None", + "Description": "item_equipment_glasses_npp", + "DiscardingBlock": false, + "Durability": 25, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_goggles", + "LootExperience": 20, + "MaterialType": "GlassVisor", + "MaxDurability": 25, + "MergesWithChildren": false, + "Name": "item_equipment_glasses_npp", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/glasses_npp/item_equipment_glasses_npp.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 625, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0.7, + "y": 0.3, + "z": 55 + }, + "SendToClient": false, + "ShortName": "item_equipment_glasses_npp", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.03, + "Width": 2, + "armorClass": "1", + "armorZone": ["Head"], + "headSegments": ["Eyes"], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "557ff21e4bdc2d89578b4586", + "_type": "Item" + }, + "6034cf5fffd42c541047f72e": { + "_id": "6034cf5fffd42c541047f72e", + "_name": "item_equipment_rig_umka_m33", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 25700, + "Description": "BlackRock chest rig", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "6034cf5fffd42c541047f730", + "_name": "1", + "_parent": "6034cf5fffd42c541047f72e", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "6034cf5fffd42c541047f731", + "_name": "2", + "_parent": "6034cf5fffd42c541047f72e", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "6034cf5fffd42c541047f732", + "_name": "3", + "_parent": "6034cf5fffd42c541047f72e", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "6034cf5fffd42c541047f733", + "_name": "4", + "_parent": "6034cf5fffd42c541047f72e", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "6034cf5fffd42c541047f734", + "_name": "5", + "_parent": "6034cf5fffd42c541047f72e", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "6034cf5fffd42c541047f735", + "_name": "6", + "_parent": "6034cf5fffd42c541047f72e", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "6034cf5fffd42c541047f736", + "_name": "7", + "_parent": "6034cf5fffd42c541047f72e", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "6034cf5fffd42c541047f737", + "_name": "8", + "_parent": "6034cf5fffd42c541047f72e", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "6034cf5fffd42c541047f738", + "_name": "9", + "_parent": "6034cf5fffd42c541047f72e", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 4, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "BEAR Rig", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_umka_m33/item_equipment_rig_umka_m33.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RigLayoutName": "umka_m33", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "BlackRock", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.2, + "Width": 3, + "armorClass": 0, + "armorZone": [], + "mousePenalty": -2, + "speedPenaltyPercent": -3, + "weaponErgonomicPenalty": -5 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "6034d0230ca681766b6a0fb5": { + "_id": "6034d0230ca681766b6a0fb5", + "_name": "item_equipment_rig_cs_assault", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 18900, + "Description": "Wild Vest", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "6034d0230ca681766b6a0fb7", + "_name": "1", + "_parent": "6034d0230ca681766b6a0fb5", + "_props": { + "cellsH": 1, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "6034d0230ca681766b6a0fb8", + "_name": "2", + "_parent": "6034d0230ca681766b6a0fb5", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "6034d0230ca681766b6a0fb9", + "_name": "3", + "_parent": "6034d0230ca681766b6a0fb5", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "6034d0230ca681766b6a0fba", + "_name": "4", + "_parent": "6034d0230ca681766b6a0fb5", + "_props": { + "cellsH": 1, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "Wild Vest", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_cs_assault/item_equipment_rig_cs_assault.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RigLayoutName": "mil_tac", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Wild Vest", + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.75, + "Width": 2, + "armorClass": 0, + "armorZone": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5648a69d4bdc2ded0b8b457b", + "_type": "Item" + }, + "6034d103ca006d2dca39b3f0": { + "_id": "6034d103ca006d2dca39b3f0", + "_name": "item_equipment_backpack_takedown_sling", + "_parent": "5448e53e4bdc2d60728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 34500, + "Description": "Pilgrim", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "GridLayoutName": "", + "Grids": [{ + "_id": "6034d103ca006d2dca39b3f2", + "_name": "main", + "_parent": "6034d103ca006d2dca39b3f0", + "_props": { + "cellsH": 3, + "cellsV": 8, + "filters": [{ + "ExcludedFilter": ["6038d614d10cbf667352dd44", "6034d103ca006d2dca39b3f0", "5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 7, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_backpack", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Pilgrim", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_takedown_sling/item_equipment_backpack_takedown_sling.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Pilgrim", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.4, + "Width": 3, + "speedPenaltyPercent": -6 + }, + "_proto": "544a5cde4bdc2d39388b456b", + "_type": "Item" + }, + "6034d2d697633951dc245ea6": { + "_id": "6034d2d697633951dc245ea6", + "_name": "item_equipment_backpack_g2_gunslinger", + "_parent": "5448e53e4bdc2d60728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 59100, + "Description": "Pilgrim", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "GridLayoutName": "gunslinger1", + "Grids": [{ + "_id": "6034d2d697633951dc245ea8", + "_name": "main", + "_parent": "6034d2d697633951dc245ea6", + "_props": { + "cellsH": 3, + "cellsV": 5, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "6034d2d697633951dc245ea9", + "_name": "1", + "_parent": "6034d2d697633951dc245ea6", + "_props": { + "cellsH": 2, + "cellsV": 7, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a", "5e2af55f86f7746d4159f07c", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "5aafbcd986f7745e590fff23", "59fb016586f7746d0d4b423a", "59fb042886f7746c5005a7b2", "59fb023c86f7746d0d4b423c", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "6034d2d697633951dc245eaa", + "_name": "2", + "_parent": "6034d2d697633951dc245ea6", + "_props": { + "cellsH": 3, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a", "5e2af55f86f7746d4159f07c", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "5aafbcd986f7745e590fff23", "59fb016586f7746d0d4b423a", "59fb042886f7746c5005a7b2", "59fb023c86f7746d0d4b423c", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 7, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_backpack", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Pilgrim", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_g2_gunslinger/item_equipment_backpack_g2_gunslinger.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Pilgrim", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 2.8, + "Width": 5, + "speedPenaltyPercent": -8 + }, + "_proto": "544a5cde4bdc2d39388b456b", + "_type": "Item" + }, + "6034e3cb0ddce744014cb870": { + "_id": "6034e3cb0ddce744014cb870", + "_name": "handguard_ar15_stmarms_9_inch_m_lok", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a34fbadc4a28200741e230a", "5ae30e795acfc408fb139a0b", "56ea8d2fd2720b7c698b4570"], + "CreditsPrice": 10500, + "Description": "handguard_sa58_ds_arms_picatinny_quad_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_sa58_ds_arms_picatinny_quad_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar15_stmarms_9_inch_m_lok.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_sa58_ds_arms_picatinny_quad_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "6034e3cb0ddce744014cb872", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "6034e3cb0ddce744014cb870", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "6034e3cb0ddce744014cb873", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "6034e3cb0ddce744014cb870", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "6034e3cb0ddce744014cb874", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "6034e3cb0ddce744014cb870", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "6034e3cb0ddce744014cb876", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "6034e3cb0ddce744014cb870", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "6034e3cb0ddce744014cb877", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "6034e3cb0ddce744014cb870", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c", "55d4af3a4bdc2d972f8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.155, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "6034e3d953a60014f970617b": { + "_id": "6034e3d953a60014f970617b", + "_name": "handguard_ar15_stmarms_15_inch_m_lok", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a34fbadc4a28200741e230a", "5ae30e795acfc408fb139a0b", "56ea8d2fd2720b7c698b4570", "55d35ee94bdc2d61338b4568", "55d3632e4bdc2d972f8b4569", "603372b4da11d6478d5a07ff", "603372d154072b51b239f9e1"], + "CreditsPrice": 15000, + "Description": "handguard_sa58_ds_arms_picatinny_quad_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5.5, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_sa58_ds_arms_picatinny_quad_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar15_stmarms_15_inch_m_lok.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_sa58_ds_arms_picatinny_quad_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "6034e3d953a60014f970617d", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "6034e3d953a60014f970617b", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "6034e3d953a60014f970617e", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "6034e3d953a60014f970617b", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "6034e3d953a60014f970617f", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "6034e3d953a60014f970617b", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "6034e3d953a60014f9706180", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "6034e3d953a60014f970617b", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "6034e3d953a60014f9706182", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "6034e3d953a60014f970617b", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "6034e3d953a60014f9706183", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "6034e3d953a60014f970617b", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c", "55d4af3a4bdc2d972f8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.22, + "Width": 3 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "6034e3e20ddce744014cb878": { + "_id": "6034e3e20ddce744014cb878", + "_name": "handguard_ar15_stmarms_12_inch_m_lok", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a34fbadc4a28200741e230a", "5ae30e795acfc408fb139a0b", "56ea8d2fd2720b7c698b4570", "55d35ee94bdc2d61338b4568", "603372b4da11d6478d5a07ff"], + "CreditsPrice": 12500, + "Description": "handguard_sa58_ds_arms_picatinny_quad_rail", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6.5, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_sa58_ds_arms_picatinny_quad_rail", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar15_stmarms_12_inch_m_lok.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_sa58_ds_arms_picatinny_quad_rail", + "SightingRange": 0, + "Slots": [{ + "_id": "6034e3e20ddce744014cb87a", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "6034e3e20ddce744014cb878", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "6034e3e20ddce744014cb87b", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "6034e3e20ddce744014cb878", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "6034e3e20ddce744014cb87c", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "6034e3e20ddce744014cb878", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "6034e3e20ddce744014cb87d", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "6034e3e20ddce744014cb878", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "6034e3e20ddce744014cb87f", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "6034e3e20ddce744014cb878", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "6034e3e20ddce744014cb880", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "6034e3e20ddce744014cb878", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c", "55d4af3a4bdc2d972f8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.2, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "603618feffd42c541047f771": { + "_id": "603618feffd42c541047f771", + "_name": "item_equipment_head_military2_black", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4353, + "DeafStrength": "None", + "Description": "Army cap", + "DiscardingBlock": false, + "Durability": 10, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 10, + "MergesWithChildren": false, + "Name": "Army cap", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_military2/item_equipment_head_military2_black.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Army cap", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "603619720ca681766b6a0fc4": { + "_id": "603619720ca681766b6a0fc4", + "_name": "item_equipment_head_military2_brown", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1353, + "DeafStrength": "None", + "Description": "Army cap", + "DiscardingBlock": false, + "Durability": 10, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 10, + "MergesWithChildren": false, + "Name": "Army cap", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_military2/item_equipment_head_military2_brown.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Army cap", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "60361a7497633951dc245eb4": { + "_id": "60361a7497633951dc245eb4", + "_name": "item_equipment_head_military2_flora", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1353, + "DeafStrength": "None", + "Description": "Army cap", + "DiscardingBlock": false, + "Durability": 10, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 10, + "MergesWithChildren": false, + "Name": "Army cap", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_military2/item_equipment_head_military2_flora.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Army cap", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "60361b0b5a45383c122086a1": { + "_id": "60361b0b5a45383c122086a1", + "_name": "item_equipment_head_military2_sand", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1353, + "DeafStrength": "None", + "Description": "Army cap", + "DiscardingBlock": false, + "Durability": 10, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 10, + "MergesWithChildren": false, + "Name": "Army cap", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_military2/item_equipment_head_military2_sand.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Army cap", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "60361b5a9a15b10d96792291": { + "_id": "60361b5a9a15b10d96792291", + "_name": "item_equipment_head_military2_ucp", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2353, + "DeafStrength": "None", + "Description": "Army cap", + "DiscardingBlock": false, + "Durability": 10, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 10, + "MergesWithChildren": false, + "Name": "Army cap", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_military2/item_equipment_head_military2_ucp.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Army cap", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "60363c0c92ec1c31037959f5": { + "_id": "60363c0c92ec1c31037959f5", + "_name": "item_equipment_facecover_gasmask_gp7", + "_parent": "5a341c4686f77469e155819e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": true, + "BlocksFaceCover": true, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["59e770f986f7742cbe3164ef", "572b7d8524597762b472f9d1", "5aa2b87de5b5b00016327c25", "5aa2a7e8e5b5b00016327c16", "5aa2b89be5b5b0001569311f", "5aa2b8d7e5b5b00014028f4a", "5aa2ba46e5b5b000137b758d", "5aa2b9ede5b5b000137b758b", "5aa2ba19e5b5b00014028f4e", "5ab8f20c86f7745cdb629fb2", "5645bc214bdc2d363b8b4571", "5c066ef40db834001966a595", "5aa7d193e5b5b000171d063f", "5b4329f05acfc47a86086aa1", "5b43271c5acfc432ff4dce65", "5b40e5e25acfc4001a599bea", "5f60e6403b85f6263c14558c", "5f60e7788adaa7100c3adb49", "5f60e784f2bcbb675b00dac7", "5d96141523f0ea1b7f2aacab", "5bd073c986f7747f627e796c", "603618feffd42c541047f771", "603619720ca681766b6a0fc4", "6040de02647ad86262233012", "60361a7497633951dc245eb4", "60361b0b5a45383c122086a1", "60361b5a9a15b10d96792291", "5b4327aa5acfc400175496e0", "5b40e61f5acfc4001a599bec", "5c0d2727d174af02a012cf58", "5c08f87c0db8340019124324", "5e4bfc1586f774264f7582d3", "59ef13ca86f77445fd0e2483", "572b7fa124597762b472f9d2", "5aa7e373e5b5b000137b76f0", "5a16ba61fcdbcb098008728a", "5a16b7e1fcdbcb00165aa6c9", "5f60c076f2bcbb675b00dac2", "5d6d3829a4b9361bc8618943", "5c0919b50db834001b7ce3b9", "5c0e842486f77443a74d2976", "5f60c85b58eff926626a60f7", "5e00cdd986f7747473332240", "5b432b965acfc47a8774094e"], + "CreditsPrice": 8386, + "DeafStrength": "None", + "Description": "item_equipment_facecover_gasmask_gp7", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "item_equipment_facecover_gasmask_gp7", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/facecover_gasmask_gp7/item_equipment_facecover_gasmask_gp7.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "item_equipment_facecover_gasmask_gp7", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.6, + "Width": 2, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7fa124597762b472f9d2", + "_type": "Item" + }, + "603648ff5a45383c122086ac": { + "_id": "603648ff5a45383c122086ac", + "_name": "item_equipment_rig_azimut_black", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 35469, + "Description": "commando", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "603648ff5a45383c122086ae", + "_name": "1", + "_parent": "603648ff5a45383c122086ac", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "603648ff5a45383c122086af", + "_name": "2", + "_parent": "603648ff5a45383c122086ac", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "603648ff5a45383c122086b0", + "_name": "3", + "_parent": "603648ff5a45383c122086ac", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "603648ff5a45383c122086b1", + "_name": "4", + "_parent": "603648ff5a45383c122086ac", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "603648ff5a45383c122086b2", + "_name": "5", + "_parent": "603648ff5a45383c122086ac", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "603648ff5a45383c122086b3", + "_name": "6", + "_parent": "603648ff5a45383c122086ac", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "603648ff5a45383c122086b4", + "_name": "7", + "_parent": "603648ff5a45383c122086ac", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "603649005a45383c122086b5", + "_name": "8", + "_parent": "603648ff5a45383c122086ac", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "6038bf3ab847c71012789413", + "_name": "9", + "_parent": "603648ff5a45383c122086ac", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "6038bf52d10cbf667352dd43", + "_name": "10", + "_parent": "603648ff5a45383c122086ac", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "commando", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_azimut/item_equipment_rig_azimut_black.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RigLayoutName": "azimut1", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "commando", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.6, + "Width": 4, + "armorClass": 0, + "armorZone": [], + "mousePenalty": 0, + "speedPenaltyPercent": -4, + "weaponErgonomicPenalty": -5 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "6038b4b292ec1c3103795a0b": { + "_id": "6038b4b292ec1c3103795a0b", + "_name": "item_equipment_armor_slick_tan", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "ArmoredSteel", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.228, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 374500, + "DeafStrength": "None", + "Description": "gjel", + "DiscardingBlock": false, + "Durability": 80, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 3, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 80, + "MergesWithChildren": false, + "Name": "gjel", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_slick/item_equipment_armor_slick_tan.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 1250, + "RepairSpeed": 8, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "gjel", + "Slots": [], + "SpawnChance": 0.05, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 8.6, + "Width": 3, + "armorClass": "6", + "armorZone": ["Chest"], + "headSegments": [], + "mousePenalty": -2, + "speedPenaltyPercent": -10, + "weaponErgonomicPenalty": -1 + }, + "_proto": "545cdb794bdc2d3a198b456a", + "_type": "Item" + }, + "6038b4ca92ec1c3103795a0d": { + "_id": "6038b4ca92ec1c3103795a0d", + "_name": "item_equipment_armor_slick_olive", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "ArmoredSteel", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.228, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 374500, + "DeafStrength": "None", + "Description": "gjel", + "DiscardingBlock": false, + "Durability": 80, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 3, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 80, + "MergesWithChildren": false, + "Name": "gjel", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_slick/item_equipment_armor_slick_olive.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 1250, + "RepairSpeed": 8, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "gjel", + "Slots": [], + "SpawnChance": 0.05, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 8.6, + "Width": 3, + "armorClass": "6", + "armorZone": ["Chest"], + "headSegments": [], + "mousePenalty": -2, + "speedPenaltyPercent": -10, + "weaponErgonomicPenalty": -1 + }, + "_proto": "545cdb794bdc2d3a198b456a", + "_type": "Item" + }, + "6038d614d10cbf667352dd44": { + "_id": "6038d614d10cbf667352dd44", + "_name": "item_equipment_backpack_Takedown_sling_multicam", + "_parent": "5448e53e4bdc2d60728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 37500, + "Description": "Pilgrim", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "GridLayoutName": "", + "Grids": [{ + "_id": "6038d614d10cbf667352dd46", + "_name": "main", + "_parent": "6038d614d10cbf667352dd44", + "_props": { + "cellsH": 3, + "cellsV": 8, + "filters": [{ + "ExcludedFilter": ["6038d614d10cbf667352dd44", "6034d103ca006d2dca39b3f0", "5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 7, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_backpack", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Pilgrim", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_takedown_sling/item_equipment_backpack_takedown_sling_multicam.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Pilgrim", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.4, + "Width": 3, + "speedPenaltyPercent": -6 + }, + "_proto": "544a5cde4bdc2d39388b456b", + "_type": "Item" + }, + "60391a8b3364dc22b04d0ce5": { + "_id": "60391a8b3364dc22b04d0ce5", + "_name": "item_barter_flammable_thermite", + "_parent": "57864e4c24597754843f8723", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 52000, + "Description": "Dry fuel", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Dry fuel", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_flammable_thermite/item_barter_flammable_thermite.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Dfuel", + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.65, + "Width": 1 + }, + "_proto": "590a373286f774287540368b", + "_type": "Item" + }, + "60391afc25aff57af81f7085": { + "_id": "60391afc25aff57af81f7085", + "_name": "item_barter_tools_ratchetwrench", + "_parent": "57864bb7245977548b3b66c2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 124000, + "Description": "Wrench", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "spec_multitool", + "LootExperience": 10, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Wrench", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_tools_ratchetwrench/item_barter_tools_ratchetwrench.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Wrench", + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.2, + "Width": 1 + }, + "_proto": "57347c2e24597744902c94a1", + "_type": "Item" + }, + "60391b0fb847c71012789415": { + "_id": "60391b0fb847c71012789415", + "_name": "Item_barter_flammable_trotil", + "_parent": "57864e4c24597754843f8723", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 35000, + "Description": "Dry fuel", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Dry fuel", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_flammable_trotil/item_barter_flammable_trotil.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Dfuel", + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.2, + "Width": 1 + }, + "_proto": "590a373286f774287540368b", + "_type": "Item" + }, + "6040dd4ddcf9592f401632d2": { + "_id": "6040dd4ddcf9592f401632d2", + "_name": "item_equipment_rig_azimut_surpat", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 35469, + "Description": "commando", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "6040dd4ddcf9592f401632d4", + "_name": "1", + "_parent": "6040dd4ddcf9592f401632d2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "6040dd4ddcf9592f401632d5", + "_name": "2", + "_parent": "6040dd4ddcf9592f401632d2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "6040dd4ddcf9592f401632d6", + "_name": "3", + "_parent": "6040dd4ddcf9592f401632d2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "6040dd4ddcf9592f401632d7", + "_name": "4", + "_parent": "6040dd4ddcf9592f401632d2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "6040dd4ddcf9592f401632d8", + "_name": "5", + "_parent": "6040dd4ddcf9592f401632d2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "6040dd4ddcf9592f401632d9", + "_name": "6", + "_parent": "6040dd4ddcf9592f401632d2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "6040dd4ddcf9592f401632da", + "_name": "7", + "_parent": "6040dd4ddcf9592f401632d2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "6040dd4ddcf9592f401632db", + "_name": "8", + "_parent": "6040dd4ddcf9592f401632d2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "6040dd4ddcf9592f401632dc", + "_name": "9", + "_parent": "6040dd4ddcf9592f401632d2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "6040dd4ddcf9592f401632dd", + "_name": "10", + "_parent": "6040dd4ddcf9592f401632d2", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "commando", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_azimut/item_equipment_rig_azimut_surpat.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Common", + "RepairCost": 0, + "RepairSpeed": 0, + "RigLayoutName": "azimut1", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "commando", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.6, + "Width": 4, + "armorClass": 0, + "armorZone": [], + "mousePenalty": 0, + "speedPenaltyPercent": -4, + "weaponErgonomicPenalty": -5 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "6040de02647ad86262233012": { + "_id": "6040de02647ad86262233012", + "_name": "item_equipment_head_military2_cadpat", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3353, + "DeafStrength": "None", + "Description": "Army cap", + "DiscardingBlock": false, + "Durability": 10, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 10, + "MergesWithChildren": false, + "Name": "Army cap", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_military2/item_equipment_head_military2_cadpat.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Army cap", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "6050cac987d3f925bf016837": { + "_id": "6050cac987d3f925bf016837", + "_name": "SortingTable", + "_parent": "566abbb64bdc2d144c8b457d", + "_props": {}, + "_type": "Node" + }, + "606587252535c57a13424cfd": { + "_id": "606587252535c57a13424cfd", + "_name": "weapon_cmmg_mk47_762x39", + "_parent": "5447b5f14bdc2d61278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.16, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.14, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.17, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.01, + "Chambers": [{ + "_id": "606587252535c57a13424d04", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "606587252535c57a13424cfd", + "_props": { + "filters": [{ + "Filter": ["59e0d99486f7744a32234762", "59e4d3d286f774176a36250a", "5656d7c34bdc2d9d198b4587", "59e4cf5286f7741778269d8a", "59e4d24686f7741776641ac7", "601aa3d2b2bcb34913271e6d"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 2, + "CoolFactor": 1, + "CreditsPrice": 20197, + "Description": "weapon_cmmg_mk47_762x39", + "DeviationCurve": 3, + "DeviationMax": 23, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 47, + "ExamineExperience": 8, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 100, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.03, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_cmmg_mk47_762x39", + "NotShownInSlot": false, + "OperatingResource": 4400, + "Prefab": { + "path": "assets/content/weapons/mk47/weapon_cmmg_mk47_762x39_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.24, + "z": 0 + }, + "RecoilForceBack": 440, + "RecoilForceUp": 188, + "RecolDispersion": 25, + "ReloadMode": "ExternalMagazine", + "RepairComplexity": 0, + "RepairCost": 172, + "RepairSpeed": 15, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": 0 + }, + "RotationCenterNoStock": { + "x": 0, + "y": 0, + "z": 0 + }, + "SendToClient": false, + "ShortName": "weapon_cmmg_mk47_762x39", + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "606587252535c57a13424cff", + "_mergeSlotWithChildren": false, + "_name": "mod_pistol_grip", + "_parent": "606587252535c57a13424cfd", + "_props": { + "filters": [{ + "Filter": ["55d4b9964bdc2d1d4e8b456e", "571659bb2459771fb2755a12", "602e71bd53a60014f9705bfa", "5cc9bcaed7f00c011c04e179", "5bb20e18d4351e00320205d5", "5bb20e0ed4351e3bac1212dc", "5d025cc1d7ad1a53845279ef", "5c6d7b3d2e221600114c9b7d", "57c55efc2459772d2c6271e7", "57af48872459771f0b2ebf11", "57c55f092459772d291a8463", "57c55f112459772d28133310", "57c55f172459772d27602381", "5a339805c4a2826c6e06d73d", "55802f5d4bdc2dac148b458f", "5d15cf3bd7ad1a67e71518b2", "59db3a1d86f77429e05b4e92", "5fbcbd6c187fea44d52eda14", "59db3acc86f7742a2c4ab912", "59db3b0886f77429d72fb895", "5b07db875acfc40dc528a5f6"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "606587252535c57a13424d00", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "606587252535c57a13424cfd", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["59e5d83b86f7745aed03d262", "5a01c29586f77474660c694c", "5ac66bea5acfc43b321d4aec", "59d625f086f774661516605d", "5b1fd4e35acfc40018633c39", "5a0060fc86f7745793204432", "59e5f5a486f7746c530b3ce2", "5b1fb3e15acfc4001637f068", "59d6272486f77466146386ff", "5e21a3c67e40bd02257a008a", "5cbdc23eae9215001136a407", "5c6175362e221600133e3b94", "59fafc5086f7740dbe19f6c3", "59fafc9386f774067d462453"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": false + }, { + "_id": "606587252535c57a13424d01", + "_mergeSlotWithChildren": false, + "_name": "mod_reciever", + "_parent": "606587252535c57a13424cfd", + "_props": { + "filters": [{ + "Filter": ["606587a88900dc2d9a55b659"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "606587252535c57a13424d02", + "_mergeSlotWithChildren": false, + "_name": "mod_stock_001", + "_parent": "606587252535c57a13424cfd", + "_props": { + "filters": [{ + "Filter": ["606587e18900dc2d9a55b65f", "5a33ca0fc4a282000d72292f", "5c0faeddd174af02a962601f", "5649be884bdc2d79388b4577", "5d120a10d7ad1a4e1026ba85", "5b0800175acfc400153aebd4", "5947e98b86f774778f1448bc", "5947eab886f77475961d96c5", "602e3f1254072b51b239f713", "5c793fb92e221644f31bfb64", "5c793fc42e221600114ca25d", "591aef7986f774139d495f03", "591af10186f774139d495f0e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "606587252535c57a13424d03", + "_mergeSlotWithChildren": false, + "_name": "mod_charge", + "_parent": "606587252535c57a13424cfd", + "_props": { + "filters": [{ + "Filter": ["606587bd6d0bd7580617bacc"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.51, + "Width": 1, + "ammoCaliber": "Caliber762x39", + "bEffDist": 500, + "bFirerate": 650, + "bHearDist": 80, + "chamberAmmoCount": 1, + "defAmmo": "5656d7c34bdc2d9d198b4587", + "defMagType": "5a01c29586f77474660c694c", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": true, + "shotgunDispersion": 0, + "weapClass": "assaultRifle", + "weapFireType": ["single", "fullauto"], + "weapUseType": "primary" + }, + "_proto": "5447a9cd4bdc2dbd208b4567", + "_type": "Item" + }, + "60658776f2cb2e02a42ace2b": { + "_id": "60658776f2cb2e02a42ace2b", + "_name": "barrel_mk47_cmmg_254mm_762x39", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.076, + "ChangePriceCoef": 1, + "ConflictingItems": ["6065881d1246154cad35d637", "5df916dfbb49d91fb446d6b9", "5f6336bbda967c74a42e9932", "5d00ede1d7ad1a0940739a76", "5d00ef6dd7ad1a0940739b16"], + "CreditsPrice": 17300, + "Description": "barrel_mk47_cmmg_254mm_762x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -7, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 2, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_mk47_cmmg_254mm_762x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mk47_cmmg_254mm_762x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_mk47_cmmg_254mm_762x39", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "60658776f2cb2e02a42ace2d", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "60658776f2cb2e02a42ace2b", + "_props": { + "filters": [{ + "Filter": ["5b7d693d5acfc43bca706a3d", "5a34fd2bc4a282329a73b4c5", "6065c6e7132d4d12c81fd8e1", "5d1f819086f7744b355c219b", "5dcbe965e4ed22586443a79d", "5d026791d7ad1a04a067ea63", "5dfa3cd1b33c0951220c079b", "5cdd7685d7f00c000f260ed2", "5c878e9d2e2216000f201903", "5d02677ad7ad1a04a15c0f95", "5bbdb8bdd4351e4502011460", "5cdd7693d7f00c0010373aa5", "607ffb988900dc2d9a55b6e4", "5d443f8fa4b93678dd4a01aa", "5c7954d52e221600106f4cc7", "5fbc22ccf24b94483f726483", "59bffc1f86f77435b128b872", "5cf78496d7f00c065703d6ca", "5fbe7618d6fa9c00c571bb6c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "60658776f2cb2e02a42ace2e", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "60658776f2cb2e02a42ace2b", + "_props": { + "filters": [{ + "Filter": ["6065dc8a132d4d12c81fd8e3"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -16.31, + "Weight": 0.47, + "Width": 2 + }, + "_proto": "55d35ee94bdc2d61338b4568", + "_type": "Item" + }, + "6065878ac9cf8012264142fd": { + "_id": "6065878ac9cf8012264142fd", + "_name": "barrel_mk47_cmmg_409mm_762x39", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.05, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 25567, + "Description": "barrel_mk47_cmmg_409mm_762x39", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -19, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "barrel_mk47_cmmg_409mm_762x39", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mk47_cmmg_409mm_762x39.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -4, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "barrel_mk47_cmmg_409mm_762x39", + "ShotgunDispersion": 1, + "SightingRange": 0, + "Slots": [{ + "_id": "6065878ac9cf8012264142ff", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "6065878ac9cf8012264142fd", + "_props": { + "filters": [{ + "Filter": ["5b7d693d5acfc43bca706a3d", "5a34fd2bc4a282329a73b4c5", "6065c6e7132d4d12c81fd8e1", "5d1f819086f7744b355c219b", "5dcbe965e4ed22586443a79d", "5d026791d7ad1a04a067ea63", "5dfa3cd1b33c0951220c079b", "5cdd7685d7f00c000f260ed2", "5c878e9d2e2216000f201903", "5d02677ad7ad1a04a15c0f95", "5bbdb8bdd4351e4502011460", "5cdd7693d7f00c0010373aa5", "607ffb988900dc2d9a55b6e4", "5d443f8fa4b93678dd4a01aa", "5c7954d52e221600106f4cc7", "5fbc22ccf24b94483f726483", "59bffc1f86f77435b128b872", "5fbe7618d6fa9c00c571bb6c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "6065878ac9cf801226414300", + "_mergeSlotWithChildren": false, + "_name": "mod_gas_block", + "_parent": "6065878ac9cf8012264142fd", + "_props": { + "filters": [{ + "Filter": ["6065dc8a132d4d12c81fd8e3"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": -6.48, + "Weight": 1.13, + "Width": 3 + }, + "_proto": "55d3632e4bdc2d972f8b4569", + "_type": "Item" + }, + "606587a88900dc2d9a55b659": { + "_id": "606587a88900dc2d9a55b659", + "_name": "reciever_mk47_cmmg_mk47_std", + "_parent": "55818a304bdc2db5418b457d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4760, + "Description": "reciever_mk47_cmmg_mk47_std", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": 4, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "reciever_mk47_cmmg_mk47_std", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/recievers/reciever_mk47_cmmg_mk47_std.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "reciever_mk47_cmmg_mk47_std", + "SightingRange": 0, + "Slots": [{ + "_id": "606587a88900dc2d9a55b65b", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "606587a88900dc2d9a55b659", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "5d0a29fed7ad1a002769ad08", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "606587a88900dc2d9a55b65c", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "606587a88900dc2d9a55b659", + "_props": { + "filters": [{ + "Filter": ["60658776f2cb2e02a42ace2b", "6065878ac9cf8012264142fd"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "606587a88900dc2d9a55b65d", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "606587a88900dc2d9a55b659", + "_props": { + "filters": [{ + "Filter": ["6065881d1246154cad35d637", "6065880c132d4d12c81fd8da", "5df916dfbb49d91fb446d6b9", "5f6336bbda967c74a42e9932", "5d00ede1d7ad1a0940739a76", "5d00ef6dd7ad1a0940739b16"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "606587a88900dc2d9a55b65e", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "606587a88900dc2d9a55b659", + "_props": { + "filters": [{ + "Filter": ["5bb20e49d4351e3bac1212de", "5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5fb6564947ce63734e3fa1da", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5fc0fa957283c4046c58147e", "5894a81786f77427140b8347", "55d5f46a4bdc2d1b198b4567", "5ae30bad5acfc400185c2dc4"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.25, + "Width": 2 + }, + "_proto": "55d355e64bdc2d962f8b4569", + "_type": "Item" + }, + "606587bd6d0bd7580617bacc": { + "_id": "606587bd6d0bd7580617bacc", + "_name": "charge_mk47_cmmg_mid_charging_handle", + "_parent": "55818a6f4bdc2db9688b456b", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2200, + "Description": "charge_mk47_cmmg_mid_charging_handle", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "charge_mk47_cmmg_mid_charging_handle", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/charges/charge_mk47_cmmg_mid_charging_handle.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "charge_mk47_cmmg_mid_charging_handle", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.03, + "Width": 1 + }, + "_proto": "55802f624bdc2d1c128b4580", + "_type": "Item" + }, + "606587d11246154cad35d635": { + "_id": "606587d11246154cad35d635", + "_name": "stock_ar15_cmmg_ripstock_micro", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3500, + "Description": "stock_ar15_cmmg_ripstock_micro", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 8, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_cmmg_ripstock_micro", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_cmmg_ripstock_micro.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -27, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_cmmg_ripstock_micro", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.28, + "Width": 2 + }, + "_proto": "55d4ae6c4bdc2d8b2f8b456e", + "_type": "Item" + }, + "606587e18900dc2d9a55b65f": { + "_id": "606587e18900dc2d9a55b65f", + "_name": "stock_ar15_cmmg_mil_spec_tube", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3800, + "Description": "stock_ar15_cmmg_mil_spec_tube", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ar15_cmmg_mil_spec_tube", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ar15_cmmg_mil_spec_tube.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ar15_cmmg_mil_spec_tube", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "606587e18900dc2d9a55b661", + "_mergeSlotWithChildren": false, + "_name": "mod_stock_000", + "_parent": "606587e18900dc2d9a55b65f", + "_props": { + "filters": [{ + "Filter": ["5fc2369685fd526b824a5713", "606587d11246154cad35d635", "5a9eb32da2750c00171b3f9c", "5bfe86df0db834001b734685", "55d4ae6c4bdc2d8b2f8b456e", "5c87a07c2e2216001219d4a2", "5bb20e70d4351e0035629f8f", "5beec8c20db834001d2c465c", "5fbbaa86f9986c4cff3fe5f6", "5fce16961f152d4312622bc9", "5ae30c9a5acfc408fb139a03", "5d135e83d7ad1a21b83f42d8", "5d135ecbd7ad1a21c176542e", "56eabf3bd2720b75698b4569", "58d2946386f774496974c37e", "58d2946c86f7744e271174b5", "58d2947686f774485c6a1ee5", "58d2947e86f77447aa070d53", "5d44069ca4b9361ebd26fc37", "5d4406a8a4b9361e4f6eb8b7", "5947c73886f7747701588af5", "5c793fde2e221601da358614", "5b39f8db5acfc40016387a1b"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.132, + "Width": 2 + }, + "_proto": "5649b2314bdc2d79388b4576", + "_type": "Item" + }, + "6065880c132d4d12c81fd8da": { + "_id": "6065880c132d4d12c81fd8da", + "_name": "handguard_ar10_cmmg_mk3_rml9_m_lok", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a34fbadc4a28200741e230a", "5ae30e795acfc408fb139a0b", "56ea8d2fd2720b7c698b4570"], + "CreditsPrice": 10500, + "Description": "handguard_ar10_cmmg_mk3_rml9_m_lok", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ar10_cmmg_mk3_rml9_m_lok", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar10_cmmg_mk3_rml9_m_lok.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ar10_cmmg_mk3_rml9_m_lok", + "SightingRange": 0, + "Slots": [{ + "_id": "6065880c132d4d12c81fd8dc", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "6065880c132d4d12c81fd8da", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "6065880c132d4d12c81fd8dd", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "6065880c132d4d12c81fd8da", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "6065880c132d4d12c81fd8de", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "6065880c132d4d12c81fd8da", + "_props": { + "filters": [{ + "Filter": ["544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "6065880c132d4d12c81fd8df", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "6065880c132d4d12c81fd8da", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "6065880c132d4d12c81fd8e0", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "6065880c132d4d12c81fd8da", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c", "55d4af3a4bdc2d972f8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "6093ba3ef2cb2e02a42acfe4", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "6065880c132d4d12c81fd8da", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.155, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "6065881d1246154cad35d637": { + "_id": "6065881d1246154cad35d637", + "_name": "handguard_ar10_cmmg_mk3_rml15_m_lok", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a34fbadc4a28200741e230a", "5ae30e795acfc408fb139a0b", "56ea8d2fd2720b7c698b4570", "55d35ee94bdc2d61338b4568", "55d3632e4bdc2d972f8b4569", "603372b4da11d6478d5a07ff", "603372d154072b51b239f9e1"], + "CreditsPrice": 15000, + "Description": "handguard_ar10_cmmg_mk3_rml15_m_lok", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5.5, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 3, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ar10_cmmg_mk3_rml15_m_lok", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar10_cmmg_mk3_rml15_m_lok.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -1, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ar10_cmmg_mk3_rml15_m_lok", + "SightingRange": 0, + "Slots": [{ + "_id": "6065881d1246154cad35d639", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "6065881d1246154cad35d637", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "6065881d1246154cad35d63a", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "6065881d1246154cad35d637", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "6065881d1246154cad35d63b", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "6065881d1246154cad35d637", + "_props": { + "filters": [{ + "Filter": ["5b7be47f5acfc400170e2dd2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "6065881d1246154cad35d63c", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_000", + "_parent": "6065881d1246154cad35d637", + "_props": { + "filters": [{ + "Filter": ["544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5c5952732e2216398b5abda2"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "6065881d1246154cad35d63d", + "_mergeSlotWithChildren": false, + "_name": "mod_foregrip", + "_parent": "6065881d1246154cad35d637", + "_props": { + "filters": [{ + "Filter": ["57cffb66245977632f391a99", "57cffcd624597763133760c5", "57cffcdd24597763f5110006", "57cffce524597763b31685d8", "5b7be4895acfc400170e2dd5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "6065881d1246154cad35d63e", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "6065881d1246154cad35d637", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c", "55d4af3a4bdc2d972f8b456f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "6093bae3b0e443224b421cde", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "6065881d1246154cad35d637", + "_props": { + "filters": [{ + "Filter": ["5649a2464bdc2d91118b45a8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.22, + "Width": 3 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "6065c6e7132d4d12c81fd8e1": { + "_id": "6065c6e7132d4d12c81fd8e1", + "_name": "muzzle_ar10_cmmg_sv_brake_compensator_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 3, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7217, + "Description": "muzzle_ar10_cmmg_sv_brake_compensator_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "muzzle_ar10_cmmg_sv_brake_compensator_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar10_cmmg_sv_brake_compensator_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -8, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar10_cmmg_sv_brake_compensator_762x51", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.08, + "Width": 1, + "muzzleModType": "brake" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "6065dc8a132d4d12c81fd8e3": { + "_id": "6065dc8a132d4d12c81fd8e3", + "_name": "gas_block_ar10_cmmg_low_profile", + "_parent": "56ea9461d2720b67698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8250, + "Description": "gas_block_ar10_kac_low_profile", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "gas_block_ar10_kac_low_profile", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/gasblock/gas_block_ar10_cmmg_low_profile.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "gas_block_ar10_kac_low_profile", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.095, + "Width": 1 + }, + "_proto": "56ea8d2fd2720b7c698b4570", + "_type": "Item" + }, + "606dae0ab0e443224b421bb7": { + "_id": "606dae0ab0e443224b421bb7", + "_name": "weapon_kalashnikov_mp155_12g", + "_parent": "5447b6094bdc2dc3278b4567", + "_props": { + "AdjustCollimatorsToTrajectory": false, + "AimPlane": 0.114, + "AimSensitivity": 0.65, + "AllowFeed": false, + "AllowJam": false, + "AllowMisfire": true, + "AllowOverheat": false, + "AllowSlide": false, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "black", + "BaseMalfunctionChance": 0.13, + "BoltAction": false, + "BurstShotsCount": 3, + "CameraRecoil": 0.25, + "CameraSnap": 3.5, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.5, + "Chambers": [{ + "_id": "606dae0ab0e443224b421bbf", + "_mergeSlotWithChildren": false, + "_name": "patron_in_weapon", + "_parent": "606dae0ab0e443224b421bb7", + "_props": { + "filters": [{ + "Filter": ["560d5e524bdc2d25448b4571", "5d6e6772a4b936088465b17c", "5d6e67fba4b9361bc73bc779", "5d6e6806a4b936088465b17e", "5d6e68dea4b9361bcc29e659", "5d6e6911a4b9361bd5780d52", "5c0d591486f7744c505b416f", "58820d1224597753c90aeb13", "5d6e68c4a4b9361b93413f79", "5d6e68a8a4b9360b6c0d54e2", "5d6e68e6a4b9361c140bcfe0", "5d6e6869a4b9361c140bcfde", "5d6e68b3a4b9361bca7e50b5", "5d6e6891a4b9361bd473feea", "5d6e689ca4b9361bc8618956", "5d6e68d1a4b93622fe60e845"] + } + ] + }, + "_proto": "55d4af244bdc2d962f8b4571", + "_required": false + } + ], + "ChangePriceCoef": 1, + "CompactHandling": true, + "ConflictingItems": [], + "Convergence": 2.5, + "CoolFactor": 1, + "CreditsPrice": 18900, + "Description": "weapon_kalashnikov_mp155_12g", + "DeviationCurve": 6, + "DeviationMax": 13, + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnRatio": 1, + "Ergonomics": 48, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "FoldedSlot": "", + "Grids": [], + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "HipAccuracyRestorationDelay": 0.2, + "HipAccuracyRestorationSpeed": 7, + "HipInnaccuracyGain": 0.16, + "IronSightRange": 25, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "weap_ar", + "LootExperience": 30, + "ManualBoltCatch": false, + "MaxDurability": 100, + "MaxRepairDegradation": 0.04, + "MergesWithChildren": true, + "MinRepairDegradation": 0, + "MustBoltBeOpennedForExternalReload": false, + "MustBoltBeOpennedForInternalReload": false, + "Name": "weapon_kalashnikov_mp155_12g", + "NotShownInSlot": false, + "OperatingResource": 3100, + "Prefab": { + "path": "assets/content/weapons/mp155/weapon_kalashnikov_mp155_12g_container.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RecoilAngle": 90, + "RecoilCenter": { + "x": 0, + "y": -0.3, + "z": 0 + }, + "RecoilForceBack": 565, + "RecoilForceUp": 445, + "RecolDispersion": 15, + "ReloadMode": "InternalMagazine", + "RepairComplexity": 0, + "RepairCost": 95, + "RepairSpeed": 8, + "Retractable": false, + "RotationCenter": { + "x": 0, + "y": -0.1, + "z": -0.03 + }, + "RotationCenterNoStock": { + "x": 0, + "y": -0.25, + "z": -0.06 + }, + "SendToClient": false, + "ShortName": "weapon_kalashnikov_mp155_12g", + "ShotgunDispersion": 1, + "SightingRange": 100, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "606dae0ab0e443224b421bb9", + "_mergeSlotWithChildren": false, + "_name": "mod_barrel", + "_parent": "606dae0ab0e443224b421bb7", + "_props": { + "filters": [{ + "Filter": ["6076c1b9f2cb2e02a42acedc"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "606dae0ab0e443224b421bba", + "_mergeSlotWithChildren": false, + "_name": "mod_handguard", + "_parent": "606dae0ab0e443224b421bb7", + "_props": { + "filters": [{ + "Filter": ["607d5aa50494a626335e12ed", "606ee5c81246154cad35d65e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "606dae0ab0e443224b421bbb", + "_mergeSlotWithChildren": false, + "_name": "mod_magazine", + "_parent": "606dae0ab0e443224b421bb7", + "_props": { + "filters": [{ + "AnimationIndex": -1, + "Filter": ["6076c87f232e5a31c233d50e", "55d484b44bdc2d1d4e8b456d", "55d485804bdc2d8c2f8b456b", "56deee15d2720bee328b4567", "5882163e24597758206fee8c", "5882163824597757561aa922", "5882163224597757561aa920", "56deeefcd2720bc8328b4568"] + } + ] + }, + "_proto": "55d30c394bdc2dae468b4577", + "_required": true + }, { + "_id": "606dae0ab0e443224b421bbc", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "606dae0ab0e443224b421bb7", + "_props": { + "filters": [{ + "Filter": ["607d5a891246154cad35d6aa", "606eef46232e5a31c233d500"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "606dae0ab0e443224b421bbd", + "_mergeSlotWithChildren": false, + "_name": "mod_mount", + "_parent": "606dae0ab0e443224b421bb7", + "_props": { + "filters": [{ + "Filter": ["55d48a634bdc2d8b2f8b456a", "60785ce5132d4d12c81fd918"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TacticalReloadFixation": 0.95, + "TacticalReloadStiffnes": { + "x": 0.95, + "y": 0.33, + "z": 0.95 + }, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 1.1, + "Width": 3, + "ammoCaliber": "Caliber12g", + "bEffDist": 70, + "bFirerate": 40, + "bHearDist": 1, + "chamberAmmoCount": 1, + "defAmmo": "560d5e524bdc2d25448b4571", + "defMagType": "56deee15d2720bee328b4567", + "durabSpawnMax": 75, + "durabSpawnMin": 25, + "isBoltCatch": true, + "isChamberLoad": true, + "isFastReload": false, + "shotgunDispersion": 20, + "weapClass": "shotgun", + "weapFireType": ["single"], + "weapUseType": "primary" + }, + "_proto": "54491c4f4bdc2db1078b4568", + "_type": "Item" + }, + "606ee5c81246154cad35d65e": { + "_id": "606ee5c81246154cad35d65e", + "_name": "handguard_mp155_kalashnikov_ultima_handguard", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4388, + "Description": "Стандартное цевье производства Ижмех выполненное из полимера для гладкоствольного ружья МР-153.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Цевье Ижмех МР-153 Полимерное для МР-133", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_mp155_kalashnikov_ultima_handguard.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "МР-133 Полимер", + "SightingRange": 0, + "Slots": [{ + "_id": "607ea9218900dc2d9a55b6dd", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "606ee5c81246154cad35d65e", + "_props": { + "filters": [{ + "Filter": ["607ea812232e5a31c233d53c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.31, + "Width": 2 + }, + "_proto": "55d45d3f4bdc2d972f8b456c", + "_type": "Item" + }, + "606eef46232e5a31c233d500": { + "_id": "606eef46232e5a31c233d500", + "_name": "pistolgrip_mp155_kalshnikov_ultima_pistol_grip", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["55d48a634bdc2d8b2f8b456a", "607d5aa50494a626335e12ed"], + "CreditsPrice": 2608, + "Description": "pistolgrip_870_fab_defense_agr_870_grip", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_870_fab_defense_agr_870_grip", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_mp155_kalshnikov_ultima_pistol_grip.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Not_exist", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_870_fab_defense_agr_870_grip", + "SightingRange": 0, + "Slots": [{ + "_id": "606eef46232e5a31c233d502", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "606eef46232e5a31c233d500", + "_props": { + "filters": [{ + "Filter": ["60785c0d232e5a31c233d51c", "606eef756d0bd7580617baf8"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.13, + "Width": 2 + }, + "_proto": "5649ade84bdc2d1b2b8b4587", + "_type": "Item" + }, + "606eef756d0bd7580617baf8": { + "_id": "606eef756d0bd7580617baf8", + "_name": "stock_mp155_kalshnikov_ultima_stock", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3286, + "Description": "stock_870_remington_sps_12g\n", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 9, + "ExamineExperience": 1, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_870_remington_sps_12g", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_mp155_kalshnikov_ultima_stock.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -35, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_870_remington_sps_12g", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [{ + "_id": "607d7b99f2cb2e02a42acf45", + "_mergeSlotWithChildren": false, + "_name": "mod_stock", + "_parent": "606eef756d0bd7580617baf8", + "_props": { + "filters": [{ + "Filter": ["606f263a8900dc2d9a55b68d", "606f262c6d0bd7580617bafa", "606ef0812535c57a13424d20"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": true + }, { + "_id": "607d7be26d0bd7580617bb3b", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "606eef756d0bd7580617baf8", + "_props": { + "filters": [{ + "Filter": ["606f2696f2cb2e02a42aceb1"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.51, + "Width": 2 + }, + "_proto": "56083be64bdc2d20478b456f", + "_type": "Item" + }, + "606ef0812535c57a13424d20": { + "_id": "606ef0812535c57a13424d20", + "_name": "stock_mp155_kalshnikov_ultima_stock_buttpad_small", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": true, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2231, + "Description": "stock_ak_izhmash_6g15u_butt_pad", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak_izhmash_6g15u_butt_pad", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_mp155_kalshnikov_ultima_stock_buttpad_small.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -5, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak_izhmash_6g15u_butt_pad", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.155, + "Width": 1 + }, + "_proto": "58d2912286f7744e27117493", + "_type": "Item" + }, + "606f262c6d0bd7580617bafa": { + "_id": "606f262c6d0bd7580617bafa", + "_name": "stock_mp155_kalshnikov_ultima_stock_buttpad_med", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": true, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3231, + "Description": "stock_ak_izhmash_6g15u_butt_pad", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak_izhmash_6g15u_butt_pad", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_mp155_kalshnikov_ultima_stock_buttpad_med.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -6, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak_izhmash_6g15u_butt_pad", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.215, + "Width": 1 + }, + "_proto": "58d2912286f7744e27117493", + "_type": "Item" + }, + "606f263a8900dc2d9a55b68d": { + "_id": "606f263a8900dc2d9a55b68d", + "_name": "stock_mp155_kalshnikov_ultima_stock_buttpad_large", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": true, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 6231, + "Description": "stock_mp155_kalshnikov_ultima_stock_buttpad_large", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_mp155_kalshnikov_ultima_stock_buttpad_large", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_mp155_kalshnikov_ultima_stock_buttpad_large.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -7, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_mp155_kalshnikov_ultima_stock_buttpad_large", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.273, + "Width": 1 + }, + "_proto": "58d2912286f7744e27117493", + "_type": "Item" + }, + "606f26752535c57a13424d22": { + "_id": "606f26752535c57a13424d22", + "_name": "tactical_mp155_kalashnikov_ultima_underbarrel_mount", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1776, + "Description": "tactical_mp155_kalashnikov_ultima_underbarrel_mount", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "tactical_mp155_kalashnikov_ultima_underbarrel_mount", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_mp155_kalashnikov_ultima_underbarrel_mount.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0, + "ShortName": "tactical_mp155_kalashnikov_ultima_underbarrel_mount", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.2, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "606f2696f2cb2e02a42aceb1": { + "_id": "606f2696f2cb2e02a42aceb1", + "_name": "tactical_mp155_kalashnikov_ultima_camera", + "_parent": "55818aeb4bdc2ddc698b456a", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.5]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 49137, + "CustomAimPlane": "ak_thermal", + "Description": "ATPIAL (Advanced Target Pointer Illuminator Aiming Laser) AN/PEQ-15 производства L3 Insight Technologies. Тактический блок. Совмещающий в себе лазерные целеуказатели в видимом и невидимом (ИК) диапазоне а также инфракрасный осветитель.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "Тактический блок AN/PEQ-15", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_mp155_kalashnikov_ultima_camera_thermal.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "AN/PEQ-15", + "SightModesCount": 1, + "SightingRange": 300, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.21, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.2, + "sightModType": "optic" + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "6076c1b9f2cb2e02a42acedc": { + "_id": "6076c1b9f2cb2e02a42acedc", + "_name": "barrel_mp155_510mm_12g", + "_parent": "555ef6e44bdc2de9068b457e", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "CenterOfImpact": 0.62, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 7006, + "Description": "Стандартный заводской ствол для ружья МР-133 длинной 510мм.", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -5, + "ExamineExperience": 6, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsSilencer": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 110, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Ствол 510мм для МР-133 12к ", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/barrels/barrel_mp155_510mm_12g.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -3, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "510мм МР-133", + "ShotgunDispersion": 1.55, + "SightingRange": 0, + "Slots": [{ + "_id": "6076c1b9f2cb2e02a42acede", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "6076c1b9f2cb2e02a42acedc", + "_props": { + "filters": [{ + "Filter": ["5c0111ab0db834001966914d", "560838c94bdc2d77798b4569", "5b363dea5acfc4771e1c5e7e"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 5.4, + "Weight": 0.8, + "Width": 3 + }, + "_proto": "55d448594bdc2d8c2f8b4569", + "_type": "Item" + }, + "6076c87f232e5a31c233d50e": { + "_id": "6076c87f232e5a31c233d50e", + "_name": "mag_mp155_kalashnikov_12g_6", + "_parent": "5448bc234bdc2d3c308b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanAdmin": false, + "CanFast": false, + "CanHit": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "Cartridges": [{ + "_id": "6076c87f232e5a31c233d510", + "_max_count": 6, + "_name": "cartridges", + "_parent": "6076c87f232e5a31c233d50e", + "_props": { + "filters": [{ + "Filter": ["560d5e524bdc2d25448b4571", "5d6e6772a4b936088465b17c", "5d6e67fba4b9361bc73bc779", "5d6e6806a4b936088465b17e", "5d6e68dea4b9361bcc29e659", "5d6e6911a4b9361bd5780d52", "5c0d591486f7744c505b416f", "58820d1224597753c90aeb13", "5d6e68c4a4b9361b93413f79", "5d6e68a8a4b9360b6c0d54e2", "5d6e68e6a4b9361c140bcfe0", "5d6e6869a4b9361c140bcfde", "5d6e68b3a4b9361bca7e50b5", "5d6e6891a4b9361bd473feea", "5d6e689ca4b9361bc8618956", "5d6e68d1a4b93622fe60e845"] + } + ] + }, + "_proto": "5748538b2459770af276a261" + } + ], + "ChangePriceCoef": 1, + "CheckOverride": 0, + "CheckTimeModifier": 0, + "ConflictingItems": [], + "CreditsPrice": 1221, + "Description": "Удлиннитель магазина МР-153", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mag_plastic", + "LoadUnloadModifier": 0, + "LootExperience": 20, + "Loudness": 0, + "MalfunctionChance": 0, + "MergesWithChildren": true, + "Name": "Удлиннитель магазина МР-153 12к для МР-153 до 8 ми патронов", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/magazines/mag_mp155_kalashnikov_12g_6.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "ReloadMagType": "InternalMagazine", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "МР153x8", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "VisibleAmmoRangesString": "1-3", + "Weight": 0.124, + "Width": 2, + "magAnimationIndex": 0 + }, + "_proto": "56deee15d2720bee328b4567", + "_type": "Item" + }, + "60785c0d232e5a31c233d51c": { + "_id": "60785c0d232e5a31c233d51c", + "_name": "tactical_mp155_kalshnikov_ultima_pistol_grip_rubberpad", + "_parent": "5a74651486f7744e73386dd1", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1476, + "Description": "tactical_pso_belomo_eyecup", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "tactical_pso_belomo_eyecup", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/tactical/tactical_mp155_kalshnikov_ultima_pistol_grip_rubberpad.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShiftsAimCamera": 0, + "ShortName": "tactical_pso_belomo_eyecup", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "544909bb4bdc2d6f028b4577", + "_type": "Item" + }, + "60785ce5132d4d12c81fd918": { + "_id": "60785ce5132d4d12c81fd918", + "_name": "mount_mp155_kalashnikov_ultima_top_rail", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 5900, + "Description": "mount_590_bat_rb7m", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_590_bat_rb7m", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_mp155_kalashnikov_ultima_top_rail.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_590_bat_rb7m", + "SightingRange": 0, + "Slots": [{ + "_id": "60785ce5132d4d12c81fd91a", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "60785ce5132d4d12c81fd918", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5dfe6104585a0c3e995c7b82", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "5b2389515acfc4771e1be0c0", "577d128124597739d65d0e56", "5c86592b2e2216000e69e77c", "5a37ca54c4a282000d72296a", "58d2664f86f7747fec5834f6", "57c69dd424597774c03b7bbc", "5b3b99265acfc4704b4a1afb", "5aa66a9be5b5b0214e506e89", "5aa66c72e5b5b00016327c93", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f", "5dff77c759400025ea5150cf"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "60785ce5132d4d12c81fd91c", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_001", + "_parent": "60785ce5132d4d12c81fd918", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "60785ce5132d4d12c81fd91d", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical_002", + "_parent": "60785ce5132d4d12c81fd918", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5d10b49bd7ad1a1a560708b0", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "60785ce5132d4d12c81fd91f", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_000", + "_parent": "60785ce5132d4d12c81fd918", + "_props": { + "filters": [{ + "Filter": ["606f26752535c57a13424d22"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "60785ce5132d4d12c81fd920", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_front", + "_parent": "60785ce5132d4d12c81fd918", + "_props": { + "filters": [{ + "Filter": ["5ba26b01d4351e0085325a51", "5dfa3d950dee1b22f862eae0", "5c17804b2e2216152006c02f", "5fb6567747ce63734e3fa1dc", "5bc09a30d4351e00367fb7c8", "5c18b90d2e2216152142466b", "5fc0fa362770a0045c59c677", "5894a73486f77426d259076c"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "60785ce5132d4d12c81fd921", + "_mergeSlotWithChildren": false, + "_name": "mod_sight_rear", + "_parent": "60785ce5132d4d12c81fd918", + "_props": { + "filters": [{ + "Filter": ["5bb20e49d4351e3bac1212de", "5ba26b17d4351e00367f9bdd", "5dfa3d7ac41b2312ea33362a", "5c1780312e221602b66cc189", "5fb6564947ce63734e3fa1da", "5bc09a18d4351e003562b68e", "5c18b9192e2216398b5a8104", "5fc0fa957283c4046c58147e", "5894a81786f77427140b8347"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.45, + "Width": 3 + }, + "_proto": "57a3459f245977764a01f703", + "_type": "Item" + }, + "607d5a891246154cad35d6aa": { + "_id": "607d5a891246154cad35d6aa", + "_name": "stock_mp155_izhmeh_monte_carlo_walnut", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1299, + "Description": "Деревянный приклад для ружей МР-133 и МР-153 производства ИжМех с резиновым тыльником.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 6, + "ExamineExperience": 1, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Приклад деревянный МР-133/153", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_mp155_izhmeh_monte_carlo_walnut.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": -34, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "133/153 Д.п.", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.64, + "Width": 2 + }, + "_proto": "56083be64bdc2d20478b456f", + "_type": "Item" + }, + "607d5aa50494a626335e12ed": { + "_id": "607d5aa50494a626335e12ed", + "_name": "handguard_mp155_izhmeh_monte_carlo_walnut", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1829, + "Description": "Стандартное цевье производства Ижмех выполненное из бука для гладкоствольного ружья МР-133.", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 5, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "Цевье Ижмех МР-133 Бук для МР-133", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_mp155_izhmeh_monte_carlo_walnut.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "МР-133 Бук", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.8, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "607ea812232e5a31c233d53c": { + "_id": "607ea812232e5a31c233d53c", + "_name": "mount_mp155_kalashnikov_rail_section", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "mount_keymod_strike_industries_4_inch_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_keymod_strike_industries_4_inch_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_mp155_kalashnikov_rail_section.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_keymod_strike_industries_4_inch_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "607ea812232e5a31c233d53e", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "607ea812232e5a31c233d53c", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "607ffb988900dc2d9a55b6e4": { + "_id": "607ffb988900dc2d9a55b6e4", + "_name": "muzzle_ar10_surefire_procomp_762_muzzle_brake_762x51", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 3, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 13000, + "Description": "muzzle_ar10_surefire_procomp_762_muzzle_brake_762x51", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 0.98, + "EffectiveDistance": 0, + "Ergonomics": -1.5, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 40, + "Loudness": 10, + "MergesWithChildren": true, + "Name": "muzzle_ar10_surefire_procomp_762_muzzle_brake_762x51", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar10_surefire_procomp_762_muzzle_brake_762x51.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -11.5, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar10_surefire_procomp_762_muzzle_brake_762x51", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.5, + "Weight": 0.097, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "6086b5392535c57a13424d70": { + "_id": "6086b5392535c57a13424d70", + "_name": "mount_cust_custom_guns_short_rail_section", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 1000, + "Description": "mount_cust_custom_guns_short_rail_section", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 0, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_cust_custom_guns_short_rail_section", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_cust_custom_guns_short_rail_section.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_cust_custom_guns_short_rail_section", + "SightingRange": 0, + "Slots": [{ + "_id": "6086b5392535c57a13424d72", + "_mergeSlotWithChildren": false, + "_name": "mod_tactical", + "_parent": "6086b5392535c57a13424d70", + "_props": { + "filters": [{ + "Filter": ["5a800961159bd4315e3a1657", "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577", "5c06595c0db834001a66af6c", "5cc9c20cd7f00c001336c65d", "5d2369418abbc306c62e0c80", "5b07dd285acfc4001754240d", "56def37dd2720bec348b456a", "5a7b483fe899ef0016170d15", "5a5f1ce64f39f90b401987bc", "560d657b4bdc2da74d8b4572", "5b3a337e5acfc4704b4a19a0", "5c5952732e2216398b5abda2", "57d17e212459775a1179a0f5"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "55f96d6f4bdc2d5f408b4578", + "_type": "Item" + }, + "6086b5731246154cad35d6c7": { + "_id": "6086b5731246154cad35d6c7", + "_name": "handguard_saiga12_custom_guns_type_340", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 15800, + "Description": "handguard_saiga12_custom_guns_type_340", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 10, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_saiga12_custom_guns_type_340", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_saiga12_custom_guns_type_340.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": -2, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_saiga12_custom_guns_type_340", + "SightingRange": 0, + "Slots": [{ + "_id": "60acc2771a425a107168ef64", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_001", + "_parent": "6086b5731246154cad35d6c7", + "_props": { + "filters": [{ + "Filter": ["6086b5392535c57a13424d70"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "60acc2835e7d98225b738655", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_002", + "_parent": "6086b5731246154cad35d6c7", + "_props": { + "filters": [{ + "Filter": ["6086b5392535c57a13424d70"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + }, { + "_id": "60acc28fab5d1052a56d9c10", + "_mergeSlotWithChildren": false, + "_name": "mod_mount_003", + "_parent": "6086b5731246154cad35d6c7", + "_props": { + "filters": [{ + "Filter": ["6086b5392535c57a13424d70"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.24, + "Width": 2 + }, + "_proto": "5827272a24597748c74bdeea", + "_type": "Item" + }, + "6087e0336d0bd7580617bb7a": { + "_id": "6087e0336d0bd7580617bb7a", + "_name": "handguard_ar15_unique_ars_wing_and_skull_12_inch", + "_parent": "55818a104bdc2db9688b4569", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5a34fbadc4a28200741e230a", "5ae30e795acfc408fb139a0b", "5d00ec68d7ad1a04a067e5be", "56ea8d2fd2720b7c698b4570", "55d35ee94bdc2d61338b4568"], + "CreditsPrice": 50000, + "Description": "handguard_ar15_unique_ars_wing_and_skull_12_inch", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 15, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "handguard_ar15_unique_ars_wing_and_skull_12_inch", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/handguards/handguard_ar15_unique_ars_wing_and_skull_12_inch.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "handguard_ar15_unique_ars_wing_and_skull_12_inch", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 0.5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.25, + "Width": 2 + }, + "_proto": "55d459824bdc2d892f8b4573", + "_type": "Item" + }, + "6087e2a5232e5a31c233d552": { + "_id": "6087e2a5232e5a31c233d552", + "_name": "stock_ak_promag_archangel_opfor_aa47", + "_parent": "55818a594bdc2db9688b456a", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 19600, + "Description": "stock_ak_promag_archangel_opfor_aa47", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 17, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 1, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Foldable": false, + "Grids": [], + "HasShoulderContact": true, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsShoulderContact": true, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "stock_ak_promag_archangel_opfor_aa47", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/stocks/stock_ak_promag_archangel_opfor_aa47.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -39, + "RepairCost": 0, + "RepairSpeed": 0, + "Retractable": false, + "SendToClient": false, + "ShortName": "stock_ak_promag_archangel_opfor_aa47", + "SightingRange": 0, + "SizeReduceRight": 0, + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.39, + "Width": 2 + }, + "_proto": "5649b0fc4bdc2d17108b4588", + "_type": "Item" + }, + "6087e570b998180e9f76dc24": { + "_id": "6087e570b998180e9f76dc24", + "_name": "weapon_hultafors_db5000", + "_parent": "5447e1d04bdc2dff2f8b4567", + "_props": { + "AdditionalAnimationLayer": 4, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "AppliedHeadRotation": { + "x": 4, + "y": 8, + "z": 0 + }, + "AppliedTrunkRotation": { + "x": 15, + "y": 30, + "z": 0 + }, + "BackgroundColor": "grey", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ColliderScaleMultiplier": { + "x": 1.15, + "y": 1.35, + "z": 1.15 + }, + "ConflictingItems": [], + "CreditsPrice": 45000, + "DeflectionConsumption": 3, + "Description": "weapon_hultafors_db5000\n", + "DiscardingBlock": false, + "DisplayOnModel": true, + "Durability": 90, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 3, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "knife_generic", + "LootExperience": 20, + "MaxDurability": 90, + "MaxRepairDegradation": 0.01, + "MaxResource": 0, + "MergesWithChildren": false, + "MinRepairDegradation": 0, + "Name": "weapon_hultafors_db5000", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/hultafors/weapon_hultafors_db5000_container.bundle", + "rcid": "" + }, + "PrimaryConsumption": 10, + "PrimaryDistance": 0.8, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SecondryConsumption": 13, + "SecondryDistance": 0.8, + "SendToClient": false, + "ShortName": "weapon_hultafors_db5000", + "SlashPenetration": 1, + "SpawnChance": 50, + "StabPenetration": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StaminaBurnRate": 1, + "StimulatorBuffs": "Buffs_hultafors", + "Unlootable": true, + "UnlootableFromSide": ["Bear", "Usec", "Savage"], + "UnlootableFromSlot": "Scabbard", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.4, + "Width": 1, + "knifeDurab": 90, + "knifeHitDelay": 0, + "knifeHitRadius": 0.8, + "knifeHitSlashDam": 93, + "knifeHitSlashRate": 0, + "knifeHitStabDam": 115, + "knifeHitStabRate": 1 + }, + "_proto": "54491bb74bdc2d09088b4567", + "_type": "Item" + }, + "6087e663132d4d12c81fd96b": { + "_id": "6087e663132d4d12c81fd96b", + "_name": "pistolgrip_ak_custom_arms_ags74_pro_stage_2", + "_parent": "55818a684bdc2ddd698b456d", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 14300, + "Description": "pistolgrip_ak_custom_arms_ags74_pro_stage_2", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": 14, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 1, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 5, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "pistolgrip_ak_custom_arms_ags74_pro_stage_2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/pistol grips/pistolgrip_ak_custom_arms_ags74_pro_stage_2.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": false, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "pistolgrip_ak_custom_arms_ags74_pro_stage_2", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.15, + "Width": 1 + }, + "_proto": "5649ade84bdc2d1b2b8b4587", + "_type": "Item" + }, + "608c22a003292f4ba43f8a1a": { + "_id": "608c22a003292f4ba43f8a1a", + "_name": "quest_med_journal_1", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": ["RezervBase"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "quest_med_journal_1", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_paper", + "LootExperience": 40, + "MergesWithChildren": false, + "Name": "quest_med_journal_1", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/infosubject/item_info_intelligence/quest_med_journal_1.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "quest_med_journal_1", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "60915994c49cf53e4772cc38": { + "_id": "60915994c49cf53e4772cc38", + "_name": "quest_military_secret_documents_1", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": ["RezervBase"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "quest_military_secret_documents_1", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_paper", + "LootExperience": 40, + "MergesWithChildren": false, + "Name": "quest_military_secret_documents_1", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/infosubject/item_info_intelligence/quest_military_secret_documents_1.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "quest_military_secret_documents_1", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "609267a2bb3f46069c3e6c7d": { + "_id": "609267a2bb3f46069c3e6c7d", + "_name": "quest_commander_control_panel_t90", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4500, + "Description": "quest_commander_control_panel_t90", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "smallmetal", + "LootExperience": 30, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "quest_commander_control_panel_t90", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/location_objects/02_custom/prefabs/container/quest_commander_control_panel_t90.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "quest_commander_control_panel_t90", + "SpawnChance": 17, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 2, + "Width": 2 + }, + "_proto": "573477e124597737dd42e191", + "_type": "Item" + }, + "609269c3b0e443224b421cc1": { + "_id": "609269c3b0e443224b421cc1", + "_name": "muzzle_ar15_silencerco_asr_flash_hider_556x45", + "_parent": "550aa4bf4bdc2dd6348b456b", + "_props": { + "Accuracy": 3, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8000, + "Description": "muzzle_ar15_silencerco_asr_flash_hider_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 20, + "MergesWithChildren": true, + "Name": "muzzle_ar15_silencerco_asr_flash_hider_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/muzzle/muzzle_ar15_silencerco_asr_flash_hider_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": -9, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "muzzle_ar15_silencerco_asr_flash_hider_556x45", + "SightingRange": 0, + "Slots": [{ + "_id": "609269c3b0e443224b421cc3", + "_mergeSlotWithChildren": false, + "_name": "mod_muzzle", + "_parent": "609269c3b0e443224b421cc1", + "_props": { + "filters": [{ + "Filter": ["60926df0132d4d12c81fd9df"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 1, + "Weight": 0.14, + "Width": 1, + "muzzleModType": "conpensator" + }, + "_proto": "544a38634bdc2d58388b4568", + "_type": "Item" + }, + "60926df0132d4d12c81fd9df": { + "_id": "60926df0132d4d12c81fd9df", + "_name": "silencer_asr_silencerco_saker_556_556x45", + "_parent": "550aa4cd4bdc2dd8348b456c", + "_props": { + "Accuracy": -1, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 62325, + "Description": "silencer_asr_silencerco_saker_556_556x45", + "DiscardingBlock": false, + "Durability": 100, + "DurabilityBurnModificator": 1.58, + "EffectiveDistance": 0, + "Ergonomics": -22, + "ExamineExperience": 4, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": true, + "ExtraSizeLeft": 1, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": -29, + "MergesWithChildren": true, + "Name": "silencer_asr_silencerco_saker_556_556x45", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/silencers/silencer_asr_silencerco_saker_556_556x45.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": -14, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "silencer_asr_silencerco_saker_556_556x45", + "SightingRange": 0, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0.75, + "Weight": 0.51, + "Width": 2, + "muzzleModType": "silencer" + }, + "_proto": "54490a4d4bdc2dbc018b4573", + "_type": "Item" + }, + "609a4b4fe2ff132951242d04": { + "_id": "609a4b4fe2ff132951242d04", + "_name": "mount_dovetail_arbalet_vpo_102", + "_parent": "55818b224bdc2dde698b456f", + "_props": { + "Accuracy": 0, + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": true, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 2902, + "Description": "mount_dovetail_arbalet_vpo_102", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -2, + "ExamineExperience": 3, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "HeatFactor": 1, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 10, + "Loudness": 0, + "MergesWithChildren": true, + "Name": "mount_dovetail_arbalet_vpo_102", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/mods/mounts/mount_dovetail_arbalet_vpo_102.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "mount_dovetail_arbalet_vpo_102", + "SightingRange": 0, + "Slots": [{ + "_id": "609a4b4fe2ff132951242d06", + "_mergeSlotWithChildren": false, + "_name": "mod_scope", + "_parent": "609a4b4fe2ff132951242d04", + "_props": { + "filters": [{ + "Filter": ["57ac965c24597706be5f975c", "57aca93d2459771f2c7e26db", "544a3a774bdc2d3a388b4567", "5d2dc3e548f035404a1a4798", "57adff4f24597737f373b6e6", "5c0517910db83400232ffee5", "591c4efa86f7741030027726", "570fd79bd2720bc7458b4583", "570fd6c2d2720bc6458b457f", "558022b54bdc2dac148b458d", "5c07dd120db834001c39092d", "5c0a2cec0db834001b7ce47d", "58491f3324597764bc48fa02", "584924ec24597768f12ae244", "5b30b0dc5acfc400153b7124", "60a23797a37c940de7062d02", "5d2da1e948f035477b1ce2ba", "5c0505e00db834001b735073", "609a63b6e2ff132951242d09", "584984812459776a704a82a6", "59f9d81586f7744c7506ee62", "570fd721d2720bc5458b4596", "57ae0171245977343c27bfcf", "5d1b5e94d7ad1a2b865a96b0", "609bab8b455afd752b2e6138", "58d39d3d86f77445bb794ae7", "5c7d55f52e221644f31bff6a", "5b3b6dc75acfc47a8773fb1e", "577d128124597739d65d0e56", "5c064c400db834001d23f468", "58d2664f86f7747fec5834f6", "5c1cdd302e221602b3137250", "5b31163c5acfc400153b71cb", "5a33b652c4a28232996e407c", "5a33b2c9c4a282000c5a9511", "59db7eed86f77461f8380365", "5a1ead28fcdbcb001912fa9f"], + "Shift": 0 + } + ] + }, + "_proto": "55d30c4c4bdc2db4468b457e", + "_required": false + } + ], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.12, + "Width": 1 + }, + "_proto": "57a3459f245977764a01f703", + "_type": "Item" + }, + "609a63b6e2ff132951242d09": { + "_id": "609a63b6e2ff132951242d09", + "_name": "scope_all_valday_krechet", + "_parent": "55818ad54bdc2ddc698b4569", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.7]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 13225, + "CustomAimPlane": "", + "Description": "scope_all_valday_krechet", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -4.5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_all_valday_krechet", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_all_valday_krechet.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Common", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_all_valday_krechet", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.35, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.6, + "sightModType": "reflex" + }, + "_proto": "558022b54bdc2dac148b458d", + "_type": "Item" + }, + "609b9e31506cf869cf3eaf41": { + "_id": "609b9e31506cf869cf3eaf41", + "_name": "scope_7mm_vomz_target_ring", + "_parent": "55818ad54bdc2ddc698b4569", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.7]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 8767, + "CustomAimPlane": "", + "Description": "scope_7mm_vomz_target_ring", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_7mm_vomz_target_ring", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_7mm_vomz_target_ring.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_7mm_vomz_target_ring", + "SightModesCount": 1, + "SightingRange": 250, + "Slots": [], + "SpawnChance": 7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.21, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.6, + "sightModType": "reflex" + }, + "_proto": "570fd721d2720bc5458b4596", + "_type": "Item" + }, + "609bab8b455afd752b2e6138": { + "_id": "609bab8b455afd752b2e6138", + "_name": "scope_all_torrey_pines_logic_t12_w_30hz", + "_parent": "55818aeb4bdc2ddc698b456a", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.7]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[25, 50]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 75794, + "CustomAimPlane": "default", + "Description": "scope_all_torrey_pines_logic_t12_w_30hz", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -1, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 20, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_all_torrey_pines_logic_t12_w_30hz", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_all_torrey_pines_logic_t12_w_30hz.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Superrare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_all_torrey_pines_logic_t12_w_30hz", + "SightModesCount": 2, + "SightingRange": 500, + "Slots": [], + "SpawnChance": 0.7, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": true, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.063, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.3, + "sightModType": "hybrid" + }, + "_proto": "5a1eaa87fcdbcb001865f75e", + "_type": "Item" + }, + "609e8540d5c319764c2bc2e9": { + "_id": "609e8540d5c319764c2bc2e9", + "_name": "item_equipment_armor_custom_thorcrv", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.36, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 51000, + "DeafStrength": "None", + "Description": "PACA", + "DiscardingBlock": false, + "Durability": 35, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 3, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 35, + "MergesWithChildren": false, + "Name": "PACA", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_custom_thorcrv/item_equipment_armor_custom_thorcrv.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 375, + "RepairSpeed": 8, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "PACA", + "Slots": [], + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 9, + "Width": 3, + "armorClass": "4", + "armorZone": ["Chest", "Stomach"], + "headSegments": [], + "mousePenalty": -4, + "speedPenaltyPercent": -4, + "weaponErgonomicPenalty": -2 + }, + "_proto": "545cdb794bdc2d3a198b456a", + "_type": "Item" + }, + "609e860ebd219504d8507525": { + "_id": "609e860ebd219504d8507525", + "_name": "item_equipment_rig_tagilla", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Titan", + "BackgroundColor": "default", + "BlocksArmorVest": true, + "BluntThroughput": 0.27, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 215000, + "Description": "ANA Tactical m2", + "DiscardingBlock": false, + "Durability": 60, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "609e860ebd219504d8507527", + "_name": "1", + "_parent": "609e860ebd219504d8507525", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "609e860ebd219504d8507528", + "_name": "2", + "_parent": "609e860ebd219504d8507525", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "609e860ebd219504d8507529", + "_name": "3", + "_parent": "609e860ebd219504d8507525", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "609e860ebd219504d850752a", + "_name": "4", + "_parent": "609e860ebd219504d8507525", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "609e860ebd219504d850752b", + "_name": "5", + "_parent": "609e860ebd219504d8507525", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "609e860ebd219504d850752c", + "_name": "6", + "_parent": "609e860ebd219504d8507525", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 60, + "MergesWithChildren": false, + "Name": "ANA Tactical m2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_tagilla/item_equipment_rig_tagilla.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 890, + "RepairSpeed": 0, + "RigLayoutName": "Tagil", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "ANA m2", + "Slots": [], + "SpawnChance": 2, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 7.8, + "Width": 3, + "armorClass": 6, + "armorZone": ["Chest"], + "mousePenalty": -5, + "speedPenaltyPercent": -6, + "weaponErgonomicPenalty": -8 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "60a23797a37c940de7062d02": { + "_id": "60a23797a37c940de7062d02", + "_name": "scope_all_sig_romeo_8t", + "_parent": "55818ad54bdc2ddc698b4569", + "_props": { + "Accuracy": 0, + "AimSensitivity": [[0.7]], + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "BlocksCollapsible": false, + "BlocksFolding": false, + "CalibrationDistances": [[50, 100, 150, 200]], + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 28900, + "CustomAimPlane": "", + "Description": "scope_all_sig_romeo_8t", + "DiscardingBlock": false, + "Durability": 100, + "EffectiveDistance": 0, + "Ergonomics": -3.5, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "HasShoulderContact": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsAnimated": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "mod", + "LootExperience": 30, + "Loudness": 0, + "MergesWithChildren": true, + "ModesCount": [1], + "Name": "scope_all_sig_romeo_8t", + "NotShownInSlot": false, + "OpticCalibrationDistances": [50, 100, 150, 200], + "Prefab": { + "path": "assets/content/items/mods/scopes/scope_all_sig_romeo_8t.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "RaidModdable": true, + "Rarity": "Rare", + "Recoil": 0, + "RepairCost": 0, + "RepairSpeed": 0, + "ScopesCount": 1, + "SendToClient": false, + "ShortName": "scope_all_sig_romeo_8t", + "SightModesCount": 1, + "SightingRange": 200, + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "ToolModdable": false, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Velocity": 0, + "Weight": 0.388, + "Width": 1, + "Zooms": [[1]], + "aimingSensitivity": 0.6, + "sightModType": "reflex" + }, + "_proto": "558022b54bdc2dac148b458d", + "_type": "Item" + }, + "60a272cc93ef783291411d8e": { + "_id": "60a272cc93ef783291411d8e", + "_name": "item_equipment_backpack_drawbridge", + "_parent": "5448e53e4bdc2d60728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 36000, + "Description": "", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "GridLayoutName": "", + "Grids": [{ + "_id": "60a272cd93ef783291411d90", + "_name": "main", + "_parent": "60a272cc93ef783291411d8e", + "_props": { + "cellsH": 5, + "cellsV": 5, + "filters": [{ + "ExcludedFilter": ["60a272cc93ef783291411d8e", "5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 5, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_backpack", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "MBSS Backpack", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_drawbridge/item_equipment_backpack_drawbridge.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "MBSS", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.3, + "Width": 5, + "speedPenaltyPercent": 0 + }, + "_proto": "544a5cde4bdc2d39388b456b", + "_type": "Item" + }, + "60a2828e8689911a226117f9": { + "_id": "60a2828e8689911a226117f9", + "_name": "item_equipment_backpack_pillbox", + "_parent": "5448e53e4bdc2d60728b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 22000, + "Description": "beta2", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "GridLayoutName": "", + "Grids": [{ + "_id": "60a2828e8689911a226117fb", + "_name": "main", + "_parent": "60a2828e8689911a226117f9", + "_props": { + "cellsH": 4, + "cellsV": 5, + "filters": [{ + "ExcludedFilter": ["5e9dcf5986f7746c417435b3", "60a2828e8689911a226117f9", "5f5e45cc5021ce62144be7aa", "544a5cde4bdc2d39388b456b", "5448bf274bdc2dfc2f8b456a", "5c0a840b86f7742ffa4f2482", "5b7c710788a4506dec015957", "59fb042886f7746c5005a7b2", "5b6d9ce188a4501afc1b2b25"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 4, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_backpack", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "beta2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/backpack_pillbox/item_equipment_backpack_pillbox.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "beta2", + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 2.1, + "Width": 4, + "speedPenaltyPercent": 0 + }, + "_proto": "544a5cde4bdc2d39388b456b", + "_type": "Item" + }, + "60a283193cb70855c43a381d": { + "_id": "60a283193cb70855c43a381d", + "_name": "item_equipment_armor_custom_thorintcar", + "_parent": "5448e54d4bdc2dcc718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "blue", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.276, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 344500, + "DeafStrength": "None", + "Description": "6B43", + "DiscardingBlock": false, + "Durability": 55, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 4, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_armor", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 55, + "MergesWithChildren": false, + "Name": "6B43", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armor_custom_thorintcar/item_equipment_armor_custom_thorintcar.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 1437, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "6B43", + "Slots": [], + "SpawnChance": 0.3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 18, + "Width": 4, + "armorClass": "6", + "armorZone": ["LeftArm", "RightArm", "Chest", "Stomach"], + "headSegments": [], + "mousePenalty": -16, + "speedPenaltyPercent": -28, + "weaponErgonomicPenalty": -20 + }, + "_proto": "545cdb794bdc2d3a198b456a", + "_type": "Item" + }, + "60a3b5b05f84d429b732e934": { + "_id": "60a3b5b05f84d429b732e934", + "_name": "quest_med_journal_2", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": ["RezervBase"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "quest_med_journal_2", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_paper", + "LootExperience": 40, + "MergesWithChildren": false, + "Name": "quest_med_journal_2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/infosubject/item_info_intelligence/quest_med_journal_2.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "quest_med_journal_2", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "60a3b6359c427533db36cf84": { + "_id": "60a3b6359c427533db36cf84", + "_name": "quest_military_secret_documents_2", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": ["RezervBase"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "quest_military_secret_documents_2", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_paper", + "LootExperience": 40, + "MergesWithChildren": false, + "Name": "quest_military_secret_documents_2", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/infosubject/item_info_intelligence/quest_military_secret_documents_2.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "quest_military_secret_documents_2", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "60a3b65c27adf161da7b6e14": { + "_id": "60a3b65c27adf161da7b6e14", + "_name": "quest_military_secret_documents_3", + "_parent": "5448ecbe4bdc2d60728b4568", + "_props": { + "AllowSpawnOnLocations": ["RezervBase"], + "AnimationVariantsNumber": 0, + "BackgroundColor": "yellow", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 0, + "Description": "quest_military_secret_documents_3", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "item_paper", + "LootExperience": 40, + "MergesWithChildren": false, + "Name": "quest_military_secret_documents_3", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/infosubject/item_info_intelligence/quest_military_secret_documents_3.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "quest_military_secret_documents_3", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1 + }, + "_proto": "56742c324bdc2d150f8b456d", + "_type": "Item" + }, + "60a3c68c37ea821725773ef5": { + "_id": "60a3c68c37ea821725773ef5", + "_name": "item_equipment_rig_custom_osprey_defence", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Combined", + "BackgroundColor": "default", + "BlocksArmorVest": true, + "BluntThroughput": 0.165, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 155000, + "Description": "tactec", + "DiscardingBlock": false, + "Durability": 55, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "60a3c68c37ea821725773ef7", + "_name": "1", + "_parent": "60a3c68c37ea821725773ef5", + "_props": { + "cellsH": 1, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a3c68c37ea821725773ef8", + "_name": "2", + "_parent": "60a3c68c37ea821725773ef5", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a3c68c37ea821725773ef9", + "_name": "3", + "_parent": "60a3c68c37ea821725773ef5", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a3c68c37ea821725773efa", + "_name": "4", + "_parent": "60a3c68c37ea821725773ef5", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a3c68c37ea821725773efb", + "_name": "5", + "_parent": "60a3c68c37ea821725773ef5", + "_props": { + "cellsH": 1, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a3c68c37ea821725773efc", + "_name": "6", + "_parent": "60a3c68c37ea821725773ef5", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a3c68c37ea821725773efd", + "_name": "7", + "_parent": "60a3c68c37ea821725773ef5", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a3c68c37ea821725773efe", + "_name": "8", + "_parent": "60a3c68c37ea821725773ef5", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a3c68c37ea821725773eff", + "_name": "9", + "_parent": "60a3c68c37ea821725773ef5", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a3c68c37ea821725773f00", + "_name": "10", + "_parent": "60a3c68c37ea821725773ef5", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a3c68c37ea821725773f01", + "_name": "11", + "_parent": "60a3c68c37ea821725773ef5", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 55, + "MergesWithChildren": false, + "Name": "tactec", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_custom_osprey_defence/item_equipment_rig_custom_osprey_defence.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 850, + "RepairSpeed": 0, + "RigLayoutName": "osprey_deffence", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "tactec", + "Slots": [], + "SpawnChance": 0.1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 12.5, + "Width": 4, + "armorClass": 5, + "armorZone": ["LeftArm", "RightArm", "Chest"], + "mousePenalty": -11, + "speedPenaltyPercent": -16, + "weaponErgonomicPenalty": -11 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "60a3c70cde5f453f634816a3": { + "_id": "60a3c70cde5f453f634816a3", + "_name": "item_equipment_rig_custom_osprey_assault", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Aluminium", + "BackgroundColor": "default", + "BlocksArmorVest": true, + "BluntThroughput": 0.18, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 124000, + "Description": "tactec", + "DiscardingBlock": false, + "Durability": 60, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "60a3c70cde5f453f634816a5", + "_name": "1", + "_parent": "60a3c70cde5f453f634816a3", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a3c70cde5f453f634816a6", + "_name": "2", + "_parent": "60a3c70cde5f453f634816a3", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a3c70cde5f453f634816a7", + "_name": "3", + "_parent": "60a3c70cde5f453f634816a3", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a3c70cde5f453f634816a8", + "_name": "4", + "_parent": "60a3c70cde5f453f634816a3", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a3c70cde5f453f634816a9", + "_name": "5", + "_parent": "60a3c70cde5f453f634816a3", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a3c70cde5f453f634816aa", + "_name": "6", + "_parent": "60a3c70cde5f453f634816a3", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a3c70cde5f453f634816ab", + "_name": "7", + "_parent": "60a3c70cde5f453f634816a3", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a3c70cde5f453f634816ac", + "_name": "8", + "_parent": "60a3c70cde5f453f634816a3", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a3c70cde5f453f634816ad", + "_name": "9", + "_parent": "60a3c70cde5f453f634816a3", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a3c70cde5f453f634816ae", + "_name": "10", + "_parent": "60a3c70cde5f453f634816a3", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a3c70cde5f453f634816af", + "_name": "11", + "_parent": "60a3c70cde5f453f634816a3", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a3c70cde5f453f634816b0", + "_name": "12", + "_parent": "60a3c70cde5f453f634816a3", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a675e92198820d95707a08", + "_name": "13", + "_parent": "60a3c70cde5f453f634816a3", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a675fc2198820d95707a09", + "_name": "14", + "_parent": "60a3c70cde5f453f634816a3", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 60, + "MergesWithChildren": false, + "Name": "tactec", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_custom_osprey_assault/item_equipment_rig_custom_osprey_assault.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 900, + "RepairSpeed": 0, + "RigLayoutName": "osprey_assault", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "tactec", + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 10.7, + "Width": 4, + "armorClass": 4, + "armorZone": ["LeftArm", "RightArm", "Chest"], + "mousePenalty": -11, + "speedPenaltyPercent": -11, + "weaponErgonomicPenalty": -7 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "60a621c49c197e4e8c4455e6": { + "_id": "60a621c49c197e4e8c4455e6", + "_name": "item_equipment_rig_sprofi_mk2_ak", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 37500, + "Description": "BlackRock chest rig", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "60a621c59c197e4e8c4455e8", + "_name": "1", + "_parent": "60a621c49c197e4e8c4455e6", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a621c59c197e4e8c4455e9", + "_name": "2", + "_parent": "60a621c49c197e4e8c4455e6", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a621c59c197e4e8c4455ea", + "_name": "3", + "_parent": "60a621c49c197e4e8c4455e6", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a621c59c197e4e8c4455eb", + "_name": "4", + "_parent": "60a621c49c197e4e8c4455e6", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a621c59c197e4e8c4455ec", + "_name": "5", + "_parent": "60a621c49c197e4e8c4455e6", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a621c59c197e4e8c4455ed", + "_name": "6", + "_parent": "60a621c49c197e4e8c4455e6", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a621c59c197e4e8c4455ee", + "_name": "7", + "_parent": "60a621c49c197e4e8c4455e6", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a621c59c197e4e8c4455ef", + "_name": "8", + "_parent": "60a621c49c197e4e8c4455e6", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a621c59c197e4e8c4455f0", + "_name": "9", + "_parent": "60a621c49c197e4e8c4455e6", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a621c59c197e4e8c4455f1", + "_name": "10", + "_parent": "60a621c49c197e4e8c4455e6", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a621c59c197e4e8c4455f2", + "_name": "11", + "_parent": "60a621c49c197e4e8c4455e6", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a65b5ff3cdbd565f577a54", + "_name": "12", + "_parent": "60a621c49c197e4e8c4455e6", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 4, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "BEAR Rig", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_sprofi_mk2_ak/item_equipment_rig_sprofi_mk2_ak.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RigLayoutName": "sprofi_mk2", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "BlackRock", + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.75, + "Width": 3, + "armorClass": 0, + "armorZone": [], + "mousePenalty": 0, + "speedPenaltyPercent": -1, + "weaponErgonomicPenalty": -2 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "60a6220e953894617404b00a": { + "_id": "60a6220e953894617404b00a", + "_name": "item_equipment_rig_sprofi_mk2_smg", + "_parent": "5448e5284bdc2dcb718b4567", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlocksArmorVest": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 36000, + "Description": "BlackRock chest rig", + "DiscardingBlock": false, + "Durability": 0, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "60a6220e953894617404b00c", + "_name": "1", + "_parent": "60a6220e953894617404b00a", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a6220e953894617404b00d", + "_name": "2", + "_parent": "60a6220e953894617404b00a", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a6220e953894617404b00e", + "_name": "3", + "_parent": "60a6220e953894617404b00a", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a6220e953894617404b00f", + "_name": "4", + "_parent": "60a6220e953894617404b00a", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a6220e953894617404b010", + "_name": "5", + "_parent": "60a6220e953894617404b00a", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a6220e953894617404b011", + "_name": "6", + "_parent": "60a6220e953894617404b00a", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a6220e953894617404b012", + "_name": "7", + "_parent": "60a6220e953894617404b00a", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a6220e953894617404b013", + "_name": "8", + "_parent": "60a6220e953894617404b00a", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a6220e953894617404b014", + "_name": "9", + "_parent": "60a6220e953894617404b00a", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a6220e953894617404b015", + "_name": "10", + "_parent": "60a6220e953894617404b00a", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a6220e953894617404b016", + "_name": "11", + "_parent": "60a6220e953894617404b00a", + "_props": { + "cellsH": 1, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60a65b17ce351c369b492d36", + "_name": "12", + "_parent": "60a6220e953894617404b00a", + "_props": { + "cellsH": 1, + "cellsV": 1, + "filters": [], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 4, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxDurability": 0, + "MergesWithChildren": false, + "Name": "BEAR Rig", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/rig_sprofi_mk2_smg/item_equipment_rig_sprofi_mk2_smg.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RigLayoutName": "sprofi_mk2_smg", + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "BlackRock", + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.4, + "Width": 3, + "armorClass": 0, + "armorZone": [], + "mousePenalty": 0, + "speedPenaltyPercent": -1, + "weaponErgonomicPenalty": -1 + }, + "_proto": "544a5caa4bdc2d1a388b4568", + "_type": "Item" + }, + "60a7acf20c5cb24b01346648": { + "_id": "60a7acf20c5cb24b01346648", + "_name": "item_equipment_head_tagillacap", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["5bd0716d86f774171822ef4b", "5bd06f5d86f77427101ad47c", "5b432c305acfc40019478128", "60363c0c92ec1c31037959f5", "5e54f79686f7744022011103"], + "CreditsPrice": 8353, + "DeafStrength": "None", + "Description": "Army cap", + "DiscardingBlock": false, + "Durability": 10, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 10, + "MergesWithChildren": false, + "Name": "Army cap", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_tagillacap/item_equipment_head_tagillacap.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Army cap", + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "60a7ad2a2198820d95707a2e": { + "_id": "60a7ad2a2198820d95707a2e", + "_name": "item_equipment_facecover_welding_kill", + "_parent": "5a341c4686f77469e155819e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "ArmoredSteel", + "BackgroundColor": "default", + "BlindnessProtection": 0.7, + "BlocksEarpiece": true, + "BlocksEyewear": true, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.2, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["59e770f986f7742cbe3164ef", "572b7d8524597762b472f9d1", "5aa2b87de5b5b00016327c25", "5aa2a7e8e5b5b00016327c16", "5a43943586f77416ad2f06e2", "5aa2b89be5b5b0001569311f", "5aa2b8d7e5b5b00014028f4a", "5a43957686f7742a2c2f11b0", "5aa2b9ede5b5b000137b758b", "5ab8f20c86f7745cdb629fb2", "5645bc214bdc2d363b8b4571", "5aa7cfc0e5b5b00015693143", "5aa7e276e5b5b000171d0647", "5c066ef40db834001966a595", "5df8a58286f77412631087ed", "59e7711e86f7746cae05fbe1", "5d5e7d28a4b936645d161203", "5d5e9c74a4b9364855191c40", "5a154d5cfcdbcb001a3b00da", "5ac8d6885acfc400180ae7b0", "5a7c4850e899ef00150be885", "5aa7d193e5b5b000171d063f", "5aa7d03ae5b5b00016327db5", "5a16bb52fcdbcb001a3b00dc", "5aa7e454e5b5b0214e506fa2", "5aa7e4a4e5b5b000137b76f2", "5f99418230835532b445e954", "5b4329f05acfc47a86086aa1", "5b40e5e25acfc4001a599bea", "5f60e6403b85f6263c14558c", "5f60e7788adaa7100c3adb49", "5f60e784f2bcbb675b00dac7", "60bf74184a63fc79b60c57f6", "5d96141523f0ea1b7f2aacab", "603618feffd42c541047f771", "603619720ca681766b6a0fc4", "6040de02647ad86262233012", "60361a7497633951dc245eb4", "60361b0b5a45383c122086a1", "60361b5a9a15b10d96792291", "5b4327aa5acfc400175496e0", "60b52e5bc7d8103275739d67", "5b4329075acfc400153b78ff", "5f994730c91ed922dd355de3", "5b40e61f5acfc4001a599bec", "5b40e3f35acfc40016388218", "5b40e4035acfc47a87740943", "5b432d215acfc4771e1c6624", "5b40e1525acfc4771e1c6611", "5b40e2bc5acfc40016388216", "5c17a7ed2e2216152142459c", "5ea17ca01412a1425304d1c0", "5f60b34a41e30a4ab12a6947", "5ea05cf85ad9772e6624305d", "5d6d3716a4b9361bc8618872", "5c091a4e0db834001d5addc8", "5c0e874186f7745dc7616606", "5c0d2727d174af02a012cf58", "5f60c74e3b85f6263c145586", "5c08f87c0db8340019124324", "5c06c6a80db834001b735491", "5e4bfc1586f774264f7582d3", "5e00c1ad86f774747333222c", "5e01ef6886f77445f643baa4", "5ca20ee186f774799474abc2", "59ef13ca86f77445fd0e2483", "59e7708286f7742cbd762753"], + "CreditsPrice": 135000, + "DeafStrength": "Low", + "Description": "shattered", + "DiscardingBlock": false, + "Durability": 40, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": true, + "FaceShieldMask": "Wide", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 40, + "MergesWithChildren": false, + "Name": "shattered", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/facecover_welding/item_equipment_facecover_welding_kill.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 37, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.4, + "z": 70 + }, + "SendToClient": false, + "ShortName": "shattered", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.5, + "Width": 2, + "armorClass": "5", + "armorZone": ["Head"], + "headSegments": ["Top", "Ears", "Eyes", "Jaws"], + "mousePenalty": -10, + "speedPenaltyPercent": -5, + "weaponErgonomicPenalty": -10 + }, + "_proto": "572b7d8524597762b472f9d1", + "_type": "Item" + }, + "60a7ad3a0c5cb24b0134664a": { + "_id": "60a7ad3a0c5cb24b0134664a", + "_name": "item_equipment_facecover_welding_gorilla", + "_parent": "5a341c4686f77469e155819e", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "ArmoredSteel", + "BackgroundColor": "default", + "BlindnessProtection": 0.7, + "BlocksEarpiece": true, + "BlocksEyewear": true, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.2, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": ["59e770f986f7742cbe3164ef", "572b7d8524597762b472f9d1", "5aa2b87de5b5b00016327c25", "5aa2a7e8e5b5b00016327c16", "5a43943586f77416ad2f06e2", "5aa2b89be5b5b0001569311f", "5aa2b8d7e5b5b00014028f4a", "5a43957686f7742a2c2f11b0", "5aa2b9ede5b5b000137b758b", "5ab8f20c86f7745cdb629fb2", "5645bc214bdc2d363b8b4571", "5aa7cfc0e5b5b00015693143", "5aa7e276e5b5b000171d0647", "5c066ef40db834001966a595", "5df8a58286f77412631087ed", "59e7711e86f7746cae05fbe1", "5d5e7d28a4b936645d161203", "5d5e9c74a4b9364855191c40", "5a154d5cfcdbcb001a3b00da", "5ac8d6885acfc400180ae7b0", "5a7c4850e899ef00150be885", "5aa7d193e5b5b000171d063f", "5aa7d03ae5b5b00016327db5", "5a16bb52fcdbcb001a3b00dc", "5aa7e454e5b5b0214e506fa2", "5aa7e4a4e5b5b000137b76f2", "5f99418230835532b445e954", "5b4329f05acfc47a86086aa1", "5b40e5e25acfc4001a599bea", "5f60e6403b85f6263c14558c", "5f60e7788adaa7100c3adb49", "5f60e784f2bcbb675b00dac7", "60bf74184a63fc79b60c57f6", "5d96141523f0ea1b7f2aacab", "603618feffd42c541047f771", "603619720ca681766b6a0fc4", "6040de02647ad86262233012", "60361a7497633951dc245eb4", "60361b0b5a45383c122086a1", "60361b5a9a15b10d96792291", "5b4327aa5acfc400175496e0", "60b52e5bc7d8103275739d67", "5b4329075acfc400153b78ff", "5f994730c91ed922dd355de3", "5b40e61f5acfc4001a599bec", "5b40e3f35acfc40016388218", "5b40e4035acfc47a87740943", "5b432d215acfc4771e1c6624", "5b40e1525acfc4771e1c6611", "5b40e2bc5acfc40016388216", "5c17a7ed2e2216152142459c", "5ea17ca01412a1425304d1c0", "5f60b34a41e30a4ab12a6947", "5ea05cf85ad9772e6624305d", "5d6d3716a4b9361bc8618872", "5c091a4e0db834001d5addc8", "5c0e874186f7745dc7616606", "5c0d2727d174af02a012cf58", "5f60c74e3b85f6263c145586", "5c08f87c0db8340019124324", "5c06c6a80db834001b735491", "5e4bfc1586f774264f7582d3", "5e00c1ad86f774747333222c", "5e01ef6886f77445f643baa4", "5ca20ee186f774799474abc2", "59ef13ca86f77445fd0e2483", "59e7708286f7742cbd762753"], + "CreditsPrice": 135000, + "DeafStrength": "Low", + "Description": "shattered", + "DiscardingBlock": false, + "Durability": 40, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": true, + "FaceShieldMask": "Wide", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "Helmet", + "MaxDurability": 40, + "MergesWithChildren": false, + "Name": "shattered", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/facecover_welding/item_equipment_facecover_welding_gorilla.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 37, + "RepairSpeed": 10, + "RicochetParams": { + "x": 0.9, + "y": 0.4, + "z": 70 + }, + "SendToClient": false, + "ShortName": "shattered", + "Slots": [], + "SpawnChance": 3, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 1.5, + "Width": 2, + "armorClass": "5", + "armorZone": ["Head"], + "headSegments": ["Top", "Ears", "Eyes", "Jaws"], + "mousePenalty": -10, + "speedPenaltyPercent": -5, + "weaponErgonomicPenalty": -10 + }, + "_proto": "572b7d8524597762b472f9d1", + "_type": "Item" + }, + "60b0f561c4449e4cb624c1d7": { + "_id": "60b0f561c4449e4cb624c1d7", + "_name": "item_barter_ratkiller", + "_parent": "57864c322459775490116fbf", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 50892, + "Description": "Antiinsect", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 15, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "Antiinsect", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_ratkiller/item_barter_ratkiller.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "Antiinsect", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.7, + "Width": 1 + }, + "_proto": "57347cd0245977445a2d6ff1", + "_type": "Item" + }, + "60b0f6c058e0b0481a09ad11": { + "_id": "60b0f6c058e0b0481a09ad11", + "_name": "item_barter_walletwz", + "_parent": "5795f317245977243854e041", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 30542, + "Description": "Empty Wallet", + "DiscardingBlock": false, + "ExamineExperience": 2, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "60b0f6c058e0b0481a09ad13", + "_name": "main", + "_parent": "60b0f6c058e0b0481a09ad11", + "_props": { + "cellsH": 2, + "cellsV": 2, + "filters": [{ + "ExcludedFilter": [], + "Filter": ["5c164d2286f774194c5e69fa", "543be5dd4bdc2deb348b4569"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 1, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Empty Wallet", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_walletwz/item_barter_walletwz.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "Wallet", + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "TagColor": 0, + "TagName": "", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.15, + "Width": 1 + }, + "_proto": "577e1c9d2459773cd707c525", + "_type": "Item" + }, + "60b0f7057897d47c5b04ab94": { + "_id": "60b0f7057897d47c5b04ab94", + "_name": "item_barter_aquafps", + "_parent": "590c745b86f7743cc433c5f2", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 83029, + "Description": "item_barter_other_dobby", + "DiscardingBlock": false, + "DogTagQualities": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 2, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "item_barter_other_dobby", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_aquafps/item_barter_aquafps.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "item_barter_other_dobby", + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.2, + "Width": 2 + }, + "_proto": "573476f124597737e04bf328", + "_type": "Item" + }, + "60b0f93284c20f0feb453da7": { + "_id": "60b0f93284c20f0feb453da7", + "_name": "item_drink_ratcola", + "_parent": "5448e8d64bdc2dce718b4568", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 23980, + "Description": "TarCola", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "food_soda_can", + "LootExperience": 10, + "MaxResource": 1, + "MergesWithChildren": false, + "Name": "TarCola", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/weapons/usable_items/item_drink_cans/item_ratcola_loot.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "TarCola", + "SpawnChance": 4, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "StimulatorBuffs": "Buffs_drink_tarcola", + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "assets/content/weapons/usable_items/item_drink_cans/item_ratcola_container.bundle", + "rcid": "" + }, + "Weight": 0.3, + "Width": 1, + "effects_damage": [], + "effects_health": { + "Energy": { + "value": 20 + }, + "Hydration": { + "value": 20 + } + }, + "foodEffectType": "afterUse", + "foodUseTime": 4 + }, + "_proto": "5751435d24597720a27126d1", + "_type": "Item" + }, + "60b0f988c4449e4cb624c1da": { + "_id": "60b0f988c4449e4cb624c1da", + "_name": "armband_sigma", + "_parent": "5b3f15d486f77432d0509248", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "violet", + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 45000, + "Description": "armband_blue", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [], + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "armband_blue", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/armband/item_equipment_armband_evasion.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 0, + "RepairSpeed": 0, + "SendToClient": false, + "ShortName": "armband_blue", + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": true, + "UnlootableFromSide": ["Bear", "Usec", "Savage"], + "UnlootableFromSlot": "ArmBand", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.05, + "Width": 1 + }, + "_proto": "5b3f3af486f774679e752c1f", + "_type": "Item" + }, + "60b52e5bc7d8103275739d67": { + "_id": "60b52e5bc7d8103275739d67", + "_name": "item_equipment_head_panama_stichprofi", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "UHMWPE", + "BackgroundColor": "default", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 3170, + "DeafStrength": "None", + "Description": "Panama", + "DiscardingBlock": false, + "Durability": 100, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 2, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_generic", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 100, + "MergesWithChildren": false, + "Name": "Panama", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_panama_stichprofi/item_equipment_head_panama_stichprofi.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Rare", + "RepairCost": 0, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 80 + }, + "SendToClient": false, + "ShortName": "Panama", + "Slots": [], + "SpawnChance": 5, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.15, + "Width": 2, + "armorClass": "0", + "armorZone": [], + "headSegments": [], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "5645bc214bdc2d363b8b4571", + "_type": "Item" + }, + "60bf74184a63fc79b60c57f6": { + "_id": "60bf74184a63fc79b60c57f6", + "_name": "item_equipment_head_bomber", + "_parent": "5a341c4086f77401f2541505", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "ArmorMaterial": "Aramid", + "BackgroundColor": "violet", + "BlindnessProtection": 0, + "BlocksEarpiece": false, + "BlocksEyewear": false, + "BlocksFaceCover": false, + "BlocksHeadwear": false, + "BluntThroughput": 0.24, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 29700, + "DeafStrength": "None", + "Description": "Knitcap", + "DiscardingBlock": false, + "Durability": 150, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FaceShieldComponent": false, + "FaceShieldMask": "NoMask", + "FixedPrice": false, + "Grids": [], + "HasHinge": false, + "Height": 1, + "HideEntrails": false, + "Indestructibility": 0.9, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "gear_helmet", + "LootExperience": 20, + "MaterialType": "BodyArmor", + "MaxDurability": 150, + "MergesWithChildren": false, + "Name": "Knitcap", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/equipment/head_bomber/item_equipment_head_bomber.bundle", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Superrare", + "RepairCost": 50, + "RepairSpeed": 0, + "RicochetParams": { + "x": 0, + "y": 0, + "z": 1 + }, + "SendToClient": false, + "ShortName": "Knitcap", + "Slots": [], + "SpawnChance": 1, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0.1, + "Width": 1, + "armorClass": "1", + "armorZone": ["Head"], + "headSegments": ["Top"], + "mousePenalty": 0, + "speedPenaltyPercent": 0, + "weaponErgonomicPenalty": 0 + }, + "_proto": "572b7f1624597762ae139822", + "_type": "Item" + }, + "60c080eb991ac167ad1c3ad4": { + "_id": "60c080eb991ac167ad1c3ad4", + "_name": "quest_gals_d3", + "_parent": "57864a66245977548f04a81f", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "blue", + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 4500, + "Description": "quest_gals_d3", + "DiscardingBlock": false, + "ExamineExperience": 5, + "ExamineTime": 1, + "ExaminedByDefault": false, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Height": 1, + "HideEntrails": false, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "smallmetal", + "LootExperience": 30, + "MaxResource": 0, + "MergesWithChildren": false, + "Name": "quest_gals_d3", + "NotShownInSlot": false, + "Prefab": { + "path": "assets/content/items/barter/item_barter_electr_controller/quest_gals_d3.bundle", + "rcid": "" + }, + "QuestItem": true, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "Resource": 0, + "SendToClient": false, + "ShortName": "quest_gals_d3", + "SpawnChance": 17, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 2, + "Width": 2 + }, + "_proto": "573477e124597737dd42e191", + "_type": "Item" + }, + "60c7272c204bc17802313365": { + "_id": "60c7272c204bc17802313365", + "_name": "карманы 1 на 3", + "_parent": "557596e64bdc2dc2118b4571", + "_props": { + "AllowSpawnOnLocations": [], + "AnimationVariantsNumber": 0, + "BackgroundColor": "default", + "BlocksArmorVest": false, + "CanPutIntoDuringTheRaid": true, + "CanRequireOnRagfair": true, + "CanSellOnRagfair": true, + "CantRemoveFromSlotsDuringRaid": [], + "ChangePriceCoef": 1, + "ConflictingItems": [], + "CreditsPrice": 100, + "Description": "Pockets", + "DiscardingBlock": false, + "ExamineExperience": 10, + "ExamineTime": 1, + "ExaminedByDefault": true, + "ExtraSizeDown": 0, + "ExtraSizeForceAdd": false, + "ExtraSizeLeft": 0, + "ExtraSizeRight": 0, + "ExtraSizeUp": 0, + "FixedPrice": false, + "Grids": [{ + "_id": "60c7272c204bc17802313367", + "_name": "pocket1", + "_parent": "60c7272c204bc17802313365", + "_props": { + "cellsH": 1, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60c7272c204bc17802313368", + "_name": "pocket2", + "_parent": "60c7272c204bc17802313365", + "_props": { + "cellsH": 1, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60c7272c204bc17802313369", + "_name": "pocket3", + "_parent": "60c7272c204bc17802313365", + "_props": { + "cellsH": 1, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60c7272c204bc1780231336a", + "_name": "pocket4", + "_parent": "60c7272c204bc17802313365", + "_props": { + "cellsH": 1, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + }, { + "_id": "60c7272c204bc1780231336b", + "_name": "pocket5", + "_parent": "60c7272c204bc17802313365", + "_props": { + "cellsH": 1, + "cellsV": 3, + "filters": [{ + "ExcludedFilter": ["5448bf274bdc2dfc2f8b456a"], + "Filter": ["54009119af1c881c07000029"] + } + ], + "isSortingTable": false, + "maxCount": 0, + "maxWeight": 0, + "minCount": 0 + }, + "_proto": "55d329c24bdc2d892f8b4567" + } + ], + "Height": 3, + "HideEntrails": true, + "IsAlwaysAvailableForInsurance": false, + "IsLockedafterEquip": false, + "IsUnbuyable": false, + "IsUndiscardable": false, + "IsUngivable": false, + "IsUnsaleable": false, + "ItemSound": "generic", + "LootExperience": 20, + "MergesWithChildren": false, + "Name": "Pockets", + "NotShownInSlot": true, + "Prefab": { + "path": "", + "rcid": "" + }, + "QuestItem": false, + "RagFairCommissionModifier": 1, + "Rarity": "Not_exist", + "RepairCost": 0, + "RepairSpeed": 0, + "SearchSound": "looting_body_extended", + "SendToClient": false, + "ShortName": "Pockets", + "Slots": [], + "SpawnChance": 50, + "StackMaxSize": 1, + "StackObjectsCount": 1, + "Unlootable": false, + "UnlootableFromSide": [], + "UnlootableFromSlot": "FirstPrimaryWeapon", + "UsePrefab": { + "path": "", + "rcid": "" + }, + "Weight": 0, + "Width": 2 + }, + "_proto": "557ffd194bdc2d28148b457f", + "_type": "Item" + } +} \ No newline at end of file diff --git a/MarketPriceLookup.Common/Helpers/DiskHelpers.cs b/MarketPriceLookup.Common/Helpers/DiskHelpers.cs new file mode 100644 index 0000000..969454a --- /dev/null +++ b/MarketPriceLookup.Common/Helpers/DiskHelpers.cs @@ -0,0 +1,21 @@ +using System.IO; + +namespace MarketPriceLookup.Helpers +{ + public static class DiskHelpers + { + public static void CreateDirIfDoesntExist(string path) + { + if (!Directory.Exists($"{path}")) + { + //create dump dir + Directory.CreateDirectory($"{path}"); + } + } + + public static string[] GetJsonFiles(string path) + { + return Directory.GetFiles(path, "*.json", SearchOption.AllDirectories); + } + } +} diff --git a/MarketPriceLookup.Common/Helpers/ItemTemplateHelper.cs b/MarketPriceLookup.Common/Helpers/ItemTemplateHelper.cs new file mode 100644 index 0000000..d220beb --- /dev/null +++ b/MarketPriceLookup.Common/Helpers/ItemTemplateHelper.cs @@ -0,0 +1,78 @@ +using MarketPriceLookup.Common.Helpers; +using MarketPriceLookup.Common.Models; +using System; +using System.Collections.Generic; +using System.IO; +using System.Text.Json; + +namespace MarketPriceLookup.Common +{ + public static class ItemTemplateHelper + { + private static Dictionary _itemCache; + + public static Dictionary Items + { + get + { + if (_itemCache == null) + { + var itemsFilePath = $"{Directory.GetCurrentDirectory()}\\Assets\\items.json"; + if (!File.Exists(itemsFilePath)) + { + throw new Exception($"Missing items.json under assets ({itemsFilePath})"); + } + + var itemsJson = File.ReadAllText(itemsFilePath); + _itemCache = JsonSerializer.Deserialize>(itemsJson); + } + + return _itemCache; + } + } + + public static ItemLookup GetTemplateById(string templateId) + { + if (templateId == "5449016a4bdc2d6f028b456f") + { + return new ItemLookup + { + _id = templateId, + _name = "Roubles", + _parent = "543be5dd4bdc2deb348b4569", + _type = "" + }; + } + + if (templateId == "569668774bdc2da2298b4568") + { + return new ItemLookup + { + _id = templateId, + _name = "Euros", + _parent = "543be5dd4bdc2deb348b4569", + _type = "" + }; + } + + if (templateId == "5696686a4bdc2da3298b456a") + { + return new ItemLookup + { + _id = templateId, + _name = "Dollars", + _parent = "543be5dd4bdc2deb348b4569", + _type = "" + }; + } + + if (Items.ContainsKey(templateId)) + { + return Items[templateId]; + } + + LoggingHelpers.LogToConsole($"Could not locate item template with id {templateId}", ConsoleColor.Red); + return null; + } + } +} \ No newline at end of file diff --git a/MarketPriceLookup.Common/Helpers/LoggingHelpers.cs b/MarketPriceLookup.Common/Helpers/LoggingHelpers.cs new file mode 100644 index 0000000..4b51ae0 --- /dev/null +++ b/MarketPriceLookup.Common/Helpers/LoggingHelpers.cs @@ -0,0 +1,79 @@ +using System; + +namespace MarketPriceLookup.Common.Helpers +{ + public static class LoggingHelpers + { + public static string LogTimeTaken(double totalSeconds) + { + return Math.Round(totalSeconds, 2, MidpointRounding.ToEven).ToString(); + } + + public static void LogWarning(string message) + { + Console.BackgroundColor = ConsoleColor.DarkYellow; + Console.ForegroundColor = ConsoleColor.Black; + + LogMessage(message); + } + + public static void LogInfo(string message) + { + Console.BackgroundColor = ConsoleColor.Gray; + Console.ForegroundColor = ConsoleColor.Black; + + LogMessage(message); + } + + public static void LogSuccess(string message) + { + Console.BackgroundColor = ConsoleColor.Green; + Console.ForegroundColor = ConsoleColor.Black; + + LogMessage(message); + } + + public static void LogError(string message) + { + Console.BackgroundColor = ConsoleColor.Red; + Console.ForegroundColor = ConsoleColor.White; + + LogMessage(message); + } + + public static void LogToConsole(string message, ConsoleColor backgroundColour = ConsoleColor.Green) + { + Console.BackgroundColor = backgroundColour; + Console.ForegroundColor = ConsoleColor.Black; + + LogMessage(message); + } + + private static void ResetConsoleColours() + { + Console.BackgroundColor = ConsoleColor.Black; + Console.ForegroundColor = ConsoleColor.White; + } + + public static void LogNewLine() + { + ResetConsoleColours(); + Console.WriteLine(); + } + + public static void LogHeading(string message) + { + Console.BackgroundColor = ConsoleColor.Cyan; + Console.ForegroundColor = ConsoleColor.Black; + + LogMessage(message); + } + + private static void LogMessage(string message) + { + Console.Write(message); + ResetConsoleColours(); + Console.WriteLine(); + } + } +} diff --git a/MarketPriceLookup.Common/Helpers/MarketPricesHelper.cs b/MarketPriceLookup.Common/Helpers/MarketPricesHelper.cs new file mode 100644 index 0000000..8b966a5 --- /dev/null +++ b/MarketPriceLookup.Common/Helpers/MarketPricesHelper.cs @@ -0,0 +1,92 @@ +using MarketPriceLookup.Helpers; +using Microsoft.VisualBasic.FileIO; +using System; +using System.Collections.Generic; +using System.IO; +using System.Text; + +namespace MarketPriceLookup.Common.Helpers +{ + public static class MarketPricesHelper + { + private static readonly Dictionary priceFile = new Dictionary(); + + public static Prices GetItemPrice(string key) + { + // parse csv if dictionary is empty + if (priceFile.Count == 0) + { + var workingPath = Directory.GetCurrentDirectory(); + var inputPath = $"{workingPath}//input"; + var filePath = $"{inputPath}//marketPrices.csv"; + DiskHelpers.CreateDirIfDoesntExist(inputPath); + + using (TextFieldParser csvParser = new TextFieldParser(filePath)) + { + csvParser.CommentTokens = new string[] { "#" }; + csvParser.SetDelimiters(new string[] { "," }); + csvParser.HasFieldsEnclosedInQuotes = true; + + // Skip the row with the column names + csvParser.ReadLine(); + csvParser.ReadLine(); + + while (!csvParser.EndOfData) + { + // Read current line fields, pointer moves to the next line. + string[] fields = csvParser.ReadFields(); + //string uid = fields[0]; + string name = fields[1]; + int price = int.Parse(fields[2]); + int avg24hPrice = int.Parse(fields[3]); + int avg7daysPrice = int.Parse(fields[4]); + //string trader = fields[5]; + //int buyBackPrice = int.Parse(fields[6]); + //string currency = GetCurrencyType(fields[7]); + string bsgId = fields[8]; + + if (priceFile.ContainsKey(bsgId)) + { + //oh no + var existingItem = priceFile[bsgId]; + LoggingHelpers.LogToConsole($"Item already exists: {bsgId} {name}. item that already exists: {existingItem.TemplateId} {existingItem.Name}"); + } + else + { + priceFile.Add(bsgId, new Prices + { + Name = name, + Price = price, + Average24hPrice = avg24hPrice, + Average7DaysPrice = avg7daysPrice, + //Trader = trader, + //BuyPackPrice = buyBackPrice, + //Currency = currency, + TemplateId = bsgId + }); + } + + } + } + } + + if (!priceFile.ContainsKey(key)) + { + return null; + } + + return priceFile[key]; + } + + private static string GetCurrencyType(string input) + { + return input switch + { + "₽" => "Rouble", + "$" => "Dollar", + "€" => "Euro", + _ => string.Empty, + }; + } + } +} diff --git a/MarketPriceLookup.Common/JsonWriter.cs b/MarketPriceLookup.Common/JsonWriter.cs new file mode 100644 index 0000000..753998f --- /dev/null +++ b/MarketPriceLookup.Common/JsonWriter.cs @@ -0,0 +1,29 @@ +using MarketPriceLookup.Helpers; +using System; +using System.IO; +using System.Text.Encodings.Web; +using System.Text.Json; + +namespace MarketPriceLookup.Common +{ + public static class JsonWriter + { + public static void WriteJson(T itemToSerialise, string outputFolderName, string workingPath, string fileName) + { + var outputPath = $"{workingPath}\\output\\{outputFolderName}"; + DiskHelpers.CreateDirIfDoesntExist(outputPath); + + Console.WriteLine($"Writing json file to {outputPath}"); + + var options = new JsonSerializerOptions + { + WriteIndented = true, + IgnoreNullValues = true, + Encoder = JavaScriptEncoder.UnsafeRelaxedJsonEscaping, + + }; + var json = JsonSerializer.Serialize(itemToSerialise, options); + File.WriteAllText($"{outputPath}\\{fileName}.json", json); + } + } +} diff --git a/MarketPriceLookup.Common/MarketPriceLookup.Common.csproj b/MarketPriceLookup.Common/MarketPriceLookup.Common.csproj new file mode 100644 index 0000000..4658227 --- /dev/null +++ b/MarketPriceLookup.Common/MarketPriceLookup.Common.csproj @@ -0,0 +1,17 @@ + + + + netcoreapp3.1 + + + + + + + + + Always + + + + diff --git a/MarketPriceLookup.Common/Models/Items.cs b/MarketPriceLookup.Common/Models/Items.cs new file mode 100644 index 0000000..312d271 --- /dev/null +++ b/MarketPriceLookup.Common/Models/Items.cs @@ -0,0 +1,55 @@ +using System.Collections.Generic; + +namespace MarketPriceLookup.Common.Models +{ + public class ItemsLibRoot + { + public List> items { get; set; } + } + + public class ItemLookup + { + public string _id { get; set; } + public string _name { get; set; } + public string _parent { get; set; } + public string _type { get; set; } + public Props _props { get; set; } + } + + public class Props + { + public string Name { get; set; } + public string ShortName { get; set; } + public string Description { get; set; } + public List Chambers { get; set; } + public List Slots { get; set; } + public string defAmmo { get; set; } + } + + public class Chamber + { + public string _name { get; set; } + public string _id { get; set; } + public string _parent { get; set; } + public ChamberProps _props { get; set; } + public bool _required { get; set; } + public bool _mergeSlotWithChildren { get; set; } + public string _proto { get; set; } + } + + public class Slot + { + public string _name { get; set; } + public bool _required { get; set; } + } + + public class ChamberProps + { + public List filters { get; set; } + } + + public class Filter + { + public List filter { get; set; } + } +} diff --git a/MarketPriceLookup.sln b/MarketPriceLookup.sln new file mode 100644 index 0000000..5a95b64 --- /dev/null +++ b/MarketPriceLookup.sln @@ -0,0 +1,37 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.31624.102 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarketPriceLookup", "MarketPriceLookup\MarketPriceLookup.csproj", "{8E1A2B84-F63E-45DE-8C27-710A4E85F897}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarketPriceLookup.Common", "MarketPriceLookup.Common\MarketPriceLookup.Common.csproj", "{7A93F68F-ACFE-4950-B3DE-2A9DE2DC47FA}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarketPriceLookup.Common.Models", "MarketPriceLookup.Common.Models\MarketPriceLookup.Common.Models.csproj", "{4F371EC5-29D2-4B99-823D-0866FC51A030}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8E1A2B84-F63E-45DE-8C27-710A4E85F897}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8E1A2B84-F63E-45DE-8C27-710A4E85F897}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8E1A2B84-F63E-45DE-8C27-710A4E85F897}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8E1A2B84-F63E-45DE-8C27-710A4E85F897}.Release|Any CPU.Build.0 = Release|Any CPU + {7A93F68F-ACFE-4950-B3DE-2A9DE2DC47FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7A93F68F-ACFE-4950-B3DE-2A9DE2DC47FA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7A93F68F-ACFE-4950-B3DE-2A9DE2DC47FA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7A93F68F-ACFE-4950-B3DE-2A9DE2DC47FA}.Release|Any CPU.Build.0 = Release|Any CPU + {4F371EC5-29D2-4B99-823D-0866FC51A030}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4F371EC5-29D2-4B99-823D-0866FC51A030}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4F371EC5-29D2-4B99-823D-0866FC51A030}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4F371EC5-29D2-4B99-823D-0866FC51A030}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {4184D14B-CBBB-4B07-9C36-813474039BB4} + EndGlobalSection +EndGlobal diff --git a/MarketPriceLookup/Examples/marketPrices.csv b/MarketPriceLookup/Examples/marketPrices.csv new file mode 100644 index 0000000..c58f808 --- /dev/null +++ b/MarketPriceLookup/Examples/marketPrices.csv @@ -0,0 +1,2362 @@ +last update,2021-09-19T15:31:04.376Z,,,,,,, +uid,name,price,avg24hPrice,avg7daysPrice,trader,buy back price,cur,bsgId +f0fa8457-6638-4ad2-b7e8-4708033d8f39,Secure Flash drive,63000,58627,59329,Peacekeeper,317,$,590c621186f774138d11ea29 +33c15349-44e6-4553-9705-1b6417a1ad6a,SSD drive,46999,47318,53562,Peacekeeper,316,$,590c392f86f77444754deb29 +160c7064-3b9d-446d-9d1a-e05bc174e73b,Trijicon REAP-IR thermal scope,349999,350366,332585,Mechanic,199245,₽,5a1eaa87fcdbcb001865f75e +62567390-95a7-4288-8ddd-fde62412bce8,T-7 Thermal Goggles with Night Vision mount,15372000,15372000,15372000,Mechanic,268800,₽,5c110624d174af029e69734c +97d6daa1-5164-4c04-8ffa-d7e6e4cb3508,Purified water,80000,80144,82142,Therapist,31500,₽,5d1b33a686f7742523398398 +88307b34-6e23-49b0-9808-c4080ed4afe4,GPNVG-18 Night Vision goggles,242999,259222,237335,Mechanic,81202,₽,5c0558060db834001b735271 +4a80b831-9b65-4f2d-98c3-5b761974110f,T H I C C Weapon case,6500420,6608481,6790316,Therapist,850500,₽,5b6d9ce188a4501afc1b2b25 +69353123-f9ec-4755-9c86-f197af469063,Lucky Scav Junk box,764999,767264,767239,Therapist,765619,₽,5b7c710788a4506dec015957 +2102fe59-ad10-468b-9df2-2df7b140fe0c,TerraGroup Labs keycard (Blue),300000,300000,300000,Therapist,189000,₽,5c1d0c5f86f7744bb2683cf0 +fc401d47-8836-4a5d-a794-76f672442d66,TerraGroup Labs access keycard,210000,211489,206094,Therapist,63000,₽,5c94bbff86f7747ee735c08f +00108042-0e8d-4c68-9829-c536446d5abd,Money case,1254000,1357777,1180109,Therapist,250867,₽,59fb016586f7746d0d4b423a +98dfcb46-6cae-4d1d-81d2-6473f11e1424,Red Rebel ice pick,3980500,4182903,4070093,Jaeger,663978,₽,5c0126f40db834002a125382 +0080307d-3596-440c-be38-bdded3cbf4cf,Ammunition case,180000,178402,177133,Therapist,102408,₽,5aafbde786f774389d0cbc0f +09e22fbe-fd90-4aad-81ea-11b7a9ebdc2b,Folder with intelligence,306750,304818,312790,Peacekeeper,273,$,5c12613b86f7743bbe2c3f76 +5ac84494-465a-424a-b36e-fe22869ba5ec,Physical bitcoin,301507,303947,297402,Therapist,301507,₽,59faff1d86f7746c51718c9c +dd066bf7-377a-446a-8de7-6e6ee1321772,Documents case,390000,392648,391210,Therapist,105505,₽,590c60fc86f77412b13fddcf +4e17db7f-678f-46ff-9502-ce9e79d566bb,Medicine case,358888,323432,327073,Therapist,230647,₽,5aafbcd986f7745e590fff23 +8a44cb7c-38c3-4b9c-aba8-893180091bdf,Bronze lion,148888,155686,164902,Therapist,102649,₽,59e3639286f7741777737013 +44ae1d9d-1bf6-4015-9995-a9cb2fea53fb,T H I C C Items case,17200000,16504411,16442423,Therapist,1953000,₽,5c0a840b86f7742ffa4f2482 +36f30c05-7865-409c-bad2-cc309fca4bd3,KIBA Arms International outlet outer door key,88888,92006,94919,Therapist,44100,₽,5ad5d7d286f77450166e0a89 +fb7e9a19-7029-4076-83a6-f913c3c8e9f8,"""Fierce Hatchling"" moonshine",212999,216571,222119,Therapist,126000,₽,5d1b376e86f774252519444e +c760ea3c-b3b6-4b9f-83d7-5302b3f084f7,Graphics card,900000,902333,897204,Therapist,124740,₽,57347ca924597744596b4e71 +e2b6d801-51f5-49d2-b6da-b8cb526d8a62,Key tool,999999,1039068,1012146,Therapist,471525,₽,59fafd4b86f7745ca07e1232 +c5b08816-9967-4705-9e4d-84e7fec311b6,Health Resort west wing room 219 key,120000,59978,67516,Therapist,25200,₽,5a13ef0686f7746e5a411744 +7dcee9c6-2886-42a8-8c13-8ba3affb5141,Corrugated hose,6997,10694,11065,Therapist,7687,₽,59e35cbb86f7741778269d83 +28ac76b3-69dd-4db9-9b09-6ac2c6d496ab,S I C C Organizational pouch,750000,750000,750000,Therapist,472500,₽,5d235bb686f77443f4331278 +b888fad6-7f3a-412c-b272-f59cde556263,Magazine case,227666,239627,230495,Therapist,148050,₽,5c127c4486f7745625356c13 +a42a8c0a-ff57-4cc1-b654-2ce313c53f33,TerraGroup Labs keycard (Yellow),35999,37429,49647,Therapist,28350,₽,5c1d0d6d86f7744bb2683e1f +4eea4ded-3828-4a33-8657-4c76baed7ec8,Factory emergency exit key,31000,31497,31127,Therapist,31500,₽,5448ba0b4bdc2d02308b456c +7466a495-55bf-4390-974c-2d30dcc0024d,TerraGroup Labs keycard (Violet),6200000,5887454,5635706,Therapist,189000,₽,5c1e495a86f7743109743dfb +bc590d25-8050-4dba-848a-ba85e45e64aa,Health Resort east wing room 226 key,43000,42717,38671,Therapist,24129,₽,5a13f35286f77413ef1436b0 +01da4b32-c57f-4c85-bcdf-a3c7a796cad4,Car battery,34990,38248,38652,Therapist,38785,₽,5733279d245977289b77ec24 +0e60570c-edea-4527-ac38-a285a570d95d,FP-100 filter absorber,94000,94821,95819,Therapist,51660,₽,5d1b2f3f86f774252167a52c +d3136656-6d68-4dfc-a1f4-170fea6a237f,6-STEN-140-M military battery,238999,211798,210762,Therapist,207900,₽,5d03794386f77420415576f5 +da801361-759c-458e-8d5f-12765a3c06ca,TerraGroup Labs keycard (Black),4000000,4183935,4094805,Therapist,47250,₽,5c1d0f4986f7744bb01837fa +a7f7568c-61fb-437e-9f71-06e58aae26ba,LEDX Skin Transilluminator,950000,975044,948168,Therapist,305550,₽,5c0530ee86f774697952d952 +305e1f6a-11e4-470f-ab92-b086909ad0bb,TerraGroup Labs keycard (Green),80000,80000,80000,Therapist,50400,₽,5c1d0dc586f7744baf2e7b79 +df5b7b68-8ffd-416b-a582-43edc6104a8a,TerraGroup Labs keycard (Red),51750000,51750000,53687500,Therapist,504000,₽,5c1d0efb86f7744baf2e7b7b +9cec59ab-63a6-4110-8d66-f5d52dd3d2b1,RB-RH key,53333,54671,57043,Therapist,40950,₽,5da5cdcd86f774529238fb9b +5b52d1ca-896d-4082-8af6-e21e75e9c033,RB-ST key,900000,863019,852505,Therapist,34650,₽,5d9f1fa686f774726974a992 +5c9bfa96-0595-49e7-a5f1-132a36aec62a,RB-PSP2 key,40000,77652,90022,Therapist,31500,₽,5d95d6fa86f77424484aa5e9 +bfd5fbab-3955-46cb-9eb7-368c17d08b79,RB-SMP key,308888,390598,339712,Therapist,31500,₽,5d947d3886f774447b415893 +793065c9-c8e6-4486-8cf2-5d2becc57058,RB-KSM key,148888,178556,148907,Therapist,31500,₽,5d947d4e86f774447b415895 +4416489c-3163-4265-beef-1c8df3dd68ee,RB-KORL key,100000,128555,117270,Therapist,25200,₽,5d8e0db586f7744450412a42 +8d6f3f73-528d-4340-b6f9-cff161a466e2,RB-ORB3 key,105555,143037,128873,Therapist,48510,₽,5d80cd1a86f77402aa362f42 +f76050d0-efa7-43a6-b97c-ab6ca90a5555,RB-PP key,30000,30570,40657,Therapist,22050,₽,5d80cb8786f774405611c7d9 +56ce6468-aab5-4f3d-885b-4876713b7d94,RB-PSP1 key,89999,136342,111052,Therapist,34650,₽,5d80cb3886f77440556dbf09 +a7d2c75d-0c6e-4cdf-b776-645c54804373,RB-MP22 key,589999,490389,493928,Therapist,43470,₽,5d80cab086f77440535be201 +ab1d0e22-d6b7-4e25-b388-558749b916b6,RB-MP21 key,46000,51568,61531,Therapist,40950,₽,5d80ca9086f774403a401e40 +ae00e4bd-9155-44c5-b585-84b169f36cda,RB-MP13 key,55000,52731,54069,Therapist,42840,₽,5d80cbd886f77470855c26c2 +74551dd8-7817-4eb3-988b-3d1bb7b6ad33,RB-MP11 key,53000,54269,81187,Therapist,47880,₽,5d80c93086f7744036212b41 +666c540d-7931-4d76-a3bf-f47284a3949e,RB-AM key,63000,79644,77082,Therapist,28350,₽,5d80c88d86f77440556dbf07 +9bdcde08-dc85-4133-a4a1-223a1af49a40,RB-OB key,270995,275838,270242,Therapist,31500,₽,5d80c6c586f77440351beef1 +63c11292-586b-4854-902b-a5468a216df6,RB-VO marked key,40000,38926,43821,Therapist,37800,₽,5d80c62a86f7744036212b3f +8a6150f2-568a-4816-9976-872d9b4962d8,RB-BK marked key,44000,44139,40437,Therapist,37800,₽,5d80c60f86f77440373c4ece +eeea97da-b01e-4c39-8277-f26b21d4aa90,EMERCOM medical unit key,77999,86172,85209,Therapist,31500,₽,5ad5db3786f7743568421cce +30e33418-3f30-405f-aad9-c6dee1189ddb,RB-KPRL key,888000,868525,894565,Therapist,32760,₽,5d8e0e0e86f774321140eb56 +d9857f4a-7f31-44e1-8cce-aa174ecb03fc,Health Resort east wing room 314 key,21000,23847,23533,Therapist,12814,₽,5a0eed4386f77405112912aa +672e30b3-4164-453a-9181-b51426cd5d02,Health Resort east wing room 313 key,39765,35504,39041,Therapist,31500,₽,5a0eecf686f7740350630097 +6058815a-1d5e-4a5c-8d81-ccc2e8ce94d6,Health Resort east wing room 306 key,63000,56483,58213,Therapist,15763,₽,5a145d4786f7744cbb6f4a12 +3f3948b7-a471-4f77-829a-951b0e5667be,Health Resort east wing room 206 key,35000,53160,42184,Therapist,37926,₽,5a0ee4b586f7743698200d22 +a0a44753-d938-44e6-9000-cda70a6c4ae2,Health Resort east wing room 205 key,36000,34809,36678,Therapist,25200,₽,5a144bdb86f7741d374bbde0 +3af6a5cb-c84d-401a-8e57-e7df43524400,Health Resort east wing office room 107 key,28900,26211,29144,Therapist,3886,₽,5a0ea64786f7741707720468 +ad6812c4-6d00-409f-9101-d6aed2a61976,Health Resort east wing room 308 key,28000,36823,41503,Therapist,18900,₽,5a145d7b86f7744cbb6f4a13 +10d1f8d1-05e2-4b2d-b2c4-5d85e8bf59d8,Health Resort west wing room 306 key,48888,50804,46760,Therapist,24079,₽,5a13f46386f7741dd7384b04 +c74f6dea-b77b-4a3a-9ebe-342c7cac3f9c,Health Resort west wing room 301 key,250699,90479,94398,Therapist,54810,₽,5a13ef7e86f7741290491063 +d91fb710-f131-4716-a0fe-5ef8302a61d6,Health Resort west wing room 222 key,31799,32036,35280,Therapist,31500,₽,5a1452ee86f7746f33111763 +36a90266-7423-451c-8dbb-764efa0790f3,Health Resort west wing room 221 key,56000,60940,61214,Therapist,56700,₽,5a0ee37f86f774023657a86f +41fc64dc-c2a5-460d-a7c4-60f929776b12,Health Resort west wing room 220 key,118888,72502,58517,Therapist,32760,₽,5a0ee34586f774023b6ee092 +83b1e027-9ab8-493b-aad2-6df4b1dc531d,RB-MP12 key,40000,47106,57255,Therapist,26460,₽,5d80c95986f77440351beef3 +7279cd72-723c-45f7-84b0-70ac524672cc,RB-AK key,61111,122948,70692,Therapist,27090,₽,5d80c78786f774403a401e3e +ffaea168-4de8-4d05-a2df-bd5c8555f824,Machinery key,7000,8939,8329,Therapist,1269,₽,5937ee6486f77408994ba448 +5b0173d4-7a29-4c0c-a30e-bc7611553db6,RB-ORB2 key,99999,91787,98295,Therapist,32760,₽,5d80ccdd86f77474f7575e02 +9580b4ee-a292-43bd-923f-a62bab5cb51c,Goshan cash register key,90000,113188,134822,Therapist,44100,₽,5ad7247386f7747487619dc3 +aa894472-d9e5-4799-979e-abe56c2541ae,RB-PSV1 key,47000,46380,51723,Therapist,34650,₽,5d80cb5686f77440545d1286 +b188405e-1fd3-4213-8a46-64aa6b654e38,Health Resort east wing room 216 key,29777,31203,31003,Therapist,29610,₽,5a0ee76686f7743698200d5c +794ee196-42a8-486d-a5e1-0dfebc0c7e36,RB-RS key,45000,48098,49599,Therapist,37800,₽,5da46e3886f774653b7a83fe +7fa340a5-abbc-4b73-802d-caaad0a25795,RB-TB key,93500,87394,103893,Therapist,31500,₽,5d80c6fc86f774403a401e3c +ad3238f4-ba76-48a4-adc3-3d3eb8cfcfd0,Unknown key,14000,16786,10744,Therapist,1011,₽,593962ca86f774068014d9af +0fa34328-b4a7-49d6-8254-8c14ba1642d3,RB-OP key,400000,498633,442103,Therapist,25200,₽,5d80c8f586f77440373c4ed0 +d4dfa1fb-32b5-4a44-89a9-2cc5a5b2c3f1,Health Resort east wing room 328 key,60000,71718,68922,Therapist,41580,₽,5a0eee1486f77402aa773226 +14ad3253-2234-455f-ab6c-9543aa1953ab,RB-GN key,57999,60705,94974,Therapist,31500,₽,5d8e3ecc86f774414c78d05e +f21ffe76-2412-4e00-b0d8-c79901c4d510,Health Resort west wing room 216 key,288888,250075,199598,Therapist,47250,₽,5a0ee30786f774023b6ee08f +02d66dd2-252d-4f70-8ad8-53afb7cfa1aa,RB-ORB1 key,1000000,450574,440011,Therapist,30870,₽,5d80ccac86f77470841ff452 +c3fac5ca-00e6-47a0-8789-4baa12135c25,Dorm room 314 marked key,200000,208241,223643,Therapist,21217,₽,5780cf7f2459777de4559322 +d7c4334d-588e-4817-bd79-91b669cba8cb,Health Resort east wing room 222 key,40000,54197,41588,Therapist,32760,₽,5a13f24186f77410e57c5626 +c27d4382-2b48-4656-b6a3-88b7c196e1ef,TerraGroup Labs Arsenal storage room key,29750,33479,28940,Therapist,25200,₽,5c1f79a086f7746ed066fb8f +f5292a27-69a6-40d2-9f3f-9cc5358f3657,RB-PSV2 key,280000,294011,304291,Therapist,31500,₽,5d95d6be86f77424444eb3a7 +9c161cad-8de6-45e1-b246-0637f98434d1,Health Resort management office safe key,50000,49778,64246,Therapist,47250,₽,5a0f08bc86f77478f33b84c2 +599461a9-784f-4f4b-9320-a659acd50608,Shturman's stash key,100000,116407,118632,Therapist,31500,₽,5d08d21286f774736e7c94c3 +d1dc3d20-d7de-4492-a840-018b1202a995,TerraGroup Labs Weapons testing area key,39000,38981,42562,Therapist,37800,₽,5c1e2d1f86f77431e9280bee +32a22599-3bea-4530-80c6-bfac5787f43a,Dorm room 203 key,5000,5967,6164,Therapist,2249,₽,5938504186f7740991483f30 +9eee88a0-4484-46ec-91be-8c400d45084d,Dorm room 303 key,9500,11450,10872,Therapist,4679,₽,593aa4be86f77457f56379f8 +ad360ab8-7eae-4dfc-b87c-709cf44be2e8,Health Resort west wing room 218 key,31500,42532,38163,Therapist,22050,₽,5a13eebd86f7746fd639aa93 +4f615ebf-4384-4c76-94d6-1a6b808981bb,Military checkpoint key,28999,28249,28255,Therapist,28350,₽,5913915886f774123603c392 +ba364823-20f7-4c2b-84b7-2f6b0521ca55,Tarcone Director's office key,8999,10890,8329,Therapist,6997,₽,5780d0532459777a5108b9a2 +fdc6a458-6695-41a5-a837-76a6b6b27ab0,Portable bunkhouse key,7000,8752,8679,Therapist,2115,₽,5938144586f77473c2087145 +69bb219a-82d3-4ace-a482-94694599d473,Trailer park portable cabin key,11000,7961,8129,Therapist,4162,₽,5913611c86f77479e0084092 +591b353f-4dc4-4fe4-a28d-a2ce7fa33250,RB-AO key,37999,46269,42671,Therapist,37800,₽,5d80c66d86f774405611c7d6 +43220c45-100c-44fb-a262-980735f2f9ee,Health Resort universal utility room key,31000,31658,34810,Therapist,23310,₽,5a0ea79b86f7741d4a35298e +1ef2585d-76d7-4974-8804-1aecdb563212,Health Resort west wing office room 104 key,41000,40321,46547,Therapist,28350,₽,5a0dc45586f7742f6b0b73e3 +122a1a58-b7b2-4c8c-a2ee-bfeaeebf4316,TerraGroup Labs Manager office room key,34444,54957,44224,Therapist,31500,₽,5c1e2a1e86f77431ea0ea84c +8530af95-9e03-41ee-a8ee-1e2799daf115,Health Resort west wing office room 112 key,35000,37214,38010,Therapist,22050,₽,5a0dc95c86f77452440fc675 +ea881417-c0de-4d57-941f-bfdff1a2f307,Dorm guard desk key,8899,8865,8889,Therapist,8946,₽,59136a4486f774447a1ed172 +51349588-f862-4b9b-bed1-ba0b055ce310,Dorm room 214 key,26900,26178,26498,Therapist,26460,₽,5780cf942459777df90dcb72 +a840d9f9-0469-4ccf-b602-1af4d8e3212e,Dorm room 114 key,10000,10011,10173,Therapist,8820,₽,59387a4986f77401cc236e62 +5d1314ef-26f8-4d43-a5b6-ab8894771f2c,Dorm room 220 key,22000,15907,16808,Therapist,6994,₽,5780cfa52459777dfb276eb1 +2fe40ae1-e0e5-4efa-adb4-1bb215979483,Dorm room 104 key,11000,11037,11157,Therapist,11340,₽,591383f186f7744a4c5edcf3 +c57a2ce7-a92f-48a5-9734-913c602d372e,Dorm room 206 key,7199,5547,5104,Therapist,1093,₽,5938603e86f77435642354f4 +8eb40cbc-89ce-4f3e-a348-3970c5763ead,NIXXOR lens,15420,19127,19839,Therapist,15939,₽,5d1b2ffd86f77425243e8d17 +d51aa682-63ad-437f-97d2-e3323340ad2e,Metal cutting scissors,17500,19738,22156,Therapist,14049,₽,5d40419286f774318526545f +f6ec24a8-e756-4985-a1d6-f1e648165994,Chain with Prokill medallion,90000,92937,92773,Therapist,53550,₽,5c1267ee86f77416ec610f72 +9eb79bfc-c990-4fde-9126-74ab52da61c2,Tetriz portable game console,81400,81131,81319,Therapist,75600,₽,5c12620d86f7743f8b198b72 +8588efb4-b38e-43e9-8c55-7d6f5b8e2735,Deadlyslob's beard oil,34900,34649,35330,Therapist,34933,₽,5bc9b9ecd4351e3bac122519 +60f2a281-8a39-4b17-a37a-84d80abaf734,Roler Submariner gold wrist watch,70000,70436,70455,Therapist,44761,₽,59faf7ca86f7740dbe19f6c2 +8b1e494b-21b1-4386-b6d1-6f75d4025c41,42nd Signature Blend English Tea,21999,20988,20315,Therapist,17485,₽,5bc9be8fd4351e00334cae6e +8442dd79-d8a3-4fd9-b575-51087a348b40,Powerbank,28000,30028,34482,Therapist,12846,₽,5af0561e86f7745f5f3ad6ac +6d59aee8-84cc-4c8d-8aa3-df18f68fa513,Ophthalmoscope,89000,82641,82435,Therapist,53495,₽,5af0534a86f7743b6f354284 +0850ec42-4a23-4b32-a87c-2f706fd289a4,Dry fuel,20000,28468,28484,Therapist,26570,₽,590a373286f774287540368b +bd0d4464-06a3-4485-9dfd-3731e3b4de76,Alkaline cleaner for heat exchangers,8999,9240,9529,Therapist,5328,₽,59faf98186f774067b6be103 +440cc522-a5dd-4fd6-8aba-e59354e98ad9,5L propane tank,45000,40028,40746,Therapist,7967,₽,59fafb5d86f774067a6f2084 +c73ab957-7754-480b-b6bb-9ee3baa8d932,Medical bloodset,5888,8087,8007,Therapist,6152,₽,5b4335ba86f7744d2837a264 +7ad8c16e-42bc-4f2d-9cb7-7f61bb586ddd,Shustrilo sealing foam,10700,20106,14649,Therapist,3466,₽,590c35a486f774273531c822 +6038fd0e-cb60-4595-8ede-6bea1263cf80,Clin window cleaner,7991,7948,7566,Therapist,4484,₽,59e358a886f7741776641ac3 +76db20b5-3300-4754-b10b-426b78f47e71,Magnet,20000,21212,23006,Therapist,8009,₽,590a391c86f774385a33c404 +512394c7-b133-4662-b68b-5271d30ed267,Soap,12950,12816,12847,Therapist,2451,₽,5c13cd2486f774072c757944 +29c327c0-3df9-4d6e-8fc9-6733a407033c,Golden neck chain,21999,24537,24819,Therapist,24052,₽,5734758f24597738025ee253 +1586a968-a72f-406f-9759-ec08ca583b1e,Chainlet,4588,5001,5055,Therapist,4558,₽,573474f924597738002c6174 +c11a03d3-2a98-4d19-a46b-363c30b427c2,Silver Badge,36499,37601,38114,Therapist,37983,₽,5bc9bdb8d4351e003562b8a1 +db32e698-23f7-4835-a62c-2eacdb0b84cb,Pliers,6000,6934,6298,Therapist,1349,₽,590c2b4386f77425357b6123 +1cf15b65-2a21-4d20-a635-23d210d9afa0,Wrench,5999,7932,8764,Therapist,2233,₽,590c311186f77424d1667482 +b14fb74e-f7f2-44c4-83a4-5a1ee930c68a,Screwdriver,6644,7280,7411,Therapist,1164,₽,590c2d8786f774245b1f03f3 +601db28c-cda6-47ce-947e-f528aa9dfc20,Printer paper,13333,13768,18208,Therapist,1472,₽,577e1c9d2459773cd707c525 +7ed48264-c26c-4df0-8d52-67149d31a66c,T-Shaped plug,3700,3666,3702,Therapist,1563,₽,57347cd0245977445a2d6ff1 +60873246-ec1e-4eba-9368-3de89673c69c,USB Adapter,4420,4245,3803,Therapist,1094,₽,5909e99886f7740c983b9984 +460e26b9-7cc1-414a-88d3-a89d9702713e,Toothpaste,2222,3057,2797,Therapist,1214,₽,57347c93245977448d35f6e3 +acad7790-99d4-475e-b7a5-9fd590e5bffd,Construction measuring tape,2000,2265,2527,Therapist,1114,₽,590c2c9c86f774245b1f03f2 +782dd190-626e-4a1d-b5d9-7b09a721e13e,Duct tape,7000,8321,7932,Therapist,1574,₽,57347c1124597737fb1379e3 +7f1f9e1c-d7d5-4fa0-b881-f552fedca979,Power cord,16666,12515,12383,Therapist,7952,₽,59e36c6f86f774176c10a2a7 +da5c4c5a-59b9-4dbd-a78b-d888d3c880c7,RAM,12000,9827,9856,Therapist,6909,₽,57347baf24597738002c6178 +b2758a6d-e5ee-47af-acb8-9c1e2b150ee6,PC CPU,10900,12612,11635,Therapist,8766,₽,573477e124597737dd42e191 +614ee70f-b6d9-4c62-b3f7-a0248ae589e8,CPU Fan,6888,7591,7596,Therapist,2942,₽,5734779624597737e04bf329 +734eb422-a419-42e5-ae8b-d510166647a5,Broken GPhone,14999,15125,17602,Therapist,11770,₽,56742c324bdc2d150f8b456d +7c5884a3-0de6-4254-add6-4a74bae9f8ec,Ultraviolet lamp,9500,9779,9934,Therapist,9799,₽,590a3d9c86f774385926e510 +0d7144cd-9b75-4085-b0e1-42d0d11478dc,D Size battery,5554,6540,5980,Therapist,1390,₽,5672cb304bdc2dc2088b456a +8e915201-e9b2-4d30-ac63-4225298efdc6,AA Battery,6700,7605,6700,Therapist,411,₽,5672cb124bdc2d1a0f8b4568 +e7a85d68-562a-4d6f-b2aa-7810d9bbdbf7,Broken GPhone X,22500,20901,21587,Therapist,20160,₽,5c1265fc86f7743f896a21c2 +ca0355fb-4eb6-4c51-ab80-57dc3ccdf226,Capacitors,7000,7554,7763,Therapist,1575,₽,5c06782b86f77426df5407d2 +8a9d698f-aa8a-450f-8737-70509185aa23,Gas analyzer,14500,13661,13684,Therapist,13039,₽,590a3efd86f77437d351a25b +39852813-fd75-4eb9-a4d6-d98e236b72fb,Wooden clock,39889,39408,39508,Therapist,39889,₽,59e3647686f774176a362507 +23cd6ce1-4f19-4133-aa24-269f721ae76b,Cat figurine,29995,29479,29546,Therapist,29804,₽,59e3658a86f7741776641ac4 +45791365-614a-4bdd-b0f7-de4328b6077a,Strike Cigarettes,6000,5284,5134,Therapist,1966,₽,5734770f24597738025ee254 +52a458dd-ebe8-40bd-9dd3-c8814fec8f2a,Energy-saving lamp,13000,9577,9784,Therapist,6818,₽,590a3cd386f77436f20848cb +4b1e2cda-bec2-4578-9ff1-1309481c6168,Zibbo lighter,9700,8370,9366,Therapist,6059,₽,56742c2e4bdc2d95058b456d +45bc4c86-cb1e-4e87-8b6e-f4abcb890cd4,Bolts,25000,22674,24051,Therapist,6930,₽,57347c5b245977448d35f6e1 +633a0cf4-dcc1-4d35-bd94-31f4caec38d9,Screw nuts,11000,11775,14539,Therapist,5481,₽,57347c77245977448d35f6e2 +e0723cd1-8eb0-4b6a-8ed0-72e3997754c9,Expeditionary fuel tank,97000,97279,99370,Therapist,31500,₽,5d1b371186f774253763a656 +f2d80ab6-47f0-424a-bb6f-4b8e5c742aec,Paracord,32420,31024,32724,Therapist,14175,₽,5c12688486f77426843c7d32 +84657dfa-33cf-4222-9ca6-6d04315f58c2,Dogtag USEC,600,600,600,Therapist,378,₽,59f32c3b86f77472a31742f0 +d7102632-edbe-4c84-a7b1-dd85f4da06fb,Dogtag BEAR,600,600,600,Therapist,378,₽,59f32bb586f774757e1e8442 +21a8189b-6e32-4823-8de6-ae64aedac6a2,Pack of nails,9999,9714,10406,Therapist,2586,₽,590c31c586f774245e3141b2 +dbab964d-c699-49c3-9e26-7a65619e7fb6,KIBA Arms International outlet inner grate door key,62000,64934,79701,Therapist,42462,₽,5addaffe86f77470b455f900 +6fef3370-2d30-486d-9148-ad2abeb18aac,NecrusPharm pharmacy key,50000,58586,70303,Therapist,51030,₽,5ad5d64486f774079b080af8 +c38a1c43-3ed6-4351-9fe7-09630df32972,ULTRA power substation utility cabin key,11000,10366,11392,Therapist,6300,₽,5ad5d49886f77455f9731921 +079d145b-2659-4a7d-8a57-cfaa885ea509,OLI outlet utility room key,27000,29371,28980,Therapist,27090,₽,5ad5d20586f77449be26d877 +7f5afdbc-a2ba-4017-b380-7e09b8370d1f,OLI administration office key,19999,20026,28777,Therapist,19530,₽,5ad5ccd186f774446d5706e9 +b937c496-afbf-490f-9cac-dad317659a87,Health Resort east wing room 310 key,85000,94877,69935,Therapist,43470,₽,5a0eec9686f77402ac5c39f2 +5e87fdce-a5ed-4ded-bee2-a51cc6eb412b,Health Resort west wing room 325 key,26500,26650,30356,Therapist,26460,₽,5a0eebed86f77461230ddb3d +ac933f86-7877-49a3-be5e-b8de8d4219f5,Health Resort west wing room 303 key,60000,55398,57631,Therapist,51030,₽,5a0eeb1a86f774688b70aa5c +480c2c28-1da8-480c-b936-42b1e9b4d739,Maska-1Shch face shield (Killa),50000,52087,55863,Ragman,54436,₽,5c0e842486f77443a74d2976 +f84a1bfa-5fdc-4403-bf3e-ccec77f62195,Altyn face shield,31500,42908,44798,Ragman,26945,₽,5aa7e373e5b5b000137b76f0 +84524b40-b713-45fa-9bf2-f62033f49f33,Kiver face shield,9500,12857,16097,Ragman,12435,₽,5b46238386f7741a693bcf9c +57d44fc6-ce7b-427c-9a74-9145343d5859,Nippers,3600,4097,4274,Therapist,4095,₽,5d40425986f7743185265461 +142cef39-23d4-458c-8a0d-1d1b735e674e,Health Resort west wing room 309 key,42999,43465,48324,Therapist,42840,₽,5a0eeb8e86f77461257ed71a +7cc86ff9-0b71-44b7-8a89-d9cec4aadb4b,Adrenaline injector,15000,14909,15158,Therapist,15246,₽,5c10c8fd86f7743d7d706df3 +5be893d3-6c4a-4189-bce4-05b049afc48a,SJ6 TGLabs combat stimulant injector,30500,31045,31205,Therapist,13545,₽,5c0e531d86f7747fa23f4d42 +cbc6cab1-ec61-49b2-8e3c-82eb4ce35f77,CMS kit,12555,14944,15216,Therapist,14175,₽,5d02778e86f774203e7dedbe +f24764fb-00b8-4cab-af32-29c134fcb1c0,Golden Star balm,115000,121964,121210,Therapist,12133,₽,5751a89d24597722aa0e8db0 +4fa3994d-8255-4be7-a8b7-c80d141289fb,Vaseline balm,48000,42277,40387,Therapist,6234,₽,5755383e24597772cb798966 +20e89468-f9c4-4e42-858e-c569557435cf,Grizzly medical kit,36500,35961,33299,Therapist,13798,₽,590c657e86f77412b013051d +06c085e7-2720-4676-af66-c6fbc1370cad,Health Resort west wing room 323 key,47987,48123,48509,Therapist,47880,₽,5a13ee1986f774794d4c14cd +dc2c8efc-482d-49be-9c9e-d749b4fd2dcf,IFAK individual first aid kit,10999,12200,11590,Therapist,9357,₽,590c678286f77426c9660122 +aed566f6-dc68-4263-a933-061c645098fc,Salewa first aid kit,17677,17545,15790,Therapist,7427,₽,544fb45d4bdc2dee738b4568 +036ff8d8-9b14-4633-bdd6-94c5f3f89ea9,Car first aid kit,7000,6407,6455,Therapist,3638,₽,590c661e86f7741e566b646a +00e82880-064b-484c-9ebe-09befbfa4988,Morphine injector,10888,10698,10695,Therapist,10628,₽,544fb3f34bdc2d03748b456a +11466d41-3d86-4ab5-a9f4-13bc733ad0ce,Augmentin antibiotic pills,12000,12483,13569,Therapist,5780,₽,590c695186f7741e566b64a2 +f591d0d2-1926-46a2-9924-a32610e202ca,Bottle of Tarkovskaya vodka,19997,19827,19349,Therapist,15750,₽,5d40407c86f774318526545a +1cc437b2-f5c3-47a4-8b53-6b61f9ab8334,Jar of DevilDog mayo,7666,9448,9765,Therapist,9450,₽,5bc9b156d4351e00367fbce9 +ed7ee2cb-19d6-479e-9f96-2cfbb1f0707c,Hot Rod energy drink,8700,8462,7358,Therapist,2669,₽,5751496424597720a27126da +d7bcfca7-6dca-455d-bf0a-472df37a900f,TarCola can,11000,11428,11093,Therapist,2507,₽,57514643245977207f2c2d09 +4975d76e-6e1a-46d1-8948-b5cc2d12188a,Max Energy energy drink,10000,9980,9758,Therapist,1848,₽,5751435d24597720a27126d1 +cba03631-280d-4291-8f46-fe623b6f3e09,Hand drill,37800,37799,37194,Therapist,37800,₽,5d1b317c86f7742523398392 +2fa0f9fc-fb8f-48a8-8510-1992cf5d20b1,Bottle of Dan Jackiel whiskey,43000,40440,40743,Therapist,31500,₽,5d403f9186f7743cac3f229b +422e6757-cca2-4420-a432-9d477f70d88b,Vita juice,7555,7097,7319,Therapist,1134,₽,57513fcc24597720a31c09a6 +6cb90d05-650c-498a-ab34-5b01abb4d145,Apple juice,3999,5101,5043,Therapist,2156,₽,57513f07245977207e26a311 +8cb829b2-2a5d-43c2-a86d-a372ed8d917f,Insulating tape,7222,6465,7338,Therapist,1272,₽,5734795124597738002c6176 +216c5de3-d269-4ebc-b75c-92aa42ae2f55,Green Ice can,3990,5872,5442,Therapist,1530,₽,575062b524597720a31c09a1 +5ac169da-2e28-4024-bd2b-3c33bdd293a1,Russian Army pineapple juice,7000,8522,8076,Therapist,1345,₽,544fb62a4bdc2dfb738b4568 +d43e286e-2165-40f3-a036-63cfca09b4d7,0.6 liter water bottle,12420,14485,13055,Therapist,1544,₽,5448fee04bdc2dbc018b4567 +28c21a25-ae3d-445f-b3d4-c7bd140d1855,Zagustin hemostatic drug injector,28600,27785,28314,Therapist,16254,₽,5c0e533786f7747fa23f4d47 +d6f4d0af-9906-43b4-a5be-897eb9211c79,MRE ration pack,8888,8571,8756,Therapist,2558,₽,590c5f0d86f77413997acfab +a3cb95b9-addd-496e-8fcf-971e085fa19a,Can of squash spread,10000,10169,10544,Therapist,3886,₽,57347d8724597744596b4e76 +e434d99a-7a6d-464b-9f0c-650faa68dc8f,Can of green peas,7700,9057,7948,Therapist,4095,₽,57347d692459774491567cf1 +8a1bb9dd-f6e3-4890-965f-6910f5bbb5d7,Military COFDM wireless Signal Transmitter,200000,176158,164844,Therapist,91665,₽,5c052f6886f7746b1e3db148 +9d12c050-e753-4ac8-bb4f-eb2741efd095,Health Resort east wing office room 108 key,84000,27954,22698,Therapist,18900,₽,5a0ea69f86f7741cd5406619 +01ade022-b0a8-4fb7-8ff9-553cfd7e61f8,Can of humpback salmon,6999,5967,5862,Therapist,1846,₽,57347d5f245977448b40fa81 +7c65a467-b960-4139-816b-aa07eaae05f9,Emelya rye croutons,10999,11054,11719,Therapist,188,₽,5751487e245977207e26a315 +67f383be-d8dd-415c-8b2d-337e98e67f8c,Pack of sugar,59500,58137,60886,Therapist,10388,₽,59e3577886f774176a362503 +e537d6b4-2964-4a3d-bef2-9e3298ad3272,Slickers chocolate bar,8300,7953,7916,Therapist,1427,₽,544fb6cc4bdc2d34748b456e +cb021f9d-4c11-4a7b-af23-8b6bc886c5b1,SAS drive,45000,41112,42041,Peacekeeper,363,$,590c37d286f77443be3d7827 +f0d412b4-b4e5-42a2-8efd-084e46d2e7f1,Alyonka chocolate bar,35000,32648,32928,Therapist,4084,₽,57505f6224597709a92585a9 +4c82de8e-8b09-41b8-beed-dfb17ad94fa2,Army crackers,7000,9292,9703,Therapist,1513,₽,5448ff904bdc2d6f028b456e +04b8f060-9afd-424d-812b-e9b1c00a407f,Dogtag case,380000,367200,352381,Therapist,195300,₽,5c093e3486f77430cb02e593 +877a4da9-c1e4-4032-ba5b-26f7c736c83b,Simple wallet,10000,10959,10837,Therapist,6641,₽,5783c43d2459774bbe137486 +b9eb01ad-7ab5-43c5-a81c-2c6e40f54bdf,Mr. Holodilnick thermal bag,1200000,928822,910477,Therapist,214200,₽,5c093db286f7740a1b2617e3 +74688e96-62f0-45d8-b951-7f5235d0bbe8,LShZ-2DTM face shield,26000,28899,28255,Ragman,17980,₽,5d6d3829a4b9361bc8618943 +adab4fd3-2389-4c44-b20a-70fb4bc8bae6,Weapon case,4199999,4194444,4119120,Therapist,550977,₽,59fb023c86f7746d0d4b423c +29b000d8-8f6e-4466-9afc-67aedae7f0fa,Rechargeable battery,10700,10452,10379,Therapist,10732,₽,590a358486f77429692b2790 +fcb0f675-890e-49d9-a3b9-535cd7b491e8,Slim diary,34997,31874,31581,Peacekeeper,280,$,590c651286f7741e566b6461 +48739ac3-f4e2-4779-a0de-bec4c673f04f,Diary,23999,28018,28534,Peacekeeper,229,$,590c645c86f77412b01304d9 +478ccded-f547-4d36-8787-87f53d95836d,Phase control relay,8000,6668,6785,Therapist,5985,₽,5d1b313086f77425227d1678 +a0bf67cf-6c0b-4344-b740-9c2ef9043a37,Long flathead screwdriver,8343,7935,8098,Therapist,8316,₽,5d4042a986f7743185265463 +63efd1cb-922b-4142-a928-e8472dc08c76,Pistol case,200000,197256,206496,Therapist,6930,₽,567143bf4bdc2d1a0f8b4567 +090b69eb-01e2-44e6-8479-73398606c653,Radiator helix,9500,9262,9049,Therapist,9135,₽,5d1c774f86f7746d6620f8db +d76d331f-4cfc-43c9-bd36-57ab408da5f6,OLI cash register key,51400,51215,52958,Therapist,50400,₽,5ad7217186f7746744498875 +32a27784-a21d-46d6-866e-44d377020bee,Condensed milk,15748,15199,15331,Therapist,15714,₽,5734773724597737fd047c14 +6ede2ccf-67dd-4f64-bcaf-eecf4f604a59,ZB-014 key,8888,10685,9986,Therapist,2919,₽,591afe0186f77431bd616a11 +d4aaf599-4188-4c6e-9264-1e0f1609c967,Old firesteel,39996,39665,39473,Therapist,39943,₽,5bc9c377d4351e3bac12251b +6a242801-43d3-454b-ad01-56f452b554a1,Majaica coffee,14555,14721,15659,Therapist,9436,₽,5af0484c86f7740f02001f7f +2ba0c1d8-79d1-44b9-87c4-bd525a913d45,Gold skull ring,52420,56789,56234,Therapist,34650,₽,5d235a5986f77443f6329bc6 +d3acc38b-f59e-4141-9c43-a69437e090ec,Weather station safe key,47444,47297,48384,Therapist,47250,₽,5a0f006986f7741ffd2fe484 +a6d02924-76b6-4148-9b0b-0f4d6fa51afb,Broken LCD,10777,10230,10681,Therapist,8505,₽,5d1b309586f77425227d1676 +e7aa5222-213f-456a-bc06-f8f40ad979b9,Battered antique book,39688,39488,39292,Therapist,39708,₽,5bc9c049d4351e44f824d360 +e2d0d6ff-90f3-4991-a4bb-9df79e829529,Golden 1GPhone,28179,28194,28122,Therapist,28123,₽,5bc9b720d4351e450201234b +a13c686c-7360-413e-87c7-594bedb5ce90,Dorm room 105 key,4995,4161,4187,Therapist,677,₽,591382d986f774465a6413a7 +ef03bd7f-3b02-4bc5-9a9c-a7bb51bdbaa0,Gas mask air filter,13000,10387,11385,Therapist,6325,₽,590c595c86f7747884343ad7 +ed46df17-27ae-4362-80d4-52895f6a498b,Rye croutons,5222,6129,7005,Therapist,315,₽,57347d3d245977448f7b7f61 +02bd4a85-aed7-4e96-95b7-9095dd9c250c,Hydrogen peroxide,9999,11397,10367,Therapist,7666,₽,59e361e886f774176c10a2a5 +c8f6ab75-7cbf-4e82-b0fe-46ec1a15c382,Antique teapot,33000,31432,30621,Therapist,29547,₽,590de71386f774347051a052 +8860ffed-fa13-4e8d-8470-72bcaf88ad38,Pliers Elite,10800,11297,11900,Therapist,7294,₽,5af04b6486f774195a3ebb49 +24110968-b66b-46d9-861a-ba9c976332b1,Portable defibrillator,130000,139986,141337,Therapist,141498,₽,5c052e6986f7746b207bc3c9 +649f5823-ed7f-4010-95c2-3954967c62a9,Pack of screws,2500,2837,3104,Therapist,1978,₽,59e35ef086f7741777737012 +cf20fa8b-8754-4aed-be69-5aa81e0fd2a0,Silicone tube,11666,11587,11518,Therapist,11907,₽,5d1b39a386f774252339976f +269a09fa-de52-4a58-88ab-deb198a25529,#FireKlean gun lube,26000,26851,26929,Therapist,22950,₽,5bc9b355d4351e6d1509862a +84604d50-346e-4685-8f25-29369613c1c9,Surv12 field surgical kit,35000,29357,31040,Therapist,28350,₽,5d02797c86f774203f38e30a +3b50f114-1d10-4070-83f2-df2d01f423f4,Grand juice,5959,5554,5586,Therapist,2150,₽,57513f9324597720a7128161 +cc00b56a-5359-4244-a09a-378b1decbb75,Xenomorph sealing foam,37500,11817,9346,Therapist,2380,₽,590c346786f77423e50ed342 +f292e3a9-7800-4fc2-bda0-6d43aa112271,SJ1 TGLabs combat stimulant injector,25000,25051,24808,Therapist,17394,₽,5c0e531286f7747fa54205c2 +59899b15-acc8-4a9e-a86c-b6de954c54b9,Yotota car key,4999,5253,5328,Therapist,630,₽,591ae8f986f77406f854be45 +4513e42d-ae28-4f39-b3db-11b693077e0e,Ortodontox toothpaste,3400,3723,3875,Therapist,3402,₽,5d4041f086f7743cac3f22a7 +60036b01-88aa-4653-955c-24e303188e62,Large can of beef stew,6999,7078,7299,Therapist,5288,₽,57347da92459774491567cf5 +45c47deb-6595-4cb5-91d6-102dea6dcd43,Can of herring,11100,10610,10552,Therapist,1857,₽,57347d9c245977448b40fa85 +4eb3123e-cf57-4e1d-8ed4-d72d55ceecab,Classic matches,4444,8574,8684,Therapist,1273,₽,57347b8b24597737dd42e192 +e7e7644d-6e36-4076-831e-7adcb2cd1736,Small can of beef stew,7500,7431,7327,Therapist,7089,₽,57347d7224597744596b4e72 +508d41f2-2cb2-413e-a278-2cfef4eaa9ac,Virtex programmable processor,415000,452732,367451,Therapist,75600,₽,5c05308086f7746b2101e90b +8f04e603-a88e-486e-87d5-5a45d0914e59,Dorm room 315 key,6999,6935,6913,Therapist,6930,₽,5780cf692459777de4559321 +eb8df6a6-b075-4c7f-b3dd-83730f05eb22,Vulkan-5 face shield,29995,34054,34590,Ragman,33678,₽,5ca2113f86f7740b2547e1d2 +58553b5c-a917-401c-b168-368da57d5256,"Gunpowder ""Eagle""",52000,50129,51283,Therapist,20160,₽,5d6fc78386f77449d825f9dc +411f36cc-9241-402f-9f19-963ac0de0b81,Gas station office key,7900,7781,8067,Therapist,7406,₽,5780d0652459777df90dcb74 +77350eba-09a3-48bd-b0fb-ae27c0cdee63,Malboro Cigarettes,6500,7038,7291,Therapist,1392,₽,573476d324597737da2adc13 +fe3c21b1-25ce-4ab0-9767-74bf17c3c89e,WD-40 (100ml),7000,4818,5002,Therapist,4384,₽,590c5bbd86f774785762df04 +6af1c257-a3ac-426a-8f4f-90dfaefd5a78,Fuel conditioner,36999,39588,39323,Therapist,38181,₽,5b43575a86f77424f443fe62 +78a23d00-329f-4ac1-aa24-51ac15a93e20,Apollon Soyuz cigarettes,5998,6155,7190,Therapist,1575,₽,573475fb24597737fb1379e1 +3257e049-4714-4f69-88bb-037ac895ccaa,Health Resort east wing room 322 key,46000,48723,49294,Therapist,47880,₽,5a0eedb386f77403506300be +79e9a83e-51ad-44f8-a438-5f9e457e5bb0,Dorm room 110 key,22690,22777,22588,Therapist,22680,₽,59136e1e86f774432f15d133 +df3de733-b439-4f1e-8320-63b5cb109179,Power supply unit,25000,18889,20426,Therapist,5000,₽,57347c2e24597744902c94a1 +d360967f-ca12-4ed8-99b5-bdc0922be0ae,Pile of meds,8599,8758,9047,Therapist,4095,₽,5d1b3a5d86f774252167ba22 +b02f4698-f57d-44e6-8ccb-e786a526a456,Golden rooster,57057,56805,56403,Therapist,57057,₽,5bc9bc53d4351e00367fbcee +91376e89-35ad-41ce-b282-38b24761a7f2,ZSh-1-2M face shield,43999,19794,18435,Ragman,10758,₽,5aa7e3abe5b5b000171d064d +90e51404-e9c2-4821-abe2-07cadf6bbfe7,Phased array element,530000,542866,531200,Therapist,104580,₽,5d03775b86f774203e7e0c4b +7402532a-5fd6-44d4-8ca1-c965c3805903,IDEA cash register key,53000,52630,53700,Therapist,50400,₽,5ad7242b86f7740a6a3abd43 +57561fa5-1f42-413f-b6e8-c6482bd12455,OLI logistics department office key,126666,126608,106271,Therapist,44100,₽,5ad5cfbd86f7742c825d6104 +0e8eb783-df57-4731-9640-0b7829dae7f4,Aquamari water bottle with filter,12999,12886,11518,Therapist,5418,₽,5c0fa877d174af02a012e1cf +dd7e191a-cdb5-4dd0-978f-7b498963b7bc,Health Resort east wing room 213 key,37888,37437,43639,Therapist,37800,₽,5a0ee72c86f77436955d3435 +93da40d6-cbb2-4030-aed9-145fcef8b8c0,Damaged hard drive,12500,11781,12818,Therapist,4719,₽,590a386e86f77429692b27ab +5b9f9704-4d6d-4c4b-b627-2dc4e8cbff52,Printed circuit board,11000,11686,12177,Therapist,8032,₽,590a3b0486f7743954552bdb +487f7d84-50f0-48e1-85cf-e5323e36cc38,"Gunpowder ""Kite""",11000,11855,12963,Therapist,8820,₽,590c5a7286f7747884343aea +96320710-58d0-4135-816b-c29446c96dce,Electric drill,16000,18172,18734,Therapist,12564,₽,59e35de086f7741778269d84 +57a24076-8fb1-4783-81c9-8269aaf7d748,WD-40 (400ml),17111,15003,15125,Therapist,10874,₽,590c5c9f86f77477c91c36e7 +ced612bd-bb94-49ce-9748-c7ea6677121e,Schaman shampoo,16444,16788,16391,Therapist,4410,₽,5d40412b86f7743cb332ac3a +e4635bee-5e09-4cb6-a83c-f8d612e506f9,Dorm room 204 key,6000,7980,9672,Therapist,3602,₽,59148c8a86f774197930e983 +e1a742be-f33d-4394-a836-eb6403f22dd8,Military gyrotachometer,39100,39051,38713,Therapist,39060,₽,5d03784a86f774203e7e0c4d +5d43d553-8e3b-4ca6-8d6d-2b3ff3f3eeaa,Metal fuel tank,164999,165469,165251,Therapist,30240,₽,5d1b36a186f7742523398433 +97a20526-1234-4ea3-8e3d-8a77e6e249be,Antique vase,41999,42089,42062,Therapist,42714,₽,590de7e986f7741b096e5f32 +25dd9fb1-fdd7-4895-8939-518c453045a3,Health Resort east wing room 209 key,46420,47793,50037,Therapist,47880,₽,5a0ee62286f774369454a7ac +2ec4162b-d64d-4212-8779-c7919b6bcf86,Pack of milk,7999,8219,7840,Therapist,2994,₽,575146b724597720a27126d5 +c22766d5-d8ae-4b54-aafd-48f651a05284,Iskra ration pack,7123,8879,9084,Therapist,4636,₽,590c5d4b86f774784e1b9c45 +11356f57-cd6d-4f3a-9f7b-7bb7e4514200,Working LCD,23994,23389,23467,Therapist,23940,₽,5d1b304286f774253763a528 +6b1d631a-7b90-4c32-bb1d-2887579603e4,Weapon parts,10000,11558,11419,Therapist,8971,₽,5d1c819a86f774771b0acd6c +9ddc82ba-354d-4e6d-982b-1006fdde0cc7,Iridium military thermal vision module,56800,53949,55645,Therapist,51156,₽,5d0377ce86f774186372f689 +0db72fa6-6e7a-4259-835b-558a9f9d92ac,PAID AntiRoach spray,15999,13687,13349,Therapist,3712,₽,59e3596386f774176c10a2a2 +c1e876ab-e0ef-4305-b392-6c72b751aac7,UHF RFID Reader,420000,412142,413612,Therapist,30240,₽,5c052fb986f7746b2101e909 +d767941f-1ed9-48df-b8a9-ac3e1f5ec08a,Vehicle manual,5000,9080,8032,Therapist,2457,₽,590c639286f774151567fa95 +45aa72f2-79fb-4297-907b-28a8fe0a7d89,HEP station storage room key,50000,65814,55503,Therapist,25200,₽,5d8e15b686f774445103b190 +df1b9512-457f-43b2-ba39-d6d1d564c705,Light bulb,7000,6329,6322,Therapist,5985,₽,5d1b392c86f77425243e98fe +22a68fb6-c093-461f-b542-1827e8ee7f18,Folding car key,19900,8221,6943,Therapist,945,₽,59136f6f86f774447a1ed173 +93bc90cc-99a2-4fc0-bd63-9d60f07181cf,Pack of oat flakes,7800,8130,9098,Therapist,3508,₽,57347d90245977448f7b7f65 +71f4586f-19d4-4277-a463-43f2d67a2259,Health Resort west wing room 203 key,25000,22901,24369,Therapist,17155,₽,5a144dfd86f77445cb5a0982 +bb554d5c-7476-4c16-88e4-cb9f6244d462,Health Resort west wing room 205 key,44000,74819,47253,Therapist,31185,₽,5a0ec6d286f7742c0b518fb5 +81b0a410-9d53-42ad-95ed-cd915d009f53,Spark plug,6888,7166,7766,Therapist,6923,₽,590a3c0a86f774385a33c450 +b0b586cc-e560-43d9-a478-dfb151098939,Toolset,13500,14571,14442,Therapist,12837,₽,590c2e1186f77425357b6124 +8248e222-1197-4347-adf0-6b0f11b6c277,Wilston cigarettes,5000,5253,4957,Therapist,5030,₽,573476f124597737e04bf328 +f159cf91-480e-4f50-aab6-badb0850af5b,Horse figurine,8699,9170,10071,Therapist,7212,₽,573478bc24597738002c6175 +31577296-5fd3-4926-b373-c8f2ff2d4962,eTG-change regenerative stimulant injector,62222,65123,67187,Therapist,18333,₽,5c0e534186f7747fa1419867 +17fbeddf-058f-4910-a544-adc1375da7b1,Dorm room 103 key,333,2731,2793,Therapist,2339,₽,5938994586f774523a425196 +9379a547-681c-4a1c-bab0-ec11195a83de,Ox bleach,10500,10516,9689,Therapist,3772,₽,59e3556c86f7741776641ac2 +6562b747-8c52-4b2d-ad0a-04b11b913393,Dorm room 108 key,4000,4082,4820,Therapist,3794,₽,5914578086f774123569ffa4 +f87c0159-3cef-4eff-9ffa-6917b3fb738a,Can of sprats,7777,11489,9938,Therapist,6300,₽,5bc9c29cd4351e003562b8a3 +d5a14663-dbfb-4a0a-90c9-036b75ec8104,Can of pacific saury,4000,6546,6017,Therapist,1610,₽,5673de654bdc2d180f8b456d +f4478d5e-6f74-47b6-87d9-8f04bf2e3fef,Dorm room 118 key,3995,4075,3938,Therapist,3376,₽,5672c92d4bdc2d180f8b4567 +fd17e27b-0a49-431a-a6cb-95944e20c4cf,Ibuprofen painkillers,74999,68170,65525,Therapist,10598,₽,5af0548586f7743a532b7e99 +385e6918-9dad-44ab-8879-6f6d2c7419c6,Dorm room 218 key,5500,6000,5605,Therapist,4824,₽,5780cf9e2459777df90dcb73 +8a5b5169-88da-485a-a62a-7dda83358c46,Dorm room 306 key,3990,3963,4284,Therapist,3848,₽,5780cda02459777b272ede61 +422d4b1f-a801-4d40-bfed-d4a31364382e,Portable cabin key,4100,6100,5445,Therapist,3591,₽,5780d07a2459777de4559324 +3621253c-429f-4018-b164-b506201a117d,Geiger-Muller counter,10850,10567,10436,Therapist,10511,₽,5672cb724bdc2dc2088b456b +541c3bb6-e792-4434-b55b-42a94097e8b0,VPX Flash Storage Module,200000,202611,207026,Therapist,96012,₽,5c05300686f7746dce784e5d +268dd2dc-fb0b-4969-96cc-4b656576bf5e,Gas station storage room key,10999,10294,11040,Therapist,5607,₽,5913877a86f774432f15d444 +b08377f5-0cf7-4e72-9ae0-bc7d37d3807c,Plexiglass piece,7444,8700,8635,Therapist,5455,₽,59e366c186f7741778269d85 +0ad810b6-1c0a-400e-a4ff-db835bb00f09,Health Resort east wing room 316 key,15000,15388,16780,Therapist,5799,₽,5a145ebb86f77458f1796f05 +888728d9-68f8-46bd-8eb9-930af08dbd9f,Military cable,77777,80492,76811,Therapist,25956,₽,5d0375ff86f774186372f685 +770d636f-7837-4e72-b010-66338fbf6cb9,Health Resort warehouse safe key,55555,61678,60407,Therapist,54180,₽,5a0f0f5886f7741c4e32a472 +e5485530-9cc5-4ce2-b724-007213d8feec,Wires,8555,8037,7507,Therapist,4662,₽,5c06779c86f77426e00dd782 +6a3f2e34-bd50-428a-9d99-016b19354c67,Shoreline store safe key,19500,27451,23125,Therapist,19530,₽,5a0f075686f7745bcc42ee12 +71a6b6db-d0d2-44e0-a5f7-683ad4bb1ff8,Saline solution,11000,10629,10882,Therapist,5360,₽,59e3606886f77417674759a5 +9f963a09-d431-436d-9430-bb9a053617ef,OFZ 30x160mm shell,79000,77416,82495,Therapist,35280,₽,5d0379a886f77420407aa271 +11c2931b-cb5b-47c6-be55-26cb3c629654,Shoreline gas station safe key,32888,39646,34921,Therapist,32760,₽,5a0f045e86f7745b0f0d0e42 +e3b8def9-0e7e-4683-803e-aede32ea7854,Shoreline cottage back door key,197420,263923,251479,Therapist,14566,₽,5a0eb6ac86f7743124037a28 +bc135a6d-e550-4a62-90b8-08195205b6e1,Dorm room 308 key,3900,3441,3561,Therapist,2205,₽,5780cf722459777a5108b9a1 +3a7442b7-18ab-4f06-baa5-73ab382b0b34,"Gunpowder ""Hawk""",40000,39211,40460,Therapist,22050,₽,5d6fc87386f77449db3db94e +8218090f-1dbb-4b97-b2d0-6bb23710a59c,Shoreline cottage safe key,31999,38258,41732,Therapist,17735,₽,5a0f068686f7745b0d4ea242 +fe65b65c-94ee-49f8-8276-f6c7fb76ef9f,SMW car key,14000,10319,12731,Therapist,7835,₽,5a0eb38b86f774153b320eb0 +21c3eeb0-05dc-4609-9d73-fd938d10f611,Toilet paper,5544,4903,5087,Therapist,5544,₽,5c13cef886f774072e618e82 +fcaafc0b-df88-49b0-9731-48a2e2351355,DVD drive,7444,6653,6805,Therapist,5226,₽,5734781f24597737e04bf32a +d38b3215-6a29-4fbd-89c2-4452f5d13e28,Health Resort west wing room 321 safe key,26555,20897,21827,Therapist,11529,₽,5a0eff2986f7741fd654e684 +ad2f4cf7-b3c5-40bf-b9fc-dd731dbda727,Ops-Core FAST multi-hit ballistic face shield,129000,145441,136003,Ragman,16517,₽,5a16b7e1fcdbcb00165aa6c9 +cb46d0e2-3e86-4806-a30a-1ac65cb8a8ae,Electric motor,21900,25824,27870,Therapist,27090,₽,5d1b2fa286f77425227d1674 +130ed773-7ba8-48ca-a728-76faa2dccf09,Health Resort west wing room 207 key,46666,47944,48768,Therapist,47250,₽,5a0ec70e86f7742c0b518fba +73395a87-0869-4c15-84f2-89607ff37888,Water filter,35555,37968,43308,Therapist,15435,₽,5d1b385e86f774252167b98a +2a008ff7-1287-4f5d-8ad6-98f43c4bea71,Sodium bicarbonate,14000,14410,14799,Therapist,6426,₽,59e35abd86f7741778269d82 +224e608c-5186-454a-b2ac-5ba3161e7dad,GP coin,29999,26218,26918,Therapist,22554,₽,5d235b4d86f7742e017bc88a +7359d2ef-faeb-4a33-ac2e-62e5e38b2a26,Crickent lighter,4500,5038,5858,Therapist,832,₽,56742c284bdc2d98058b456d +48839bcc-faf3-4bbe-b0b4-625be67351fa,Propital regenerative stimulant injector,16666,18496,16847,Therapist,10206,₽,5c0e530286f7747fa1419862 +b2a21047-6fb6-4c52-b858-96498186f479,Disposable syringe,16000,13394,15963,Therapist,1890,₽,5d1b3f2d86f774253763b735 +84783345-b208-42c6-a3da-688d5e7339d9,Military circuit board,104000,113501,108517,Therapist,25200,₽,5d0376a486f7747d8050965c +2a8f6120-960c-49ea-92ac-36538189ca96,Round pliers,4400,5163,5533,Therapist,2772,₽,5d1b31ce86f7742523398394 +567f5735-0d95-4882-8c50-59cf2c1cc935,Military power filter,62000,70962,72347,Therapist,34650,₽,5d0378d486f77420421a5ff4 +c33fcbb1-e14e-4f93-851d-a1f0e6365c48,Pressure gauge,37698,38846,39055,Therapist,38556,₽,5d1b327086f7742525194449 +65feffdf-1030-479a-87a8-ca9d0f930ddb,Analog thermometer,28700,28112,28072,Therapist,28728,₽,5d1b32c186f774252167a530 +a6f267d8-8657-4371-a830-545adc9c2ec0,Valday PS-320 1x/6x scope,33000,33679,30614,Mechanic,21347,₽,5c0517910db83400232ffee5 +d82cbc2a-5852-4e67-b4f9-d28f578753d0,TT 7.62x25 makeshift sound suppressor,8000,8471,8463,Mechanic,8346,₽,571a28e524597720b4066567 +73cadfb9-7775-44d5-832f-9d73bf3d5717,VSS Vintorez 9x39 integral barrel-suppressor,20000,21405,20089,Mechanic,12604,₽,57838c962459774a1651ec63 +148bd0a9-f5df-4ffe-9627-d95597b0bc77,AAC 762 SDN-6 7.62x51 sound suppressor,65000,69339,68832,Mechanic,37702,₽,5a34fe59c4a282000b1521a2 +9b612c11-c49c-4977-9c39-b674b170fc80,SilencerCo Salvo 12 12ga sound suppressor,45000,44997,47073,Mechanic,19964,₽,5b363dd25acfc4001a598fd2 +0738d42e-d97b-4659-a731-7e3011f5a508,SV-98 7.62x54R sound suppressor,24300,24780,25391,Mechanic,20576,₽,5c4eecc32e221602b412b440 +edf2ff5f-3720-44c2-8289-498928071e2c,SIG Sauer SRD9 9x19mm sound suppressor,27000,24965,24017,Mechanic,16016,₽,5c6165902e22160010261b28 +fcafe472-c284-4f39-a847-e84d4ceffeb8,AAC Illusion 9 9x19mm sound suppressor,18777,18974,19635,Mechanic,18446,₽,5c7e8fab2e22165df16b889b +cd8b5584-d0e4-4e18-a40b-0129d5ed2044,ASh-12 12.7x55 tactical sound suppressor,20100,20446,20382,Mechanic,20098,₽,5caf187cae92157c28402e43 +ed135ba0-3dfb-4a51-b4e1-1e63d2f1f222,FN Attenuator 5.7x28 sound suppressor,52000,53640,52264,Mechanic,35532,₽,5cebec00d7f00c065c53522a +d3b670bf-9adf-4bd6-84ea-3c64c9a7846e,Daniel Defense WAVE QD sound suppressor,36666,42405,42041,Mechanic,28560,₽,5cff9e84d7ad1a049e54ed55 +e8c35b06-93f3-4794-86ee-35c6e45b497a,Gemtech SFN-57 5.7x28 sound suppressor,23000,29555,29180,Mechanic,21246,₽,5d3ef698a4b9361182109872 +16d6a8ba-cde3-4411-ae13-bb0cbbf7ca54,MP9 9x19 sound suppressor,35000,39217,39217,Mechanic,14224,₽,5de8f2d5b74cd90030650c72 +947146d2-c545-4540-8e4b-801ee86ec30b,KAC PRS/QDC 7.62x51 sound suppressor,119999,99603,100552,Mechanic,24360,₽,5dfa3d2b0dee1b22f862eade +0c9b6c9d-908a-4d6a-9d5b-6431463593e3,Rotor 43 7.62x54R muzzle brake,53333,50342,47709,Mechanic,25872,₽,5e01ea19e9dc277128008c0b +05a107f3-9089-4a75-9a71-5a2add15dec7,AK 5.45x39 TGP-A muzzle device/suppressor,24000,26312,25492,Mechanic,23458,₽,564caa3d4bdc2d17108b458e +51757267-448d-4f45-98a4-69e6d3d7fb1c,Rotor 43 5.56x45 muzzle brake,39290,37058,38347,Mechanic,24060,₽,5a9fbb84a2750c00137fa685 +4c54dca5-653c-49cd-98ca-14e351dcaac6,KAC QDSS NT-4 5.56x45 sound suppressor (Black),24000,29143,29336,Mechanic,26719,₽,57da93632459771cb65bf83f +aaf4d60a-360a-46f0-ad12-bbe375fbf152,PP-91-01 Kedr-B 9x18PM sound suppressor,8888,9104,9354,Mechanic,8221,₽,57f3c8cc2459773ec4480328 +9f88d8f4-bd83-4e25-8253-0eef810699c4,Alpha Dog Alpha 9 9x19 sound suppressor,20420,20207,20294,Mechanic,20529,₽,5a33a8ebc4a282000c5a950d +1bd9910c-f21b-48bd-b7c7-df2866beccce,AK-74 Hexagon 5.45x39 sound suppressor,23555,23701,22303,Mechanic,22048,₽,593d493f86f7745e6b2ceb22 +83210fff-4a1d-47d3-81a4-f14ecbc36509,B&T Rotex 2 4.6x30 sound suppressor,75000,89332,85540,Mechanic,29562,₽,5ba26ae8d4351e00367f9bdb +f2d5f934-8552-425d-95f8-6b435996c6fd,PBS-4 5.45x39 sound suppressor,18798,18081,18113,Mechanic,18475,₽,57ffb0e42459777d047111c5 +4c649ad0-7bbe-4031-96d2-79bbda7d5ea5,Rotor 43 7.62x39 muzzle brake,24000,26116,25756,Mechanic,24696,₽,5a9fbacda2750c00141e080f +22f6cb0c-63c6-4b0e-85a8-7b7c7cf85288,PBS-1 7.62x39 sound suppressor,27000,26723,26972,Mechanic,26979,₽,5a0d63621526d8dba31fe3bf +ea8f19d8-e6d1-4b54-a1f5-321d1b78e86a,PB 9x18PM sound suppressor,7888,6699,6574,Mechanic,5449,₽,56e05b06d2720bb2668b4586 +e58023db-a316-4882-aa95-9e3df7f9b252,Monstrum Compact prism scope 2x32,28999,26695,26795,Mechanic,16679,₽,5d2dc3e548f035404a1a4798 +f298c6d4-c8cd-4b61-8313-ff03d814a5ed,Trijicon ACOG 3.5x35 scope,18999,17710,16219,Mechanic,13147,₽,59db7e1086f77448be30ddf3 +27a45273-8961-4ab5-a107-65528632ba6a,SIG Sauer BRAVO4 4X30 Scope,43499,41837,40332,Mechanic,23928,₽,57adff4f24597737f373b6e6 +08accd97-9367-4680-9af7-394d7e8d5264,Primary Arms Compact prism scope 2.5x,20200,17568,17025,Mechanic,9800,₽,5c1cdd512e22161b267d91ae +8e873f77-7fdb-4a54-8ede-a0770d08d96a,Leupold Mark 4 HAMR 4x24mm DeltaPoint hybrid assault scope,39999,44991,44676,Mechanic,24025,₽,544a3a774bdc2d3a388b4567 +85be08bc-0942-41c1-94b7-253fed9ed321,ELCAN SpecterDR 1x/4x scope (Flat Dark Earth),34990,29727,29313,Mechanic,18067,₽,57aca93d2459771f2c7e26db +0217f39f-ffc7-4763-9eac-1a7171a56df3,March Tactical 3-24x42 FFP optical scope,26665,26005,25399,Mechanic,23305,₽,57c5ac0824597754771e88a9 +ae63160d-fa8e-4ed1-871c-e6e25c4f865e,Leupold Mark 4 LR 6.5-20x50 riflescope,32989,31746,32110,Mechanic,32805,₽,5a37cb10c4a282329a73b4e7 +05d80a6d-a2c4-4f88-b38d-8026eaa3fdd0,PU 3.5x riflescope,12553,12354,12753,Mechanic,6908,₽,5b3f7c1c5acfc40dc5296b1d +a82bcc23-b503-485f-9714-bd621587a532,Burris FullField TAC30 1-4x24 riflescope,28000,31790,31430,Mechanic,17622,₽,5b2388675acfc4771e1be0be +0d48f048-cb3b-485c-825e-011e9d18f4d5,Zenit-BelOMO PSO-1M2 4x24 scope,11000,11391,11331,Mechanic,10519,₽,5c82343a2e221644f31c0611 +d37cb6d1-1b6b-48d7-8590-6d59c86908c2,NPZ USP-1 4x scope,8199,8437,8506,Mechanic,8120,₽,5cf638cbd7f00c06595bc936 +7f94f911-8c5a-4cd8-bc3e-d05bf5f2ff7f,KMZ 1P59 3-10x riflescope,12777,12741,12514,Mechanic,12432,₽,5d0a3a58d7ad1a669c15ca14 +3b03e647-d393-4107-a88a-3ad69ae168ca,NcSTAR ADO P4 Sniper 3-9x42 riflescope,29999,28084,28716,Mechanic,28753,₽,5dfe6104585a0c3e995c7b82 +5d68b802-0076-48aa-90a5-23f1ad2860d8,VOMZ Pilad 4x32 riflescope,12000,10025,9727,Mechanic,8102,₽,5dff772da3651922b360bf91 +4a9a9738-8220-4d4f-aa1f-44cf469fc683,AN/PVS-14 Night Vision Monocular,57777,56324,55475,Mechanic,51493,₽,57235b6f24597759bf5a30f1 +065eadf3-cc3c-4513-95eb-eae2a23ce7be,Armasight N-15 Night Vision Goggles,42800,47860,44339,Mechanic,41888,₽,5c066e3a0db834001b7353f0 +b417889c-1c91-4680-9dc8-53bd79f170c4,PNV-10T Night Vision Goggles,30000,30892,29583,Mechanic,15680,₽,5c0696830db834001d23f5da +3a3fda99-bd01-44f8-ad9e-a7e535e13cc1,Armasight Vulcan MG 3.5x night vision scope,26320,26162,26588,Mechanic,26292,₽,5b3b6e495acfc4330140bd88 +5b030b81-7fea-47e0-b7b9-b92655e7b425,Trijicon ACOG TA01NSN 4x32 scope (Tan),17499,16888,16394,Mechanic,15056,₽,5c052a900db834001a66acbd +f939ce63-a2b2-4151-a777-0e7971ef73e3,FN P90 Ring Sight reflex sight,9885,10629,10122,Mechanic,8680,₽,5cebec38d7f00c00110a652a +f41c5890-41a0-4e04-887e-b929b33ab264,EOTech XPS3-2 holographic sight,28776,29794,26187,Mechanic,12891,₽,584924ec24597768f12ae244 +572238ef-0190-430d-9572-040411b2f79e,Vortex RAZOR AMG UH-1 holographic sight,28000,30937,28139,Mechanic,14474,₽,59f9d81586f7744c7506ee62 +25d6d3a2-749c-48d7-a468-2188b935a9b8,EOTech EXPS3 holographic sight,43000,61311,82775,Mechanic,14700,₽,558022b54bdc2dac148b458d +03127423-5f9b-49a8-9661-98d78c2e9dc7,Rotor 43 9x19 muzzle brake,12000,13073,12997,Mechanic,12204,₽,5a9fb739a2750c003215717f +68660e66-f9b2-46bf-9e3d-992d799ba26c,Holosun HS401G5 reflex sight,8888,9258,9040,Mechanic,8342,₽,5b30b0dc5acfc400153b7124 +22a05452-934c-4be9-8f18-01f1e6ec2779,EOTech XPS3-0 holographic sight,29999,32924,29331,Mechanic,11192,₽,58491f3324597764bc48fa02 +eb63a192-cb53-4790-93a0-32ecf6660cbb,SR-1MP 9x21 silencer,24999,31678,29170,Mechanic,17185,₽,5a27b6bec4a282000e496f78 +efc269d2-a7a6-4257-ad2c-e005b24f331a,VOMZ Pilad P1x42 Weaver reflex sight,7999,8043,8224,Mechanic,6160,₽,584984812459776a704a82a6 +630b9181-e5fc-49db-894d-220fb2be9287,EOTech 553 holographic sight,20202,21272,20686,Mechanic,10851,₽,570fd6c2d2720bc6458b457f +38b1f712-194f-4465-ae49-1b8e489dd6fe,Axion Kobra EKP-8-18 reflex sight,14700,13397,13873,Mechanic,7840,₽,591c4efa86f7741030027726 +478ff1be-88b4-4b2d-bcd2-e78ec9fc7fe5,Aimpoint COMP M4 reflex sight,16888,16790,16435,Mechanic,16576,₽,5c7d55de2e221644f31bff68 +4218f301-0ccc-4238-abb8-603af2968cd4,Trijicon SRS-02 reflex sight,16999,18419,17639,Mechanic,12824,₽,5d2da1e948f035477b1ce2ba +710827bc-5322-4ced-a4d6-751e3fc20cb8,VKBO army bag,18888,20231,17977,Ragman,1513,₽,5ab8ee7786f7742d8f33f0b9 +d9050c20-90eb-4b48-8934-2e78cf147202,Tactical sling bag,3700,3508,3999,Ragman,1143,₽,5ab8f04f86f774585f4237d8 +3ed1bd89-a4d3-4524-aa00-9b897924312c,Tactical fleece hat,5555,5416,5518,Ragman,2796,₽,5aa2ba19e5b5b00014028f4e +ee2d9b70-c21e-4f5f-9b93-b86b43bacfd6,Zenit-BelOMO PSO-1 4x24 scope,17900,12748,11832,Mechanic,9959,₽,5c82342f2e221644f31c060e +a36a5c6a-d05d-4fc0-923c-9f2ac2a7b890,Ski hat with holes for eyes,13900,14255,15628,Ragman,3445,₽,5ab8f20c86f7745cdb629fb2 +284e0c4b-7d05-4923-8940-4337a944e5ec,Santa's hat,500,500,500,Ragman,310,₽,5a43957686f7742a2c2f11b0 +df4cf092-9870-4bba-8d71-06590a7ff2b9,"PSh-97 ""Djeta"" riot helmet",19000,22788,18949,Ragman,10044,₽,5c0d2727d174af02a012cf58 +e3425d63-4a42-4a40-9c8a-6c03cecbbd0a,Pompon hat,4800,10172,7607,Ragman,2827,₽,5b4329075acfc400153b78ff +55ea4ec0-c64a-4c44-9d79-555e89634b9e,MIL-TEC panama hat,2000,2223,2327,Ragman,1345,₽,5b4327aa5acfc400175496e0 +113faf05-c8d5-4742-bbaa-7341945d685d,Kotton beanie,14000,14386,14428,Ragman,14884,₽,5bd073c986f7747f627e796c +4a6b0762-2b21-4dd2-95f8-f17af1fa880b,Kinda cowboy hat,12300,11590,12050,Ragman,12098,₽,5aa2b9ede5b5b000137b758b +fe7efda9-e4e6-48b5-a436-ee97708e1607,EMERCOM cap,2369,4228,3802,Ragman,896,₽,5aa2b89be5b5b0001569311f +ebadb333-73c1-4a56-8b2b-03e9c284b34f,Ded Moroz hat,500,500,500,Ragman,310,₽,5a43943586f77416ad2f06e2 +9e330576-87bc-4e39-a6f1-e09d717afaa7,Beanie,3800,4547,6044,Ragman,663,₽,572b7fa124597762b472f9d2 +338aa646-bd1c-4a90-b995-d0c491137dbf,"""Door Kicker"" Boonie hat",9999,11782,12722,Ragman,6324,₽,5d96141523f0ea1b7f2aacab +a062c7b7-2ff5-43af-82e4-ee86a66e8699,Slender mask,24000,26822,23391,Ragman,7770,₽,5bd06f5d86f77427101ad47c +be7fb70d-2011-45e7-b79b-dd22a233b30b,Shemagh (Tan),4500,4918,4757,Ragman,2505,₽,5b4325355acfc40019478126 +5ceedf4b-7f53-4689-9906-774b9097ae48,Momex balaclava,5499,4747,4582,Ragman,1991,₽,5b432f3d5acfc4704b4a1dfb +83c3377d-7423-4b83-bcc9-a795e796284c,Army cap,2420,3410,2380,Ragman,839,₽,59e770f986f7742cbe3164ef +5de32211-ed49-4a61-9d8c-e73bdd14db89,Misha Mayorov mask,9999,9187,8424,Ragman,1774,₽,5bd0716d86f774171822ef4b +1dc679eb-061e-48d0-b90e-3f8b79017da5,Jason mask,10000,11811,11977,Ragman,3178,₽,5bd071d786f7747e707b93a3 +59a0f8cf-1d3b-4df1-9880-449e98e9ecd2,GP-5 gas mask,27000,28515,28066,Ragman,3959,₽,5b432c305acfc40019478128 +b44521bc-9597-48b5-b133-3c064739cb7d,Ghost balaclava,7500,9347,8869,Ragman,4209,₽,5ab8f4ff86f77431c60d91ba +7d0b7612-ad6f-4e3c-aed1-2173b8f2bb83,Fake white beard,7500,7500,7500,Ragman,4650,₽,5c1a1e3f2e221602b66cc4c2 +2d256b91-7bd4-45b9-9ce1-4416ab4c468c,Cold Fear Infrared balaclava,5000,6440,5668,Ragman,2141,₽,5ab8f39486f7745cd93a1cca +69d6f25b-a4c0-4628-9410-384d0d6c8c1e,Balaclava,2874,3334,3134,Ragman,1605,₽,572b7f1624597762ae139822 +c0e0fbbf-49f7-4e95-8bf4-04fc4a09d84d,WARTECH TV-110 plate carrier rig,121113,138899,129855,Ragman,56544,₽,5c0e746986f7741453628fe5 +11481452-51ba-438d-a361-bfb2b9fb3894,Crye Precision AVS plate carrier,83333,98127,98119,Ragman,53072,₽,544a5caa4bdc2d1a388b4568 +b93834e3-8420-4499-b14b-d1c7ae9c1591,ANA Tactical M2 armored rig,75000,75574,70998,Ragman,42587,₽,5ab8dced86f774646209ec87 +1e608c20-ec03-45e1-9d1a-07946285be93,ANA Tactical M1 armored rig,89000,95728,88546,Ragman,50387,₽,5c0e722886f7740458316a57 +e884e882-cc69-41be-99b5-6a422069a4f8,"6B5-15 Zh-86 ""Uley"" armored rig",42500,43379,40976,Ragman,36766,₽,5c0e446786f7742013381639 +4f835164-d52c-44e5-b7dc-1ae3b0964b3d,5.11 Tactical TacTec plate carrier,266000,269969,239396,Ragman,56420,₽,5b44cad286f77402a54ae7e5 +ff4703eb-f98d-4def-a50e-6db715540274,WARTECH MK3 TV-104 chest rig,20000,25863,26451,Ragman,26958,₽,5ab8dab586f77441cd04f2a2 +535785aa-1b6d-4185-b020-3ae73bd0435f,EOTech Vudu 1-6x24 riflescope,47999,47977,50603,Mechanic,24833,₽,5b3b99475acfc432ff4dcbee +17dac440-e499-45e1-ba85-c27edcdb16f9,Velocity Systems Multi-Purpose Patrol Vest,38998,38833,39307,Ragman,30504,₽,5df8a42886f77412640e2e75 +174a4851-a3e5-4ba8-960c-90d194df6951,Blackhawk! Commando Chest Harness (Coyote Tan),24555,27473,25364,Ragman,20875,₽,5b44c8ea86f7742d1627baf1 +bf81f3f4-b668-4a1b-bf25-e508df3732f5,Trijicon RMR reflex sight,26800,26613,26012,Mechanic,12440,₽,5a32aa8bc4a2826c6e06d737 +53fecb18-9e0b-47a4-b7a6-1b1111a58bf7,Belt-A + Belt-B gear rig,33555,33727,33542,Ragman,34162,₽,5c0e6a1586f77404597b4965 +5d0af249-b4b6-4008-b0d9-754dbaa41ffb,Scav Vest,17500,16598,15633,Ragman,2603,₽,572b7adb24597762ae139821 +1cc29317-f9d0-4598-b10d-a2ec0631615b,Peltor Tactical Sport headset,20777,22419,21571,Ragman,21390,₽,5c165d832e2216398b5a7e36 +d8747365-c024-43d7-8582-41e3c428e239,GSSh-01 active headset,13000,13176,12999,Ragman,7416,₽,5b432b965acfc47a8774094e +c491af39-59ea-4dd2-b369-a6d4da8c6741,Peltor ComTac 2 headset,26900,28331,27570,Ragman,13460,₽,5645bcc04bdc2d363b8b4572 +23a892f4-3d55-436b-a69a-c6c125d5d602,MSA Sordin Supreme PRO-X/L active headset,28000,27358,27514,Ragman,14355,₽,5aa2ba71e5b5b000137b758f +b00291ab-ad41-4752-939f-b21a9aa8e45f,Ops-Core FAST RAC Headset,27000,28785,28556,Ragman,28914,₽,5a16b9fffcdbcb0176308b34 +fb4207b4-8cfd-443a-965a-eee3888a2a4c,ZSh-1-2M helmet (Black),30000,34654,35563,Ragman,33331,₽,5aa7e4a4e5b5b000137b76f2 +a53b9b6e-3671-43fe-9429-08224083bb11,6B47 Ratnik-BSh helmet,33335,31747,33250,Ragman,18961,₽,5a7c4850e899ef00150be885 +a6540fae-5af9-4b1c-990b-ebff47d96bad,AS VAL 9x39 integral barrel-suppressor,88888,68944,64025,Mechanic,13074,₽,57c44dd02459772d2e0ae249 +b775c2cc-76f7-4be8-b39b-b4d4a3044dd5,Glock 9x19 Fischer Development FD917 sound suppressor,24800,25447,24996,Mechanic,24671,₽,5a7ad74e51dfba0015068f45 +b4a36ad0-cd11-4b08-bf68-16f483adbc96,SKS Hexagon 7.62x39 sound suppressor,25000,26180,25997,Mechanic,24569,₽,593d490386f7745ee97a1555 +06537775-247c-472c-9eae-7f41f44aa7e8,Police cap,1950,3779,5914,Ragman,933,₽,5aa2b8d7e5b5b00014028f4a +2b88db11-69fd-4a2c-81b5-9c56419fdb07,ANA Tactical Alpha chest rig,44000,39402,38823,Ragman,28588,₽,592c2d1a86f7746dbe2af32a +82788622-7063-4723-9a27-7cd16d8af902,Pilgrim tourist backpack,53000,45781,43406,Ragman,24530,₽,59e763f286f7742ee57895da +b3facdc2-aaf0-487d-b108-363cab000099,Ushanka ear flap hat,15999,15537,15093,Ragman,3108,₽,59e7708286f7742cbd762753 +1ac02e0c-89ab-4a43-b5d4-9a76db7a371c,Baseball cap,1930,2449,4673,Ragman,633,₽,572b7d8524597762b472f9d1 +cc676840-1044-46e1-9937-3f1fd84b5538,BNTI Kirasa-N armor,35000,41876,39871,Ragman,30047,₽,5b44d22286f774172b0c9de8 +74fb7a1d-ae21-4a31-ba83-1530ee6354d1,Haley Strategic D3CRX Chest Harness,24776,25932,25156,Ragman,24490,₽,5d5d85c586f774279a21cbdb +2427c14c-c2f5-4262-be1c-6071d7708cee,SSh-68 steel helmet,16299,19575,17906,Ragman,10540,₽,5c06c6a80db834001b735491 +ee43eeb5-570a-4d9e-a8be-4a7beab3ea79,SOE Micro Rig,9955,10652,9923,Ragman,5952,₽,5d5d8ca986f7742798716522 +21be164c-510d-41e9-a18f-b104fab93183,OKP-7 reflex sight (Dovetail),16500,14903,14103,Mechanic,8487,₽,57486e672459770abd687134 +1ad964d0-0057-4ebe-a2b7-1bd7fdcc791b,TSh-4M-L soft tank crew helmet,7500,7877,7244,Ragman,5394,₽,5df8a58286f77412631087ed +c801e28f-7481-487a-93c6-6f3427a4a961,KAC QDSS NT-4 5.56x45 sound suppressor (Flat Dark Earth),28500,28981,29632,Mechanic,25338,₽,57dbb57e2459774673234890 +03fa1d2f-1968-4f1a-9005-91631c7726fd,Hensoldt FF 4-16x56 scope,31300,30763,31059,Mechanic,31239,₽,56ea70acd2720b844b8b4594 +0a0eab7d-389a-49e5-88f2-ef90be27ab3b,Dynaforce Triton M43-A chest harness,17000,19483,18979,Ragman,16411,₽,5ca20abf86f77418567a43f2 +2e549197-b0f8-4054-ba4d-4384dac0839f,Rotor 43 .366TKM muzzle brake,16000,16499,16003,Mechanic,14016,₽,5a9fbb74a2750c0032157181 +f1c54454-9f5c-46d8-89fd-ad1a7ad70b8f,Blackhawk! Commando Chest Harness (Black),26000,31774,34747,Ragman,20875,₽,5c0e9f2c86f77432297fe0a3 +804005ac-1859-498d-8ec7-eae8637d782d,Jack-o'-lantern tactical pumpkin helmet,10000,10000,10000,Ragman,6200,₽,59ef13ca86f77445fd0e2483 +cb388e6f-041c-481f-b819-a60d14df0ddb,Crye Precision AirFrame helmet (Tan),81000,89176,86540,Ragman,75113,₽,5c17a7ed2e2216152142459c +5b1e4082-61d6-48f7-9ca2-b9ac3ca966ea,Fake mustache,14000,13545,14364,Ragman,14067,₽,5bd073a586f7747e6f135799 +4a66fafa-52dd-4aa9-87df-f45e0b00722d,Zenit DTK-4М 7.62x39 muzzle brake,27419,27014,27395,Mechanic,27111,₽,59fb257e86f7742981561852 +cc77832a-0e94-40e2-96bd-59ef405beaea,FORT Redut-T5 body armor,188296,188296,188296,Ragman,116744,₽,5ca21c6986f77479963115a7 +00ecaed4-ba1e-494e-8f64-b06879055d9d,Ops-Core FAST MT Super High Cut helmet (Tan),79999,87534,85565,Ragman,71929,₽,5ac8d6885acfc400180ae7b0 +43737cbb-f1f3-4b30-9fec-14070b64ca20,Surefire SOCOM556-MONSTER 5.56x45 sound suppressor,29777,28939,27796,Mechanic,24080,₽,55d614004bdc2d86028b4568 +6844d0aa-c9f6-41be-9d08-2e789816ebda,SilencerCo Osprey 9 9x19mm sound suppressor,24900,27181,27247,Mechanic,22256,₽,5a32a064c4a28200741e22de +d3d73205-18dc-46b3-8cae-86dd385cda39,6B43 Zabralo-Sh 6A body armor,399999,442899,441433,Ragman,238680,₽,545cdb794bdc2d3a198b456a +7dad4e68-051e-4aa7-b103-6b6cf2035b2d,APB 9x18PM sound suppressor,3765,3761,3806,Mechanic,3597,₽,5abcc328d8ce8700194394f3 +9b145457-6a19-4804-a9a9-9a433d17ccd7,Team Wendy EXFIL Ballistic Helmet (Black),155000,159703,155294,Ragman,81344,₽,5e00c1ad86f774747333222c +ce648bf5-d811-4ce2-8a6b-a20ed552d2fe,Mosin 7.62x54R Bramit sound suppressor,29888,28291,27701,Mechanic,23102,₽,5b86a0e586f7745b600ccb23 +9adb2185-b62c-4b1a-b210-e5ca5400ada7,MPX-SD 9x19 integrated sound suppressor,11999,13026,12972,Mechanic,12042,₽,58aeac1b86f77457c419f475 +8930c978-70e2-4d32-9318-03a8c045ef1a,Leupold DeltaPoint Reflex Sight,33222,31364,35038,Mechanic,10168,₽,58d268fc86f774111273f8c2 +48986ae2-35be-495c-91e5-1971ab086752,Axion Kobra EKP-8-02 reflex sight (Dovetail),8888,10113,9954,Mechanic,5237,₽,5947db3f86f77447880cf76f +06aedeaf-92b4-415e-8846-bf7d7ab50f25,"6B5-16 Zh-86 ""Uley"" armored rig",51999,49047,51445,Ragman,25730,₽,5c0e3eb886f7742015526062 +bd96c3ca-e06e-4034-bb66-1136bad883f7,Maska-1Shch bulletproof helmet (Killa),85000,80541,86841,Ragman,78323,₽,5c0e874186f7745dc7616606 +12aadb2d-427e-4194-9b03-e9ac90a9d073,Ars Arma A18 Skanda plate carrier,93333,106378,101131,Ragman,66340,₽,5d5d87f786f77427997cfaef +0158aaa7-65ff-429a-b69e-54230db2d981,PP-19-01 Vityaz-SN 9x19 sound suppressor,11000,11838,11793,Mechanic,11392,₽,59bfc5c886f7743bf6794e62 +6bf2368d-42bf-422f-8ed1-ec9c0f31f19e,UMTBS 6sh112 Scout-Sniper,14200,14603,14129,Ragman,13282,₽,5929a2a086f7744f4b234d43 +c10b7c6b-63e4-41f3-b510-3c11beb9032f,Shattered light armored mask,28000,23878,22286,Ragman,14843,₽,5b432b2f5acfc4771e1c6622 +2bf9e195-91dc-44e8-b23f-37c1b6ea7cd1,Highcom Striker ACHHC IIIA helmet (Black),45888,47395,45166,Ragman,34205,₽,5b40e3f35acfc40016388218 +3babb987-455b-42b9-8792-71f9a5dd3eb1,Lower half-mask,7000,6873,7089,Ragman,1621,₽,572b7fa524597762b747ce82 +fd10bed4-a9e4-47ac-9bf4-fc31df959771,Surefire SOCOM556-MINI MONSTER 5.56x45 sound suppressor,33000,39133,39260,Mechanic,32480,₽,55d6190f4bdc2d87028b4567 +94a99469-e49e-42df-b052-969ee85d0f18,MP5SD 9x19 sound suppressor,88888,88888,106888,Mechanic,14957,₽,5926d33d86f77410de68ebc0 +08ab89ce-ca5e-446b-acb9-574b88a9dbb9,Highcom Striker ULACH IIIA helmet (Black),66666,63580,63515,Ragman,48350,₽,5b40e1525acfc4771e1c6611 +0c4dc27a-1c84-48ca-bbc3-dae6a2f562a8,BelOMO PK-06 reflex sight,8400,8310,8102,Mechanic,4480,₽,57ae0171245977343c27bfcf +cc34c380-adad-44cd-85d4-609f7aae7127,Nightforce ATACR 7-35x56 riflescope,55554,61058,63495,Mechanic,49166,₽,5aa66be6e5b5b0214e506e97 +d3e0b20c-942f-4bc8-b8d4-8e057f6bbaef,NSPU-M night vision scope,10899,12156,11116,Mechanic,7690,₽,5a7c74b3e899ef0014332c29 +07bfab63-5f71-4f46-9d3b-39c00d830569,6B3TM-01M armored rig,49000,49984,52800,Ragman,28086,₽,5d5d646386f7742797261fd9 +a42a7699-c1d1-4895-9c76-f2987870af99,Deadly Skull mask,4900,4987,4860,Ragman,3851,₽,5b432b6c5acfc4001a599bf0 +2e1e4be5-7576-45ca-a6d2-686656758ffc,Thunder Beast Arms Ultra 5 sound suppressor,77000,87541,92592,Mechanic,34720,₽,5d44064fa4b9361e4f6eb8b5 +c4e0f6e6-9ca2-4c23-a468-29133106316b,Wilcox Skull Lock head mount,11000,11967,12108,Ragman,12229,₽,5a16bb52fcdbcb001a3b00dc +4c335825-afb8-428c-9ae3-6ed1a97830a1,6B13 assault armor (Digital Flora),52420,47629,43908,Ragman,37882,₽,5c0e53c886f7747fa54205c7 +e22c75d7-24ed-4c0c-8696-d3f242960d8d,Aimpoint Micro T-1 reflex sight,18000,16696,18070,Mechanic,14753,₽,58d399e486f77442e0016fe7 +f68594f3-f330-4f06-b61e-92a3c24075a3,Gemtech ONE multi-caliber sound suppressor,35300,39662,39098,Mechanic,27171,₽,5c7955c22e221644f31bfd5e +d7b3de4d-1a1c-464e-81dc-a048ccaedefd,AKM Hexagon 7.62x39 sound suppressor,24800,23991,24030,Mechanic,23920,₽,593d489686f7745c6255d58a +34c1cc21-e2e0-4204-bda6-e0105df819f6,Walther MRS reflex sight,13800,12971,12888,Mechanic,5600,₽,570fd721d2720bc5458b4596 +628a892f-5140-472b-a67b-c921e2babf2c,Respirator,5000,6018,4974,Ragman,1107,₽,59e7715586f7742ee5789605 +f7bcdd1f-e8b6-40e6-8996-fb7820fbdc6f,BNTI Zhuk-6a heavy armor,270000,222667,219374,Ragman,176700,₽,5c0e625a86f7742d77340f62 +41a106ff-2718-42aa-a4bc-149bc8ebe7d2,6Sh118 raid backpack,179998,181567,173124,Ragman,58900,₽,5df8a4d786f77412672a1e3b +5f95e045-4d29-4060-a58d-844b2557e4ba,Transformer Bag,4250,3644,3128,Ragman,1135,₽,56e33680d2720be2748b4576 +67f7a18a-c047-402d-b0e9-e811ac8cec09,Valday PK-120 (1P87) holographic sight,10000,10907,10621,Mechanic,10766,₽,5c0505e00db834001b735073 +e7ebc526-09f6-45d1-886e-f04ced269a0a,BNTI Gzhel-K armor,126000,115221,114860,Ragman,70574,₽,5ab8e79e86f7742d8b372e78 +2c11ff72-d3b9-4522-8d9a-382813115201,BNTI LShZ-2DTM helmet,65000,64583,64260,Ragman,61132,₽,5d6d3716a4b9361bc8618872 +a5bd997c-f43d-41a1-9f37-4f3f07e1ec57,Kolpak-1S riot helmet,10000,8555,8532,Ragman,4545,₽,59e7711e86f7746cae05fbe1 +facf1c34-adfd-4fb4-b87c-67371fc53d0d,ZSh-1-2M helmet (Green),28000,33932,35792,Ragman,36015,₽,5aa7e454e5b5b0214e506fa2 +c38d7478-e77f-4428-a020-481e055c1a92,DevTac Ronin ballistic helmet,102298,102060,101832,Ragman,102245,₽,5b4329f05acfc47a86086aa1 +7cbf3bc6-f5e6-45bc-a962-76c9c0241d7d,IOTV Gen4 body armor (high mobility kit),132000,121242,120478,Ragman,73640,₽,5b44d0de86f774503d30cba8 +d32d47a2-9cab-4b34-b006-6a9dfd56088c,Oakley Mechanism heavy duty backpack (Black),47777,54411,52461,Ragman,31620,₽,5d5d940f86f7742797262046 +bd72ebbc-b3fc-4178-9685-c3d5bd124795,FLIR RS-32 2.25-9x 35mm 60Hz thermal riflescope,575000,555665,534524,Mechanic,81085,₽,5d1b5e94d7ad1a2b865a96b0 +915acae4-9e09-4030-83fa-4644aa9c9553,WARTECH TV-109 + TV-106 chest rig,12666,12366,11671,Ragman,10487,₽,59e7643b86f7742cbf2c109a +2df5e427-5bee-4524-a204-3e4bf157a111,Team Wendy EXFIL Ballistic Helmet (Coyote Tan),83000,82130,82626,Ragman,81344,₽,5e01ef6886f77445f643baa4 +94f2ded1-4e5b-419b-b716-0ef55a007816,SSSh-95 Sfera-S helmet,46830,46433,45412,Ragman,46811,₽,5aa7d193e5b5b000171d063f +10e2e907-3878-4e41-ad45-dbca84689639,Scav backpack,14000,15422,15589,Ragman,9296,₽,56e335e4d2720b6c058b456d +3e7318ca-6cca-4fc4-ab8b-2d01f744aed0,MSA ACH TC-2002 MICH Series helmet,38950,39173,36361,Ragman,30442,₽,5d5e9c74a4b9364855191c40 +c5b31ff5-f95d-434c-8bd7-c1b3eed6d516,Altyn assault helmet,105000,108601,106826,Ragman,99403,₽,5aa7e276e5b5b000171d0647 +151160b9-dd5f-408a-a0c2-91307e215e76,Zenit-BelOMO PSO-1M2-1 4x24 scope,9999,10629,11045,Mechanic,11079,₽,576fd4ec2459777f0b518431 +31a0f6d4-366e-412b-a9ee-749176b4a90b,Neoprene mask,16500,9286,7390,Ragman,3251,₽,5b4326435acfc433000ed01d +4368d6d0-e042-49d7-89c3-3285b5beac38,KMZ 1P69 3-10x riflescope,13420,13958,13965,Mechanic,14112,₽,5d0a3e8cd7ad1a6f6a3d35bd +43fda20e-4e8c-4908-a967-335914f539c2,SIG Sauer ROMEO4 reflex sight,12600,13307,13488,Mechanic,11931,₽,5b3116595acfc40019476364 +49e07459-e431-4a15-8487-292235b9de39,SilencerCo Hybrid 46 multi-caliber silencer,65000,78277,74293,Mechanic,38976,₽,59bffbb386f77435b379b9c2 +0b369eaa-4d6f-4870-9bb9-b0f1dafe2e99,PACA soft armor,29444,27858,28895,Ragman,14160,₽,5648a7494bdc2d9d488b4583 +32239330-d89b-4eda-9b48-e6bf1f69d801,Hexagon 12K 12ga sound suppressor,27000,26839,26534,Mechanic,12901,₽,59c0ec5b86f77435b128bfca +60769d56-6fe0-464f-9d6c-d2a1b6ca6e18,Flyye MBSS backpack,11999,11158,10470,Ragman,6979,₽,544a5cde4bdc2d39388b456b +2fb27d6f-1b29-4bbf-8ebc-bb97dfe5bcfd,Camelbak Tri-Zip backpack,67500,70712,64428,Ragman,23074,₽,545cdae64bdc2d39198b4568 +e74f718b-0842-4693-b2e7-39f37d42bee9,BNTI Module-3M body armor,16911,17256,16851,Ragman,14144,₽,59e7635f86f7742cbf2c1095 +689a1ed7-ae05-4d5d-b8eb-5e28e9276b4e,MF-UNTAR body armor,38000,36564,34825,Ragman,20680,₽,5ab8e4ed86f7742d8e50c7fa +0893c01c-a9e2-4c8c-808c-1d66098b05da,EOTech HHS-1 hybrid sight (Tan),30000,40235,41533,Mechanic,28672,₽,5c0a2cec0db834001b7ce47d +b2b30ee9-4e8e-44f4-9ab6-a7f270a3ea9e,BlackRock chest rig,37777,39830,37183,Ragman,25234,₽,5648a69d4bdc2ded0b8b457b +7289e6b6-b0ba-4e38-a1ca-475daa535825,BNTI Zhuk-3 press armor,29998,29924,28714,Ragman,23975,₽,5c0e5edb86f77461f55ed1f7 +3e949401-61ba-4ff3-905b-3f8bb8e27b14,Mystery Ranch Blackjack 50 backpack (Multicam),143000,155548,147777,Ragman,50840,₽,5c0e774286f77468413cc5b2 +e29ea3b3-b476-4615-b16d-2fa759ebf471,6B23-1 body armor (Digital Flora),46560,42624,39943,Ragman,24986,₽,5c0e5bab86f77461f55ed1f3 +00c20dc0-7965-4efa-a091-230921216cbe,Highcom Trooper TFO armor (Multicam),93999,89975,88007,Ragman,55180,₽,5c0e655586f774045612eeb2 +b3211f01-aa00-4828-8dfc-7ff42cdea4b0,6B13 assault armor (Flora),49999,59703,55537,Ragman,37882,₽,5c0e51be86f774598e797894 +e5a00430-b840-4d9d-8236-021cf9a42b5d,6B23-2 armor (Mountain Flora),62000,62469,57019,Ragman,42470,₽,5c0e57ba86f7747fa141986d +7190f1a6-f2bd-4157-a7dc-e987d55772d1,FORT Redut-M body armor,130000,123286,117302,Ragman,63782,₽,5ca2151486f774244a3b8d30 +353aab9a-dcb3-412b-9b13-44d509c63b7f,6B13 M assault armor (Tan),200000,208778,204598,Ragman,155682,₽,5c0e541586f7747fa54205c9 +702233cd-e04d-4a04-992b-ffdef5bae93b,IOTV Gen4 body armor (assault kit),168000,142280,137511,Ragman,84941,₽,5b44cf1486f77431723e3d05 +fc9d9d71-bc63-42fd-8348-0f2f3b49d765,"SSO ""Attack 2"" raid backpack",100000,100969,98154,Ragman,32903,₽,5ab8ebf186f7742d8b372e80 +846b33ea-2477-43a2-84ad-edef624ef4ea,IOTV Gen4 body armor (full protection),174444,152096,146832,Ragman,123254,₽,5b44cd8b86f774503d30cba2 +f15c75f2-e3e8-4186-9ea5-8f8401250340,3V G Paratus 3-Day Operator's Tactical backpack,59411,56672,54905,Ragman,36084,₽,5c0e805e86f774683f3dd637 +168dbfca-366f-41e2-a66e-b64e92b471fc,ANA Tactical Beta 2 Battle backpack,60000,64376,60031,Ragman,28945,₽,5b44c6ae86f7742d1627baea +e959ac01-3237-47d9-9bfa-f5c9eb817b74,Duffle bag,6200,6414,8541,Ragman,1287,₽,56e33634d2720bd8058b456b +5e39d6e8-cc93-49a4-9057-09cceeb40715,WARTECH Berkut BB-102 backpack,18000,19607,20287,Ragman,11904,₽,5ca20d5986f774331e7c9602 +ddfe033e-c5b4-434a-a717-b22eb53a17bf,6B47 Ratnik-BSh helmet with cover (Digital Flora),30000,29382,27300,Ragman,19242,₽,5aa7cfc0e5b5b00015693143 +d211f5d2-ba36-45bd-9b14-bc439a7e37cb,Armasight NVG head strap,26666,32777,27726,Ragman,11842,₽,5c066ef40db834001966a595 +870b7aa3-7180-4f6f-903e-76dbfaa44a11,UNTAR helmet,22999,23655,24183,Ragman,13265,₽,5aa7d03ae5b5b00016327db5 +2d7b4091-2114-4e8f-aebe-c4ee54dc057f,Highcom Striker ACHHC IIIA helmet (Olive),37500,48865,46311,Ragman,32598,₽,5b40e4035acfc47a87740943 +18651919-521a-41ba-91a3-81c483b777ca,FORT Kiver-M bulletproof helmet,20000,18308,19167,Ragman,19297,₽,5645bc214bdc2d363b8b4571 +3549cd1b-e465-45a8-b46f-c9c0af5d6a6a,LZSh light helmet,30888,32808,31036,Ragman,29366,₽,5b432d215acfc4771e1c6624 +255d3d3e-f3a6-4843-970e-e659d9c1e2bb,MSA ACH TC-2001 MICH Series helmet,30000,35465,33040,Ragman,28644,₽,5d5e7d28a4b936645d161203 +e967673a-2e1c-4aa5-bdd7-74b2dc73c156,Burris FastFire 3 reflex sight,19000,18464,18807,Mechanic,9245,₽,577d141e24597739c5255e01 +0cedb908-bdc8-4b0c-b689-6f7dc642f427,ShPM Firefighter helmet,8999,9046,9829,Ragman,7626,₽,5c08f87c0db8340019124324 +31c2f0d1-a621-4648-92ad-2eb5e75a2596,Vulkan-5 (LShZ-5) heavy helmet,164400,160773,163021,Ragman,164193,₽,5ca20ee186f774799474abc2 +4d5b9507-d6c2-430a-ade9-25f9b8d04b95,Flat screwdriver,8790,9228,9816,Therapist,945,₽,5d63d33b86f7746ea9275524 +c4763f84-02ab-47d4-9749-c7faf77f31bd,Shemagh (Green),11997,13192,11237,Ragman,2640,₽,5ab8f85d86f7745cd93a1cf5 +16bf26cf-c2de-4ce8-9a96-e942979bca47,ELCAN SpecterDR 1x/4x Scope,38888,33855,33065,Mechanic,18459,₽,57ac965c24597706be5f975c +9cdb3379-e4e6-4f07-9fdb-15c01ea88e34,Ops-Core FAST MT Super High Cut helmet (Black),89555,94780,94101,Ragman,81205,₽,5a154d5cfcdbcb001a3b00da +cb9e405f-aa88-4a78-974e-e8b22566f39e,Highcom Striker ULACH IIIA helmet (Coyote Tan),55000,60004,57796,Ragman,44979,₽,5b40e2bc5acfc40016388216 +deeb6dcc-82e7-4664-b4d3-ef01cd78673b,Trijicon ACOG TA01NSN 4x32 scope (Black),18000,17716,19000,Mechanic,15491,₽,5c05293e0db83400232fff80 +2013b910-c268-4976-8c8d-97181b3e5fdb,OKP-7 reflex sight,7500,8950,8774,Mechanic,7150,₽,570fd79bd2720bc7458b4583 +6f4bcc3f-7584-4534-99e8-2527b80aa778,6B2 armor (Flora),19999,19615,22066,Ragman,17794,₽,5df8a2ca86f7740bfe6df777 +d7c91185-204c-4fee-86fd-6c3dfb2b0c0d,EOTech HHS-1 hybrid sight,49400,52080,48720,Mechanic,28672,₽,5c07dd120db834001c39092d +e29c4ed8-18f2-4182-ada4-b7674593ca60,Items case,1229994,1229994,1229994,Therapist,774896,₽,59fb042886f7746c5005a7b2 +81d55273-4796-4e01-93be-0d25d5b5dbb9,Maska-1Shch bulletproof helmet (Olive Drab),79888,80230,78833,Ragman,78323,₽,5c091a4e0db834001d5addc8 +8b31bf44-8e52-4493-8ac9-1cc0fb8d3e99,Aluminum splint,15222,13874,13301,Therapist,3276,₽,5af0454c86f7746bf20992e8 +a1712df4-4763-4795-914b-851fffb8e6d8,AK-101 5.56x45 assault rifle,39999,40875,39911,Mechanic,19971,₽,5ac66cb05acfc40198510a10 +138d8561-da79-4cbb-a4a7-2cb761a3a3c7,AK-102 5.56x45 assault rifle,45000,49703,43879,Mechanic,28923,₽,5ac66d015acfc400180ae6e4 +2953cf94-890e-44e6-9f93-0dccb38d69ea,AK-103 7.62x39 assault rifle,47000,46000,45677,Mechanic,19214,₽,5ac66d2e5acfc43b321d4b53 +6cf23c81-2c09-47d6-a1f3-ab736fa19656,AK-104 7.62x39 assault rifle,29999,24930,26126,Mechanic,22351,₽,5ac66d725acfc43b321d4b60 +5fc0c5f2-19fd-4eab-bac0-cd249751c1fb,AK-105 5.45x39 assault rifle,13000,16035,15781,Mechanic,17283,₽,5ac66d9b5acfc4001633997a +915a0dda-ff4b-4458-bdfd-92ada5e825b7,AK-74 5.45x39 assault rifle,16000,14572,13958,Mechanic,12180,₽,5bf3e03b0db834001d2c4a9c +c667583b-ab58-4bb2-b3fa-f1b5ea1e6938,AK-74M 5.45x39 assault rifle,17900,14493,14375,Mechanic,14661,₽,5ac4cd105acfc40016339859 +bfde662f-e110-4d0d-a8bf-83ff01f6c48e,AK-74N 5.45x39 assault rifle,34000,25988,24312,Mechanic,12962,₽,5644bd2b4bdc2d3b4c8b4572 +7ecda500-745e-4275-8b4e-b883b0a28139,AKM 7.62x39 assault rifle,37000,31333,30966,Mechanic,16527,₽,59d6088586f774275f37482f +97571456-46a7-4b8c-9539-3a2211e0d884,AKMN 7.62x39 assault rifle,40000,43793,41659,Mechanic,19042,₽,5a0ec13bfcdbcb00165aa685 +15728433-6b75-4511-ad6c-b06f8b9a2b4c,AKMS 7.62x39 assault rifle,17000,15907,15346,Mechanic,15608,₽,59ff346386f77477562ff5e2 +db8b528d-195e-4d1d-bf62-e95a091ad1d4,AKMSN 7.62x39 assault rifle,21000,21612,21160,Mechanic,16224,₽,5abcbc27d8ce8700182eceeb +a6bd6fed-2c40-49b0-bbac-26a52fdcac35,AKS-74 5.45x39 assault rifle,15750,15154,14063,Mechanic,13250,₽,5bf3e0490db83400196199af +7d598c7b-af4b-44b3-b345-261bf756d4bb,AKS-74N 5.45x39 assault rifle,25000,24493,23294,Mechanic,14274,₽,5ab8e9fcd8ce870019439434 +d71b301e-4187-446a-9fcc-a0ee3d98a193,AS VAL 9x39 suppressed assault rifle,100000,106062,104146,Mechanic,32562,₽,57c44b372459772d2b39b8ce +3522164a-3fab-44eb-ba5a-4c2e7b3043b1,ASh-12 12.7x55 assault rifle,54430,60788,59327,Mechanic,52528,₽,5cadfbf7ae92152ac412eeef +af76796d-cba6-4f70-aa93-bde67c458920,Colt M4A1 5.56x45 assault rifle,0,0,0,Mechanic,10302,₽,5447a9cd4bdc2dbd208b4567 +ea99a196-986a-4897-9ebc-0ff81a5fe4ba,DS Arms SA-58 7.62x51 assault rifle,0,0,0,Mechanic,21332,₽,5b0bbe4e5acfc40dc528a72d +59b88511-9e21-4bcc-b8e5-e84c45c233bc,Desert Tech MDR 5.56x45 assault rifle,55000,54024,50673,Mechanic,18609,₽,5c488a752e221602b412af63 +59fb9176-29f5-4e23-867a-a4a0aa6e78f2,HK 416A5 5.56x45 assault rifle,47900,47480,46705,Mechanic,12208,₽,5bb2475ed4351e00853264e3 +1da94960-5a14-4cb0-bc25-23a07ecbc915,AKS-74U 5.45x39 assault rifle,13000,14188,14659,Mechanic,7640,₽,57dc2fa62459775949412633 +1712edd1-ee59-4277-a228-f79b964baeeb,AKS-74UB 5.45x39 assault rifle,21000,18286,18451,Mechanic,12178,₽,5839a40f24597726f856b511 +f907aa43-bb7f-4dc3-92fb-e8805b66f54f,AKS-74UN 5.45x39 assault rifle,18999,20967,19516,Mechanic,10833,₽,583990e32459771419544dd2 +22b9ffd2-3231-4c90-864c-85a4f8f47865,Desert Tech MDR 7.62x51 assault rifle,0,0,0,Mechanic,29809,₽,5dcbd56fdbd3d91b3e5468d5 +fd62478e-f224-4aa1-9756-4cd59ad3054a,ADAR 2-15 5.56x45 carbine,5999,7924,9237,Mechanic,3528,₽,5c07c60e0db834002330051f +2ac3760f-5f2c-4feb-9e17-c222dbdd394f,Lone Star TX-15 DML 5.56x45 carbine,41000,31622,35539,Mechanic,13662,₽,5d43021ca4b9362eab4b5e25 +2d7ba6e6-421d-464c-8e29-f93d56aceb04,Simonov SKS 7.62x39 semi-automatic carbine,9750,10777,10821,Mechanic,10825,₽,574d967124597745970e7c94 +e0291a4a-0661-466c-9c65-a77a7e974aea,Simonov OP-SKS 7.62x39 semi-automatic carbine (Hunting Rifle Version),16000,16179,14209,Mechanic,12216,₽,587e02ff24597743df3deaeb +7bed8119-00ac-4d9f-a0f9-2059becaf7e4,Molot VPO-209 .366 TKM carbine,14500,15871,15636,Mechanic,12088,₽,59e6687d86f77411d949b251 +b49b1e89-5b12-4a6a-a6a3-6a20ca161578,VPO-101 Vepr Hunter 7.62x51 carbine,17969,14459,15150,Mechanic,21828,₽,5c501a4d2e221602b412b540 +247f31e5-348c-4958-a9e1-c9e79a8dad8e,Molot VPO-136 Vepr KM 7.62x39 carbine,9995,8804,9756,Mechanic,10628,₽,59e6152586f77473dc057aa1 +e4d7e777-c629-4398-95ec-a22172bed6c6,LOBAEV Arms DVL-10 Saboteur .308 bolt-action sniper rifle,82000,87099,83292,Jaeger,25784,₽,588892092459774ac91d4b11 +944fe256-abc3-400c-8c58-31fd1fef6bf1,Mosin 7.62x54R bolt-action infantry rifle,32000,27606,26297,Jaeger,6900,₽,5bfd297f0db834001a669119 +aebf38a4-16e3-49c8-9d3d-33962d9a2d00,Mosin 7.62x54R bolt-action sniper rifle,36666,37463,34412,Jaeger,9346,₽,5ae08f0a5acfc408fb1398a1 +5f2636b6-e1eb-4a22-b4e4-701d6a2ba5d7,Orsis T-5000M .308 bolt-action sniper rifle,55000,58343,55745,Jaeger,16184,₽,5df24cf80dee1b22f862e9bc +1d351608-3986-4cea-90b4-4d9b08fb989d,Remington Model 700 .308 bolt-action sniper rifle,39000,31222,29257,Jaeger,10500,₽,5bfea6e90db834001b7347f3 +8b1127e6-3353-49a5-9451-270dc3a6d146,SV-98 7.62x54R bolt-action sniper rifle,33000,31829,30564,Jaeger,14993,₽,55801eed4bdc2d89578b4588 +f7f92c1b-d5f3-4575-8459-0a6690b74f38,Molot VPO-215 .366 TKM bolt-action rifle,16500,16970,16763,Jaeger,4410,₽,5de652c31b7e3716273428be +31dff41f-88e4-43b2-a509-fc78dc7cdb86,RPK-16 5.45x39 light machine gun,49000,45791,42910,Mechanic,12522,₽,5beed0f50db834001c062b12 +f275d395-ccf3-408e-a563-dfa58601c838,Knight's Armament Company SR-25 7.62x51 marksman rifle,58999,59416,58976,Jaeger,14763,₽,5df8ce05b11454561e39243b +0e081ae1-cd49-4c1f-b8de-8c141f3c958b,Remington R11 RSASS 7.62x51 marksman rifle,210000,276851,238597,Jaeger,24963,₽,5a367e5dc4a282000e49738f +8b8c8c20-2cb7-482c-ab67-8b5fc101574e,VSS Vintorez 9x39 Special Sniper Rifle,68888,56158,47374,Jaeger,32602,₽,57838ad32459774a17445cd2 +3934d22f-b5eb-412d-bb8d-98a0f63d3893,Springfield Armory M1A 7.62x51 carbine,58400,50042,47649,Jaeger,18158,₽,5aafa857e5b5b00018480968 +8e00503a-6f9c-4e30-9111-b4e45ac383ad,SVDS 7.62x54R sniper rifle,60000,60049,59125,Jaeger,26163,₽,5c46fbd72e2216398b5a8c9c +81f9f01c-3397-41e1-af71-dd9c2a463bc6,6Kh5 Bayonet,19888,19118,22205,Jaeger,16824,₽,5bffdc370db834001d23eca8 +9622c54f-7c61-4e2b-ae1a-153e889ef829,Antique axe,56000,55777,56459,Jaeger,56760,₽,5bc9c1e2d4351e00367fbcf0 +29f9720a-c066-4945-9fdb-bfb8d324a71c,Bars A-2607 - 95x18 knife,3600,3665,3661,Jaeger,3067,₽,57e26fc7245977162a14b800 +2def84a8-cc96-4715-a554-844407d5a410,Bars A-2607 Damascus knife,2248,2472,2687,Jaeger,2155,₽,57e26ea924597715ca604a09 +56bb6f34-bbee-4166-b1b9-bcf053e0ee78,Camper axe,32112,35300,45442,Jaeger,24720,₽,5c012ffc0db834001d23f03f +edaaef95-0161-4ed4-a779-014d10203671,Crash Axe,450000,450000,450000,Jaeger,270000,₽,5bffe7930db834001b734a39 +5a4aba5d-58f9-4bcb-b4a6-c4fec3be41cd,ER FULCRUM BAYONET,9000,9795,10264,Jaeger,10260,₽,54491bb74bdc2d09088b4567 +fd8ea808-90fd-4123-b12b-d2bc6685b1d9,Freeman crowbar,10998,10949,11242,Jaeger,10920,₽,5c07df7f0db834001b73588a +5aa26562-b1c9-4194-8088-68cb8b90541c,Kiba Arms Tactical Tomahawk,16800,16800,16800,Jaeger,10080,₽,57cd379a24597778e7682ecf +43ae98d6-98d0-40e5-bbd5-d1baecde315d,Miller Bros. Blades M-2 Tactical Sword,1570000,1570000,1570000,Jaeger,942000,₽,5bffdd7e0db834001b734a1a +e9e8419e-4557-4bbd-b34d-5aabc90bc264,MPL-50 entrenching tool,3560,3560,3560,Jaeger,2136,₽,5bead2e00db834001c062938 +079de46d-2d69-4838-949f-35aae3c6aa47,SP-8 Survival Machete,55000,47345,82453,Jaeger,46500,₽,5c010e350db83400232feec7 +d354012c-921b-4de1-91b8-8186624c6cf6,Serdyukov SR-1MP Gyurza 9x21 pistol,18000,21240,19099,Mechanic,10804,₽,59f98b4986f7746f546d2cef +295dea20-af39-4007-92da-abe8bcee78cd,Beretta M9A3 9x19 pistol,9999,9533,10207,Mechanic,2688,₽,5cadc190ae921500103bb3b6 +04b05482-2d80-4825-9ef9-6ce478ba9421,FN Five-seveN MK2 5.7x28 pistol,26999,27942,26513,Mechanic,7973,₽,5d3eb3b0a4b93615055e84d2 +7d819abf-5c41-4498-a21c-8273080b8166,Glock 17 9x19 pistol,16000,14322,13972,Mechanic,3700,₽,5a7ae0c351dfba0017554310 +96d0e8ac-c193-4894-bdb0-8c4ea629c3a2,Glock 18C 9x19 machine pistol,21000,21122,20223,Mechanic,8526,₽,5b1fa9b25acfc40018633c01 +146e793a-11f4-46f0-bfda-6460f70d18ec,SIG P226R 9x19 pistol,9544,8259,9172,Mechanic,3493,₽,56d59856d2720bd8418b456a +e031f430-0320-4ecf-bf9a-5962872ddadd,PB 9x18PM silenced pistol,12222,11684,11261,Mechanic,6439,₽,56e0598dd2720bb5668b45a6 +13484c21-9cd0-40ff-bf19-773191046018,"PM ""Makarov"" 9x18PM pistol",2999,4630,5222,Mechanic,2854,₽,5448bd6b4bdc2dfc2f8b4569 +ef587766-ae6b-44b9-9177-147ecf53e439,"PM (t) ""Makarov"" 9x18PM pistol",6666,9227,10872,Mechanic,4770,₽,579204f224597773d619e051 +01971851-6ff2-421a-89c4-459cc539d7ce,APB 9x18PM silenced machine pistol,12222,16555,16178,Mechanic,6513,₽,5abccb7dd8ce87001773e277 +3e0a78e3-db45-41ee-b457-3233ade028fa,APS 9x18PM machine pistol,11600,11600,11600,Mechanic,6496,₽,5a17f98cfcdbcb0980087290 +0b561eb9-bedd-4100-a2f6-1e582a4f1013,TT-33 7.62x25 TT pistol (Gold),26500,27149,27344,Mechanic,12984,₽,5b3b713c5acfc4330140bd8d +0525b0ae-8032-4e4d-80f5-63d51ece1365,Yarygin MP-443 Grach 9x19 pistol,9000,7497,7889,Mechanic,5845,₽,576a581d2459771e7b1bc4f1 +10185aed-95a3-4abc-a943-529e330118d4,TT-33 7.62x25 TT pistol,3990,5860,6013,Mechanic,2346,₽,571a12c42459771f627b58a0 +bc36d87b-98e8-4faa-b2e2-769b0ce340a6,FN Five-seveN MK2 5.7x28 pistol (Flat Dark Earth),29500,27475,26063,Mechanic,7973,₽,5d67abc1a4b93614ec50137f +fd09d3ff-db50-48db-afa7-728ca1976930,MP-133 12ga pump-action shotgun,14500,12049,11561,Mechanic,8088,₽,54491c4f4bdc2db1078b4568 +1eadf001-eac3-4a31-a8e7-3cee196f70d7,MP-153 12ga semi-automatic shotgun,23000,22857,23339,Mechanic,8389,₽,56dee2bdd2720bc8328b4567 +637904b6-7d7a-491b-b9c5-34c263a20a64,Remington Model 870 12ga pump-action shotgun,17999,19422,20149,Mechanic,8065,₽,5a7828548dc32e5a9c28b516 +908aa550-1b4f-49f5-8af2-3474b326aa60,Saiga 12ga ver.10 12/76 semi-automatic shotgun,16999,15995,15140,Mechanic,9250,₽,576165642459773c7a400233 +15391df6-40a6-44af-b951-362dbfb9908a,TOZ-106 20ga bolt-action shotgun,6999,8207,8452,Mechanic,1975,₽,5a38e6bac4a2826c6e06d79b +2b027030-25eb-40db-91ba-76bd87ece38b,B&T MP9 9x19 submachine gun,19000,21837,20579,Mechanic,8001,₽,5e00903ae9dc277128008b87 +a384f43b-2549-4422-8840-31f3718b1bc1,FN P90 5.7x28 submachine gun,83000,79465,73031,Mechanic,25312,₽,5cc82d76e24e8d00134b4b83 +1fe3f386-7326-4722-9a9e-0b2e4686806e,HK MP5 9x19 submachine gun (Navy 3 Round Burst),22222,23158,22674,Mechanic,6794,₽,5926bb2186f7744b1c6c6e60 +c7f88170-cdbc-432c-8ab2-a427ac54aa7a,HK MP5K 9x19 submachine gun,10000,11911,13442,Mechanic,5320,₽,5d2f0d8048f0356c925bc3b0 +65a4effb-7d19-485e-a23c-b383178e0d37,HK MP7A1 4.6x30 submachine gun,45000,43611,41576,Mechanic,24801,₽,5ba26383d4351e00334c93d9 +9b98b61f-67d6-4cfe-9e42-96e9845a76c8,HK MP7A2 4.6x30 submachine gun,58000,49654,48783,Mechanic,25329,₽,5bd70322209c4d00d7167b8f +6609b50d-5179-408e-9ca4-c6c2ccb961f1,PP-9 Klin 9x18PMM submachine gun,15499,15156,14901,Mechanic,13698,₽,57f4c844245977379d5c14d1 +0c4b072e-1e3a-4252-9d65-e8975f6b0fba,PP-91 Kedr 9x18PM submachine gun,11999,9696,9811,Mechanic,10554,₽,57d14d2524597714373db789 +b89aa42a-2979-4d19-9137-28fc30c24033,PP-91-01 Kedr-B 9x18PM submachine gun,21000,26796,25441,Mechanic,11333,₽,57f3c6bd24597738e730fa2f +8f817d00-2c15-4729-8da3-6e295d9cc9e4,Saiga-9 9x19 carbine,7999,8064,8176,Mechanic,5570,₽,59f9cabd86f7743a10721f46 +be5f9ae0-a389-43b3-bb84-ec7a233fff22,SIG MPX 9x19 submachine gun,44800,40464,40033,Mechanic,10588,₽,58948c8e86f77409493f7266 +b68ae700-67c1-4364-af77-ce9c7302af5a,PP-19-01 Vityaz-SN 9x19 submachine gun,19000,19500,18548,Mechanic,8261,₽,59984ab886f7743e98271174 +a8a23ac3-c006-405f-99f2-6219ec0b6cb8,B&T MP9-N 9x19 submachine gun,21000,18284,18502,Mechanic,10360,₽,5de7bd7bfd6b4e6e2276dc25 +896c2c75-e4ae-49ad-ada3-1ed8569ca5ed,F-1 hand grenade,12666,10582,10038,Prapor,2799,₽,5710c24ad2720bc3458b45a3 +6097788b-71e2-4e83-bfa4-e214937350d4,M67 Hand grenade,18900,18906,19740,Prapor,4009,₽,58d3db5386f77426186285a0 +70c96c89-f062-4178-a712-9d31c69ce6f9,RDG-2B smoke grenade,10000,8662,9195,Prapor,2720,₽,5a2a57cfc4a2826c6e06d44a +67bf2e6c-64b0-4172-9a29-ea0c84282416,RGD-5 hand grenade,12000,11673,11303,Prapor,3614,₽,5448be9a4bdc2dfd2f8b456a +41256d08-0e11-418a-9c61-218046eeafb9,Zarya stun grenade,7319,6905,7548,Prapor,3357,₽,5a0c27731526d80618476ac4 +79da7191-3bd2-4b6d-a02c-607ed02c2aff,5.56x45mm M995,1450,1622,1581,Mechanic,193,₽,59e690b686f7746c9f75e848 +9609f8dd-3869-4d92-a62d-2cbf3a5e33fc,9x39mm BP gs,1000,987,1043,Mechanic,169,₽,5c0d688c86f77413ae3407b2 +f2a6b0b5-ff5c-49ea-b966-dd8c80bd6ee2,4.6x30mm AP SX,1666,1623,1562,Mechanic,143,₽,5ba26835d4351e0035628ff5 +df4eca2e-79fa-4780-afe9-78e9b226fb07,"5.45x39mm PPBS gs ""Igolnik""",960,932,925,Mechanic,315,₽,5c0d5e4486f77478390952fe +a5a1ea7d-d04e-46a0-961d-5f863fcc5c10,5.45x39mm BS gs,998,969,1082,Mechanic,213,₽,56dff026d2720bb8668b4567 +b626bcf8-c73c-467e-8882-1b61908d9939,7.62x39mm BP gzh,909,927,918,Mechanic,167,₽,59e0d99486f7744a32234762 +b797a65d-5a99-454c-97e5-ba9e9bfd6d01,7.62x51mm M61,2599,2713,2680,Mechanic,218,₽,5a6086ea4f39f99cd479502f +af52ec74-b423-429e-9bcd-b157a697239c,9x39mm SPP gs,842,798,825,Mechanic,162,₽,5c0d668f86f7747ccb7f13b2 +5bc99b0c-6b7a-488b-b47b-11ad96985bc1,7.62x54R BS,2100,2020,2323,Mechanic,294,₽,5e023d48186a883be655e551 +ba864652-d13e-4f9e-b1a0-6060352d3b56,9x19mm RIP,668,555,581,Mechanic,216,₽,5c0d56a986f774449d5de529 +b1d92626-7252-4c20-ab45-831e8c25ea46,9x19mm AP 6.3,900,905,884,Mechanic,62,₽,5c925fa22e221601da359b7b +02882c19-a33d-4b48-b00a-2bf390ea8606,5.56x45mm M856A1,680,657,630,Mechanic,102,₽,59e6906286f7746c9f75e847 +b610ec3c-55f4-43e1-a462-7229596b4185,9x39 mm SP6 gs,700,666,612,Mechanic,120,₽,57a0e5022459774d1673f889 +87f08cea-421c-4bed-8dfc-0f90c4b63f69,7.62x51mm M62,1000,1036,1005,Mechanic,154,₽,5a608bf24f39f98ffc77720e +6116ff23-0ce6-4ce3-8baa-98f3535b7ffd,5.56x45mm M855A1,1790,1516,1531,Mechanic,80,₽,54527ac44bdc2d36668b4567 +97a7aad3-e64b-44b5-a5ee-c25caf1f1b09,7.62x54R PS,865,849,849,Mechanic,133,₽,59e77a2386f7742ee578960a +180f4fa5-db47-4b7b-abd2-201ca410abfc,5.45x39mm BT gs,628,520,489,Mechanic,134,₽,56dff061d2720bb5668b4567 +cdec0187-d523-4792-9e56-df7797dddf29,5.56x45mm Warmageddon,80,87,91,Mechanic,87,₽,5c0d5ae286f7741e46554302 +7015721d-4991-42b0-9ccd-8d325571221b,7.62x54R BT gzh,1150,1215,1275,Mechanic,225,₽,5e023d34e8a400319a28ed44 +294d5827-a218-4141-978c-cedbca5ade10,5.7x28mm SB193,1000,1161,1628,Mechanic,80,₽,5cc80f67e4a949035e43bbba +e867a0df-c4a1-4d8d-a94c-97e421d54dfa,12/70 RIP,1001,939,2173,Mechanic,169,₽,5c0d591486f7744c505b416f +6f71a6f7-66db-4405-89ee-491658a8a3ff,12.7x55 mm PS12B,8500,2410,1803,Mechanic,255,₽,5cadf6eeae921500134b2799 +5abfc01b-68c5-4183-9cc1-c98c53836d6f,5.45x39mm BP gs,319,314,302,Mechanic,72,₽,56dfef82d2720bbd668b4567 +c0fc26e0-fc8f-4218-83f6-77fe47c70a70,9x19mm Luger CCI,179,229,235,Mechanic,104,₽,5a3c16fe86f77452b62de32a +2b1eb517-d665-4e98-b533-254cf0a13bc8,5.7x28mm SS198LF,1399,868,635,Mechanic,75,₽,5cc80f79e4a949033c7343b2 +46adadb1-7303-4eca-ab04-d740cdd53a2d,4.6x30mm Subsonic SX,500,651,816,Mechanic,91,₽,5ba26844d4351e00334c9475 +cb60715a-8671-4c8f-b90b-ef2b0db677e8,4.6x30mm FMJ SX,1990,1424,1232,Mechanic,69,₽,5ba2678ad4351e44f824b344 +f8359819-445b-4230-8e6c-3e736edbc507,7.62x54R SNB,905,853,853,Mechanic,210,₽,560d61e84bdc2da74d8b4571 +a46e4688-63e7-4b7e-984c-f53b38e09dec,7.62x51mm Ultra Nosler,165,246,298,Mechanic,179,₽,5e023e88277cce2b522ff2b1 +b850f3ec-3fc5-4c64-9a1a-e02148b3ff3e,5.7x28mm L191,688,1020,894,Mechanic,63,₽,5cc80f53e4a949000e1ea4f8 +1b752abe-6da5-4248-8836-2941d17a40bb,9x21mm BT gzh,380,896,1029,Mechanic,135,₽,5a26ac0ec4a28200741e1e18 +3010f542-a38e-45e4-b5b0-fff361580684,5.7x28mm R37.F,210,200,188,Mechanic,120,₽,5cc86832d7f00c000d3a6e6c +8b190ab8-d8ec-4f87-b5bf-a25c9f97ef10,5.56x45mm M855,220,228,307,Mechanic,62,₽,54527a984bdc2d4e668b4567 +6a9deda3-27e3-474d-a089-d56121a80ffa,5.7x28mm SS190,1000,1681,2117,Mechanic,59,₽,5cc80f38e4a949001152b560 +70b0c8e8-091d-4ea7-a13d-723a395ea07a,9x21mm PE gzh,500,313,278,Mechanic,110,₽,5a26ac06c4a282000c5a90a8 +0f8d03d4-ffc0-4bc1-b476-d534c409a0a8,5.7x28mm SS197SR,200,480,509,Mechanic,62,₽,5cc80f8fe4a949033b0224a2 +0e451870-886d-4749-91cd-c953cbd2e510,7.62x51mm M80,344,464,398,Mechanic,100,₽,58dd3ad986f77403051cba8f +47c91930-9ab1-419e-b9aa-479801efbd9f,12.7x55 mm PS12,190,395,448,Mechanic,190,₽,5cadf6ddae9215051e1c23b2 +2286bcd2-12ac-424c-b719-a84bc0ae893f,5.7x28mm R37.X,200,255,216,Mechanic,104,₽,5cc86840d7f00c002412c56c +ad8ea03b-860d-443e-a835-fa0bc8231a57,7.62x54R T-46M,277,295,333,Mechanic,98,₽,5e023cf8186a883be655e54f +16f48139-ba69-4bd3-b605-03127bde55ec,5.56x45mm MK 255 Mod 0 (RRLP),85,81,95,Mechanic,76,₽,59e6918f86f7746c9f75e849 +c291daa0-0abb-4b29-b523-5296fb862f9d,7.62x39mm US gzh,350,334,261,Mechanic,75,₽,59e4d24686f7741776641ac7 +196889de-43fb-4ad7-8477-587c7b58799d,9x18mm PM SP7 gzh,199,359,325,Mechanic,54,₽,57372140245977611f70ee91 +8807502b-36b8-43af-bf3e-c60b73a99fbe,5.45x39mm PP gs,151,155,163,Mechanic,60,₽,56dff2ced2720bb4668b4567 +70b8f6b0-426c-48dd-9287-26aa1c192326,9x21mm P gzh,198,189,197,Mechanic,84,₽,5a26abfac4a28232980eabff +505178db-612a-4faa-9977-7d11f49c9217,9x18mm PMM PstM gzh,200,2729,1801,Mechanic,64,₽,57371aab2459775a77142f22 +e91baad5-1ce4-41e5-a5ab-6824d6af6319,5.56x45mm M856,99,114,124,Mechanic,72,₽,59e68f6f86f7746c9f75e846 +d35f28aa-6d78-416a-a42e-480e8633def4,9x39 mm SP5 gs,150,215,221,Mechanic,90,₽,57a0dfb82459774d3078b56c +46158766-c7e5-46dc-9e6a-0ccdedbcb1df,9x21mm PS gzh,397,521,567,Mechanic,78,₽,5a269f97c4a282000b151807 +4ff67a6a-2d3f-4b0c-8f68-9b048835105d,7.62x54R LPS gzh,318,305,301,Mechanic,96,₽,5887431f2459777e1612938f +b1f346ba-dcc2-4a61-91da-36deed4880da,12/70 AP-20 Slug,1199,1075,989,Mechanic,77,₽,5d6e68a8a4b9360b6c0d54e2 +d96118f4-b44c-4322-a6c2-3980414856c6,4.6x30mm Action SX,188,114,120,Mechanic,55,₽,5ba26812d4351e003201fef1 +2bb84c1c-a28e-4980-b32f-862b5df38cb5,7.62x51mm BCP FMJ,135,105,97,Mechanic,84,₽,5e023e53d4353e3302577c4c +b46ebbff-c9fc-43b8-809e-37893d004960,5.56x45mm FMJ,88,180,105,Mechanic,48,₽,59e6920f86f77411d82aa167 +3e5822b6-dd77-4423-a30a-ea395a5dbf06,7.62x51mm TCW SP,99,110,108,Mechanic,62,₽,5e023e6e34d52a55c3304f71 +4920e92a-53d9-4757-b364-b3df0f884f68,7.62x39mm PS gzh,88,90,316,Mechanic,46,₽,5656d7c34bdc2d9d198b4587 +6c43dd7a-bccd-4ea6-8a78-907da429b3a0,5.45x39mm SP,59,112,74,Mechanic,34,₽,56dff421d2720b5f5a8b4567 +0f8383c4-47b0-488a-bc64-0643bd35c2d4,12.7x55 mm PS12A,319,283,220,Mechanic,157,₽,5cadf6e5ae921500113bb973 +a98d65ad-f27f-4422-9add-203529e27898,9x18mm PM PBM gzh,350,356,333,Mechanic,40,₽,573719df2459775a626ccbc2 +0c7cd2a9-45cf-40ea-a328-581a8e18749d,5.56x45mm HP,48,93,93,Mechanic,32,₽,59e6927d86f77411da468256 +cb889ca9-bbca-435d-b571-119476c2c910,7.62x39mm HP,95,307,226,Mechanic,34,₽,59e4d3d286f774176a36250a +3d2e0874-58fc-4c86-8192-f454fd8e0e4a,5.45x39mm PS gs,60,110,91,Mechanic,41,₽,56dff3afd2720bba668b4567 +d07a2621-d090-40f9-96b8-f67323db695d,9x18mm PM PSV,180,154,156,Mechanic,39,₽,5737207f24597760ff7b25f2 +118d636b-5407-4e14-9c49-bc276e303eb5,9x18mm PM RG028 gzh,180,226,179,Mechanic,44,₽,573720e02459776143012541 +837caebd-53b9-4c44-81ff-7cd8509c5c96,7.62x25mm TT LRNPC,68,68,68,Mechanic,38,₽,573602322459776445391df1 +065a03c5-7034-4e5b-984b-41416cebea18,7.62x25mm TT Pst gzh,70,70,70,Mechanic,39,₽,573603562459776430731618 +a66ebf54-6bcc-45e6-b3ee-438f072b624c,9x18mm PM SP8 gzh,95,142,164,Mechanic,25,₽,5737218f245977612125ba51 +a0dc2dae-01ee-467e-84a4-cb7c289a6642,12/70 Copper Sabot Premier HP Slug,1600,518,318,Mechanic,46,₽,5d6e68b3a4b9361bca7e50b5 +161f3f0a-19c1-4e2a-befe-f9023e3376f5,20/70 Devastator Slug,480,371,347,Mechanic,101,₽,5d6e6a5fa4b93614ec501745 +7a635fbe-8c1d-488c-8752-1fdc31ca466f,7.62x25mm TT PT gzh,63,63,63,Mechanic,35,₽,573603c924597764442bd9cb +9b2c44b7-7ef4-4f55-a545-374e62732ec6,.366 TKM Geksa,200,172,319,Mechanic,32,₽,59e6658b86f77411d949b250 +ee9c5402-4bd0-46ba-b912-db47158f152b,9x19mm T gzh,72,69,67,Mechanic,40,₽,5c3df7d588a4501f290594e5 +fc5c23aa-2df7-4764-8d80-695b2f727f44,9x18mm PM BZhT gzh,70,142,188,Mechanic,36,₽,573718ba2459775a75491131 +01da8d00-23b9-459e-81ed-c932bfbe4406,9x19mm Pst gzh,70,208,192,Mechanic,35,₽,56d59d3ad2720bdb418b4577 +1a4bd865-1d5f-4f61-8f99-94aae5de3ad5,12/70 SuperFormance HP Slug,130,206,193,Mechanic,108,₽,5d6e68d1a4b93622fe60e845 +4a948b93-85c5-4094-99ba-3ca62c956c7e,7.62x25mm TT P gl,55,536,442,Mechanic,29,₽,5736026a245977644601dc61 +dd308623-c86d-4472-a9e2-0d0114358e6f,7.62x39mm T-45M1 gzh,49,65,64,Mechanic,32,₽,59e4cf5286f7741778269d8a +cc1478db-f015-45d4-b97c-f4a70fb54fb7,12/70 shell with .50 BMG bullet,255,800,757,Mechanic,69,₽,5d6e68c4a4b9361b93413f79 +397a190e-af23-426f-9eec-019e8ef0fd0e,.366 TKM Eko,70,134,126,Mechanic,36,₽,59e655cb86f77411dc52a77b +2ae28fc4-e29e-40f2-96d9-42997b957d4b,5.45x39mm US gs,69,58,54,Mechanic,44,₽,56dff4ecd2720b5f5a8b4568 +66edb382-473b-477d-afa8-db797e221e34,7.62x25mm TT LRN,258,2643,765,Mechanic,27,₽,573601b42459776410737435 +ed805cec-0b53-48fa-ab06-fc39b7a0734e,9x18mm PM PPe gzh,69,7167,2987,Mechanic,29,₽,57371b192459775a9f58a5e0 +eacfe24b-fbe9-4276-a0f5-1e2f72c34933,9x18mm PM PSO gzh,90,84,126,Mechanic,12,₽,57371f8d24597761006c6a81 +c94b8d76-8cb3-46f4-8395-f902f348ad6e,7.62x25mm TT FMJ43,54,56,62,Mechanic,28,₽,5735ff5c245977640e39ba7e +0ebb1efe-e4a9-46cf-95f7-18bd73fb5e97,5.45x39mm FMJ,250,146,63,Mechanic,20,₽,56dff0bed2720bb0668b4567 +6c3dfc4c-6941-4343-9bbc-ff8d44aaab15,7.62x25mm TT AKBS,49,49,49,Mechanic,27,₽,5735fdcd2459776445391d61 +611e8ad3-f3bf-4fcd-9064-f9a95e181dfb,9x19mm PSO gzh,47,95,317,Mechanic,27,₽,58864a4f2459770fcc257101 +d8232a14-51b1-410b-bb0d-ce67d6f21c80,9x18mm PM Pst gzh,49,95,165,Mechanic,25,₽,5737201124597760fc4431f1 +4c5b7a16-ac9e-43ea-944a-5378e01a9b52,9x18mm PM PPT gzh,99,5700,1497,Mechanic,24,₽,57371e4124597760ff7b25f1 +43b6c415-516f-4f95-8a8c-f8c016cbb2c8,20/70 Star Slug,85,306,238,Mechanic,45,₽,5d6e6a05a4b93618084f58d0 +a7a5a5df-4f49-4223-acc8-e5f622fe62ff,5.45x39mm HP,68,74,93,Mechanic,38,₽,56dff216d2720bbd668b4568 +649b5938-380b-4676-af1b-395f95ce3c57,12/70 FTX Custom Lite Slug,74,339,164,Mechanic,40,₽,5d6e68e6a4b9361c140bcfe0 +803b938d-4f40-42d9-856d-4211e242ffed,9x18mm PM PRS gs,39,39,39,Mechanic,22,₽,57371eb62459776125652ac1 +c8bfb76a-bc25-4e59-b287-dc69a072f6c8,12/70 Flechette,249,247,219,Mechanic,42,₽,5d6e6911a4b9361bd5780d52 +c57ecdf8-2041-456f-96bc-c9369f1c83da,"12/70 8.5mm ""Magnum"" Buckshot",175,159,196,Mechanic,28,₽,5d6e6806a4b936088465b17e +135f37c4-db0c-484d-8527-9d50ec50edf2,5.45x39mm T gs,38,28,32,Mechanic,22,₽,56dff4a2d2720bbd668b456a +e5300f0e-9636-4262-bc0f-11f8fd4ea044,.366 TKM FMJ,40,209,70,Mechanic,24,₽,59e6542b86f77411dc52a77a +8cd875f0-1fe2-4f83-915e-42be843a21d1,"12/70 ""Poleva-6u"" Slug",85,190,150,Mechanic,38,₽,5d6e689ca4b9361bc8618956 +88908e3f-717d-4664-a48f-5e8e8cbb979e,9x18mm PM PS gs PPO,31,41,38,Mechanic,16,₽,57371f2b24597761224311f1 +35ada920-dc47-4c0a-aacd-fa762cfdf40b,12/70 Dual Sabot Slug,300,353,178,Mechanic,38,₽,5d6e68dea4b9361bcc29e659 +d42dd6ef-cbf9-4f9f-9b0a-c6e8bd24ca68,12/70 Grizzly 40 Slug,88,90,87,Mechanic,37,₽,5d6e6869a4b9361c140bcfde +f5748768-ed60-4c14-a9c0-9d4f71ed12e5,"20/70 ""Poleva-6u"" slug",150,150,135,Mechanic,36,₽,5d6e6a42a4b9364f07165f52 +920a976c-2046-48e9-b76b-53c759840c6c,"20/70 ""Poleva-3"" slug",50,63,105,Mechanic,27,₽,5d6e6a53a4b9361bd473feec +896954c0-1a01-44a8-b817-18d39173d933,5.45x39mm PRS gs,35,32,31,Mechanic,26,₽,56dff338d2720bbd668b4569 +272986e4-ec21-4934-a1e0-5ebf62aac6b7,"12/70 ""Poleva-3"" Slug",200,79,108,Mechanic,29,₽,5d6e6891a4b9361bd473feea +54492edd-0933-463b-b34a-c76785eb933b,12/70 6.5mm Express buckshot,99,101,140,Mechanic,22,₽,5d6e67fba4b9361bc73bc779 +8d45126a-23d1-4485-b7d9-7ccfb9d4e9ca,20/70 7.3mm Buckshot,39,39,55,Mechanic,21,₽,5d6e69c7a4b9360b6c0d54e4 +92eb900d-4a41-429c-b062-db19dcb3012c,12/70 5.25mm Buckshot,35,36,36,Mechanic,20,₽,5d6e6772a4b936088465b17c +1ebf2e8c-a787-4cd1-a34e-19833087a92a,12/70 Lead slug,49,55,64,Mechanic,31,₽,58820d1224597753c90aeb13 +5ea8fd10-10f9-4490-a2a0-1680ab247dc2,20/70 6.2mm Buckshot,31,33,90,Mechanic,17,₽,5d6e69b9a4b9361bc8618958 +1366b31e-61ce-45c2-b155-fdc367b35a1c,12/70 7mm buckshot,35,33,42,Mechanic,17,₽,560d5e524bdc2d25448b4571 +6fcef76c-73b3-47f4-943f-f15e7c75e31b,20/70 5.6mm Buckshot,50,164,164,Mechanic,11,₽,5d6e695fa4b936359b35d852 +2699e8a4-934a-4128-914d-c8c92d5c66d4,9x18mm PM P gzh,15,17,21,Mechanic,7,₽,573719762459775a626ccbc1 +1a5aa298-376f-4397-9ef0-0feaae68ee6a,20/70 7.5mm Buckshot,24,24,50,Mechanic,13,₽,5a38ebd9c4a282000d722a5b +5da90c19-9ab3-49a8-bc69-322d12b3e7de,AK 7.62x39 X-47 50-round drum magazine,65000,57065,54104,Mechanic,16632,₽,5cfe8010d7ad1a59283b14c6 +dbfd9ace-a227-4afe-b6e4-05f097e5c224,Mosin 7.62x54R ProMag Archangel OPFOR 10-round magazine,12222,19355,20808,Mechanic,3432,₽,5bae13ded4351e44f824bf38 +d8195cb1-e61a-43eb-b539-6235d9496e6b,5.56x45 Magpul PMAG D-60 60-round magazine,47800,49360,48601,Mechanic,8631,₽,59c1383d86f774290a37e0ca +cd3cb4f3-7e81-49b8-b94a-2768d82ba557,9x39 SR3M.130 30-round magazine,39000,36376,37061,Mechanic,11211,₽,5a9e81fba2750c00164f6b11 +c908e495-4729-4fd1-81db-a3bc656bcbff,5.56x45 MAG5-100 STANAG 100-round magazine,23000,23661,23438,Mechanic,21143,₽,5c6592372e221600133e47d7 +d9866bee-ed72-4460-9ac1-1040a4a9e2ff,MP5 9x19 X Products X-5 50-round drum magazine,15555,17458,15895,Mechanic,7810,₽,5a351711c4a282000b1521a4 +db1ecc24-14c6-431c-bdec-59a50c0ee8a2,5.56x45 Surefire MAG5-60 STANAG 60-round magazine,42000,42161,39108,Mechanic,12743,₽,544a37c44bdc2d25388b4567 +67732804-e638-4b49-9403-9cd11b9549b7,MPX 9x19 F5 50-round drum magazine,33890,35909,40448,Mechanic,7896,₽,5c5db6742e2216000f1b2852 +ff58f9f4-0012-4f25-93ee-d6479335ef00,SKS 7.62x39 ProMag AALVX 35-round magazine,11600,12806,12598,Mechanic,9346,₽,5c5970672e221602b21d7855 +88cadad8-ca79-4806-9762-1840ad286f55,ASh-12 12.7x55 20-round magazine,22000,22129,22549,Mechanic,9296,₽,5caf1109ae9215753c44119f +38ee0fb0-095c-4d6f-9070-206627c70a02,AK-74 5.45x39 6L31 60-round magazine,18777,18883,17536,Mechanic,10259,₽,55d482194bdc2d1d4e8b456b +68921afc-dc9e-4cd3-a9c8-3dc8a89e66dd,PM 9x18PM 84-round makeshift drum magazine,32999,33864,39526,Mechanic,9650,₽,55d485be4bdc2d962f8b456f +7f1a0a48-33ad-4910-acc4-8ad7afecfaf4,FN Five-seveN 5.7x28 20-round magazine,11200,13165,12932,Mechanic,2050,₽,5d3eb5eca4b9363b1f22f8e4 +fb979641-3e84-42a6-bec3-4afce06f26ca,M14 7.62x51 X-14 50-round drum magazine,26000,30949,30760,Mechanic,10528,₽,5addccf45acfc400185c2989 +cb9f6eef-068c-40b4-a438-802f57e6fcd8,SA-58/FAL 7.62x51 X-FAL 50-round drum magazine,14000,15075,15016,Mechanic,14725,₽,5b7bef9c5acfc43d102852ec +b4f6e39d-34f3-4249-a026-38c025af1bfd,SOK-12 12/76 MaxRounds Powermag 20-round magazine,27888,34923,36662,Mechanic,14000,₽,5cf8f3b0d7f00c00217872ef +76b3930c-4861-41f6-9669-14e04b98b734,MP7 4.6x30 40-round magazine,52999,53654,49861,Mechanic,6800,₽,5ba26586d4351e44f824b340 +c7392e7c-32f6-435e-b8d5-714bf8a6992f,FN P90 5.7x28 50-round magazine,27500,21576,22720,Mechanic,5880,₽,5cc70093e4a949033c734312 +d0fab2e8-09bf-45f4-8242-f08c5ab97544,SVD 7.62x54R 20-round magazine,11400,16797,16660,Mechanic,5533,₽,5c88f24b2e22160bc12c69a6 +f51dfd9c-5003-4510-9ea0-c9756abe5b21,KAC 7.62x51 10-round steel magazine,9500,9474,8422,Mechanic,1008,₽,5df8f535bb49d91fb446d6b0 +f64e2679-eeef-4422-969f-ebde60d6f834,Remington M700 .308 ProMag AA-70 10-round magazine,12000,13111,11353,Mechanic,2430,₽,5d25af8f8abbc3055079fec5 +5d252861-f43c-47b7-b115-2b2681ea1aaa,AK 7.62x39 ProMag AK-A-16 73-round drum magazine,45000,51522,53319,Mechanic,23296,₽,5c6175362e221600133e3b94 +06a504db-6a69-494d-9d72-3b8212636c0c,MP9 9x19 15-round magazine,9000,6680,8259,Mechanic,952,₽,5de8e8dafd6b4e6e2276dc32 +3e30e7b2-b104-4279-afdc-3e66806d53a9,VPO-101 Vepr Hunter 7.62x51 10-round magazine,9750,7935,8494,Mechanic,2156,₽,5c503ad32e2216398b5aada2 +f944ed05-d4e5-45e6-b182-ca56c8a4af45,DVL-10 .308 10-round magazine,4800,6967,7140,Mechanic,2516,₽,5888988e24597752fe43a6fa +12d4bd23-1a27-41c0-8cf2-be42713a152b,RPK-16 5.45x39 95-round drum magazine,19999,19933,19998,Mechanic,19936,₽,5bed625c0db834001c062946 +65b9b5af-e16b-4e9b-8a89-3fc16852d9e7,MP9 9x19 20-round magazine,18000,17791,16021,Mechanic,1092,₽,5de8ea8ffd6b4e6e2276dc35 +60e75ea2-da4d-485f-87f5-79e187d2d8c5,MP7 4.6x30 20-round magazine,3500,5449,4971,Mechanic,2255,₽,5ba264f6d4351e0034777d52 +3712e980-5530-49aa-82c4-1540e1d94be3,M870 12ga 4-shell magazine,24123,24562,25039,Mechanic,577,₽,5a7882dcc5856700177af662 +67e18859-6f5b-4667-a1f3-4815beb0b343,MP5 9x19 20-round magazine,9799,8266,9928,Mechanic,1736,₽,5d2f213448f0355009199284 +b9ff6313-b2b4-4b02-9a89-6a8e722708de,Remington M700 .308 ProMag AA-70 20-round magazine,9900,18365,15821,Mechanic,3494,₽,5cf12a15d7f00c05464b293f +05c099eb-e5ce-4665-a5e1-41fdfc8ebd97,M14 7.62x51 30-round magazine,17998,23647,22846,Mechanic,3249,₽,5addcce35acfc4001a5fc635 +fb89fc29-058a-4cc7-8ab0-b9c396733c02,SV-98 7.62x54R polymer 10-round magazine,4888,4741,4587,Mechanic,2184,₽,559ba5b34bdc2d1f1a8b4582 +0fd62cdc-0c5c-479e-90be-e4f49206fe4a,P226 9x19 20-round extended magazine,12222,15250,19330,Mechanic,1646,₽,5c920e902e221644f31c3c99 +8446457f-bc60-4a6f-9474-7a8b396b5a1e,AK 7.62x39 Molot 75-round drum magazine,17000,18575,17842,Mechanic,16240,₽,5cbdc23eae9215001136a407 +a07797df-3993-4b62-96e5-178a9598e188,SVD 7.62x54R 10-round magazine,4000,4311,4645,Mechanic,2100,₽,5c471c442e221602b542a6f8 +d4ff800e-2a55-4d06-9c77-47a9accaa27b,5.56x45 HK 30 STANAG polymer 30-round magazine,9999,11207,11827,Mechanic,2243,₽,5c6d42cb2e2216000e69d7d1 +63d0ce17-adda-4ee8-8486-7e484c8f4502,Glock 9x19 SGMT 50-round drum magazine,10000,12532,13245,Mechanic,4850,₽,5a718f958dc32e00094b97e7 +d863cfc6-4727-4e7f-a94e-c443bf000cbc,ASh-12 12.7x55 10-round magazine,25000,18313,20804,Mechanic,3696,₽,5caf1041ae92157c28402e3f +01e796ea-de1d-4384-a641-c16719b0b983,7.62x51 Magpul PMAG SR-LR GEN M3 20 20-round magazine,28999,27099,26523,Mechanic,1810,₽,5a3501acc4a282000d72293a +b2dd562b-695e-4e69-b91b-84df851961f2,Remington M700 .308 MDT AICS 12-round magazine,9300,10224,9865,Mechanic,3136,₽,5d25a6a48abbc306c62e6310 +fa0ea04f-2826-4c02-86a3-38fce92c384b,AK-101/SLR-106 5.56x45 Circle 10 30-round magazine,13999,15857,15447,Mechanic,1344,₽,5c0548ae0db834001966a3c2 +d0bbf272-61c8-4940-b420-033472fea9c3,VSS 9x39 6L25 20-round magazine,11999,12819,12364,Mechanic,3359,₽,57838f9f2459774a150289a0 +786b53d0-95d4-4128-8c5c-6b8acef212ce,MP9 9x19 30-round magazine,23888,21742,21872,Mechanic,2296,₽,5de8eac42a78646d96665d91 +9fa0201b-ddc1-40c1-b0bd-78d85a008f7b,MP7 4.6x30 30-round magazine,27000,24086,19187,Mechanic,3361,₽,5ba2657ed4351e0035628ff2 +8fb5551f-bdc7-4b99-9b57-3803b3be84b4,Glock 9x19 17-round magazine,1788,1883,1893,Mechanic,827,₽,5a718b548dc32e000d46d262 +5b7b92bf-4a9f-4a59-aea4-b86b1a7b3965,5.56x45 Magpul PMAG GEN M3 20 STANAG 20-round magazine,3995,3437,4683,Mechanic,1683,₽,5448c1d04bdc2dff2f8b4569 +e84be766-e50d-4233-9485-8eb581b28f7e,Remington M700 .308 AICS 5-round magazine,3980,4618,6139,Mechanic,1176,₽,5d25a4a98abbc30b917421a4 +bc4548f4-8f76-448b-8177-bc1f2bd5ccaa,Remington M700 .308 Magpul PMAG AC 5-round magazine,4000,6505,5911,Mechanic,1568,₽,5ce69cbad7f00c00b61c5098 +dfb073ba-cf33-4fb3-8dc5-fa9c577fd726,MPX 9x19 20-round magazine,2500,3800,4119,Mechanic,812,₽,5c5db6552e2216001026119d +2e910d08-485b-4202-b543-709cb93706ae,SKS 7.62x39 ProMag SKS-A5 20-round magazine,8900,10583,9621,Mechanic,3190,₽,587df583245977373c4f1129 +35a70cb1-dc1b-47a1-88b3-2e53e7c310a7,Remington M700 .308 Wyatt's Outdoor 5-round magazine,8000,7046,7168,Mechanic,1036,₽,5bfea7ad0db834001c38f1ee +e0343737-13db-41dc-936a-b90ad574dea7,MPX 9x19 41-round magazine,14998,20287,18857,Mechanic,2953,₽,5c5db6652e221600113fba51 +9c7b0cbb-28ab-446e-baf3-485c0b679285,Remington M700 .308 Magpul PMAG AC 10-round magazine,7777,10313,11013,Mechanic,2800,₽,5d25a7b88abbc3054f3e60bc +95b50399-4b29-45a0-bc35-1dc827645786,Remington M700 .308 AICS 10-round magazine,11000,12698,11498,Mechanic,2184,₽,5d25a6538abbc306c62e630d +16e3c7e3-c0a6-43be-a5af-3072298cf8d0,SA-58/FAL 7.62x51 30-round magazine,17000,10487,8962,Mechanic,2501,₽,5b7bef5d5acfc43bca7067a3 +de3e8a1e-21e0-4eb3-adbd-d95b3b03f19e,5.56x45 TROY BattleMag STANAG 30-round magazine,9000,14466,11950,Mechanic,2621,₽,5c6d46132e221601da357d56 +84870780-cd99-4b58-8672-f1028f171589,MP-153 8-shell magazine extension,19995,19995,19995,Mechanic,1188,₽,56deeefcd2720bc8328b4568 +018b7413-13b2-4006-9232-f9cb21d2392c,SA-58/FAL 7.62x51 British 30-round magazine,22221,17530,18280,Mechanic,2581,₽,5b7d37845acfc400170e2f87 +a3f295bf-f33f-4ae5-8b74-2c527b64d6e4,P226 9x19 15-round magazine,12000,16147,12794,Mechanic,1174,₽,56d59948d2720bb7418b4582 +7dc2ba8e-64fe-40e8-8a55-7fed17101c86,VSS 9x39 6L24 10-round magazine,2599,2709,2791,Mechanic,2597,₽,57838f0b2459774a256959b2 +98bba82d-c573-44d1-923b-82470f2a8f4c,Orsis T-5000M .308 5-round magazine,50000,34500,30124,Mechanic,1092,₽,5df25b6c0b92095fd441e4cf +f497eb4a-f26b-4dda-b717-4f555c210792,5.56x45 Magpul PMAG GEN M3 30 STANAG 30-round magazine,9222,10716,10846,Mechanic,1743,₽,5aaa5dfee5b5b000140293d3 +2a5137ab-f172-45c4-9da2-f713cc465984,MP5 9x19 30-round magazine,8600,6796,7498,Mechanic,2246,₽,5926c3b286f774640d189b6b +3fdcfed2-1108-490f-af47-5ff3d7872acf,Glock 9x19 Magpul PMAG GL9 21-round magazine,38000,21092,18824,Mechanic,969,₽,5a718da68dc32e000d46d264 +6c19e134-9db3-482c-9158-206002398390,MP9 9x19 25-round magazine,15432,18111,17506,Mechanic,1428,₽,5de8eaadbbaf010b10528a6d +78fdcc64-2410-4763-a1af-150b42859c2a,M9A3 9x19 17-round magazine,8000,9655,17877,Mechanic,1008,₽,5cadc2e0ae9215051e1c21e7 +04647d5e-6ca9-4305-8c05-a01bf5bb05ed,PP-19-01 Vityaz-SN 9x19 PUFGUN SG-919 30 30-round magazine,19999,20370,16950,Mechanic,1876,₽,5c0672ed0db834001b7353f3 +f03058d4-9e3d-41d8-88c4-7742349895e7,KAC 7.62x51 20-round steel magazine,26988,26705,20472,Mechanic,1372,₽,5df8f541c41b2312ea3335e3 +2801e877-d60a-48b2-9925-05a27dfd7212,Mosin 7.62x54R 5-round magazine,4000,5635,5544,Mechanic,1103,₽,5ae0973a5acfc4001562206c +285adda3-ec4c-4378-aff2-460eb19df610,AK 7.62x39 Palm US AK30 30-round magazine (Black),23999,21752,17573,Mechanic,1225,₽,59fafc5086f7740dbe19f6c3 +4cfe92df-913f-41a0-a48a-5607a67adf2f,"Glock 9x19 ""Big Stick"" 33-round magazine",6444,9742,9058,Mechanic,1655,₽,5a7ad2e851dfba0016153692 +a5fe603b-6086-4899-812c-f02a2df95cc4,5.56x45 Magpul PMAG GEN M3 40 STANAG 40-round magazine,13777,10716,11277,Mechanic,3459,₽,544a378f4bdc2d30388b4567 +290ef63c-3118-45aa-928e-618d4e061bed,5.56x45 HK Steel Maritime STANAG 30-round magazine,11000,9127,9249,Mechanic,2027,₽,5c05413a0db834001c390617 +7a8772d6-4778-4c64-9d2a-d3fff9ca3c1d,AK 7.62x39 30-round magazine (issued '55 or later),1921,2996,2705,Mechanic,987,₽,59d625f086f774661516605d +3a3fc62c-a3d0-4584-ba76-8a903eefefed,5.56x45 Magpul PMAG GEN M3 W 30 STANAG 30-round magazine,16000,16604,16344,Mechanic,2126,₽,55802d5f4bdc2dac148b458e +0a61bf45-2aff-4f16-b568-52fed2492581,PP-91 9x18PM 30-round magazine,3200,5523,5237,Mechanic,1611,₽,57d1519e24597714373db79d +35f42669-9c5d-4f5a-9e33-8f57b667dea0,SKS 7.62x39 10-round internal box magazine,1400,2466,3778,Mechanic,896,₽,587df3a12459772c28142567 +a450ee85-8e31-4b8c-bdc8-0b96d8efaaad,Remington M700 .308 Wyatt's Outdoor 10-round magazine,14555,22043,20197,Mechanic,1960,₽,5bfeaa0f0db834001b734927 +877fe46a-cd0f-4f8b-8027-0718f0b2d3f9,5.56x45 Magpul PMAG GEN M3 10 STANAG 10-round magazine,2000,2453,2444,Mechanic,1121,₽,5aaa5e60e5b5b000140293d6 +7210a6be-3983-482a-ac29-575a45a6bf9c,AK 7.62x39 Magpul PMAG 30 GEN M3 30-round magazine,30000,28566,25966,Mechanic,1782,₽,59d6272486f77466146386ff +298be3db-3890-4fad-a0c5-0b987f5e4944,M1A 7.62x51 20-round magazine,9900,12165,10785,Mechanic,1382,₽,5aaf8a0be5b5b00015693243 +84191bc9-cccb-4837-ae97-dbc7f464df5e,"SA-58/FAL 7.62x51 ""MMW"" plastic 20-round magazine",6000,5975,5519,Mechanic,1684,₽,5b7c2d1d5acfc43d1028532a +198bd39c-2464-42e2-b9f8-9c6829e16943,MP-443 9x19 18-round magazine,2400,2598,3154,Mechanic,860,₽,576a5ed62459771e9c2096cb +85c8616a-cb85-49ab-97d8-37269ba5db9f,5.56x45 HK PM Gen.2 STANAG 30-round magazine,9999,11638,10781,Mechanic,1918,₽,5c6d450c2e221600114c997d +3d91868a-79e9-459e-9441-c97962da7c19,SR-1MP 9x21 18-round magazine,3495,3312,3989,Mechanic,843,₽,59f99a7d86f7745b134aa97b +3b2e999c-f293-41b7-806f-96355e62a414,TOZ-106 20ga MC 20-01 Sb.3 5-shot magazine,13000,10300,11482,Mechanic,790,₽,5c6161fb2e221600113fbde5 +74b7cec5-360f-4757-b9fd-df4a0152f94b,VPO-101 Vepr Hunter 7.62x51 5-round magazine,2997,3142,3891,Mechanic,616,₽,5c503ac82e221602b21d6e9a +f3a0fd8e-7ebc-48d3-999f-6f51a2834487,SA-58/FAL 7.62x51 10-round magazine,1200,1728,1683,Mechanic,1009,₽,5b7bef1e5acfc43d82528402 +7d9cae95-6c5a-4b74-a881-0bdfb65480c0,AK-74 5.45x39 Magpul PMAG 30 GEN M3 30-round magazine,3999,4989,5106,Mechanic,1488,₽,5aaa4194e5b5b055d06310a5 +0a9e45bb-0c25-4c52-b9c1-94122c007b24,AK-12 5.45x39 30-round magazine,11600,9685,8167,Mechanic,1540,₽,5bed61680db834001d2c45ab +e2e31617-c87c-4f1d-afe6-789d2a977323,MPX 9x19 30-round magazine,3000,4034,4407,Mechanic,1161,₽,5894a05586f774094708ef75 +c4568328-24a8-48b2-abc5-b940e08e17ec,PP-19-01 Vityaz-SN 9x19 30-round magazine,9000,7167,6586,Mechanic,1356,₽,599860ac86f77436b225ed1a +ff5873e7-878b-4df4-8af0-f64e401caf74,M870 12ga 7-shell magazine,25500,41954,31762,Mechanic,940,₽,5a78830bc5856700137e4c90 +b524871f-2740-400a-893f-09602a1cb745,AK-74 5.45x39 6L26 45-round magazine,8900,6519,6268,Mechanic,2108,₽,55d481904bdc2d8c2f8b456a +a5d9459a-ad56-496a-b365-7031a650f636,SOK-12 12/76 SAI-02 10-round magazine,10000,13536,9800,Mechanic,2072,₽,5a966f51a2750c00156aacf6 +561b4e83-30f0-4773-9028-5b22d6617236,AK 7.62x39 bakelite 40-round magazine,7500,7017,6977,Mechanic,2008,₽,5b1fb3e15acfc4001637f068 +6fa4dba9-7ea9-4f2f-8829-41242b27801d,PP-91 9x18PM 20-round magazine,1638,4169,2284,Mechanic,841,₽,57d14e1724597714010c3f4b +5eb7c0a4-b6fa-4bd1-b0ce-ae698df5dea4,AK-103 7.62x39 30-round magazine,5000,5812,4615,Mechanic,1084,₽,5ac66bea5acfc43b321d4aec +08d085a9-78f4-46a5-ae39-842b0043edc4,TOZ-106 20ga MC 20-01 Sb.3 4-shot magazine,1100,2903,2822,Mechanic,602,₽,5a38ed75c4a28232996e40c6 +18e0a6d1-cdbb-4c27-a916-48928d030714,AK-74 5.45x39 6L18 45-round magazine,3995,6239,6030,Mechanic,1977,₽,564ca9df4bdc2d35148b4569 +a7a01f42-6c5a-4bcb-8560-87cbf20cff3e,M870 12ga 10-shell magazine,14000,26429,21693,Mechanic,1369,₽,5a78832ec5856700155a6ca3 +7a122b81-91a9-45ed-8080-418042275107,AK 7.62x39 6L10 30-round magazine,2151,2872,3018,Mechanic,1105,₽,5a01c29586f77474660c694c +2016aa4f-7659-44cd-91c9-38eb37fd0ef9,TT 7.62x25 tt-105 8-round magazine,2999,6134,4876,Mechanic,648,₽,571a29dc2459771fb2755a6a +bec0b96e-3ee9-4f2d-8e09-d97146d99190,AK-101 5.56x45 6L29 30-round magazine,4800,5638,4100,Mechanic,1012,₽,5ac66c5d5acfc4001718d314 +c2f33547-d7fc-41c5-863b-bae164d39337,PM 9x18PM 90-93 8-round magazine,3000,3513,4697,Mechanic,526,₽,5448c12b4bdc2d02308b456f +55e9d97e-53e2-4972-95b8-a78f35815968,PP-19-01 Vityaz-SN 9x19 PUFGUN SG-919 20 20-round magazine,1999,2551,2212,Mechanic,1036,₽,5c0673fb0db8340023300271 +86b26746-d427-4346-bdb0-a17560544683,APS 9x18PM 20-round magazine,5000,4946,2804,Mechanic,475,₽,5a17fb03fcdbcbcae668728f +54667b6d-8c18-42f8-9e44-f29f19a113c6,SA-58/FAL 7.62x51 20-round magazine,3333,4079,3891,Mechanic,1557,₽,5b099ac65acfc400186331e1 +c07b4402-f6c2-48d1-a803-52532d963cbe,AK-74 5.45x39 6L20 30-round magazine,3900,3569,3134,Mechanic,1137,₽,564ca99c4bdc2d16268b4589 +dc0df935-6c60-44ff-b135-cf3de62ed679,MP-153 12ga 5-shell magazine extension,902,902,902,Mechanic,505,₽,5882163e24597758206fee8c +9c67e1c7-49ef-4ba0-9064-e1d80af0c3ae,AK-74/Saiga 5.45x39 10-round magazine,2500,2327,2888,Mechanic,902,₽,55d4837c4bdc2d1d4e8b456c +a9dbe5f5-d999-4281-abde-245e7232131b,AK 7.62x39 Molot 40-round magazine (6P2.Sb-11),10750,8555,8348,Mechanic,1393,₽,59e5f5a486f7746c530b3ce2 +da4558a1-1012-4a69-b80c-769a02c36640,SOK-12 12/76 sb.5 5-round magazine,3999,5010,3588,Mechanic,949,₽,57616a9e2459773c7a400234 +a7f76495-aa55-47f7-8325-5439b38d950d,MP-133 12ga 8-shell magazine,19500,21260,18382,Mechanic,1285,₽,55d485804bdc2d8c2f8b456b +8a64e06c-fe8b-49f3-85e6-34f9d7135fbf,MP-133 12ga 6-shell magazine,5000,4768,4908,Mechanic,703,₽,55d484b44bdc2d1d4e8b456d +b8b93107-d4de-4dd2-aefd-7197007e29b9,5.56x45 Colt AR-15 STANAG 30-round magazine,7999,8305,7723,Mechanic,1127,₽,55d4887d4bdc2d962f8b4570 +f8a7a864-bb61-44eb-a7a0-074a8dbfa03f,AK-74 5.45x39 6L23 30-round magazine,4200,3023,3477,Mechanic,1119,₽,55d480c04bdc2d1d4e8b456a +f2ce5cab-949e-4634-a582-84086b4b0f1f,AK 7.62x39 ribbed metal 10-round magazine,799,793,1212,Mechanic,559,₽,59e5d83b86f7745aed03d262 +88b49a82-f3b0-443a-b9b8-5fac4780d0be,MP-153 12ga 6-shell magazine extension,1221,1221,1221,Mechanic,684,₽,5882163824597757561aa922 +0314eea3-b258-4181-9c91-931186d8b80c,MP-153 12ga 7-shell magazine extension,1663,1663,1663,Mechanic,931,₽,5882163224597757561aa920 +ed390592-bfb0-4edf-bd90-d14b74a26ac0,AK 7.62x39 aluminium 30-round magazine,10900,7344,8051,Mechanic,1848,₽,5a0060fc86f7745793204432 +dbbc73aa-612a-4691-8552-674a38a8bbd8,Saiga-9 9x19 10-round magazine,1549,1334,1565,Mechanic,839,₽,5998529a86f774647f44f421 +625b95bc-ee1d-4c89-be9d-183a09558270,TOZ-106 20ga MC 20-01 Sb.3 2-shot magazine,820,920,1396,Mechanic,440,₽,5a38ee51c4a282000c5a955c +d1001c6d-ecb0-410b-8273-c2ee62fdb759,AK 7.62x39 aluminium 10-round magazine,2222,8541,6100,Mechanic,392,₽,5b1fd4e35acfc40018633c39 +6b601f13-dc63-47ed-9a96-eb8343378d17,LA-5B/PEQ tactical device,19333,18280,16297,Mechanic,9104,₽,5c06595c0db834001a66af6c +436f08e9-0a1d-455e-b1a4-71551606c433,Zenit Perst-3 tactical device,17666,16904,16415,Mechanic,9548,₽,5c5952732e2216398b5abda2 +23a8fb9c-7115-49d3-98ee-f2c5576833d6,AN/PEQ-15 tactical device,20000,22344,22921,Mechanic,10717,₽,544909bb4bdc2d6f028b4577 +37bdaf77-52a3-4dbc-8670-4557fb0c97b6,Steiner DBAL-PL tactical laser device,35444,35120,39547,Mechanic,7560,₽,5d2369418abbc306c62e0c80 +57d583c8-7717-4410-98ac-0948f14d5522,Steiner LAS/TAC 2 tactical flashlight,15000,16269,15595,Mechanic,11708,₽,5b07dd285acfc4001754240d +241305b8-813a-4768-8f9d-5088274216f1,Zenit Klesch-2U tactical flashlight,12765,12740,12357,Mechanic,6383,₽,5b3a337e5acfc4704b4a19a0 +46d926fe-7249-434a-b691-c39bfab29e58,Zenit 2IRS Klesch flashlight + laser designator,14888,17518,16526,Mechanic,10035,₽,5a5f1ce64f39f90b401987bc +07852f4d-811e-4edf-ba6d-25a96ca12263,SureFire XC1 tactical flashlight,9800,13829,14306,Mechanic,9433,₽,5a7b483fe899ef0016170d15 +c4779f35-fb3d-4260-a360-11275b237e3b,Glock GTL 21 tactical flashlight with laser,10000,13830,13614,Mechanic,8446,₽,5a800961159bd4315e3a1657 +fc221e31-c83d-49a8-8e88-91e2fb419afd,AN/PEQ-2 tactical device,9000,9015,8919,Mechanic,5744,₽,5d10b49bd7ad1a1a560708b0 +82f6d619-3f91-4298-a82f-d3e1d255a99e,Holosun LS321 Tactical device,20333,18041,17811,Mechanic,7017,₽,57fd23e32459772d0805bcf1 +b0b95d3b-c1cc-4888-8921-14e394e749a2,TT DLP Tactical Precision LAM module,5000,5777,7298,Mechanic,2576,₽,5c079ed60db834001a66b372 +145c5673-e35f-40cd-a555-32ef01dda46f,Zenit 2P Klesch flashlight + laser designator,10444,12373,11804,Mechanic,8779,₽,560d657b4bdc2da74d8b4572 +21ff0480-de36-48a2-8e8f-4825e73e0b07,Surefire X400 Ultra tactical flashlight,10420,10708,10409,Mechanic,5178,₽,56def37dd2720bec348b456a +c1eaf9cd-81c4-438b-8001-abfa8cdac158,NcSTAR Tactical blue laser LAM-Module,8999,10088,9724,Mechanic,2296,₽,5cc9c20cd7f00c001336c65d +e7f8bfef-e314-4d88-801a-1a4b573e7685,Armytek Predator Pro v3 XHP35 HI flashlight,5109,5318,5297,Mechanic,3387,₽,59d790f486f77403cb06aec6 +57f3c031-5586-4764-947c-0fc4edf338f2,Ultrafire WF-501B Flashlight,3900,4470,4508,Mechanic,2101,₽,57d17c5e2459775a5c57d17d +2335b619-c562-41da-962f-e7b5aba5d45c,AI-2 medkit,3998,3946,3976,Therapist,2048,₽,5755356824597772cb798962 +37fb7f36-7009-4357-8cdb-bd1d9ba829df,Analgin painkillers,5500,5698,5683,Therapist,2394,₽,544fb37f4bdc2dee738b4567 +aed304d4-69dc-4fb7-899c-defe5a4eafba,Aseptic bandage,1925,1903,1876,Therapist,819,₽,544fb25a4bdc2dfb738b4567 +d1dc0512-6f00-4e76-a0a9-687548f3299d,Immobilizing splint,2677,3303,2568,Therapist,1169,₽,544fb3364bdc2d34748b456a +420a88ef-4957-4931-a151-bacc9563e3f3,Army bandage,2200,2171,2151,Therapist,1153,₽,5751a25924597722c463c472 +69c25d17-d47c-4aba-b2d8-50d270eeae59,Zenit RK-1 foregrip on B-25U mount,62000,73469,70551,Mechanic,10578,₽,5c1cd46f2e22164bef5cfedb +2b637688-2ff4-4a77-b047-51c47e9de4aa,Zenit RK-2 foregrip,12670,12670,12670,Mechanic,7095,₽,5c1bc5af2e221602b412949b +ff3eae6d-dd3f-4fbb-9a26-85c6d2fb972f,Stark SE-5 Express Forward grip,31111,41173,36289,Mechanic,7618,₽,5b057b4f5acfc4771e1bd3e9 +af0aab45-0e8b-43cc-860a-0c3ab7caa414,MP9-N vertical foregrip,15000,13864,14346,Mechanic,1484,₽,5de8fbad2fbe23140d3ee9c4 +30233b58-5f2f-4757-a2ae-19593fbd09ca,Zenit RK-1 foregrip,45555,53705,50086,Mechanic,5253,₽,5c1bc5612e221602b5429350 +289c668a-2f19-45e1-b952-359fb0236987,Fortis Shift tactical grip,100000,88880,92183,Mechanic,7264,₽,59f8a37386f7747af3328f06 +45762914-501e-4121-ad77-269b4a10112a,Hera Arms CQR tactical grip,23998,25638,26175,Mechanic,11738,₽,5a7dbfc1159bd40016548fde +429a7458-cff9-4fb8-830d-921387ab91f8,Strike Industries Cobra Tactical foregrip,13000,16352,17426,Mechanic,5628,₽,5c791e872e2216001219c40a +7185b642-af20-44b7-a8ad-5b4fb66fb3b6,Magpul M-LOK AFG tactical grip (Black),21000,25672,24303,Mechanic,3944,₽,57cffb66245977632f391a99 +1f76eb28-3931-4482-927c-561e46f8f04e,Zenit RK-5 foregrip,11111,11691,12347,Mechanic,3366,₽,5c1bc7432e221602b412949d +21d4a66f-85ee-4d16-af1e-f1746530709f,Zenit RK-6 foregrip,8900,8552,8535,Mechanic,3102,₽,5c1bc7752e221602b1779b34 +45b21436-57c2-4738-9193-e8cead1dd591,Magpul AFG grip (Flat Dark Earth),8420,8298,7799,Mechanic,3049,₽,588226dd24597767ad33f789 +d3faa9e5-80e9-4045-b4b4-9c9bfe9dfdb8,Magpul AFG grip (Forest Green),10000,8500,7865,Mechanic,2944,₽,588226e62459776e3e094af7 +98e82dd0-30ab-4fbd-b7b5-34d059a53c58,Magpul AFG grip (Olive Drab),12500,13424,12115,Mechanic,3543,₽,588226ef24597767af46e39c +813e38c9-7cd7-4f47-a648-da8062fe1053,Magpul AFG grip (Black),10000,10487,10500,Mechanic,3670,₽,588226d124597767ad33f787 +9f0b723d-a1e1-44a2-b077-b01cd1e59789,Zenit RK-0 foregrip,7244,9335,9316,Mechanic,3528,₽,5c1bc4812e22164bef5cfde7 +a5708104-fad3-4d6b-ba8d-351cc990adfe,Magpul RVG foregrip (Black),11000,13829,13575,Mechanic,3981,₽,59fc48e086f77463b1118392 +821b5270-f9e7-4ea3-aefc-869260dad2c1,Zenit RK-4 foregrip,9144,10186,10307,Mechanic,3298,₽,5c1bc5fb2e221602b1779b32 +93f80689-730d-4250-bdbe-9e8d48dc0dd6,BCM GUNFIGHTER MOD.3 vertical grip,10000,6854,6465,Mechanic,2744,₽,5c7fc87d2e221644f31c0298 +2f2b5622-9302-46ed-9d93-f7beb9d2382e,RTM Pillau tactical foregrip,4024,6208,5463,Mechanic,1960,₽,5cf4fb76d7f00c065703d3ac +38aad193-64e0-41c4-bd15-5c297cb1106f,KAC vertical grip,7000,10679,9787,Mechanic,1790,₽,5c87ca002e221600114cb150 +e3efb7ee-c0ef-4cb7-b9e3-e4df5e371aaa,TangoDown Stubby BGV-MK46K tactical grip (Black),5500,5161,5291,Mechanic,2126,₽,558032614bdc2de7118b4585 +caca0219-e334-4fc0-9b5a-d638e7549e3a,TangoDown Stubby BGV-MK46K tactical grip (Flat Dark Earth),8500,6675,5232,Mechanic,2072,₽,58c157be86f77403c74b2bb6 +e186ae63-0996-4dcd-9d74-b5d6a2de3cd6,TangoDown Stubby BGV-MK46K tactical grip (Stealth Gray),4400,4411,4824,Mechanic,2072,₽,58c157c886f774032749fb06 +531fc2f0-81d9-46e5-a842-50f9770a5fb0,VTAC UVG Tactical grip,7000,10406,11050,Mechanic,3656,₽,591af28e86f77414a27a9e1d +31c07411-168d-4400-8be5-edce78720acf,ASh-12 Vertical foregrip,55555,45185,36884,Mechanic,1204,₽,5cda9bcfd7f00c0c0b53e900 +06f00a16-0faf-400e-94b7-7560bb7e0296,Orsis T-5000M padded handguard grip,2127,2127,2127,Mechanic,1036,₽,5df36948bb49d91fb446d5ad +cd5a5f64-7f0d-42e3-9389-a0ab02792933,Magpul M-LOK AFG tactical grip (Flat Dark Earth),23000,25489,22661,Mechanic,3928,₽,57cffcd624597763133760c5 +98725265-d6ed-43e5-bc6d-31d3f3769ecb,Magpul M-LOK AFG tactical grip (Olive Drab),7984,7984,7984,Mechanic,4471,₽,57cffcdd24597763f5110006 +20727ff4-d624-4949-adda-bf0916ee3132,Magpul M-LOK AFG tactical grip (Stealth Gray),43000,48800,41672,Mechanic,4438,₽,57cffce524597763b31685d8 +2aa65c54-4dec-43a3-a91d-51a637e978d2,AR-15 Hera Arms CQR pistol grip-stock,22888,22416,21273,Mechanic,18627,₽,5a33e75ac4a2826c6e06d759 +86973b70-516f-47d9-ae7c-700ecb078c7b,HK Ergo PSG-1 style pistol grip,64000,77274,75129,Mechanic,12096,₽,5d025cc1d7ad1a53845279ef +53831c40-0d94-4e39-905a-cdd1421cffb4,Orsis T-5000M pistol grip,5000,4700,5126,Mechanic,1521,₽,5df38a5fb74cd90030650cb6 +392ba0e9-2f54-4a9a-a119-fc1c9d234ba1,TT ornated side grips,17499,36598,36598,Mechanic,7929,₽,5b3cadf35acfc400194776a0 +ecdd4247-1e2c-4c93-b61b-a763b2a86cb0,PB bakilte side grips,1000,2433,4478,Mechanic,561,₽,56e05a6ed2720bd0748b4567 +18bb9287-6519-41da-ac61-5713676ab97f,AR-15 Naroh Arms GRAL-S pistol grip,103500,112951,95696,Mechanic,6727,₽,59db3a1d86f77429e05b4e92 +4d5e9823-a080-43da-9bb0-dee57b4b59ac,AK KGB MG-47 pistol grip,8999,8930,9831,Mechanic,2660,₽,5cf54404d7f00c108840b2ef +218db72d-f299-4b26-accc-c7cc66b3efee,AK Magpul MOE pistol grip,8200,20166,18598,Mechanic,4119,₽,5b30ac585acfc433000eb79c +db8d7347-98ae-4650-bd18-c5dd9c15d0f2,AK US Palm pistol grip,13000,15303,16978,Mechanic,4116,₽,5c6bf4aa2e2216001219b0ae +e8a854d3-1390-47fb-83d2-77e5c6cfc631,P226 Hogue Chain Link pistol grip,8300,8300,8300,Mechanic,4648,₽,5bffef760db8340019668fe4 +0f2f52d2-6464-4f65-adaa-6790dc469cf1,AR-15 Magpul MOE pistol grip (Black),12000,21173,20219,Mechanic,2296,₽,55802f5d4bdc2dac148b458f +c079b663-7109-420e-aa6f-7e9a3e689f47,AR-15 Magpul MOE pistol grip (Flat Dark Earth),28888,29052,26485,Mechanic,2296,₽,5d15cf3bd7ad1a67e71518b2 +f530d9a4-1092-42cc-9b1c-9d606a726a43,AR-15 HK V2 pistol grip,4500,6215,6085,Mechanic,1736,₽,5c6d7b3d2e221600114c9b7d +ed7ea47d-6a63-456d-ad4a-1d0f48094a76,AR-15 HK Battle Grip pistol grip with Beavertail,4300,6616,8092,Mechanic,1674,₽,5bb20e0ed4351e3bac1212dc +c04ba345-e1d2-410e-a164-369fe69027bb,AK Zenit RK-3 pistol grip,16000,20876,17154,Mechanic,4547,₽,5649ae4a4bdc2d1b2b8b4588 +a693ef48-9b7a-484e-933b-c5765acbf369,SKS/VZ-58 FAB Defense AG-58 pistol grip,7000,7910,7540,Mechanic,3559,₽,5d023784d7ad1a049d4aa7f2 +7e74ac00-512b-497d-966b-b5f4f938073d,TT PM-Laser TT-206 side grips with laser sight,2000,6377,5564,Mechanic,1954,₽,5bffcf7a0db83400232fea79 +59bcde74-715b-4cdc-8b81-5d9954702743,Mosin Tacfire pistol grip,22000,22897,21094,Mechanic,1267,₽,5bbde41ed4351e003562b038 +cca98d0f-b55a-4f05-a540-a394aa021d92,AR-15 Tactical Dynamics Skeletonized pistol grip,21111,25873,25266,Mechanic,3128,₽,5b07db875acfc40dc528a5f6 +3717b525-4910-4163-b6b9-af833266e554,TT Razor Arms rubber grip,5300,5895,6631,Mechanic,2744,₽,5c079ec50db834001966a706 +b5281fbe-fe80-4025-a7bc-d456963c6eac,AR-15 Stark AR rifle grip (Flat Dark Earth),13333,17166,15417,Mechanic,2576,₽,59db3b0886f77429d72fb895 +a088fc1a-dc60-450b-81aa-10745879384b,AR-15 Stark AR Rifle grip (Black),25555,24998,25849,Mechanic,2576,₽,59db3acc86f7742a2c4ab912 +6932fba0-0052-471b-9220-acdf47ea6314,AR-15 Hera Arms HG-15 pistol grip,19999,16456,17794,Mechanic,2856,₽,5cc9bcaed7f00c011c04e179 +df38e6ce-76d4-4698-9d39-91c1a38bb333,AK TAPCO SAW-Style pistol grip (Flat Dark Earth),7500,7840,7404,Mechanic,2520,₽,5947fa2486f77425b47c1a9b +4938d77d-5644-4dad-ac78-d0ab7a34b6bd,AK TAPCO SAW-Style pistol grip (Black),8000,9678,9440,Mechanic,2520,₽,5947f92f86f77427344a76b1 +4f099289-fda1-4802-b5f1-5eb98de6cc2b,SA-58 FAB Defense AG-FAL pistol grip,8999,15316,12505,Mechanic,2359,₽,5b7d679f5acfc4001a5c4024 +b9abafbf-75d2-4739-b836-ccee5bd1f926,SA-58 TAPCO SAW-style pistol grip (Black),3999,5867,4918,Mechanic,1796,₽,5b099b965acfc400186331e6 +5be85431-017b-4d98-a522-d0d76e353a8d,AS VAL Rotor 43 pistol grip & buffer tube,81111,100680,117303,Mechanic,4579,₽,5a69a2ed8dc32e000d46d1f1 +d4a9d8c8-1b60-472e-b5b0-879fb75055f1,Hogue Overmolded Rubber Grip (Black),10000,13242,12503,Mechanic,2016,₽,57c55efc2459772d2c6271e7 +f4f32429-c1ca-4880-a63f-86088242d33d,Hogue Overmolded Rubber Grip (Flat Dark Earth),9000,10229,10314,Mechanic,2016,₽,57af48872459771f0b2ebf11 +032d77cc-1429-4963-aa3d-88e2196e597e,Hogue Overmolded Rubber Grip (Ghillie Earth),5333,7594,7306,Mechanic,2016,₽,57c55f092459772d291a8463 +8e5b9df7-ffb6-4453-b53d-8f2b8e18a220,Hogue Overmolded Rubber Grip (Ghillie Green),5800,7063,6655,Mechanic,2016,₽,57c55f112459772d28133310 +37eaa949-dff6-472e-8d02-1ed986699db0,Hogue Overmolded Rubber Grip (Olive Drab),8500,8442,7748,Mechanic,2016,₽,57c55f172459772d27602381 +334b8df5-deca-4d93-af93-5489fd8c66d0,P226 Hogue rubber pistol grip with finger grooves,4999,5032,5493,Mechanic,1736,₽,5b39ffbd5acfc47a8773fb06 +392c6834-5c93-4169-a5ca-2941cad428e5,SVDS pistol grip,3420,4669,5532,Mechanic,428,₽,5c471be12e221602b66cd9ac +8042e69f-b8a8-4b66-8070-8d55296aa17c,AK Strike Industries Enhanced Pistol Grip,9500,13491,11534,Mechanic,2184,₽,5cf50850d7f00c056e24104c +3eba210e-1652-47f9-86c2-6680337244c4,AK Strike Industries Enhanced Pistol Grip (Flat Dark Earth),5995,6772,7433,Mechanic,2184,₽,5cf508bfd7f00c056e24104e +25d6f7c9-b358-447d-aa09-dc5120fa098c,PP-91 ZMZ polymer pistol grip,7000,10940,7655,Mechanic,739,₽,57d152ec245977144076ccdf +dfa2d884-6249-49ae-bc6d-bd537a9b96aa,AR-15 HK Battle Grip pistol grip,9499,7900,8547,Mechanic,1400,₽,5bb20e18d4351e00320205d5 +7e6426f1-e99c-41c5-a80b-f229275d0995,AR-15 A2 pistol grip,1900,4150,4339,Mechanic,679,₽,55d4b9964bdc2d1d4e8b456e +99754e6b-d208-4118-b00f-d3b3092ae53f,MDR pistol grip,10000,15354,11989,Mechanic,1299,₽,5c48a2c22e221602b313fb6c +f068730a-00b8-4aad-9b5b-7b72c07d4bb3,MDR pistol grip (Black),7777,11234,13266,Mechanic,1299,₽,5dcbd6dddbd3d91b3e5468de +7161eb23-de87-4944-93cd-fc5966f1be41,P226 Axelson Tactical MK.25 pistol grip,5000,4100,5394,Mechanic,1680,₽,5bffec120db834001c38f5fa +f8c52a4c-8f74-4a97-8876-33494a21f379,AR-15 Magpul MIAD pistol grip (Flat Dark Earth),10000,9029,7558,Mechanic,1764,₽,5a339805c4a2826c6e06d73d +8c91736c-daac-4cad-a343-dc89239784c1,M14 SAGE International M14ALCS (MOD-0) pistol grip,6399,6596,7220,Mechanic,1463,₽,5addc7db5acfc4001669f279 +3445bc1a-0026-4d1b-92cf-6820d063191d,M870 FAB Defense AGR-870 pistol grip,6666,5614,6094,Mechanic,1460,₽,5bfe86a20db834001d23e8f7 +6a558238-b3fb-4e77-87e0-5cdc6ea76218,SKS TAPCO Intrafuse kit SAW-Style pistol grip,4400,4840,4853,Mechanic,1513,₽,5afd7e445acfc4001637e35a +0142a224-04b8-4c95-ac7a-1903d3b897c7,Remington M700 Magpul Pro 700 pistol grip,4000,6034,6015,Mechanic,1008,₽,5cdeac5cd7f00c000f261694 +6736d48a-6af5-47ab-b124-4a25d0bb822b,AK-12 pistol grip,8787,10051,9886,Mechanic,840,₽,5beec8ea0db834001a6f9dbf +9117f635-d3dc-410c-9af6-d914e2bdefda,Glock Pachmayr tactical rubber grip,4000,10600,10105,Mechanic,565,₽,5a7b4960e899ef197b331a2d +1b6b4131-3c46-449a-b4ac-96a4fd49675e,AR-15 DI ECS pistol grip (Flat Dark Earth),2567,5139,4039,Mechanic,895,₽,571659bb2459771fb2755a12 +5b90d945-90bf-4474-9285-77684301ac95,P226 Elite Wooden pistol grip,6789,13684,11446,Mechanic,1120,₽,5c00076d0db834001d23ee1f +ed3c508f-9b3c-4233-8781-09ef051a0dd7,AKM wooden pistol grip,2000,22333,22266,Mechanic,403,₽,5a0071d486f77404e23a12b2 +98d0a37f-c7b7-471d-a92a-83f5bd0d38ba,AS VAL pistol grip,7777,3775,6094,Mechanic,836,₽,57c44fa82459772d2d75e415 +6acf6c69-a41c-4b7d-b73f-5565964ffa1e,TT side grips,5000,5083,5927,Mechanic,563,₽,571a282c2459771fb2755a69 +3b8c6743-a14d-4f8a-87c0-2d724f1445e2,P226 polymer pistol grip (Black),9950,6481,6481,Mechanic,561,₽,56d5a2bbd2720bb8418b456a +c0bb2400-f71e-4347-842f-eaf110b39176,P226 Emperor Scorpion pistol grip,2450,2450,2450,Mechanic,1372,₽,5c0006470db834001a6697fe +1e353f64-ee53-4954-8d96-618e2887ce28,MPX pistol grip,3000,10977,7810,Mechanic,1833,₽,5894a51286f77426d13baf02 +1b9ad038-d7fd-4ee3-9f97-f6c2e19be5c8,APS bakelite side-pieces,5000,3665,10567,Mechanic,562,₽,5a17fc70fcdbcb0176308b3d +772e8635-3568-4659-9f17-46805ad8106f,TT Hogue-like rubber grip,5600,4644,4342,Mechanic,1512,₽,5c0684e50db834002a12585a +f569ac6d-8ca2-4840-a548-9f889a161ed3,SA-58 pistol grip,1231,1621,2976,Mechanic,616,₽,5b7d678a5acfc4001a5c4022 +32d0c3a2-9c41-48f7-983c-6a82fd77d39a,PP-19-01 Vityaz-SN pistol grip,7000,6529,7921,Mechanic,503,₽,5998517986f7746017232f7e +a03e9f65-dd27-489f-be38-489f4c9d054c,AKM bakelite pistol grip,9990,9990,12010,Mechanic,393,₽,59e62cc886f77440d40b52a1 +a6a0dfae-9150-4eec-af73-efd335510b32,AK bakelite pistol grip (6P4 Sb.8V),830,831,1930,Mechanic,428,₽,5649ad3f4bdc2df8348b4585 +29783d82-2946-4adb-9760-1f786167fc8d,MP-443 polymer pistol grip,766,3974,3301,Mechanic,394,₽,576a63cd2459771e796e0e11 +9e372197-8c5b-4887-b9ef-df0687a76dc5,AK polymer pistol grip (6P1 Sb.8),4999,3680,5625,Mechanic,442,₽,5649ade84bdc2d1b2b8b4587 +4f8adf3e-2129-49f1-b329-35a504b41c7a,TOZ-106 002 pistol grip,6990,6455,6691,Mechanic,408,₽,5a38eecdc4a282329a73b512 +35f9a0be-c2ce-4cf0-aecd-567f0afecb49,AK bakelite pistol grip,880,2563,2563,Mechanic,430,₽,59e6318286f77444dd62c4cc +197f5552-8dbd-4660-aed1-a1530cd3583d,AK-74 textolite pistol grip (6P4 Sb.9),809,809,3911,Mechanic,414,₽,57e3dba62459770f0c32322b +43ef96f2-e166-43cc-b2da-1f0d6322fb7a,M9A3 polymer pistol grip,8000,7212,5852,Mechanic,448,₽,5cadc431ae921500113bb8d5 +a5fd10dd-0739-4109-958b-d50cd9c1275a,Oakley SI M Frame safety glasses,7000,5605,6418,Ragman,2914,₽,5c1a1cc52e221602b3136e3d +46b6f75b-0545-4983-9cdb-3e9a2ae06298,Round frame sunglasses,17333,14714,14044,Ragman,1912,₽,5aa2b923e5b5b000137b7589 +522cf9f7-82cb-4a4d-960a-9705a4786590,Crossbow tactical glasses,6666,5268,5831,Ragman,2170,₽,5d5fca1ea4b93635fd598c07 +2df21327-f178-493e-a6bd-90b5eee5fcb0,Anti-fragmentation glasses,5999,9265,8705,Ragman,1352,₽,59e770b986f7742cbd762754 +0f3d0073-31de-4c58-ae01-452009ec24a2,Pyramex Proximity safety glasses,7777,4843,5667,Ragman,1984,₽,5c0d32fcd174af02a1659c75 +3cdc7f03-f536-447d-8e4e-808b2b3a88e1,RayBench Aviator glasses,5000,6670,6314,Ragman,4154,₽,5d6d2ef3a4b93618084f58bd +a49d5d73-f502-46c7-971c-8825e80bc34f,Gascan glasses,5000,5687,4555,Ragman,3472,₽,5d6d2e22a4b9361bd5780d05 +eb6f84f7-0b74-433d-955d-7244777a07b4,6B34 anti-fragmentation glasses,3998,3146,3907,Ragman,1708,₽,5b432be65acfc433000ed01f +8d372747-ff5c-4c26-abb7-aef03d69ab2b,RayBench Hipster Reserve sunglasses,7298,7127,7077,Ragman,2220,₽,5aa2b9aee5b5b00015693121 +4e211016-13fc-4946-b20d-89a6c29f9d75,Dundukk sport sunglasses,2400,2343,2149,Ragman,1257,₽,5aa2b986e5b5b00014028f4c +cc72c2d7-0439-412e-b339-445b61a7e478,Tactical glasses,1333,1842,2091,Ragman,1035,₽,557ff21e4bdc2d89578b4586 +670aa416-49c1-46b1-a180-c6634042289b,Norotos Titanium Advanced Tactical Mount,10999,17547,16276,Ragman,2202,₽,5a16b8a9fcdbcb00165aa6ca +1d8e2a09-a9ca-48bf-959f-969406919891,AN/PVS-14 Dual Dovetail Mount,10000,10453,9864,Ragman,1521,₽,5a16b93dfcdbcbcae6687261 +6e095614-ffb4-4f13-9bef-4c493b4c44f3,Wilcox Interface for PVS-7,3500,5858,4953,Ragman,1521,₽,5c11046cd174af02a012e42b +b0773ea7-64ea-4189-bcba-b6bea9511780,PNV-10T dovetail adapter,12000,16516,13030,Ragman,1432,₽,5c0695860db834001b735461 +cb7df289-1a6c-4fdd-a7f0-66aa5c944206,Ops-Core SLAAP armor helmet plate (Tan),61252,62701,60626,Ragman,55366,₽,5c0e66e2d174af02a96252f4 +1773154f-1de4-4ce7-b7a6-49259cc679b2,LSHZ-2DTM Aventail,17500,21244,21126,Ragman,20584,₽,5d6d3be5a4b9361bc73bc763 +cf561d35-abd6-4e09-9427-f1f6e3abae1c,TW EXFIL Ear Covers (Black),44500,43674,40503,Ragman,24304,₽,5e00cfa786f77469dc6e5685 +caa41564-55ed-48b0-8238-929f6f500759,Ops-Core FAST Side Armor,21000,22009,21888,Ragman,21371,₽,5a16badafcdbcb001865f72d +be202b8b-f280-4538-8f69-b8ce19a8b7d2,Crye Precision AirFrame Chops,33000,41319,39911,Ragman,23870,₽,5c178a942e22164bef5ceca3 +e38745cd-a5b1-49ac-9a46-7e5626fea3ba,Crye Precision AirFrame Ears,22600,22149,22156,Ragman,22444,₽,5c1793902e221602b21d3de2 +ae0e753b-f8b5-415f-8a30-b58563a07e3a,Ops-Core FAST Gunsight Mandible,16000,13648,13715,Ragman,13231,₽,5a16ba61fcdbcb098008728a +eed1b896-2b44-4165-8a6b-14c08cf644c7,TW EXFIL Ear Covers (Coyote Tan),31111,34559,35118,Ragman,24304,₽,5e01f31d86f77465cf261343 +582bb0a0-af7a-4b17-ae41-770464b63f43,LShZ-2DTM cover,17999,6743,5230,Ragman,930,₽,5d6d3943a4b9360dbc46d0cc +dd8c0fe7-6f80-4d17-b002-2fb42f3f8854,MP5K 9x19 upper receiver,5555,5096,4966,Mechanic,1708,₽,5d2f261548f03576f500e7b7 +af39d4fd-3ffe-45a8-94a6-94b62d5de5db,AR-15 Noveske Gen.3 5.56x45 upper receiver,32000,42475,39348,Mechanic,14084,₽,5c07a8770db8340023300450 +f73e4cb3-9266-4f4d-b0c2-4d206e8b358f,AR-15 Vltor MUR-1S 5.56x45 upper receiver,140000,131270,141085,Mechanic,18300,₽,59bfe68886f7746004266202 +9173d920-dda0-497f-8942-7d98acf971bc,Glock ZEV Tech Hex Spartan pistol slide,22999,29666,27348,Mechanic,12868,₽,5a71e4f48dc32e001207fb26 +d19062e2-dbef-48c6-b006-b6e9b71a3613,AK TWS Dog Leg Rail dust cover,22222,23569,22371,Mechanic,6496,₽,5d2c772c48f0355d95672c25 +5c5ca757-bd1e-432a-9a18-5174185c74ee,M9A3 9x19 pistol slide,3500,2829,4070,Mechanic,1316,₽,5cadc55cae921500103bb3be +89d9530c-f701-4770-8cf4-6ad4e3608dd9,Glock Polymer80 PS9 pistol slide,14122,14122,14122,Mechanic,7908,₽,5a7afa25e899ef00135e31b0 +4230fa92-989f-4b29-851f-f52c191556ba,Glock ZEV Tech HEX Gen3 pistol slide,16000,20631,19500,Mechanic,11267,₽,5a71e22f8dc32e00094b97f4 +4090f735-86d1-4cde-a14e-8c23eb6d4308,AK-74 FAB Defense PDC dust cover,59999,69644,67738,Mechanic,8316,₽,5d2c770c48f0354b4a07c100 +83ced81c-4cc2-4ee8-b30d-cf7f31193965,MP9-N 9x19 upper receiver,150000,150000,119333,Mechanic,2946,₽,5de8e67c4a9f347bc92edbd7 +83ef48d2-62a2-4b59-89fa-170ffc1c320f,P226 Axelson tactical Mk.25 pistol slide,9999,10583,10025,Mechanic,5544,₽,5bffe7c50db834001d23ece1 +d927a24e-3856-4025-b8ea-c0d727ed1e3f,HK 416A5 5.56x45 upper receiver,7900,10812,8597,Mechanic,3640,₽,5bb20d53d4351e4502010a69 +02968909-4bb5-4e61-b640-9bd9a23e7103,VPO-101 Vepr Hunter dust cover,8888,9444,14770,Mechanic,571,₽,5c503d0a2e221602b542b7ef +b6d348b5-6681-4f71-9fd0-6cc335783c8c,TX-15 5.56x45 Lightweight upper receiver,22999,21901,21084,Mechanic,5152,₽,5d4405aaa4b9361e6a4e6bd3 +2ce2b3dd-772c-414d-b622-baceb3b3c5cb,AK Zenit B-33 dust cover,15000,16879,17432,Mechanic,7587,₽,5649af884bdc2d1b2b8b4589 +f1d4bebc-064a-4f2f-ace5-c469648c98f9,SA-58 Extreme Duty dust cover,17777,18275,19027,Mechanic,6478,₽,5b099bb25acfc400186331e8 +1d627e52-05d0-4116-92b0-9301a7b6307e,RPK-16 dust cover,7800,12009,9524,Mechanic,4032,₽,5beec91a0db834001961942d +a2ada548-21a0-40d8-ae28-4cf94d2cb9b7,MP5SD upper receiver,18989,18912,17016,Mechanic,4388,₽,5926f2e086f7745aae644231 +6acaacfb-5834-4dc0-85b8-5a9710444cbc,AKS-74UB dust cover,15000,16743,16571,Mechanic,1794,₽,5839a7742459773cf9693481 +2306b787-1250-42ab-81b9-56bc2ef91d78,Glock 9x19 Viper Cut pistol slide,7800,9762,10176,Mechanic,6271,₽,5a6f5f078dc32e00094b97dd +6728807a-705f-44e8-bb6b-810306ea4ba6,FN P90 upper receiver,13777,8398,5165,Mechanic,1344,₽,5cc70102e4a949035e43ba74 +59803268-24ba-4f5c-97b0-f04d16bdb4c3,Glock 9x19 Moto Cut pistol slide,7000,8876,9326,Mechanic,5704,₽,5a9685b1a2750c0032157104 +51ebf51e-7c17-4bc6-9a95-68a2e9002961,Glock 9x19 Alpha Wolf custom pistol slide,8800,9630,9017,Mechanic,7052,₽,5a7033908dc32e000a311392 +d21dae3e-9bda-4027-99d0-a95bc047169e,Glock Alpha Wolf pistol slide,8000,8021,8318,Mechanic,4489,₽,5a702d198dc32e000b452fc3 +c32f3a1f-1c3e-4c2a-b17e-f5c0d16d7284,P226 Emperor Scorpion pistol slide,6473,7342,6993,Mechanic,3237,₽,5c010a700db834001d23ef5d +c58d16b2-ed39-49dd-85c7-830654498c00,AK AKademia Bastion dust cover,6666,6719,6553,Mechanic,3080,₽,5d2c76ed48f03532f2136169 +6cd3066e-703f-4e85-a090-c2adafcdcbf1,MPX GEN1 upper receiver,9998,29832,29832,Mechanic,1965,₽,5894a5b586f77426d2590767 +731d3c2e-fc95-4f41-9bc7-e6ad2e6f869e,SVDS dust cover,8880,8938,12577,Mechanic,621,₽,5c471bd12e221602b4129c3a +f69880e8-fb53-4212-9e28-2136cf43fdb2,ADAR 2-15 5.56x45 upper receiver,9500,17376,15017,Mechanic,1859,₽,5c0e2f26d174af02a9625114 +31cefd94-13c4-4f65-b835-c7b30081fc01,FN P90 EFFEN 90 upper receiver,9999,12875,13292,Mechanic,2128,₽,5cc700ede4a949033c734315 +3f74ae20-fa7d-4e03-ba54-08f66d7084ba,M4A1 5.56x45 upper receiver,6000,7439,6963,Mechanic,2911,₽,55d355e64bdc2d962f8b4569 +4806fc2a-070e-4bff-b5e0-de1213f589ef,P226 Stainless Elite pistol slide,3999,5596,4965,Mechanic,2380,₽,5c0009510db834001966907f +884e24df-9ea1-4cd9-8356-22167dcc1121,P226 Legion full size pistol slide,3000,4209,5864,Mechanic,2307,₽,5c0125fc0db834001a669aa3 +f552c495-80e1-45bc-ba56-5c43415cdbd1,MP5 9x19 upper receiver,5000,5938,5726,Mechanic,1831,₽,5926c0df86f77462f647f764 +da160048-f512-482d-abee-96bf6386e9c0,SVDS custom dust cover,10000,28361,33921,Mechanic,812,₽,5dfce88fe9dc277128008b2e +bc6cd0d6-6507-4f5c-892b-179c633a5459,SR-25 7.62x51 upper receiver,5555,5995,5773,Mechanic,3808,₽,5df8e4080b92095fd441e594 +79e22bd3-e8bc-44d4-87d4-0bf2e1514de2,P226R MK25 pistol slide,11903,16269,16269,Mechanic,1798,₽,56d5a407d2720bb3418b456b +c888e82c-fb04-47d8-9041-c84238fe36bc,Glock 9x19 pistol slide,2999,12041,5575,Mechanic,1741,₽,5a6f5e048dc32e00094b97da +3ea1f61d-7e19-466c-9d57-d4ec98871d47,PP-19-01 Vityaz-SN dust cover,2000,5174,6686,Mechanic,1353,₽,59985a6c86f77414ec448d17 +37c479eb-90dc-49a5-b20c-1fda2808e186,FN PS90 upper receiver,5998,4924,5857,Mechanic,1232,₽,5cf7acfcd7f00c1084477cf2 +07878f83-934f-493f-8a2b-edaee7cd7e07,VSS Vintorez dust cover,21111,24056,31333,Mechanic,907,₽,578395402459774a256959b5 +d8a8728b-e3f2-403a-8a99-da229e81ffa7,AS VAL dust cover,50000,28500,28767,Mechanic,895,₽,57c44f4f2459772d2c627113 +e7681975-271d-47db-aeb4-e237c8afd136,SA-58/FAL standard dust cover,2800,2502,3594,Mechanic,1401,₽,5b7d6c105acfc40015109a5f +5f6ab433-f2eb-4390-8daa-dfcca7b1488b,AK-74M dust cover (6P34 0-1),15000,20774,28437,Mechanic,565,₽,5ac50da15acfc4001718d287 +77ec4a3b-6e93-4642-b1c8-60a0ac0c8ac2,AKM Molot dust cover,9950,12997,8249,Mechanic,559,₽,59e6449086f7746c9f75e822 +dc2f0cb7-1192-4225-ae4e-6e452c148a2e,AK-74 dust cover (6P20 0-1),4250,4062,4665,Mechanic,584,₽,5649af094bdc2df8348b4586 +df84b4da-2d08-4635-a375-cba707448cd7,AKS-74U dust cover (6P26 Sb.7),3399,6191,6317,Mechanic,671,₽,57dc334d245977597164366f +de5babe2-a60c-48ac-b0b3-4b105c7a0dd0,AKM dust cover (6P1 0-1),4999,6395,5558,Mechanic,568,₽,59d6507c86f7741b846413a2 +9dee0f3b-df89-4e8e-adb1-b5b00b6591ff,SOK-12 dust cover (Sb.0-2),8000,6125,6125,Mechanic,669,₽,57616c112459773cce774d66 +433a6de2-c266-4d2b-9968-c4588a62f0b8,PP-19-01 Vityaz-SN dust cover,4000,7605,6510,Mechanic,671,₽,59985a8086f77414ec448d1a +f5fb7664-75d0-4dea-baba-57e9238e522a,Glock 18C 9x19 pistol slide,6537,6537,6537,Mechanic,3661,₽,5b1faa0f5acfc40dc528aeb5 +f746625a-2d1f-4bd5-919b-f4c35a11525c,FN Five-seveN MK2 pistol slide,4921,10751,10936,Mechanic,2358,₽,5d3eb44aa4b93650d64e4979 +93bea875-9aa1-4bc9-9b71-a8d2d6ae98a4,MPX double latch charging handle,5000,11930,9934,Mechanic,409,₽,58949edd86f77409483e16a9 +c5755128-e9ef-4fc6-a04d-2dd15f341983,MP9 charging handle,15000,15000,15000,Mechanic,364,₽,5de922d4b11454561e39239f +7acf1dde-47ed-45aa-9be2-054025de9137,AR-15 Radian Weapons Raptor charging handle,20000,26964,22740,Mechanic,3782,₽,5b2240bf5acfc40dc528af69 +06d10507-681c-450a-9b13-2998c95a93ee,FN P90 charging handle,39500,39500,39500,Mechanic,896,₽,5cc6ea78e4a949000e1ea3c1 +31b57388-c6b8-4659-b729-99b10b3b2a1c,SR-25 charging handle,1000,10495,10495,Mechanic,476,₽,5df8e053bb49d91fb446d6a6 +5732ab94-c736-4d45-92d5-fb77b09fbbac,AR-15 charging handle,1900,3587,3526,Mechanic,410,₽,55d44fd14bdc2d962f8b456e +ef789031-b460-445e-ad26-b3e615c28519,MP5 Cocking Handle,11000,13278,13847,Mechanic,924,₽,5926c32286f774616e42de99 +07952632-7b9d-4d7c-8997-0557db7b84a9,Badger Ordnance Tactical Charging Handle Latch,11300,12511,12757,Mechanic,2462,₽,56ea7165d2720b6e518b4583 +a48ba53f-3801-4628-8444-5b16f279aa17,SR-25 Ambidextrous charging handle,10000,10000,10000,Mechanic,588,₽,5df8e085bb49d91fb446d6a8 +53c03e69-8aa2-4dcb-854c-65e39637a169,HK Extended Latch charging handle,4000,5041,5414,Mechanic,1154,₽,5bb20dbcd4351e44f824c04e +f426e30a-d434-4726-bada-627b21b586b5,ADAR 2-15 charging handle,6000,9439,14355,Mechanic,364,₽,5c0faf68d174af02a96260b8 +7425eff4-6258-49fc-b60a-8f53981aa3f8,MPX Geissele SCH charging handle,7777,11022,9424,Mechanic,997,₽,5c5db6b32e221600102611a0 +152bb14f-88f1-453b-a7da-4f0181fb8e5a,FN P90 K&M The Handler charging handle,23000,21938,15322,Mechanic,1491,₽,5cc6ea85e4a949000e1ea3c3 +98fb9730-7add-4028-92d2-3ec013bafccf,AK Zenit RP-1 charging handle,4999,4359,4248,Mechanic,1491,₽,5648ac824bdc2ded0b8b457d +3460f326-04c5-459c-9ae9-6d56574cde78,MPX single latch charging handle,700,700,700,Mechanic,392,₽,58949fac86f77409483e16aa +2927a5d3-443d-4eea-b33c-b420dda360f0,MP5K cocking handle,44444,44444,44444,Mechanic,868,₽,5d2f2d5748f03572ec0c0139 +2405683d-8d02-4279-a0d5-c0c1f2c07e65,SVDS gas tube,10000,21200,24829,Mechanic,1411,₽,5c471c842e221615214259b5 +65dc30c9-88e7-4865-b3bb-ebfe73752251,AKM type Molot gas tube,29999,34236,30787,Mechanic,1107,₽,59e649f986f77411d949b246 +4d1e69bb-d950-41c3-9ca9-3c3c11463ef5,JP Enterprises Gas System-5B,91555,96944,87293,Mechanic,4368,₽,5d00ec68d7ad1a04a067e5be +825a9f98-fa2c-462b-ac67-b4143d835c47,AK TROY Industries handguard & gas block combo,33333,38505,34164,Mechanic,10774,₽,5b237e425acfc4771e1be0b6 +5b7373f3-9070-4668-afd4-c0ed04e71852,AK Vezhlivyy Strelok VS-24 + VS-33c handguard & gas block combo,45000,51529,44707,Mechanic,9856,₽,5cf656f2d7f00c06585fb6eb +27ab6faf-b266-4079-b6a1-1b9ebb84050c,JP Enterprises Gas System-6,10000,10325,9874,Mechanic,8226,₽,5a34fbadc4a28200741e230a +b96cbb61-f501-4ccd-816a-9108b7d0ff6d,SR-25 Low Profile Gas Block,19444,15611,11724,Mechanic,2828,₽,5dfa3d45dfc58d14537c20b0 +440ab8b3-a664-442e-96b3-c76e9263f7d0,AK Kiba Arms VDM CS gas tube,2904,2904,2904,Mechanic,1626,₽,5a01ad4786f77450561fda02 +b4dc819a-4ee5-434d-a988-9bace67fd81e,AR-15 Windham Weaponry Rail Gas Block,12890,9481,11103,Mechanic,2346,₽,56ea8d2fd2720b7c698b4570 +019782dd-fa55-4124-b858-3dd0a32f7b16,MK12 Low Profile Gas Block,6000,6570,6573,Mechanic,2663,₽,56eabcd4d2720b66698b4574 +e52633c3-2dab-4b12-a379-feb3c38532a4,PP-19-01 Vityaz-SN gas tube,69000,69000,33506,Mechanic,1004,₽,59ccd11386f77428f24a488f +a48fcc26-dc94-4568-9d7c-e490e44ef3d8,AKS-74U gas tube,3000,10999,10960,Mechanic,1121,₽,59d36a0086f7747e673f3946 +8c10cc15-22a5-4556-9987-604836f90191,HK 416A5 low profile gas block,14500,17747,11324,Mechanic,1456,₽,5bb20dcad4351e3bac1212da +74301234-da13-49be-881c-b93cfa07abf4,AKM gas tube (6P1 Sb.1-2),13000,10664,10466,Mechanic,1151,₽,59d64ec286f774171d1e0a42 +01f4588c-4440-46ce-8f66-ed88c85e272e,AK-74 gas tube,11999,8400,7286,Mechanic,1161,₽,59c6633186f7740cf0493bb9 +06d527cc-c5e7-4435-ae46-f73ed4dc6220,M4A1 front sight,49900,21448,14923,Mechanic,1439,₽,5ae30e795acfc408fb139a0b +a9d6ea5c-53b8-4f01-836d-b0b125891990,VPO-101 Vepr Hunter gas tube,25420,25420,25388,Mechanic,980,₽,5c5039be2e221602b177c9ff +e16f4c3f-5f35-466e-b181-a0b6585e6bb5,AK UltiMAK M1-B gas tube & handguard,4444,6370,5085,Mechanic,1255,₽,59ccfdba86f7747f2109a587 +53d010e4-adb9-4360-8eca-90ab415baafc,KAC QDC 7.62x51 flash suppressor kit,7000,9452,9676,Mechanic,3443,₽,5dfa3cd1b33c0951220c079b +ac361670-c348-4ddf-b18f-fcbc6453e80a,AR-15 SAI JailBrake 5.56x45 muzzle device,10887,12094,11994,Mechanic,8954,₽,5c78f2882e22165df16b832e +5b10b1a1-9a11-4fe3-8d3d-bae251d80e99,AR-10 Precision Armanent M11 7.62x51 muzzle brake,6969,6954,7000,Mechanic,5236,₽,5cdd7693d7f00c0010373aa5 +dc3faf33-b865-49d7-92f9-fd38b78e4374,AR-10 Fortis RED Brake 7.62x51 muzzle brake,28000,22841,21791,Mechanic,10248,₽,5d026791d7ad1a04a067ea63 +0606dfbb-2bce-44d3-bd54-9dd402f72ea9,Desert Tech .308 flash hider,6499,6225,7663,Mechanic,2867,₽,5dcbe965e4ed22586443a79d +f76a7b26-ac87-42c4-b353-f199a78cb44a,AR-10 Keeno Arms SHREWD 7.62x51 muzzle brake,7990,8699,9207,Mechanic,6720,₽,5cdd7685d7f00c000f260ed2 +822f7a34-439d-4a03-bcd6-c116d95e02cd,AK 7.62x39 Lantac Dragon muzzle brake & compensator,20000,17586,16766,Mechanic,6888,₽,5c878ebb2e2216001219d48a +4aef2870-e020-4948-b3ad-38c29a72a3f0,M14 JP Enterprises 7.62x51 tactical muzzle brake & compensator,6498,6472,6584,Mechanic,5288,₽,5addbb825acfc408fb139400 +0a4b100d-e83d-456f-b890-5746171ad022,Mosin Witt Machine muzzle brake,11000,12277,11850,Mechanic,5724,₽,5bc5a35cd4351e450201232f +65f6152d-d19a-48e7-adf5-0b80c15aaa3e,Lantac Dragon 7.62x51 muzzle brake,79000,70310,70976,Mechanic,9408,₽,5c878e9d2e2216000f201903 +1a527d94-973e-46a3-94b8-b1cf54bc98d1,AR-15 Bulletec ST-6012 5.56x45 muzzle brake,20900,27923,27865,Mechanic,6888,₽,5cf6937cd7f00c056c53fb39 +7718d75f-7ef2-4ba4-8400-63dc81d94ffe,PP-19-01 Vityaz-SN 9x19 muzzle brake/compensator,4000,4968,5176,Mechanic,371,₽,5998597786f77414ea6da093 +3e9440fc-027f-4b92-a374-a4ca0413bffa,Daniel Defense WAVE 7.62x51 muzzle brake,10888,10828,12189,Mechanic,4469,₽,5d1f819086f7744b355c219b +9be73444-3408-4ddb-ad7e-53fbd0d2fb11,Lantac BMD 7.62x51 Blast Mitigation Device,11900,12066,12638,Mechanic,5516,₽,5cf78720d7f00c06595bc93e +eb45661a-0c34-42d6-bf24-e3205a05f95a,AK 7.62x39 Venom Tactical Antidote muzzle brake & compensator,15555,12873,12942,Mechanic,5516,₽,5c7951452e221644f31bfd5c +2dfa84d4-8c96-4672-a0a4-00c043fe259e,AR-10 Odin Works Atlas 7 7.62x51 muzzle brake,11000,15047,13575,Mechanic,7494,₽,5bbdb8bdd4351e4502011460 +446f0b88-730e-4fbb-bb89-90398f89a9fa,AR-15 Nordic Components Corvette 5.56x45 compensator,9400,10296,9639,Mechanic,4900,₽,5d02676dd7ad1a049e54f6dc +9ff18198-c63a-4e3d-9138-2a82a4c2d2ac,Glock 9x19 Strike Industries G4 slide compensator,10000,10457,10418,Mechanic,3627,₽,5a7b32a2e899ef00135e345a +5f576b17-72f1-4221-847e-81fd0687aa1c,Vendetta Precision 5.56x45 VP-09 Interceptor muzzle brake,6400,6915,7072,Mechanic,6336,₽,5a7c147ce899ef00150bd8b8 +6952e76d-4b6f-480a-814e-856638683c91,PWS CQB 74 5.45x39 muzzle brake,23333,21851,20912,Mechanic,4752,₽,5943eeeb86f77412d6384f6b +2dd5fbaa-2cda-4e66-9e0b-b6e1ab6e0b1c,PWS CQB 5.56x45 muzzle brake,9999,9369,9561,Mechanic,5594,₽,5943ee5a86f77413872d25ec +51dc888d-44d7-47b8-adac-413f67cb0dcd,Glock 9x19 Carver Custom 4 Port muzzle brake,4000,5788,5761,Mechanic,3445,₽,5a7ad0c451dfba0013379712 +62423944-b3de-49de-b332-767c8e0d05fb,Thunder Beast Arms 30CB 7.62x51 muzzle brake,10000,12179,12248,Mechanic,4077,₽,5d443f8fa4b93678dd4a01aa +69b7ecce-ffc7-4751-a73c-5081708fa813,AR-10 Nordic Components Corvette 7.62x51 muzzle brake,5400,7031,7349,Mechanic,4704,₽,5d02677ad7ad1a04a15c0f95 +4a22665a-da68-4e5e-8c8c-b3bbdffd343f,MP5 Noveske-style muzzle brake & compensator,15000,16487,16991,Mechanic,4984,₽,5c07c5ed0db834001b73571c +5b8a7883-2f59-4ee7-9697-059f3885ba8b,Glock Double Diamond flash hider,3000,4070,3793,Mechanic,2522,₽,5a70366c8dc32e001207fb06 +a26ab3d3-47bf-4636-b360-667513078e1d,Tromix Monster Claw 12ga muzzle brake,31000,34000,31835,Mechanic,4927,₽,59fb137a86f7740adb646af1 +0c76bf19-501c-4cd9-af04-63c19fb3fc93,M14 Good Iron 7.62x51 muzzle brake & compensator,5880,5637,5749,Mechanic,4504,₽,5addbb945acfc4001a5fc44e +57236002-feff-4071-a979-5a4291cb0ec2,SV-98 7.62x54R SRVV mk.2.0 compensator,6988,6543,6560,Mechanic,4368,₽,5c4ee3d62e2216152006f302 +028f2f81-515c-4d85-880b-16243d2fa09f,AR-15 Yankee Hill Annihilator multi-caliber flash hider,76500,100597,103031,Mechanic,4395,₽,5b3a16655acfc40016387a2a +c82aae4e-3884-4379-a152-74a2f752384e,Mosin Texas Precision Products muzzle brake,6990,8275,8181,Mechanic,3783,₽,5bc5a351d4351e003477a414 +f37ded0f-dbff-4b02-8970-2e5f121828c5,AR-10 2A Armanent X3 7.62x51 compensator,7900,8702,8737,Mechanic,4378,₽,5b7d693d5acfc43bca706a3d +1f4cddc0-1840-4e03-a24f-7d39f7720090,Daniel Defense WAVE 5.56x45 muzzle brake,11998,12450,11524,Mechanic,4469,₽,5cff9e5ed7ad1a09407397d4 +aa0943dd-f709-4b96-bc9f-3a1419bd0042,MPX TACCOM muzzle brake,10667,10148,10517,Mechanic,3276,₽,5cf6935bd7f00c06585fb791 +b0326423-69b5-411a-91c7-bec9d39f37e0,AR-15 Surefire SF3P 5.56x45 Flash hider,10000,10332,9285,Mechanic,3595,₽,5c7fb51d2e2216001219ce11 +ce0fb84c-1e65-4ad6-9faa-f4a9df5beb47,KAC QDC 5.56x45 flash suppressor kit,11000,12224,12079,Mechanic,3080,₽,56ea8180d2720bf2698b456a +2aa70677-c4f3-4810-9fa7-e53703bee54c,SA-58 7.62x51 3 prong trident flash hider,1900,2445,2753,Mechanic,897,₽,5b099b7d5acfc400186331e4 +48b8639f-8095-4b15-a35c-590b2abb2c31,AK-105 5.45x39 muzzle brake & compensator (6P44 0-20),11000,9620,10947,Mechanic,336,₽,5ac72e945acfc43f3b691116 +b731be1c-5114-42e2-913b-78c6e0e1b1f5,AK-102 5.56x45 muzzle brake & compensator (6P44 0-20),42000,43833,30332,Mechanic,337,₽,5ac72e725acfc400180ae701 +a7780a37-f0d8-4c85-a494-05fde32614fe,Thunder Beast Arms 223CB 5.56x45 muzzle brake,5000,7283,7236,Mechanic,4021,₽,5d440625a4b9361eec4ae6c5 +a0ba54e2-a533-42b8-8ccd-83ec74fb30c0,AR-15 TROY Claymore 5.56x45 muzzle brake,5550,5681,6731,Mechanic,4396,₽,5cc9b815d7f00c000e2579d6 +28075839-f375-47ae-a39e-6456d78d7f69,AK-104 7.62x39 muzzle brake & compensator (6P46 0-20),5000,3728,6138,Mechanic,336,₽,5ac72e895acfc43b321d4bd5 +f96ca75c-1fc2-4550-b061-f0e1785438a6,AAC Blackout 51T 5.56x45 flash hider,14000,9312,9837,Mechanic,3443,₽,5c7e5f112e221600106f4ede +522d5e6b-0bae-4d1e-8b08-186b32b6301e,M14 Yankee Hill Phantom 7.62x51 muzzle brake & compensator,3990,4215,4113,Mechanic,3633,₽,5addbbb25acfc40015621bd9 +b376275a-9e0a-444b-a0c7-2e1e601ffad0,Mosin Tacfire Tanker Style muzzle brake,3000,4802,5224,Mechanic,1982,₽,5bbdb83fd4351e44f824c44b +41650c73-3e39-4118-949d-f032c8497ca9,DVL-10 muzzle device,32545,22889,30752,Mechanic,2937,₽,58889c7324597754281f9439 +9f94a1ef-78e5-484b-a68b-055fe2e80556,RPK-16 5.45x39 muzzle brake & compensator,4111,6768,3957,Mechanic,532,₽,5beec3420db834001b095429 +8d9f3b94-144f-4a65-b07f-dfc3f1e74bc9,AK 7.62x39 SRVV muzzle brake & compensator,10999,12016,13057,Mechanic,3338,₽,5cc9ad73d7f00c000e2579d4 +98ed4587-d84c-4339-ad65-92e9e17c1abe,AK-74 5.45x39 SRVV muzzle brake,19000,17324,15674,Mechanic,3170,₽,5cc9a96cd7f00c011c04e04a +3c6af1ca-c91a-4a7f-9c45-96dcef0778e3,ASh-12 12.7x55 muzzle brake,8000,7200,7357,Mechanic,3416,₽,5caf17c9ae92150b30006be1 +30e162a6-d9f6-42f6-a710-de708c99216b,M14 Smith Enterprise Vortex 7.62x51 muzzle brake & compensator,6666,6886,4868,Mechanic,3026,₽,5addbba15acfc400185c2854 +0fa2c3cb-de48-4104-ad1c-12954d6796c6,SV-98 7.62x54R thread adapter,9600,13784,13702,Mechanic,2698,₽,5c4eec9b2e2216398b5aaba2 +214f02c5-546f-4220-bed7-60082c534a07,P226 9x19 TJ's Custom compensator,5000,5490,4592,Mechanic,1568,₽,5c6beec32e221601da3578f2 +9521f4e6-77cb-4231-b32e-dfbc64fd5e15,AK Zenit DTK-1 7.62x39 & 5.45x39 muzzle brake & compensator,6000,6205,6676,Mechanic,2369,₽,5649ab884bdc2ded0b8b457f +83c73d1a-cc44-4d99-978e-ed6e77a6f803,Orsis T-5000M muzzle brake,5111,5969,6426,Mechanic,2552,₽,5df35e7f2a78646d96665dd4 +68e2a7d0-d2c6-491f-b08d-a37bde7cfee2,AAC Blackout 51T 7.62x51 flash hider,7000,10000,9429,Mechanic,2379,₽,5a34fd2bc4a282329a73b4c5 +75e46626-374d-4de0-bdee-2b4c0940ebc0,Desert Tech 5.56x45 flash hider,7500,8162,9839,Mechanic,2369,₽,5c48a2a42e221602b66d1e07 +5980e123-e53e-438f-986d-d8ec80100e88,AR-15 Surefire WarComp 5.56x45 Flash hider,9999,7877,8378,Mechanic,2688,₽,5c6d710d2e22165df16b81e7 +1c86b162-0cb5-450b-8f22-794891b2ea1b,AK-103 7.62x39 muzzle brake & compensator,1111,1111,5438,Mechanic,336,₽,5ac72e7d5acfc40016339a02 +36dbc7c6-b861-4bc9-a9df-fb458954b88b,Glock 9x19 CARVER Custom Decelerator 3 Port compensator,4100,5116,4386,Mechanic,2830,₽,5a7037338dc32e000d46d257 +ed17670b-c0b7-440f-9e80-8cec1c081c06,M1A National Match 7.62x51 muzzle brake & compensator,3800,4689,6218,Mechanic,2665,₽,5addbb6e5acfc408fb1393fd +d432d0d2-2302-4403-8f25-f62567010194,DVL-10 M2 muzzle brake,3111,5505,6800,Mechanic,2552,₽,5888996c24597754281f9419 +761c04d3-5a94-417d-840a-9df19a9ebe86,TT PM-Laser DTK-TT muzzle brake,9999,4267,5083,Mechanic,2128,₽,5bffd7ed0db834001d23ebf9 +74d52bae-212e-4db6-a68b-24cb58ea30dd,AK-101 5.56x45 muzzle brake & compensator,1500,8189,8189,Mechanic,336,₽,5ac72e615acfc43f67248aa0 +29301ff6-ec2e-4cf8-bcd3-dfca918cfaee,MP7A1 4.6x30 flash hider,6499,6599,6696,Mechanic,510,₽,5ba26acdd4351e003562908e +9c380062-3d39-4c69-ba80-7fc3a0a6d75f,AK Spikes Tactical Dynacomp 7.62x39 muzzle brake & compensator,6000,5545,5472,Mechanic,2184,₽,5a9ea27ca2750c00137fa672 +cc790d41-4e18-4cd4-b4af-a2e467b74adb,Glock 9x19 Alpha Wolf bullnose compensator,2500,4195,2941,Mechanic,1568,₽,5a705e128dc32e000d46d258 +34b9bd86-93e6-431b-a1ae-afe2ee705fc2,Noveske KX3 5.56x45 flash hider,6000,5619,5821,Mechanic,4053,₽,56ea6fafd2720b844b8b4593 +21d96940-117e-4a12-a735-2a26b1177939,VPO-136 Vepr KM 7.62x39 muzzle brake & compensator,6500,6358,6845,Mechanic,336,₽,59e61eb386f77440d64f5daf +e00bc0c5-3981-4e2d-92e3-5f7363806158,Glock 9x19 Lone Wolf LWD-COMP9 compensator,3000,3148,4030,Mechanic,1884,₽,5a7ad1fb51dfba0013379715 +227c2730-244d-4ef5-8025-41573df36ba5,FN P90 5.7x28 flash hider,4000,5424,4341,Mechanic,896,₽,5cc82796e24e8d000f5859a8 +d299cc6e-4bd1-4984-be7c-99cd28deba56,SA-58 7.62x51 Austrian style muzzle brake,2099,2051,3004,Mechanic,1310,₽,5b7d68af5acfc400170e30c3 +7966cb74-956f-4db1-bfde-6512b6a037db,SVDS 7.62x54R muzzle brake & compensator,10000,14013,14013,Mechanic,337,₽,5c471bfc2e221602b21d4e17 +fb2563a5-400a-4081-bf6b-568fe1743511,ADAR 2-15.56x45 flash hider,4000,5588,7064,Mechanic,508,₽,5c0fafb6d174af02a96260ba +61103056-2dd1-4074-b79a-78b5a79cd5d1,SV-98 muzzle device,4444,5444,6407,Mechanic,838,₽,560e620e4bdc2d724b8b456b +8c0eb8e0-cf3c-4859-9608-575345ca3fe1,AR-15 Colt USGI A2 5.56x45 flash hider,1494,2913,2894,Mechanic,750,₽,544a38634bdc2d58388b4568 +4cc08529-3700-4564-84df-0bdd05b9bd3f,AK 7.62x39 Taktika Tula muzzle adapter,3999,2607,3107,Mechanic,344,₽,5a0abb6e1526d8000a025282 +cf435482-157a-4f2f-a67e-9483fbb4dfc8,AK-74M 5.45x39 muzzle brake & compensator (6P20 0-20),8888,7102,7729,Mechanic,337,₽,5ac7655e5acfc40016339a19 +2b92cfeb-22e8-4724-91c9-8882212b3bc2,MPX A2 9x19 flash hider,3999,3351,4962,Mechanic,506,₽,58949dea86f77409483e16a8 +5f8435b1-7263-40c8-84d7-fc1066b6fe5f,AKML 7.62x39 system Izhmash flash hider,5555,5293,4952,Mechanic,339,₽,5a0d716f1526d8000d26b1e2 +f41179e1-9d8b-4016-9566-cc566906cb8a,AK-74 5.45x39 muzzle brake & compensator (6P20 0-20),4000,3340,4037,Mechanic,389,₽,5649aa744bdc2ded0b8b457e +de04ba9e-a192-473f-81f2-61dd39a927fc,AKS-74U 5.45x39 muzzle brake (6P26 0-20),5000,1952,2944,Mechanic,403,₽,57dc324a24597759501edc20 +3a02e3d3-69d7-4592-9435-9ab452c5d26c,VPO-209 thread protector,600,600,600,Mechanic,336,₽,59e8a00d86f7742ad93b569c +27fc3584-dcea-40a2-b292-dc36d3c25fc0,AKM 7.62x39 muzzle brake & compensator (6P1 0-14),663,663,2555,Mechanic,340,₽,59d64fc686f774171b243fe2 +233632cd-b756-45b5-91c2-52e74ab7721e,Saiga-9 9x19 muzzle brake/compensator,3000,2792,2688,Mechanic,280,₽,5998598e86f7740b3f498a86 +37be1b98-c64f-4b01-a15f-b5303369723e,M1A SOCOM 16 7.62x51 muzzle brake & compensator,2499,4433,4832,Mechanic,1200,₽,5aafa1c2e5b5b00015042a56 +f8bd6c0d-6486-4119-9c8c-0e1eb3b50f91,M1A Smith Enterprise SOCOM 16 7.62x51 threaded muzzle brake & compensator,36500,37143,44691,Mechanic,2749,₽,5ab3afb2d8ce87001660304d +4f97b691-fec8-4764-b0d1-c575029c671b,Trijicon REAP-IR scope eyecup,44333,23270,18818,Mechanic,199,₽,5a1eacb3fcdbcb09800872be +d95b17b2-01b0-45b0-9df1-2661db741f9f,KAC URX 3/3.1 long panel,11000,7471,7680,Mechanic,980,₽,5d123b70d7ad1a0ee35e0754 +1c1b1bf7-4970-4b7e-936c-113575fad699,SV-98 anti-heat ribbon,9000,8238,9522,Mechanic,1312,₽,56083eab4bdc2d26448b456a +c16f90a6-f858-4723-bc4f-e975b0ff01de,KAC URX 3/3.1 stopper panel,3000,4159,4226,Mechanic,1596,₽,5d123b7dd7ad1a004f01b262 +2af5d128-4b73-4b9b-b3b8-d4cd85229b72,KAC URX 3/3.1 short panel,2000,4614,5167,Mechanic,672,₽,5d123a3cd7ad1a004e476058 +731f901e-3311-479a-8fbe-4a67a7190dba,Armasight Vulcan MG scope eyecup,2000,5522,5796,Mechanic,394,₽,5b3cbc235acfc4001863ac44 +e7ce1594-9281-47f9-be44-87d0f9fc8110,SV-98 sound suppressor heat shield,5500,8440,8584,Mechanic,224,₽,5c4eecde2e221602b3140418 +585c9853-ec7c-47f0-ad21-75f97ebcbe8e,KMZ 1P59 scope eyecup,2111,4097,3654,Mechanic,323,₽,5d0b5cd3d7ad1a3fe32ad263 +afa6c1f6-f3ca-4c81-9432-9be406d6ec3d,PSO scope eyecup,4222,6024,8169,Mechanic,155,₽,57f3a5ae2459772b0e0bf19e +5915d435-e36a-444f-ba6e-2c83240389d3,NPZ USP-1 scope eyecup,300,1122,2283,Mechanic,155,₽,5cf639aad7f00c065703d455 +7af25ea8-75c5-431c-8f8c-2b9e4214eced,FAB Defense protection cap for AGR-870,288,1590,3803,Mechanic,144,₽,5bfe86bd0db83400232fe959 +cd77e636-3238-49c6-818b-839c5d43c14a,NSPU-M scope eyecup,1500,1701,1977,Mechanic,146,₽,5ba36f85d4351e0085325c81 +85f87303-ac9b-4a61-9cb0-de00e82e75bb,Glock ZEV Tech sight mount cap,4991,4361,4863,Mechanic,56,₽,5a71e1868dc32e00094b97f3 +60a63e51-d9be-4309-9414-9d83334b5aa7,Axion Kobra sight shade,990,2474,2657,Mechanic,56,₽,591c4e1186f77410354b316e +36a06ccd-6920-4f5b-b677-72faaf8a5e51,Lantac BMD Blast Mitigation Device A3 direct thread adapter,24000,17667,21757,Mechanic,1680,₽,5cf78496d7f00c065703d6ca +66a836d6-a943-445e-afdf-79b4c03691dd,PP-91-01 Kedr-B muzzle thread piece,3400,5402,5710,Mechanic,2862,₽,57f3c7e024597738ea4ba286 +d3b7cb88-5887-4dec-be26-2f02df569671,Glock 9x19 Alpha Wolf thread protector,1000,2598,3474,Mechanic,394,₽,5a6b585a8dc32e5a9c28b4f1 +0de105ac-a511-4e54-b612-61e49b374339,MP9 9x19 sound suppressor adapter,4350,4350,4350,Mechanic,2436,₽,5de8f237bbaf010b10528a70 +07efc77e-4946-44f0-a145-270a8c94bcf5,Gemtech ONE direct thread mount adapter,16888,18262,16857,Mechanic,2223,₽,5c7954d52e221600106f4cc7 +e4fefc45-fdbd-41e2-8f17-91e46ebe4790,Remington Tactical Choke 12ga,9500,10175,11629,Mechanic,1558,₽,560838c94bdc2d77798b4569 +6efe7367-cf5f-4204-921b-d65c37d6eef0,SilencerCo Hybrid 46 Direct Thread Mount adapter,7777,8136,7124,Mechanic,2307,₽,59bffc1f86f77435b128b872 +dbde1568-1051-4814-885d-0fe845f18089,Glock 9x19 Double Diamond thread protector,9300,4176,3544,Mechanic,394,₽,5a6b592c8dc32e00094b97bf +0a9240e7-ab05-4c75-8b5a-2bc2d385144c,MP5 3-lug thread protector,5000,5870,8525,Mechanic,1549,₽,5926e16e86f7742f5a0f7ecb +63292923-cf24-4aef-9105-17bd5f1cd736,MP5 3-lug threaded muzzle protector,8000,11850,16547,Mechanic,1663,₽,5c0000c00db834001a6697fc +fba271d5-7ae7-468e-9b33-5922d8f4d8c3,Mosin Tiger Rock thread adapter,8800,5115,5546,Mechanic,1652,₽,5cf79599d7f00c10875d9212 +fa7f18bf-a8e2-4c99-9a3f-9b18801cb840,SVDS Rotor 43 thread adapter,10000,14638,14590,Mechanic,1008,₽,5e01e9e273d8eb11426f5bc3 +4980ba89-5acc-4dc5-9031-89d5e741686b,GK-02 12ga muzzle brake,5900,5448,6016,Mechanic,2266,₽,58272d7f2459774f6311ddfd +f3353ad0-06ab-4246-9699-fa35b630cf18,ME Cylinder 12ga muzzle adapter,3333,5742,5909,Mechanic,1204,₽,5c0111ab0db834001966914d +02942460-ae8e-4200-ae6f-20e0fe10bd79,Mosin Weapon Tuning thread adapter,4999,5437,5138,Mechanic,1064,₽,5cf67a1bd7f00c06585fb6f3 +499c1d2f-879f-4186-93ed-75678b2bcec0,SKS 7.62x39 Weapon Tuning thread adapter,17500,12603,11355,Mechanic,1036,₽,5cf67cadd7f00c065a5abab7 +898fc88b-6e17-4252-ac5b-0aeae032657f,SilencerCo Salvo 12 thread adapter,7350,8555,8328,Mechanic,448,₽,5b363e1b5acfc4771e1c5e80 +221e3dc0-054c-411d-99ed-b0175ef27cc9,Mosin Custom thread adapter,1500,1500,1500,Mechanic,840,₽,5cf79389d7f00c10941a0c4d +0c909259-1cd1-4a4d-ba93-de6ea664c3ea,VPO-215 thread protection cap,200,200,200,Mechanic,112,₽,5de6556a205ddc616a6bc4f7 +fa3aebec-d7e5-493c-91c2-a237b868cd1e,Glock SAI thread protector,9000,3597,3322,Mechanic,564,₽,5a6b59a08dc32e000b452fb7 +2fab1ed2-0ae1-4ff1-ac4c-28e8bbd22fa4,P226 thread protection cap,400,400,400,Mechanic,224,₽,587de5ba2459771c0f1e8a58 +1d6d8885-5f85-47df-935e-d7eafb5dbd94,SOK-12 thread protection tube,3333,4877,9185,Mechanic,393,₽,576167ab2459773cad038c43 +18547102-f794-4dad-97f5-8a6aad414ca9,Remington M700 thread protection cap (Stainless steel),600,600,600,Mechanic,336,₽,5d270ca28abbc31ee25ee821 +471b86ee-0d3a-4085-90a8-d1a2b70edc81,M9A3 thread protection cap,9876,9876,7686,Mechanic,168,₽,5cadc390ae921500126a77f1 +59b7b9be-17c6-4fea-abc7-6a37693b87e0,AR-10 URX 4 handguard,20420,15298,17026,Mechanic,9240,₽,5df916dfbb49d91fb446d6b9 +6f9dd21e-39a1-47e0-9e26-988d4246e10c,MP5K polymer handguard,8500,4531,3792,Mechanic,1607,₽,5d2f259b48f0355a844acd74 +9d80a2f2-ab0a-45a9-858e-15d98e8c5409,AK 5.45 Design Aggressor handguard,30000,21945,23541,Mechanic,10864,₽,5cf4e3f3d7f00c06595bc7f0 +b296346a-de95-4830-802e-0a283ce9f809,AK Vltor CMRD KeyMod handguard,46464,44260,43360,Mechanic,15736,₽,5c17664f2e2216398b5a7e3c +100be88c-7dd2-470e-8368-ba71d8629592,AK Hexagon handguard,17650,19712,19143,Mechanic,16710,₽,5b800e9286f7747a8b04f3ff +d5b1b5d7-0632-4418-b40d-38bc1e10e0dc,SA-58 quad rail handguard,7654,8290,9284,Mechanic,4837,₽,5b099a9d5acfc47a8607efe7 +d2c2cc62-f683-416e-8834-11fd688e56fc,RPK-16 handguard,9420,8274,8591,Mechanic,4340,₽,5beec3e30db8340019619424 +9eb12502-fc69-4b70-8203-fb5ac51454df,AK Zenit B-10M handguard with B-19 upper handguard mount,15000,16333,17382,Mechanic,7463,₽,5648b4534bdc2d3d1c8b4580 +0e6c58e5-b9ae-4bc0-a214-f60b8d32ee8a,AK Magpul MOE AKM handguard (Black),18679,18296,17584,Mechanic,9091,₽,57cff947245977638e6f2a19 +843e831c-0a04-4ebf-9fb4-4c90c129a4f3,AR-15 URX 3 8 inch handguard,11000,10916,11906,Mechanic,9352,₽,5d123102d7ad1a004e475fe5 +300ccfd2-3876-4710-b724-44a93f38ccf4,AR-10 Noveske SWS N6 10.5 inch handguard,10000,11492,11692,Mechanic,10752,₽,5d00ede1d7ad1a0940739a76 +a8c13af4-40c2-40db-87ab-9458e8272d20,AR-15 URX 3.1 10.75 inch handguard,14000,15335,15535,Mechanic,10528,₽,5d122e7bd7ad1a07102d6d7f +1194ddf0-4a83-447c-80a6-0a5346cc538a,AKS-74U CAA XRSU47SU tactical handguard,35111,31612,30831,Mechanic,12370,₽,5a957c3fa2750c00137fa5f7 +f6aac8bf-8277-405a-8e8b-2c01e0329b97,AK Strike Industries TRAX 2 handguard extension,10999,8717,9749,Mechanic,4065,₽,5a9d6d34a2750c00141e07da +d371a71c-c371-4e0c-aaf8-bc6df48ec21e,AK CAA RS47 handguard,11888,11987,11837,Mechanic,5957,₽,5648ae314bdc2d3d1c8b457f +c99cf7cb-bab9-48f0-b626-150e12ed1c1b,AR-15 SAI 14.5 inch QD Rail handguard,82420,100609,87419,Mechanic,16296,₽,5c78f2492e221600114c9f04 +62c56f0e-c307-412c-aebb-7c28e1a1e744,AR-15 Daniel Defense RIS II 12.25 handguard,13000,15191,15456,Mechanic,9744,₽,5c9a25172e2216000f20314e +cfc3e5ce-7938-4f2b-a4d3-8901e29f87ed,MPX Midwest Industries 4.5 inch M-LOK handguard,4888,5424,5934,Mechanic,3584,₽,5c5db5f22e2216000e5e47e8 +1eaecb4f-9667-49c0-a80a-9b2d5ab5a90b,MDR handguard,200000,108978,108978,Mechanic,4852,₽,5c48a14f2e2216152006edd7 +2cd7e49d-2bd0-4eeb-964b-3e9e1d2f9fc9,Orsis T-5000M handguard,12999,20332,20332,Mechanic,3640,₽,5df25d3bfd6b4e6e2276dc9a +61253c5a-8480-4118-b151-2501dbf1e9d8,DVL-10 M2 handguard,5555,7544,8265,Mechanic,3511,₽,5888976c24597754281f93f5 +b99527f0-37fe-45be-b45c-a78bcf59b821,M870 Magpul MOE handguard,35000,37189,33516,Mechanic,4397,₽,5a788068c5856700137e4c8f +c0ba9f17-5d69-4f0f-bdf4-01fb0f663a4a,AR-15 Alexander Arms MK10 handguard,16000,17428,17370,Mechanic,10049,₽,5b2cfa535acfc432ff4db7a0 +d69405b7-ebdf-4aff-8a19-00227511fe2a,MPX Lancer OEM 14 inch M-LOK handguard,14000,14257,13993,Mechanic,7952,₽,5c59529a2e221602b177d160 +2f49c487-e7b6-40f4-b58b-172d2a62ebe8,Remington R11 RSASS handguard,14000,15692,14604,Mechanic,9382,₽,5a329052c4a28200741e22d3 +e78e6228-f462-42d5-af0f-c74ba86427c7,MP5 CAA HX-5 handguard,14777,15856,15425,Mechanic,8064,₽,5d010d1cd7ad1a59283b1ce7 +eff63632-4711-46c2-abaa-0ac14cfaf171,AR-15 STNGR VYPR 10 inch M-LOK handguard,12255,13186,11041,Mechanic,8120,₽,5c6d5d8b2e221644fc630b39 +1d19c0d7-0bb8-4ab4-86b8-06de5ff150c9,AK Strike Industries TRAX 1 handguard,8875,10090,9147,Mechanic,4438,₽,5a9d56c8a2750c0032157146 +d11eadb3-c0ea-49e3-bcf9-fac5d411b489,AR-15 Daniel Defense RIS II 9.5 handguard,10700,11179,11200,Mechanic,8199,₽,588b56d02459771481110ae2 +01c2cab2-138a-42c3-814c-0fceb4a392db,AKS-74U Alfa Arms Goliaf handguard,10000,6866,6703,Mechanic,2909,₽,5d15ce51d7ad1a1eff619092 +608051f8-8433-4007-b423-4a6c44b37ee4,HK 416A5 TROY Industries M-LOK 13 inch handguard,10888,10887,11135,Mechanic,10584,₽,5c6c2c9c2e2216000f2002e4 +e508d8cf-c45d-4736-a71b-f3200bb87f6c,SA-58/FAL Vltor CASV FAS handguard,8000,9172,8915,Mechanic,7318,₽,5b7bee755acfc400196d5383 +0ab9ceb7-dbc4-4692-ae05-ce50a3ff9464,SA-58/FAL Vltor CASV-FAL handguard,13300,14358,14591,Mechanic,9107,₽,5b7bedd75acfc43d825283f9 +29ad723f-89ed-480c-9f52-992fb048029b,SOK-12 Leapers UTG PRO MTU002 Long Top aluminum handguard,10000,11757,11613,Mechanic,5738,₽,5827272a24597748c74bdeea +5b7cbe6e-f699-4576-ad93-0723fd626ccc,AR-15 War Sport LVOA-C handguard (Black),29998,33540,30168,Mechanic,11193,₽,595cfa8b86f77427437e845b +0fed1482-26b9-4847-95ba-d497656e5d9e,HK 416A5 Strike Industries CRUX 15 inch M-LOK handguard,18999,18036,18774,Mechanic,9352,₽,5c6d11152e2216000f2003e7 +bf784e92-6a35-432f-adf9-ecc70dd74f35,HK 416A5 Midwest Industries 13.5 inch M-LOK handguard,5200,8113,8585,Mechanic,8064,₽,5c6d11072e2216000e69d2e4 +b19c855e-a985-4891-ad71-e5087c617614,AR-15 War Sport LVOA-S handguard (Black),12800,13310,12898,Mechanic,9433,₽,595cf16b86f77427440c32e2 +389f29a6-76c9-4b37-8874-172ca45a4eb3,AR-15 Daniel Defense RIS II FSP 9.5 handguard (Flat Dark Earth),13000,13260,13532,Mechanic,8848,₽,5c9a26332e2216001219ea70 +7b182431-8714-4dd1-bd58-937d5c3f0a6f,AK Magpul Zhukov-U handguard (Black),17500,16889,14339,Mechanic,10752,₽,5c9a07572e221644f31c4b32 +fe2f3f05-e11c-43ed-82a6-d1aadc626c77,SVD SAG MK1 Freefloat Chassis,17500,17939,17441,Mechanic,8904,₽,5dfcd0e547101c39625f66f9 +26487c04-2b56-4253-88b8-21ddcf0b94fe,AR-15 Magpul MOE SL mid length M-LOK handguard,11100,11277,11465,Mechanic,6216,₽,5c78f26f2e221601da3581d1 +7c4536f1-f4d0-4300-bf1d-f82f3f72ca40,AK Krebs Custom UFM KeyMod handguard,10000,14290,12105,Mechanic,11399,₽,59fb375986f7741b681b81a6 +b8c1745a-a5dd-4626-9884-36062b300091,AR-15 SAI 10 inch QD Rail handguard,40000,34908,33933,Mechanic,13944,₽,5c78f2612e221600114c9f0d +f127ea15-33c1-4c3d-bd98-660be6b9d52b,AR-10 Noveske SWS N6 Split handguard,18000,18050,19578,Mechanic,10752,₽,5d00ef6dd7ad1a0940739b16 +bd03ca0c-b5c3-493d-8231-69b939528f4c,AR-15 Lone Star Armory Ion Lite handguard,14000,14371,15092,Mechanic,11144,₽,5d4405f0a4b9361e6a4e6bd9 +a6652a19-92ec-4f64-938e-b9adc6638461,MP-133 custom plastic forestock with rails,13333,15478,16334,Mechanic,5124,₽,55d45f484bdc2d972f8b456d +e13205f7-43bd-47ad-9503-0f279eddfd0f,WASR-10/63 CAF wooden foregrip,11000,9479,10134,Mechanic,1680,₽,5d2c829448f0353a5c7d6674 +c00812dd-af4d-46c7-b460-4d878c454a04,HK 416A5 MRS KeyMod 14 inch handguard,9000,9933,10570,Mechanic,7784,₽,5c6d10e82e221601da357b07 +44db18b1-e639-48f4-9374-17a954d44d55,AR-15 Magpul MOE SL Carbine Length M-LOK handguard,10777,10516,10571,Mechanic,4928,₽,5c78f2792e221600106f4683 +e03bb4c3-c2b9-481e-9366-56a0b77f17e5,HK 416A5 Extended Quad Rail handguard,7500,6632,7189,Mechanic,6328,₽,5bb20dfcd4351e00334c9e24 +65d69809-5a97-4f87-b1d1-82a69c045aef,HK 416A5 Quad Rail handguard with flip up front sight,4949,5844,5279,Mechanic,4676,₽,5bb20df1d4351e00347787d5 +ce9abfe7-a1c1-498e-8778-1b810f311bae,MP5 TL-99 aluminum handguard,8666,9365,9685,Mechanic,4368,₽,5a9548c9159bd400133e97b3 +0597c02b-a4be-45d4-9699-eb29b23aa12a,AKS-74U Zenit B-11 handguard,5999,5988,6032,Mechanic,2909,₽,57ffa9f4245977728561e844 +b1cee95c-069e-4257-ba35-3369bacc2045,AK TDI AKM-L handguard,5000,5198,5663,Mechanic,2352,₽,5d1b198cd7ad1a604869ad72 +4bcc5fc3-1e25-4476-aff5-63bc79d0b0bb,Remington M700 AB Arms MOD*X GEN 3 KeyMod handguard,10000,11304,13452,Mechanic,5544,₽,5cde7afdd7f00c000d36b89d +e6e6a35a-c93e-453a-a3b2-fb81e278b3ab,SOK-12 Leapers UTG PRO MTU002 Short Top aluminum handguard,8000,8305,8569,Mechanic,4222,₽,58272b392459774b4c7b3ccd +ca71c152-c9af-4bbd-8800-dd6a91f9b312,AK Zenit B-10 Handguard,10688,9185,9337,Mechanic,2909,₽,5c617a5f2e2216000f1e81b3 +122ff492-9ca9-46e5-b492-29963adac425,HK 416A5 Midwest Industries 9 inch M-LOK handguard,7499,10126,9271,Mechanic,6776,₽,5c6d10fa2e221600106f3f23 +4b09e6d1-31a1-4d2b-a9a8-8ffc64791c44,MP5 PTR Tri-Rail handguard,13000,13640,14416,Mechanic,5712,₽,5d19cd96d7ad1a4a992c9f52 +a70228e4-9860-4693-a781-58c83c4090f6,HK 416A5 Quad Rail handguard,5000,5160,5753,Mechanic,4536,₽,5bb20de5d4351e0035629e59 +ac6c1223-30fc-4f6e-bacc-1e03e1d8c838,SA-58/FAL AIM Sports Universal M-LOK handguard,5484,5484,5484,Mechanic,3071,₽,5b7bebc85acfc43bca706666 +604dc652-99bf-4e61-955f-ae77b88a2913,ASh-12 polymer handguard,3999,4922,4531,Mechanic,572,₽,5cdaa99dd7f00c002412d0b2 +d44d8c68-686a-4870-9ff5-fbd8f771f8b2,SVDS polymer handguard,5000,7781,10284,Mechanic,885,₽,5c471c6c2e221602b66cd9ae +88d406c5-b480-4678-8944-aba85d14ce52,MPX Midwest Industries 10.5 inch M-LOK handguard,8420,8158,8402,Mechanic,5208,₽,5c5db6302e2216000e5e47f0 +d53ece80-a2a4-4537-8282-919953be401a,AR-15 KAC RIS handguard,7500,8001,8045,Mechanic,3796,₽,55d459824bdc2d892f8b4573 +efd60d63-c2b8-4959-bef3-20a80eb145be,SA-58/FAL AIM Sports Universal KeyMod handguard,7000,6250,8346,Mechanic,2711,₽,5b7be2345acfc400196d524a +b92642ad-7732-4b59-bbfe-57b57a3bef00,MPX GEN1 handguard,4000,5517,5458,Mechanic,2414,₽,5894a42086f77426d2590762 +d8f56ffb-3829-48d4-bbcc-40a50be66c41,ADAR 2-15 wooden handguard,5500,7750,10225,Mechanic,896,₽,5c0e2f5cd174af02a012cfc9 +d0dd7c61-3203-492b-9647-6909f50904e3,MP5SD polymer handguard,11000,17568,16436,Mechanic,3054,₽,5926f34786f77469195bfe92 +43fefc94-9083-49f4-8289-cb337649ac5c,SA-58/FAL Belgian style handguard,3000,2976,3659,Mechanic,1681,₽,5b7d671b5acfc43d82528ddd +059918c8-34ad-42fa-9d2a-9e1203a846db,MPX Midwest Industries 6.5 inch M-LOK handguard,6500,5952,6189,Mechanic,4256,₽,5c5db5fc2e2216000f1b2842 +070aefc2-7f79-4e43-af45-94db4147e623,SOK-12 polymer handguard (Sb.7-1),9999,4278,5275,Mechanic,782,₽,576169e62459773c69055191 +43463ff2-f76e-4e22-974c-b90de381cbe8,AR-15 Colt M4 Carbine Length handguard,35000,19050,7294,Mechanic,1329,₽,5ae30db85acfc408fb139a05 +78ea99d8-f612-4e89-a80d-35c91a014828,AK-100 series polymer handguard,8899,7693,6744,Mechanic,740,₽,5cbda392ae92155f3c17c39f +68db600f-1a17-43ce-8357-35c9bdbbd188,M870 FAB Defense PR870 forestock,6420,6548,6416,Mechanic,1149,₽,5a788031c585673f2b5c1c79 +e7a5a364-cb57-4467-b5f6-c93aae45eb82,AK-74 polymer handguard (6P20 Sb.9),3000,2795,3941,Mechanic,572,₽,5648b1504bdc2d9d488b4584 +c260221f-ee4e-4034-bbc0-bfa03abf9a1a,AK-74 wooden handguard (6P1 Sb.6-1),6250,9083,6557,Mechanic,452,₽,59d64f2f86f77417193ef8b3 +83f6a1b5-1559-43cf-a370-13d7a7d9d781,VPO-209 wooden handguard,2999,4429,4429,Mechanic,455,₽,59e898ee86f77427614bd225 +cd973b4a-537a-4ca6-8fad-eaf4afb858c3,VPO-136 Vepr KM wooden handguard,921,921,2913,Mechanic,449,₽,59e6284f86f77440d569536f +51d116b0-e4d6-47c6-b58a-afa819d615b4,AK-74 wooden handguard (6P20 Sb.6),13111,10152,9961,Mechanic,449,₽,5648b0744bdc2d363b8b4578 +d6cc315c-c28f-4685-b9f0-cb406087a618,AKS-74U wooden handguard (6P26 Sb.6),4999,3666,16168,Mechanic,391,₽,57dc32dc245977596d4ef3d3 +262ea88b-4d10-48ab-b305-82c744162453,MP5 Wide Tropical Polymer handguard,4000,3816,5226,Mechanic,1703,₽,5926c36d86f77467a92a8629 +521515df-5675-44fb-8963-c7a66bf2c474,M870 SpeedFeed short handguard,1000,1944,2545,Mechanic,785,₽,5a788089c5856700142fdd9c +3cc502ca-6955-42bb-87cb-24f26ef5e044,SA-58/FAL original Austrian handguard,2685,2624,3426,Mechanic,1344,₽,5b7bed205acfc400161d08cc +f3703a1f-8efa-4269-a646-979d6485d05d,MP-133 beechwood forestock,4444,8780,9262,Mechanic,856,₽,55d45d3f4bdc2d972f8b456c +8e5382c0-4d77-42ca-abb7-6d8306c5f9f9,MP-153 polymer stock,40000,16064,15615,Mechanic,1897,₽,56deed6ed2720b4c698b4583 +534fcf9b-eba8-44aa-b5a6-0396fdacf4bf,AR-15 Strike Industries Viper Carbine Length M-LOK handguard,9000,9037,8757,Mechanic,5320,₽,5d00e0cbd7ad1a6c6566a42d +9de58c22-228a-4548-ad65-114e113c9009,AK Magpul MOE AKM handguard (Flat Dark Earth),9088,9428,9708,Mechanic,7776,₽,57cffd8224597763b03fc609 +da13bbd5-eb59-4b44-ac97-8226dcfc2cc0,AK Magpul MOE AKM handguard (Olive Drab),13666,13666,13666,Mechanic,7653,₽,57cffddc24597763133760c6 +ce9c5ecf-9c94-4169-94f6-bdfbfcc2024c,AK Magpul MOE AKM handguard (Plum),9999,9847,9521,Mechanic,7919,₽,57cffe0024597763b03fc60b +0fbfee22-0d08-4843-9602-0e2f7bdfd9fb,AK Magpul MOE AKM handguard (Stealth Gray),9999,9708,9066,Mechanic,7701,₽,57cffe20245977632f391a9d +3513295c-e171-4b81-9751-4ae66c981da3,AK Magpul Zhukov-U handguard (Flat Dark Earth),12000,11054,10989,Mechanic,10752,₽,5c9a1c3a2e2216000e69fb6a +38b8347b-b041-4d56-be58-95ed949c0afb,AK Magpul Zhukov-U handguard (Plum),10000,10444,10913,Mechanic,10752,₽,5c9a1c422e221600106f69f0 +25e49c63-1701-4e38-9aa6-327a64852671,MDR .308 16 inch barrel,28000,27826,27662,Mechanic,27590,₽,5dcbe9431e1f4616d354987e +2b9d6bc9-7a04-4b3a-91d4-a5fa2ecfe65e,FN Five-seveN 5.7x28 barrel,35000,45333,35261,Mechanic,2229,₽,5d3eb5b6a4b9361eab311902 +cb5eb80e-d774-42eb-b941-76c98599a79c,FN Five-seveN 5.7x28 threaded barrel,4200,4200,4200,Mechanic,2352,₽,5d3eb59ea4b9361c284bb4b2 +924ed217-0fef-47c5-9579-326c5b71b056,MDR 5.56x45 406mm barrel,20900,20914,21297,Mechanic,20870,₽,5c48a2852e221602b21d5923 +c448477c-ed0a-4ba0-a65a-56a65849bebf,T-5000M .308 660mm barrel,189000,189000,77249,Mechanic,9896,₽,5df256570dee1b22f862e9c4 +c459f301-63bf-47b4-b49d-93eb93a6f174,Glock 9x19 SAI threaded barrel,15000,18476,17236,Mechanic,6359,₽,5a6b5ed88dc32e000c52ec86 +5f51c324-d667-4db6-a31d-e3184e442dde,AR-15 5.56x45 18 inch barrel,41111,45032,43636,Mechanic,17678,₽,5d440b93a4b9364276578d4b +b296ce06-65f1-44f5-b14b-a2a1b2b53dca,SR-25 7.62x51 20 inch barrel,40300,40300,40300,Mechanic,22568,₽,5dfa397fb11454561e39246c +74aef9c4-e13d-44a2-a3b4-3bd2602c4834,Glock 9x19 Lone Wolf threaded barrel,9900,10540,11412,Mechanic,4451,₽,5a6b5b8a8dc32e001207faf3 +c8ee41f2-43c8-45eb-b292-5cfa1185af6e,HK 416A5 5.56x45 10.6 inch barrel,11999,12143,12421,Mechanic,11833,₽,5c6d85e02e22165df16b81f4 +eae40c29-19b7-4995-a166-f729743cb92d,HK 416A5 5.56x45 16.5 inch barrel with flip-up front sight,20500,20985,20036,Mechanic,18760,₽,5bb20da5d4351e0035629dbf +6e933ec5-185c-4d4d-a052-2fdbbf276dbd,M870 12ga 508mm barrel,26500,29330,28908,Mechanic,5812,₽,5a787f7ac5856700177af660 +a8a8097a-b75a-41ed-9108-617a296f5cc9,TT 7.62x25 116mm gilded barrel,5333,6450,6193,Mechanic,5256,₽,5b3baf8f5acfc40dc5296692 +9cb20294-b5b2-4dff-9b00-b7832ad5d444,Glock 9x19 Double Diamond threaded barrel,8899,12642,11300,Mechanic,3340,₽,5a6b5e468dc32e001207faf5 +12355c6a-33b0-42e0-94b9-1d4fcb938cd6,FN P90 5.7x28 10.5 inch barrel,45000,97500,129250,Mechanic,10976,₽,5cc701aae4a949000e1ea45c +42fce821-530f-44e3-b5b0-31b67f5a2f51,HK 416A5 5.56x45 20 inch barrel,46000,49599,48336,Mechanic,21112,₽,5bb20dadd4351e00367faeff +48985c3b-681c-4434-96eb-bed4e76755c6,MPX 9x19 4.5 inch barrel,3800,3800,3800,Mechanic,2128,₽,5c5db5852e2216003a0fe71a +07f31f42-2d7c-438c-be4a-361872942f91,AR-15 5.56x45 20 inch barrel,49000,43491,43482,Mechanic,20478,₽,5d440b9fa4b93601354d480c +fc58f62b-3d29-4fa1-830f-89657b18d54b,AR-15 5.56x45 260mm barrel,41444,50550,46638,Mechanic,10706,₽,55d35ee94bdc2d61338b4568 +dfc29ea0-010a-40fc-8a0a-73bc05d811b7,P226 9x19 threaded barrel,6000,6000,12922,Mechanic,875,₽,587de4282459771bca0ec90b +036f6762-c6e1-44c9-a1cd-cad2ec1c0b68,SA-58 7.62x51 16 inch barrel,17000,18690,18740,Mechanic,15342,₽,5b7be1125acfc4001876c0e5 +c5d1594e-930d-4585-98f6-c73eec580fd1,Remington M700 7.62x51 20 inch stainless steel barrel,22800,22800,22800,Mechanic,12768,₽,5d2703038abbc3105103d94c +34d5fdcb-0c15-4166-81b0-df9ca6f925a0,FN P90 5.7x28 16 inch barrel,22300,22300,22300,Mechanic,12488,₽,5cc701d7e4a94900100ac4e7 +00afd181-66d9-4f1b-aa95-1f3713d78ec3,Remington M700 7.62x51 26 inch stainless steel barrel,25900,25900,25900,Mechanic,14504,₽,5d2702e88abbc31ed91efc44 +611098ba-a245-4f45-9fc0-e17277092e4d,RPK-16 5.45x39 15 inch barrel,9000,9980,9343,Mechanic,6832,₽,5beec1bd0db834001e6006f3 +6166055c-f042-491c-bf3d-069c2e70cc1b,SA-58 7.62x51 11 inch barrel,17999,14698,16212,Mechanic,13069,₽,5b099a765acfc47a8607efe3 +49607380-1e1d-4d33-ae0f-2b4f4351ec80,DVL-10 M2 .308 660mm barrel,150000,78875,202505,Mechanic,21056,₽,5888956924597752983e182d +dabc3054-491a-4a7c-8e3b-0a466576fb4e,SVDS 7.62x54R 22 inch barrel,50000,50780,47953,Mechanic,13664,₽,5c471cb32e221602b177afaa +73829bc9-1d9f-4e53-9ea2-c31f8987ce6d,AR-10 7.62x51 22 inch barrel,26800,26810,27133,Mechanic,26787,₽,5a34fae7c4a2826c6e06d760 +ad1b1318-6bc0-4af6-b332-cc2f7c25fb07,HK 416A5 5.56x45 11 inch barrel,16000,15981,15508,Mechanic,13513,₽,5bb20d92d4351e00853263eb +da1b1b2d-53b5-47ec-8eda-d5712799ea7a,RPK-16 5.45x39 22 inch barrel,62888,35988,32101,Mechanic,9688,₽,5beec2820db834001b095426 +7bd1a3a8-e3e0-4ffb-868a-634bccefe055,AR-10 7.62x51 18 inch barrel,21490,22681,24565,Mechanic,21917,₽,5a34f7f1c4a2826c6e06d75d +42466a27-f36b-424c-927f-e032b7a89d1b,DVL-10 .308 500mm barrel,30000,29522,29063,Mechanic,19416,₽,5888945a2459774bf43ba385 +bf0f83ad-f5c4-4cf3-9d1f-41dbb92f430a,MPX 9x19 10.5 inch barrel,8174,8174,8174,Mechanic,4577,₽,5c5db5b82e2216003a0fe71d +3fd60b3e-ff07-4b72-9a67-92c43612600e,HK 416A5 5.56x45 14.5 inch barrel,14800,16659,16678,Mechanic,15344,₽,5bb20d9cd4351e00334c9d8a +48661e80-0b34-407f-a86f-1c40944e873a,SA-58 7.62x51 21 inch barrel,32998,32166,32455,Mechanic,18514,₽,5b7be1265acfc400161d0798 +656ea4b1-043f-4b77-b82a-07cc8548d36c,M1A 7.62x51 22 inch barrel,42999,45456,40878,Mechanic,13696,₽,5addbac75acfc400194dbc56 +b2a286b6-19a0-4272-bd27-71400b65b3ce,SR-25 7.62x51 16 inch barrel,21850,26744,27457,Mechanic,17080,₽,5df917564a9f347bc92edca3 +94d38f9f-c9b9-4ec3-b7d7-ed493d643645,Remington M700 7.62x51 26 inch barrel,18000,19821,18594,Mechanic,14224,₽,5bfebc250db834001a6694e1 +aec0f6b1-1e73-4fb5-9d3e-97fa11fab8ac,MPX 9x19 14 inch barrel,30000,30257,42070,Mechanic,6933,₽,5c5db5c62e22160012542255 +2386b022-56a2-45c6-900f-81ecbb0fd693,Mosin 730mm regular barrel,44444,51258,49988,Mechanic,2465,₽,5ae09bff5acfc4001562219d +b595cbf4-ee9b-4187-9cad-38d7cb46cf01,Glock 17 9x19 Barrel with compensator,5000,5328,5630,Mechanic,1057,₽,5a6b60158dc32e000a31138b +8b8cb505-a217-4d51-8995-631161584dd0,M870 12ga 660mm vent rib barrel,14215,14215,14215,Mechanic,7960,₽,5a787fadc5856700155a6ca1 +b4cc3568-51eb-46cd-9bc4-bf21369b08cd,Mosin 7.62x54R sawn-off 220mm barrel,12999,13540,11474,Mechanic,4116,₽,5bfd4cd60db834001c38f095 +609bea20-63ff-46a3-8f4c-ddc9bf4d8873,AR-15 5.56x45 370mm barrel,25999,25650,26543,Mechanic,13758,₽,55d3632e4bdc2d972f8b4569 +6a6291a6-38a2-4c03-b7ed-e8a13377cff3,Remington M700 7.62x51 20 inch barrel,24855,26036,23661,Mechanic,12432,₽,5bfebc320db8340019668d79 +2bbb1045-0797-431a-9090-91e3e785d461,MPX 9x19 6.5 inch barrel,5174,5174,5174,Mechanic,2897,₽,5c5db5962e2216000e5e46eb +bcc2c7c5-254a-4d53-ad4a-5fa444c32460,M870 12ga cut off 325mm barrell,12333,13605,14284,Mechanic,3132,₽,5a787fdfc5856700142fdd9a +c4305d3d-70aa-44d5-b786-b9d2185ca675,M870 12ga 355mm barrel,9999,8999,10554,Mechanic,2059,₽,5a787f25c5856700186c4ab9 +f351942a-bd25-4eb7-8e2e-13161d292371,M1A 7.62x51 16 inch barrel,9999,12026,11421,Mechanic,8736,₽,5aaf9d53e5b5b00015042a52 +6d04b6d7-51c9-4d21-8693-a032eaa724fc,MP-153 12ga 610mm barrel,7180,7180,7180,Mechanic,4021,₽,588200af24597742fa221dfb +6a19e73a-6514-43b5-9c2a-3d31b8106921,AR-15 5.56x45 406mm barrel,17000,17932,18031,Mechanic,9072,₽,5c0e2f94d174af029f650d56 +b43dc6e5-0152-425a-b589-0cb1c1be7853,TT 7.62x25 121mm homespun threaded barrel,9750,7173,9117,Mechanic,1203,₽,571a279b24597720b4066566 +508a018f-9a2e-4b49-bf73-fffee49938ba,MP-133 12ga 510mm barrel,6500,15299,19264,Mechanic,2243,₽,55d4491a4bdc2d882f8b456e +09d5efb1-af3b-4303-a7af-b18111f2398e,MP-133 12ga 510mm barrel with rib,20000,14160,14160,Mechanic,2251,₽,560835c74bdc2dc8488b456f +1ce15884-ecb3-46eb-b3fb-ee3d19205c1e,MP-133 12ga 540mm barrel with rib,4200,4200,4200,Mechanic,2352,₽,560836b64bdc2d57468b4567 +aeb083ce-ed5a-4475-b626-347d0596ac28,MP-133 12ga 750mm barrel with rib,7680,7680,7680,Mechanic,4301,₽,5608379a4bdc2d26448b4569 +fffeca4e-f6dd-4056-b1cb-00ab7a8b55e6,Glock 17 9x19 barrel,3499,4805,3311,Mechanic,875,₽,5a6b5f868dc32e000a311389 +55beee47-cbfc-4137-bc5d-0212daf49f98,MP-133 12ga 710mm barrel,6123,6123,6123,Mechanic,3429,₽,5608373c4bdc2dc8488b4570 +df1c39ba-3a7c-4d3d-9140-458d2ab5a818,Mosin 7.62x54R sawn-off 200mm barrel,2100,2100,2100,Mechanic,1176,₽,5bfd4cc90db834001d23e846 +446d6a0d-5e13-468f-9b89-d1915f03a905,MP-133 12ga 540mm barrel,3900,3900,3900,Mechanic,2184,₽,560836484bdc2d20478b456e +fd2af390-1d48-4e21-8a75-35f0849df258,MP-133 12ga 610mm barrel with rib,5103,5103,5103,Mechanic,2858,₽,55d449444bdc2d962f8b456d +a9fe58ad-c065-492d-9770-f64e29a36d53,MPX-SD 9x19 165mm barrel,7800,8285,7980,Mechanic,3147,₽,58aeaaa886f7744fc1560f81 +654e8321-fcd0-468b-b92d-c01f0304763d,MP-153 12ga 660mm barrel,7179,7179,7179,Mechanic,4020,₽,588200c224597743990da9ed +515e1d37-5c45-4b6a-abfb-37065be98280,Mosin 7.62x54R 514mm carbine barrel,4000,6278,7065,Mechanic,2195,₽,5bfd4cbe0db834001b73449f +d0a6b89a-ca7d-4957-a5bc-ad5ae85840e9,MP-133 12ga 660mm barrel,5005,5005,5005,Mechanic,2803,₽,560836fb4bdc2d773f8b4569 +80f5c6f8-9c27-4905-aa38-5a5dfd014a5b,P226 9x19 112mm barrel,4420,4420,2380,Mechanic,875,₽,56d5a1f7d2720bb3418b456a +140314bf-08f2-4b74-8922-1c9201a1e360,MP-153 12ga 710mm barrel,7481,7481,7481,Mechanic,4189,₽,588200cf2459774414733d55 +8d59651a-c11c-40a7-a857-cb8a64dca313,MP-133 12ga 750mm barrel,7062,7062,7062,Mechanic,3955,₽,560837824bdc2d57468b4568 +eaaa0577-b906-46b3-a70f-a828cf82cb02,MP-133 12ga 710mm barrel with rib,6958,6958,6958,Mechanic,3896,₽,560837544bdc2de22e8b456e +3890d198-0b95-4036-af52-55efe7c1bcb7,MP-133 12ga 660mm barrel with rib,5501,5501,5501,Mechanic,3081,₽,560837154bdc2da74d8b4568 +5a0cbbbd-9359-4dc6-9106-dfa3eb880614,MP-133 12ga 610mm barrel,4902,4902,4902,Mechanic,2745,₽,55d448594bdc2d8c2f8b4569 +dae34fc9-1b05-4d52-9ac6-f88477c381a5,MP-153 12ga 750mm barrel,8000,8422,9004,Mechanic,4267,₽,56deec93d2720bec348b4568 +353cb50c-2a90-461c-a257-1fe4286a8d02,M870 12ga 508mm barrel with a fixed sight,10000,10546,9968,Mechanic,4146,₽,5a787ebcc5856700142fdd98 +c5387cb8-ef7a-4a03-b91a-bf8e68d00b71,VPO-215 .366TKM 23 inch barrel,32000,38000,38000,Mechanic,2856,₽,5de65547883dde217541644b +100a964e-70d8-4e54-bafc-20aacad1f76c,MPX 9x19 203mm barrel,17999,23503,23468,Mechanic,3681,₽,5894a2c386f77427140b8342 +1ebc3c64-e17d-45cc-88b8-5bbafa44250b,TT 7.62x25 116mm barrel,12998,12998,12998,Mechanic,652,₽,571a26d524597720680fbe8a +ad5d8069-b01a-4564-9c39-ae5086107e7e,Glock 18C 9x19 barrel with compensator,7000,9969,8018,Mechanic,1783,₽,5b1fa9ea5acfc40018633c0a +15a22888-8e70-417c-bdd7-13b4d0c2b1af,M9A3 9x19 threaded barrel,1660,1660,1660,Mechanic,930,₽,5cadc1c6ae9215000f2775a4 +b61c0c02-c248-427f-9449-a341976c5097,Orsis T-5000M long length rail,3200,3958,4645,Mechanic,644,₽,5df35ea9c41b2312ea3334d8 +34516b78-cb85-41f8-b33e-b61d579612f5,Orsis T-5000M scope mount,7000,6477,7201,Mechanic,1232,₽,5df35e970b92095fd441e4d2 +e0bc9d95-b903-4717-9a6d-12accf164867,MP5SD B&T tri-rail ring mount,28000,34846,31225,Mechanic,1839,₽,59c63b4486f7747afb151c1c +4313e21d-f61e-4f96-b32e-b1b9970973cb,M14 Ultimak M8 Forward Optic mount,58995,53489,58179,Mechanic,8889,₽,5addbfbb5acfc400194dbcf7 +b38b40ba-dd82-4985-850d-835c46274c9d,P226 Trijicon RMR mount,5000,5981,5568,Mechanic,2508,₽,5a32aa0cc4a28232996e405f +84d23063-0431-451e-9365-0ff43f6f42f5,SVD SAG low sidemount,16000,17861,18085,Mechanic,5096,₽,5dff8db859400025ea5150d4 +ea536ce9-f498-41bf-8fdd-fa8b4322f4f9,M14 UTG 4-Point Locking Deluxe mount,70000,817225,401612,Mechanic,5494,₽,5addbfef5acfc400185c2857 +a7fbb602-40e2-42b0-9412-9345576a919c,SR-1MP quad rail mount,12000,11538,10477,Mechanic,4899,₽,5a27bad7c4a282000b15184b +9880a8a9-cc42-4f25-a8be-b4dd2a691769,MP5 MFI HK universal low profile scope mount,19420,16464,14496,Mechanic,4260,₽,5926dad986f7741f82604363 +beba8d05-e5b0-491f-9f32-58f4583ecaaf,"Zenit B-13V ""Klassika"" dovetail rail platform",8600,9938,9331,Mechanic,4256,₽,5c90c3622e221601da359851 +152f1228-1c4f-4bfe-9a01-f622bf13739e,JP Enterprises 30mm ring scope mount,26999,32402,28865,Mechanic,5205,₽,5a37ca54c4a282000d72296a +7235dfed-154e-4418-99f8-3753d8dca5ea,"Zenit B-13 ""Klassika"" dovetail rail platform",9999,9209,9146,Mechanic,4368,₽,5c61a40d2e2216001403158d +64b9b240-9332-430d-8b31-80318b5bd347,Trijicon RMR mount for ACOG scopes,13889,15780,15474,Mechanic,3462,₽,5a33bab6c4a28200741e22f8 +90569e89-06f3-47bd-bca6-7a9c363f45be,SKS UTG SOCOM rail mount,13998,11324,10908,Mechanic,6703,₽,593d1fa786f7746da62d61ac +4bdf8399-3aec-4285-84eb-da12c4458b60,UNV DLOC-IRD sight mount,80000,88935,72454,Mechanic,3503,₽,5a1ead28fcdbcb001912fa9f +4414f16e-ea6a-4fdb-863d-f5d07469a039,Trijicon TA51 sight mount,27999,27103,28842,Mechanic,2390,₽,59db7eed86f77461f8380365 +a6f8ef49-a84d-4c92-bddd-9e48508e9710,Burris AR-P.E.P.R. 30mm ring mount,24500,29570,33336,Mechanic,5369,₽,5b2389515acfc4771e1be0c0 +a8a2b9ce-8839-4bfe-8702-a702e2d8b799,VSS/VAL TOZ 6P29M mount,47599,40929,36639,Mechanic,4225,₽,59eb7ebe86f7740b373438ce +68383135-6cc6-45d0-817e-e646e316bf88,UM Tactical UM3 pistol sight mount,30000,23880,25835,Mechanic,3147,₽,5a7b4900e899ef197b331a2a +bffbe072-d644-4bdb-a06e-9d1d9b7c62fa,Nightforce Magmount 34mm rings,28888,25532,25864,Mechanic,5325,₽,5aa66a9be5b5b0214e506e89 +e70c2a6a-a1b4-42ce-8fbc-64529778ea71,Glock Aimtech Tiger Shark sight mount,7700,10694,11712,Mechanic,2266,₽,5a7ad55551dfba0015068f42 +002edb8c-4d68-4300-bbf5-ba7591f6d990,Hexagon short length rail,16500,12037,12165,Mechanic,620,₽,5b800ed086f7747baf6e2f9e +63bd624d-7388-4e93-a92b-2fb34aacbdad,VSS/VAL B-3 mount combo,7499,8667,8769,Mechanic,3077,₽,5a9fc7e6a2750c0032157184 +5cbec502-7b9a-41eb-b177-22a8544a799d,VSS/VAL Zenit B-3 ring mount,9700,17864,14585,Mechanic,1541,₽,57a3459f245977764a01f703 +94057667-7c78-4844-a72a-101a796e0162,M14 Vltor CASV-14 rail system,7777,10086,8664,Mechanic,5682,₽,5addc00b5acfc4001669f144 +744d616a-01f8-4fa3-8b93-5e9691a3c2a7,OP-SKS dovetail mount,6300,6517,6838,Mechanic,3370,₽,587e08ee245977446b4410cf +d6123e01-bad6-4a86-a501-7414d38908ac,Aimpoint Micro Standard Mount,5000,5433,6237,Mechanic,1373,₽,58d39d3d86f77445bb794ae7 +dbbc4660-103c-4aa1-bda9-eed3cb61efc2,Orsis T-5000M medium length rail,2969,2744,3528,Mechanic,578,₽,5df35eb2b11454561e3923e2 +b3d13007-357b-4880-b6d1-28fab43211e5,Mosin Arbalet Patriot K+W rail mount,8000,7559,7794,Mechanic,1372,₽,5d024f5cd7ad1a04a067e91a +33f8ee20-3b83-4417-b79d-c8ca5d9d3a14,Axion Kobra dovetail mount,5600,7329,6272,Mechanic,2969,₽,591ee00d86f774592f7b841e +1c9fdd6c-9a94-4d00-a366-419e804264bd,M870 Mesa Tactical magazine clamp,4800,4949,5489,Mechanic,2395,₽,5a789261c5856700186c65d3 +6e8c597f-ed7c-4ab5-80a7-8089608637d9,SVDS Upper Band,14500,8804,11610,Mechanic,3129,₽,5c471c2d2e22164bef5d077f +8b2b1a1a-7bab-47ba-9a6e-43ad3fd35406,IEA Mil-Optics 34mm one piece magmount,70000,78056,72047,Mechanic,4760,₽,5c86592b2e2216000e69e77c +6057daa1-602b-49ce-aa1e-ac40ee285368,Glock Aimtech mount base,4444,7964,8927,Mechanic,2265,₽,5a7ad4af51dfba0013379717 +75201dbb-3c2d-4032-b48a-4401d9b002f0,SR-1MP sound suppressor mount,6777,15597,13862,Mechanic,1549,₽,5a27b3d0c4a282000d721ec1 +2ee3e0af-0bd4-4e56-9d64-1b27be446799,Aimpoint Standard Spacer,4399,6305,6526,Mechanic,1234,₽,5c7d560b2e22160bc12c6139 +47665d28-2deb-4bc8-8ddf-0e84cc0eba54,Pilad 043-02 dovetail mount,8000,9006,8686,Mechanic,2866,₽,57acb6222459771ec34b5cb0 +2e1a03bc-3f7c-40d1-8395-4b4f11de3100,M14 Mini Scout Mount system,5500,6364,6703,Mechanic,4034,₽,5addbfd15acfc40015621bde +2139f1d1-f2db-43a0-9e72-4a688234b62f,Mosin AIM Sports MNG rail mount,4333,4811,4887,Mechanic,1014,₽,5bc5a372d4351e44f824d17f +d185fb14-2876-4965-8435-7dffff30132d,P226 bridge sight mount,4444,5349,6192,Mechanic,2134,₽,5b3a08b25acfc4001754880c +697c06db-0909-4792-8d10-1fc511c24ab3,SIG Sauer ROMEO sights mount,2500,4317,4734,Mechanic,1042,₽,5b31163c5acfc400153b71cb +c892f09f-c575-404b-87b4-3008651e3e56,Aimpoint LRP mount for COMP M4 sights,4000,8949,8890,Mechanic,1344,₽,5c7d55f52e221644f31bff6a +2a2c3971-5d65-4cc2-b29c-3746dfda1d5b,TROY QARS 3.2 inch rail,45666,35839,34834,Mechanic,939,₽,5b4736a986f774040571e998 +d82d86dc-7490-4ae3-bfcf-a8a3ba57e58a,M14 SAGE International DCSB mount,5000,5942,5986,Mechanic,4427,₽,5addbffe5acfc4001714dfac +f0f53d7c-6ae6-4aca-8d47-991140a6f6bb,RPK-16 handguard rail,7000,9601,8944,Mechanic,515,₽,5beecbb80db834001d2c465e +be07a958-b88e-4ca5-aa6d-81df2271e373,Vltor CASV KeyMod 6 inch rail,12222,15340,18014,Mechanic,1190,₽,59e0bed186f774156f04ce84 +711b5f50-564c-47bb-b644-39afc65622d9,M870 XS SHOTRAIL rail with Ghost ring,8000,7351,7678,Mechanic,3319,₽,5a78948ec5856700177b1124 +cbbfa364-16d9-4499-a438-1fa36051bf8e,M14 A.R.M.S. #18 scope mount,4999,5727,5462,Mechanic,1802,₽,5addbfe15acfc4001a5fc58b +7820fbcd-752a-4ba6-9543-293015274294,Kiba Arms International SPRM rail mount for pump-action shotguns,70000,71111,71111,Mechanic,1840,₽,55d48a634bdc2d8b2f8b456a +0c7bdee4-f61a-4e04-bf78-92d5410c4c49,LaRue LT101 QD tactical picatinny riser mount,4000,4559,5450,Mechanic,1624,₽,5c064c400db834001d23f468 +655158de-a095-4381-a1d3-52563365a73a,Nightforce Magmount 34mm rings with Ruggedized Accessory Platform,6296,6296,6296,Mechanic,3526,₽,5aa66c72e5b5b00016327c93 +f2737301-90a3-4a11-b023-592deec9c7a9,Aimpoint Micro Spacer High,4400,5818,6066,Mechanic,1234,₽,58d39b0386f77443380bf13c +b3f115fc-4271-4324-af02-cff3f5d28db6,Remington M700 AB Arms MOD*X rail mount,25000,12354,14395,Mechanic,1478,₽,5cde7b43d7f00c000d36b93e +6a97a48d-9269-44f1-943f-c21e5effb88f,Nightforce Magmount 30mm rings,20000,22444,26090,Mechanic,3367,₽,5b3b99265acfc4704b4a1afb +a83b886b-2058-437b-b64d-b0142b8d6a38,SR-1MP single rail mount,5000,8919,9000,Mechanic,1505,₽,5a27b281c4a28200741e1e52 +e18d4b70-c8b0-45a9-8a79-b944e490cf7d,TROY QARS 4.2 inch rail,120000,110000,80125,Mechanic,1181,₽,5b4736b986f77405cb415c10 +1bb6be08-cfcd-4048-8211-72d82dd3fec0,Alexander Arms 10 inch rail,9999,17450,14093,Mechanic,1444,₽,5b30bc285acfc47a8608615d +909b5757-fce0-4b8f-8652-ca19bbe81f38,DeltaPoint Cross Slot Mount base,11110,11314,12705,Mechanic,910,₽,58d2664f86f7747fec5834f6 +fedf96d2-736d-4472-8ced-db38113740bc,Armasight Vulcan universal base,5888,6437,8575,Mechanic,1410,₽,5b3b6dc75acfc47a8773fb1e +67d0b164-d9bf-4ab1-b778-074177ee5ae7,Magpul M-LOK 2.5 inch rail,6969,7023,5606,Mechanic,578,₽,5b7be47f5acfc400170e2dd2 +84a6c78b-009d-486c-b9df-d33aea82ecdc,Mosin AIM Sports Tri-Rail mount,10999,12736,13349,Mechanic,1800,₽,5bbdb811d4351e45020113c7 +e4554b88-b966-4168-9b76-d2acae4c3c92,Trijicon RMR low profile mount,5554,7717,8534,Mechanic,923,₽,5a33b2c9c4a282000c5a9511 +efc0233e-b3fe-47f2-bda5-9b717867eec0,AKS-74U Zenit B-18 Mount,5555,5212,6047,Mechanic,1847,₽,57ffb0062459777a045af529 +76a8ab2d-ff6c-4ecb-92c4-d0ccb06e3c17,Trijicon RMR high profile mount,2755,3400,4258,Mechanic,892,₽,5a33b652c4a28232996e407c +ad93dec0-59a7-43ec-806b-3a2b9e12a421,TOZ-106 scope mount,3333,4950,4935,Mechanic,1288,₽,5c61627a2e22160012542c55 +f90431b6-51f6-4c5e-865b-f0c0b1e2c361,NcStar MPR45 Backup mount,15898,17041,15497,Mechanic,1729,₽,5649a2464bdc2d91118b45a8 +1a17d61e-3155-4af3-b419-6858131e7323,MPX GEN1 handguard 4 inch rail,2525,3710,3983,Mechanic,1337,₽,58a5c12e86f7745d585a2b9e +58915fc8-eb01-402b-811f-3d186e1e483e,30mm Scope mount,9900,13221,12750,Mechanic,2288,₽,57c69dd424597774c03b7bbc +3e7e5621-ed05-4dd2-852a-fad37ead767f,Strike Industries KeyMod 6 inch rail,31000,30222,25340,Mechanic,757,₽,5a9d6d13a2750c00164f6b03 +fc1f0423-0772-431b-a4b4-a392ac30a01b,MP5 B&T tri-rail receiver mount,10000,11069,10291,Mechanic,2521,₽,5a966ec8a2750c00171b3f36 +0a2179e2-d95b-487f-9733-7429e5d8498b,Vltor CASV KeyMod 4 inch rail,4800,5780,6100,Mechanic,995,₽,59e0be5d86f7742d48765bd2 +47adaf7c-fbec-45e8-a5e3-d0fa113546db,TOZ-106 dovetail mount,3000,5389,5210,Mechanic,616,₽,5c6162682e22160010261a2b +6159a480-5067-421e-a5cc-5ae3d2b4021f,25mm mount ring,2480,3565,3878,Mechanic,1567,₽,57d17e212459775a1179a0f5 +5574452b-1616-41a6-9e6c-9f4e77fe6267,MP-133/153 Taktika Tula 12003 stock adapter,7400,7943,7243,Mechanic,1232,₽,5bfe7fb30db8340018089fed +2d7da506-333b-47be-9866-df698e1dd774,KAC URX 3 3 inch rail,9500,11830,12223,Mechanic,881,₽,5d133067d7ad1a33013f95b4 +e7f766fd-7e81-41ca-b56c-a2fb55fefc23,Vltor CASV KeyMod 2 inch rail,7777,12505,11434,Mechanic,885,₽,59e0bdb186f774156f04ce82 +9032801a-1375-4393-9e23-f41750378721,Magpul M-LOK 4.1 inch rail,11500,20353,15463,Mechanic,881,₽,5b7be4895acfc400170e2dd5 +f8f8778b-9e9d-4f12-9e4f-77eea2984cea,PP-91 Kedr Rotor 43 RIS mount,3999,4942,4900,Mechanic,2141,₽,57ee59b42459771c7b045da5 +bd81ee20-0a10-42e2-aeea-f65c28357ad1,AK Zenit B-12 Mount,2995,3518,3678,Mechanic,1934,₽,57ffaea724597779f52b3a4d +f2488767-cf49-4895-82f9-ce4ec7448e8b,Delta-tek Sprut mount for pump-action shotguns,4598,5803,5393,Mechanic,1449,₽,55d48ebc4bdc2d8c2f8b456c +a1ceb6f6-abd7-42b8-acc3-dda0657e07f1,FN Five-seveN MK2 RMR mount,2333,3432,4092,Mechanic,952,₽,5d7b6bafa4b93652786f4c76 +109e981b-07b5-4b10-9f56-3582077c379f,M1A SOCOM 16 upper part,3900,4495,5754,Mechanic,2348,₽,5ab24ef9e5b5b00fe93c9209 +ebed1a8d-db6a-40c5-b452-ba60f2228a83,KMZ 1P59 Dovetail mount,8000,8190,7685,Mechanic,980,₽,5d0a29ead7ad1a0026013f27 +ee6a59f8-c531-4b6a-8206-74b58f769f8d,FN P90 EFFEN 90 receiver rail,19999,22600,17203,Mechanic,560,₽,5cc7012ae4a949001252b43e +0ab0f4e6-23b0-451e-b850-7751f6913029,Vltor CASV 5 inch rail,15988,21037,16579,Mechanic,857,₽,5b7be46e5acfc400170e2dcf +f95d05ae-628a-4fb0-bc6f-72fd840d434d,Remington M700 30mm integral ring-mount,7333,6332,6804,Mechanic,1904,₽,5bfebc5e0db834001a6694e5 +ddce35dc-a560-4646-ba66-e62d6b6e0169,Alexander Arms 3 inch rail,6999,10069,8789,Mechanic,966,₽,5b30bc165acfc40016387293 +d3b945aa-3c75-47ff-ab0a-3e7c3b537643,Hexagon medium length rail,19000,14324,14005,Mechanic,825,₽,5b800ebc86f774394e230a90 +a34650a2-3668-47b3-be19-a9f663706fc7,Remington RAHG 4 inch rail,4440,4822,5219,Mechanic,840,₽,5c0102b20db834001d23eebc +afcd51d7-b129-490b-aa75-16a8046fff00,Burris FastFire Weaver Base,5888,7439,7497,Mechanic,886,₽,577d128124597739d65d0e56 +0a1fa999-9981-4f9c-9c93-4cc102de2ef8,Vltor CASV 2 inch rail,8900,10680,10309,Mechanic,560,₽,5b7be4575acfc400161d0832 +c0f488d0-cb37-4c92-a9e4-664ee7fc6d21,MPX GEN1 handguard 2 inch rail,3000,4589,4135,Mechanic,1040,₽,58a56f8d86f774651579314c +8f8441f2-ebe5-4e15-ac33-a0b5150a56a7,Vltor CASV 4 inch rail,7900,8123,7414,Mechanic,731,₽,5b7be4645acfc400170e2dcc +0df9e4bf-1b25-41a3-b9de-4fa2fc264957,Mosin Kochetov mount,6000,4466,6675,Mechanic,705,₽,5b3f7bf05acfc433000ecf6b +77ed98fd-6867-4595-8b3b-96e1a4cb3931,FN P90 upper receiver side rail,4500,4852,4833,Mechanic,560,₽,5cc70146e4a949000d73bf6b +9cbc7f9b-ed94-48d1-896b-88d5f6448d35,UTG 25mm ring mount,2500,4332,3180,Mechanic,924,₽,5dff77c759400025ea5150cf +9d5db402-ef86-4906-947f-e1a90a7994f1,Remington RAHG 2 inch rail,3999,3846,3750,Mechanic,560,₽,5c0102aa0db834001b734ba1 +f7622ef7-8ffd-4a5b-acbb-32b8bed12ebe,Remington M700 Magpul Pro 700 chassis inline mount,3888,4504,3928,Mechanic,1310,₽,5cdeaca5d7f00c00b61c4b70 +2936abfc-a2e3-4ee3-9207-b10c3289ff65,Remington M700 extended multi-slot Weaver rail base,5000,6592,7512,Mechanic,1478,₽,5bfebc530db834001d23eb65 +3889bcc5-a694-4708-81bf-cbcd40031b19,Strike Industries KeyMod 4 inch rail,11000,9722,9063,Mechanic,565,₽,5a9d6d00a2750c5c985b5305 +6e42fb5f-f783-45fc-899d-8b982b625651,FN P90 upper receiver top rail,12899,19957,14803,Mechanic,560,₽,5cc7015ae4a949001152b4c6 +b5d31008-8e83-4ccc-a168-8eea06fbc975,MP9 bottom rail,3333,4837,4191,Mechanic,672,₽,5de8fbf2b74cd90030650c79 +2d5456e5-f4d8-44a7-9f9f-baefe2c5dc14,Compact Mount adapter for sights,2000000,311125,462855,Mechanic,560,₽,5c1cdd302e221602b3137250 +f423ad5c-d1df-4b34-b640-c3890e5075d5,VPO-215 scope rail mount,2800,2422,3379,Mechanic,840,₽,5de6558e9f98ac2bc65950fc +1818fdce-56d3-42bc-a513-37521d7706e6,PU 3.5x ring mount,1870,2248,2114,Mechanic,619,₽,5b3f7c005acfc4704b4a1de8 +413f6dd6-b190-44a9-a4cc-ca0922243c9f,Strike Industries TRAX bridge rail,1831,5865,5302,Mechanic,916,₽,5a9d6d21a2750c00137fa649 +89c1c0d3-d896-4325-a351-327bd595debc,KMZ 1P69 Weaver mount,9999,7170,9311,Mechanic,1053,₽,5d0a29fed7ad1a002769ad08 +71da6810-edac-465a-97e5-bde50d569cce,MP-443 Zenit B-8 mount,6500,3745,3673,Mechanic,1537,₽,576a7c512459771e796e0e17 +a9b3b136-1524-44e8-8f25-105f55d445ef,MP9 side rail,4611,3926,3604,Mechanic,476,₽,5de8fc0b205ddc616a6bc51b +f9799232-1eb5-4987-a56c-e4014d9e5510,M870 Leapers UTG PRO MTU-028SG rail,4500,5481,4994,Mechanic,838,₽,5a7893c1c585673f2b5c374d +44285a59-3db2-4e6d-b0d5-eab822e77921,Mosin sawn-off sniper stock,45000,33422,33122,Mechanic,980,₽,5bfd36290db834001966869a +bf071370-8db9-400a-9812-d08297fb03f8,Orsis T-5000M aluminium body,33333,49012,49012,Mechanic,7392,₽,5df35e59c41b2312ea3334d5 +4dfb6620-9891-4901-b67f-5d2173ad2fc2,MP9 stock,31111,20639,20014,Mechanic,1316,₽,5de910da8b6c4240ba2651b5 +9c919d48-275c-4c10-a601-21c582cd1660,M14 TROY S.A.S.S. chassis stock,28888,33096,30337,Mechanic,20485,₽,5ab372a310e891001717f0d8 +2b15ec7d-6b9e-4a1e-8907-8b32a43c518c,SA-58 SPR stock,13333,13313,13657,Mechanic,13110,₽,5b7d63de5acfc400170e2f8d +b67003af-76f9-48d4-8e77-9b6783fde098,MP7A1 stock,29998,67361,67361,Mechanic,1182,₽,5bcf0213d4351e0085327c17 +89add78a-6b11-45af-a97a-9c4903d3bbb1,AKM/AK-74 Magpul Zhukov-S stock,21999,26917,25251,Mechanic,10385,₽,5b0e794b5acfc47a877359b2 +2587c4ac-4042-4e40-9a7d-d2fad0b48e1c,DVL-10 stock,29999,41285,55177,Mechanic,2604,₽,58889d0c2459775bc215d981 +b0e4e85c-43bf-43b6-8580-efa91eedd2ab,MP5 A3 old model stock,16666,17836,16209,Mechanic,7685,₽,5926d40686f7740f152b6b7e +8ddb9dae-c9aa-432a-bf95-c6954e8c6f96,MP7A2 stock,99999,99999,82998,Mechanic,1182,₽,5bd704e7209c4d00d7167c31 +06b2e9cc-1e95-4ea9-b1e1-34a056ebb84d,M1A ProMag Archangel stock,35555,34626,36819,Mechanic,13923,₽,5addbf175acfc408fb13965b +09c7e2df-5a2c-4d6a-9c7c-3358ecec135d,Remington M700 AB Arms MOD*X GEN 3 stock,12988,13602,15152,Mechanic,8384,₽,5cde739cd7f00c0010373bd3 +2d26fbed-5ea2-4c6f-8f75-9cc26df78973,Mosin AIM Sports Recoil pad,23000,22466,22007,Mechanic,2178,₽,5bbde409d4351e003562b036 +2241c639-de0f-412b-92da-2531eee6f1fb,Magpul UBR GEN2 stock (Black),12000,12339,11912,Mechanic,6227,₽,5947e98b86f774778f1448bc +3f787044-c969-4439-931c-f5cfe3eebf24,AKM/AK-74 FAB Defense UAS stock,9850,11091,10876,Mechanic,9003,₽,5b04473a5acfc40018632f70 +401c43cf-e323-440e-a398-01726cef17bc,Remington M700 ProMag Archangel polymer stock,12000,14876,14720,Mechanic,11760,₽,5cf13123d7f00c1085616a50 +4bf4aea9-ff37-41c3-9d05-06dbe2b0d02c,APB detachable wire stock,14911,15266,18655,Mechanic,3805,₽,5a17fb9dfcdbcbcae6687291 +708b1313-1bd1-448d-835c-0869d292ee58,SA-58/FAL Magpul PRS 2 polymer stock,10000,12560,10444,Mechanic,9070,₽,5b7d63b75acfc400170e2f8a +825e0b30-94f7-40e7-9d1d-c13a3039637d,Orsis T-5000M stock,35375,35375,43080,Mechanic,1764,₽,5df35ddddfc58d14537c2036 +ab80a09c-3ac0-44bd-8c8a-32240a453774,Remington M700 AT AICS polymer stock,22500,23490,20848,Mechanic,14840,₽,5d25d0ac8abbc3054f3e61f7 +cc385457-508b-456f-bf00-a3b3a1a294ac,SKS FAB Defense UAS stock,21999,23254,21593,Mechanic,9128,₽,5d0236dad7ad1a0940739d29 +a03e0ee8-0903-47e5-9545-64f655286b41,Remington M700 Magpul Pro 700 chassis,18498,19294,17656,Mechanic,10064,₽,5cdeac22d7f00c000f26168f +915cb961-8f99-44cd-876d-fad0ff1f56d9,MP-133/153 plastic pistol grip,7000,7484,7195,Mechanic,3646,₽,56083a334bdc2dc8488b4571 +900c71f7-62d9-476c-9cde-4643f48d3b57,MP5 A2 stock,31111,34781,27340,Mechanic,7044,₽,5926d3c686f77410de68ebc8 +73ace347-f672-46b6-b947-d48435b805dc,HK E1 stock,16000,16447,16845,Mechanic,5152,₽,5c87a07c2e2216001219d4a2 +4daa2e55-f0d5-4242-8e13-b695a69aed21,Mosin ProMag Archangel OPFOR PRS stock,15000,17346,17586,Mechanic,11509,₽,5bae13bad4351e00320204af +3cf84c24-ba14-47de-82cb-a2df0e9d5978,Remington M700 Hogue Overmolded Ghillie stock,10888,9944,13448,Mechanic,4760,₽,5bfeb32b0db834001a6694d9 +f38db6aa-8935-488e-abb3-01ecc954b671,"AK Zenit PT-3 ""Klassika"" stock",27500,22476,23590,Mechanic,9313,₽,59ecc3dd86f7746dc827481c +72b6f1b5-5f22-460c-8be1-53d81f1b673d,SVDS polymer stock,4000,6758,8467,Mechanic,911,₽,5c471b5d2e221602b21d4e14 +aa816c97-f79d-40e6-8ae2-0f969a441ef8,Magpul PRS GEN3 stock,22500,21994,23153,Mechanic,10528,₽,5d44069ca4b9361ebd26fc37 +1c8f950c-f834-46d4-9c31-be026ce9ab2b,"AK Zenit PT-1 ""Klassika"" stock",16999,13384,13350,Mechanic,6584,₽,5b222d405acfc400153af4fe +56ef6994-7253-4710-a2bf-dd9e04763f3c,MPX retractable stock pipe adapter,17888,20211,18573,Mechanic,1824,₽,58ac1bf086f77420ed183f9f +11e5e4a2-1ff0-455d-ab8c-ce4feefe94da,Glock FAB Defense GLR-17 stock,17000,24481,21016,Mechanic,5152,₽,5d1c702ad7ad1a632267f429 +5b374f9f-4f9e-4e35-8336-c095bb23be3e,AKM/AK-74 ME4 buffer tube adapter,9999,15435,20203,Mechanic,2830,₽,5649b2314bdc2d79388b4576 +d6a7b736-ddf2-4acf-9ff8-98ca8e4e5a24,M1A SOCOM 16 stock,7500,9670,10790,Mechanic,7311,₽,5aaf8e43e5b5b00015693246 +a1a60e90-e620-4e7e-8e97-42c6013dd62b,FN P90 Damage Industries buttpad,4150,4150,4150,Mechanic,2324,₽,5cc700d4e4a949000f0f0f28 +e4c1d5cb-f4cf-4680-93bf-afb22b852f98,FAB Defense GL-SHOCK buttstock,12300,16200,15659,Mechanic,5808,₽,5a9eb32da2750c00171b3f9c +f0f4e577-0ac1-4703-a917-9baef3786d3b,MFT BUS Stock,9800,9331,9711,Mechanic,4534,₽,5947c73886f7747701588af5 +072d8a6d-4aca-42ed-a54d-1fb40d50a0cb,AR-15 DoubleStar ACE 0.5 inch recoil pad,50000,61624,61624,Mechanic,2676,₽,5d120a28d7ad1a1c8962e295 +a297fa42-eae8-4db0-b1c3-dc4ba7d85416,M870 Magpul SGA polymer stock,69999,80000,115940,Mechanic,4997,₽,5a78813bc5856700186c4abe +ec7a701b-46a2-4ff6-aa60-588291e7aa22,Magpul CTR Carbine stock,11420,18101,17710,Mechanic,4547,₽,5d135e83d7ad1a21b83f42d8 +6bb847a5-ffb2-4614-ae5b-c89006e57e5f,M14 SAGE International M14ALCS (MOD-0) handguard,17972,17972,17972,Mechanic,10064,₽,5addc7005acfc4001669f275 +4b418a6f-e16a-434b-9bbf-2950dff188d8,SA-58 folding stock,8700,7985,7923,Mechanic,7848,₽,5b7d63cf5acfc4001876c8df +8538552e-42e1-4089-9cac-587eb0211243,Strike Industries Viper Mod 1 stock,9519,10173,10943,Mechanic,4760,₽,5c793fde2e221601da358614 +b6a7c708-a7a7-44a7-bee6-478f68c81fa5,Magpul MOE Carbine stock series Rubber Butt-Pad,11999,15317,14228,Mechanic,2676,₽,58d2912286f7744e27117493 +db3afec6-9011-4927-83d2-5d9efb2b144b,AKS-74 metal skeletonized stock (6P21 Sb.5),34567,21043,21043,Mechanic,873,₽,5ab626e4d8ce87272e4c6e43 +1534d625-f70a-4aa4-8070-b34d396d74de,MP-133/153 plastic stock,22222,32629,28188,Mechanic,863,₽,56083be64bdc2d20478b456f +f854a914-6e52-458c-82fb-57c9dfca3829,M14 SAGE International M14ALCS (MOD-0) stock,15967,15967,15967,Mechanic,8942,₽,5addc7ac5acfc400194dbd90 +22ae3cc1-f8ff-4ddf-a9a2-7ade9594c45b,ERGO F93 Pro stock,14000,12332,13388,Mechanic,5678,₽,5b0800175acfc400153aebd4 +17e25482-7be0-4241-aa2f-153fd39ae556,SA-58 BRS stock,12222,12358,12901,Mechanic,9044,₽,5b7d64555acfc4001876c8e2 +c4d4097d-a7a0-4c98-82b9-849c008e3e05,AKS-74/AKS-74U Zenit PT Lock,10000,14026,14001,Mechanic,1808,₽,59ecc28286f7746d7a68aa8c +b93b3874-6fe7-4432-86d4-f90661372eb2,AR-15 DoubleStar ACE SOCOM Gen.4 stock,9000,10060,11048,Mechanic,5964,₽,5d120a10d7ad1a4e1026ba85 +54e13dc0-1abe-4ca1-8718-eb49a954b0ee,AKMSN shoulder piece (6P4 Sb.1-19),20000,20000,20000,Mechanic,871,₽,5abcd472d8ce8700166032ae +ecab5e5e-981e-4ec9-90ed-b9bc8120361c,Mosin ATI Monte Carlo stock,15000,19482,17677,Mechanic,6024,₽,5bbdb870d4351e00367fb67d +30d24812-f707-4628-9a13-a9e33d8af3ca,AKM/AK-74 Zenit PT Lock,9420,9852,8531,Mechanic,1786,₽,5b222d335acfc4771e1be099 +25755013-ef7b-4db4-a4f6-f02a2db35e5c,Remington M700 AB Arms buffer tube side folder adapter,2602,2602,2602,Mechanic,1457,₽,5cde77a9d7f00c000f261009 +fcbeed1c-2e24-4760-ba69-1438fefd126b,Magpul PRS GEN2 stock (Flat Dark Earth),9999,10291,10525,Mechanic,9573,₽,5a33cae9c4a28232980eb086 +ab5e28d6-c2f7-4019-9033-4f7a6549c585,AKM/AK-74 CAA AKTS AK buffer tube,12000,14779,14047,Mechanic,3640,₽,5cf518cfd7f00c065b422214 +85c359fa-4c88-42fb-a416-fe15266f102c,Vltor EMOD stock,9000,9653,8904,Mechanic,4978,₽,5b39f8db5acfc40016387a1b +ee201f8c-966c-4e5a-8644-752d4609ec9a,SKS TAPCO Intrafuse stock,20000,17109,14126,Mechanic,4846,₽,5afd7ded5acfc40017541f5e +c076752d-ed97-473a-ba6e-3f51139ecfea,AK GP-25 accessory kit recoil pad,7777,8944,8514,Mechanic,1809,₽,5a0c59791526d8dba737bba7 +be04ba53-4669-4dbf-a58b-6c0012f5daef,Strike Industries Advanced Receiver Extension buffer tube,100000,117378,110163,Mechanic,4872,₽,5c793fb92e221644f31bfb64 +f103afb9-650f-46e8-a6dd-3ddb7f865030,Colt A2 buffer tube,8111,9111,9425,Mechanic,2032,₽,5a33ca0fc4a282000d72292f +b7f30f16-19b6-4d9c-9743-fc39a66af16a,AK-74M CAA AKTS AK74 buffer tube,13000,14396,12524,Mechanic,3472,₽,5cf50fc5d7f00c056c53f83c +386a78dd-4caa-4a54-9183-1e920b0672de,Remington M700 Magpul Pro 700 folding stock,4699,4699,4699,Mechanic,2631,₽,5cdeac42d7f00c000d36ba73 +44c1319a-42db-4e4f-9aec-8b356ce0e1a2,FN P90 stock,96024,53012,53012,Mechanic,1960,₽,5cc700b9e4a949000f0f0f25 +b421aba9-6dea-4ad7-a981-e0678d2ff3ee,MP5 End Cap stock,23999,13542,11534,Mechanic,1467,₽,5c07c9660db834001a66b588 +ae2837ce-a8a1-43b1-8dd4-4e2742636395,MP5K End Cap stock,44444,44444,44444,Mechanic,1400,₽,5d2f25bc48f03502573e5d85 +257bacd3-34e8-41e9-ad36-3cefa7719115,SA-58 buffer tube adapter,18500,9369,10548,Mechanic,1457,₽,5b099bf25acfc4001637e683 +98a05a4b-d508-40a4-ba68-52aa5fa1c15f,AK-12 stock,9900,6163,6142,Mechanic,2520,₽,5beec8c20db834001d2c465c +bb32d35c-b6f6-4a86-b8e5-f021645b102a,FN P90 butt pad,2333,3187,3692,Mechanic,1260,₽,5cc700cae4a949035e43ba72 +4d8772ab-cde6-42fa-910c-27f169c15b77,FAB Defense GLR-16-S stock,11888,9960,10332,Mechanic,2688,₽,5bfe86df0db834001b734685 +96f966a0-67ee-4d31-bf54-cdf41858de73,Magpul MOE Carbine stock (Black),13333,16230,15564,Mechanic,4323,₽,56eabf3bd2720b75698b4569 +7a4a3a47-df38-4fd8-9bab-f24e9d36d7d3,AKMS shoulder piece (6P4 Sb.1-19),19000,15243,15466,Mechanic,872,₽,59ff3b6a86f77477562ff5ed +d9535c66-dae6-411b-b6d6-8e238b6debc8,MPX Maxim Defense CQB telescoping stock,3750,3750,3750,Mechanic,2100,₽,5c5db6ee2e221600113fba54 +44946d2f-5289-42ae-a32e-3bdcfae8fb2d,TROY M7A1 PDW stock (Black),6500,7283,7094,Mechanic,3090,₽,591aef7986f774139d495f03 +5aa42fd0-9d80-4a32-a160-47d5444962aa,AK-74M/AK-100 Zenit PT Lock,5999,5850,6856,Mechanic,1519,₽,5ac78eaf5acfc4001926317a +857c959d-4b83-40bd-bac3-b4500958a0ca,MPX PMM ULSS foldable stock,10420,10941,11203,Mechanic,3489,₽,5c5db6f82e2216003a0fe914 +0e901b26-45ac-4ebd-839b-363fd58c5e5b,MPX collapsing/telescoping stock,60000,28875,27067,Mechanic,1590,₽,5894a13e86f7742405482982 +dfee8520-6f06-4bc4-b530-ae301b7cbc01,LMT SOPMOD stock,4999,5919,5967,Mechanic,2631,₽,5ae30c9a5acfc408fb139a03 +b0f7c5a3-d5ff-4afe-8c47-5bdae0b5a76a,VPO-101 Vepr Hunter stock,7000,7000,11231,Mechanic,1598,₽,5c503af12e221602b177ca02 +b3955a86-c643-419f-bfb7-f9ec058e7e98,HK Enhanced Tube buffer tube,9350,9083,10940,Mechanic,2794,₽,5bb20e58d4351e00320205d7 +c94a9081-4aba-4cae-86ef-064df4d82021,OP-SKS wooden stock,20000,13444,15010,Mechanic,1056,₽,587e0531245977466077a0f7 +44081e5e-5a63-457d-b48a-284035c8aba6,HK Slim Line Stock,5555,5624,5689,Mechanic,2856,₽,5bb20e70d4351e0035629f8f +b6306427-c6dd-4386-92ad-4c99104e6a89,PP-19-01 Vityaz-SN metal skeleton stock,35000,30000,27216,Mechanic,844,₽,599851db86f77467372f0a18 +327e457f-2080-4946-aedc-7f817e50329e,TOZ-106 custom cut Mosin stock,15000,11134,11189,Mechanic,2716,₽,5c99f3592e221644fc633070 +54a6ab27-af50-476f-a1ef-268c712d4ad5,RPK-16 buffer tube,14000,13573,12409,Mechanic,1624,₽,5beec8b20db834001961942a +8c0118dc-d977-4739-8772-7e32eebe2612,FN PS90 stock,3350,3350,3350,Mechanic,1876,₽,5cebec10d7f00c065703d185 +b43ef5a3-fd32-4faa-bd03-4fe6ce176dca,Mosin sniper carbine stock,7499,14068,10580,Mechanic,2005,₽,5bfd37c80db834001d23e842 +af015f02-bc3f-4cd7-a786-ba275b95a35b,ADAR 2-15 wooden stock,11999,11901,13800,Mechanic,2867,₽,5c0e2ff6d174af02a1659d4a +66bde02f-4fd3-4149-9f33-5ac6bef68513,High Standard M4SS Stock,3333,4148,4512,Mechanic,1747,₽,55d4ae6c4bdc2d8b2f8b456e +9205e5b4-1967-401a-aabf-e49ab491da95,M870 Mesa Tactical LEO stock adapter,3000,3619,4022,Mechanic,1407,₽,5ae35b315acfc4001714e8b0 +0bccbee5-1776-4c8d-ae2d-a2d152ddd314,M870 SPS polymer stock,29800,22359,22141,Mechanic,832,₽,5a7880d0c5856700142fdd9d +4d598eec-a469-4d65-95cf-3813b2a2ae28,SA-58 humpback polymer stock,7888,9787,5087,Mechanic,1904,₽,5b7d645e5acfc400170e2f90 +f4aba36d-70e9-4cf0-8efa-410b81d181f5,M870 Shockwave Raptor grip,4777,7068,7452,Mechanic,1425,₽,5a788169c5856700142fdd9e +c7f34c2a-07d6-4ec8-9af5-4c852bee59a7,AKM wooden stock (6P1 Sb.5),36666,33444,23795,Mechanic,1438,₽,59d6514b86f774171a068a08 +77874dcb-d8a4-4782-9cf9-a008638b1ef5,Mosin carbine stock,4500,8268,8268,Mechanic,1859,₽,5bfd384c0db834001a6691d3 +1fd9856f-d819-49ae-a45f-7d87919a8eaf,MP-133/153 wooden stock,2000,7000,9249,Mechanic,839,₽,56083cba4bdc2de22e8b456f +b294d52b-be8b-453f-95e2-6cb3b41023bc,VPO-209 wooden stock,2000,2000,6713,Mechanic,1019,₽,59e89d0986f77427600d226e +04eb2694-2924-439f-b0e6-245076721473,AK-74 polymer stock (6P20 Sb.7),7000,7835,9567,Mechanic,1158,₽,5649b0fc4bdc2d17108b4588 +11b5068f-de30-4b4e-86fe-eaba043b82f6,Mosin rifle standard stock,13000,18857,20230,Mechanic,1379,₽,5ae096d95acfc400185c2c81 +58bb44e8-2980-4fd2-8933-905ca87a5008,Armacon Baskak stock,6000,6350,6066,Mechanic,3013,₽,57ade1442459771557167e15 +179baa41-d809-4ca5-802a-4b6dab7245a4,VPO-136 Vepr KM wooden stock,2097,5048,7485,Mechanic,1021,₽,59e6227d86f77440d64f5dc2 +d1ac9234-1397-4e1a-ae30-c5cb279bc6c2,SKS TOZ wooden stock (56-A-231 Sb.5),10000,9995,14987,Mechanic,2117,₽,574dad8024597745964bf05c +f44d682e-04bd-4c16-b114-97fa01c2fb40,VSS Vintorez wooden stock,3500,5346,6686,Mechanic,1000,₽,578395e82459774a0e553c7b +c1e78af2-be7c-4802-ba08-821de4299b64,AS VAL skeleton stock,25000,7411,6242,Mechanic,1742,₽,57c450252459772d28133253 +3573bcc2-fa13-4a81-9743-1cdae5ec76fc,ADAR 2-15 buffer tube,3000,4684,4788,Mechanic,448,₽,5c0faeddd174af02a962601f +4a8722cf-3fa4-4f0f-9ddc-d5e3131c3077,AK-74M polymer stock (6P34 Sb.15),2000,5592,4457,Mechanic,911,₽,5ac50c185acfc400163398d4 +367ca680-c58d-470b-a53d-2b8e638f20d4,FAB Defense buffer tube for AGR-870,8998,9243,10169,Mechanic,599,₽,5bfe89510db834001808a127 +f393faf4-932b-487b-a7bc-41a4203bf514,SKS TAPCO Intrafuse buffer tube,15000,10783,8803,Mechanic,936,₽,5afd7e095acfc40017541f61 +d1bc5df4-778a-4e38-abea-08f9b4cc9ace,Mosin sawn-off stock,15000,18667,17097,Mechanic,896,₽,5bfd36ad0db834001c38ef66 +389af365-aec5-44b3-95a7-56ed309032bd,VPO-215 stock,2345,2345,12765,Mechanic,1316,₽,5de655be4a9f347bc92edb88 +29e390b9-330a-419e-a873-c696d4f9b0fe,AKS-74U metal skeleton stock (6P26 Sb.5),1680,4169,8879,Mechanic,865,₽,57dc347d245977596754e7a1 +63e7947d-14b4-4832-863f-1d243ad5f5d0,MC 20-01 stock,8000,7967,6770,Mechanic,1374,₽,5adf23995acfc400185c2aeb +a086c348-49b7-4b64-80c2-59cc41476704,SOK-12 AK-style stock,1744,2686,4300,Mechanic,930,₽,57616ca52459773c69055192 +bbcbde14-5322-4815-a3d2-0e59d7737551,AK-74 wooden stock (6P20 Sb.5),5999,5444,7380,Mechanic,1034,₽,5649b1c04bdc2d16268b457c +c6f96a27-49ec-46aa-9a14-f8a7fcabf672,Colt buffer tube,5887,5601,5915,Mechanic,658,₽,5649be884bdc2d79388b4577 +890bf459-74a9-4c0e-82be-26634521ec35,Mosin Infantry stock,10000,10000,18156,Mechanic,1210,₽,5bfd35380db83400232fe5cc +bea86c0a-989e-411f-a6c8-9c0cca3bcd58,TOZ-106 stock,2000,2000,12082,Mechanic,953,₽,5a38ef1fc4a282000b1521f6 +43255761-6ca5-4dda-9873-f51041c261b6,Magpul UBR GEN2 stock (Flat Dark Earth),11999,11095,12574,Mechanic,6408,₽,5947eab886f77475961d96c5 +956c6ba5-8f04-40fc-8f61-5964ec3d766b,TROY M7A1 PDW stock (Flat Dark Earth),8300,8822,9862,Mechanic,4167,₽,591af10186f774139d495f0e +6726a4be-86b2-426b-85cc-89b8df2821ff,Harris HBR Bipod,21000,19663,18589,Mechanic,2356,₽,5888961624597754281f93f3 +bc17c020-f265-469b-b529-b2a9c1b74c0a,SV-98 bipod,8500,8285,8240,Mechanic,2391,₽,56ea8222d2720b69698b4567 +2760efad-4069-4363-b369-b400d68fd23f,M9A3 front sight,10000,10000,5283,Mechanic,258,₽,5cadd919ae921500126a77f3 +52a203ef-7d14-4851-a9ef-81d56e39b4bb,APS front sight,6230,2743,8111,Mechanic,281,₽,5aba62f8d8ce87001943946b +d554e528-e1fb-4e48-8d67-a7f937c23408,M9A3 rear sight,9000,9000,5593,Mechanic,283,₽,5cadd940ae9215051e1c2316 +add00fa1-5360-4f23-8bbc-9cfd1b290ac9,M14 Enlarged Military Aperture rear sight,9000,16548,16548,Mechanic,264,₽,5abcbb20d8ce87001773e258 +37c499e1-3d4e-4614-ae7b-f9880d25a464,KAC Folding Micro rear sight,7899,10443,9481,Mechanic,1974,₽,5dfa3d7ac41b2312ea33362a +f2aa51e7-8ea5-4eca-9544-38d3805e6a81,FN Five-seveN MK2 rear sight,14999,16951,16951,Mechanic,504,₽,5d3eb4aba4b93650d64e497d +a2374ba0-7190-4387-bd8e-177e3d6b91f6,P226 Sight Mount 220-239 rear sight bearing,3819,3819,3819,Mechanic,2139,₽,56ea7293d2720b8d4b8b45ba +e600e337-7a15-44b1-ae6f-f15b2ebf58ae,P226 rear sight,9700,9700,9700,Mechanic,339,₽,56d5a77ed2720b90418b4568 +8e9642be-f822-4dc1-8d63-77e4bba47b9d,M9A3 Sight Mount rear sight rail,3600,3600,3600,Mechanic,2016,₽,5cadd954ae921500103bb3c2 +bf387eef-16e0-4048-a03d-d8ebdd344e16,FN Five-seveN MK2 front sight,3000,7500,12992,Mechanic,448,₽,5d3eb536a4b9363b1f22f8e2 +dfca08a7-7c82-4a9d-b8f4-e15e7a9661e4,MPX flip-up front sight,9999,9999,9891,Mechanic,336,₽,5894a73486f77426d259076c +89cfe3a6-5272-4200-9a57-2794623e25bd,MPX flip-up rear sight,8420,8420,8017,Mechanic,449,₽,5894a81786f77427140b8347 +cd8cc6ac-e804-42fc-a214-b78d32e91ef2,MP9 rear sight,4999,9799,10204,Mechanic,504,₽,5de8fb539f98ac2bc659513a +460a594a-289e-4771-915d-46b82b73b4fd,MP5 Drum rear sight,9876,20633,14309,Mechanic,1176,₽,5926d2be86f774134d668e4e +207b9ab3-e8b6-4eff-8ca0-c4fae0ab68ae,Glock Dead Ringer Snake Eye rear sight,15000,19750,22239,Mechanic,2299,₽,5a7d9122159bd4001438dbf4 +fe34b147-3d98-4cc6-bfff-ccec846e4057,Trijicon ACOG backup rear sight,2400,2400,2400,Mechanic,1344,₽,5c05295e0db834001a66acbb +fcedbba2-0ed7-42ff-b784-b68e4341554e,M1A SA XS Post .125 blade front sight,15420,15420,11623,Mechanic,909,₽,5aafa49ae5b5b00015042a58 +b249304b-8278-4ffb-9326-e05a866672f6,KAC Folding rear sight,6500,7619,6744,Mechanic,1862,₽,5c1780312e221602b66cc189 +4bfd6fd2-75ed-42e3-9f75-2e3dbbc47740,KAC Folding Micro front sight,13886,9601,9134,Mechanic,1362,₽,5dfa3d950dee1b22f862eae0 +d28afe7f-eae7-459e-a081-9f4063a7ae40,MP7 flip up rear sight,19888,18006,18006,Mechanic,450,₽,5ba26b17d4351e00367f9bdd +e8115f1b-cae7-4e5d-8815-640ea8b350dc,HK 416A5 flip up rear sight,7000,6938,6884,Mechanic,448,₽,5bb20e49d4351e3bac1212de +5e83d8a7-2756-43cc-a9b6-ce9dafed601b,AK Taktika Tula TT01 rear sight Weaver adapter,6999,8405,7384,Mechanic,1511,₽,5649d9a14bdc2d79388b4580 +ef060799-4123-47f5-bd2d-d0401826f083,KAC Folding front sight,4499,6074,7545,Mechanic,1250,₽,5c17804b2e2216152006c02f +3407371b-25c4-4b83-b967-d975ff1c2e5a,VPO-101 Vepr Hunter rear sight,300,300,300,Mechanic,168,₽,5c503b1c2e221602b21d6e9d +a809348d-8fca-4d66-90d3-8d17b5b7cff9,Glock ZEV Tech rear sight,2000,2000,2000,Mechanic,1120,₽,5a71e0fb8dc32e00094b97f2 +b04cf6b2-d183-40a0-94ce-28d06cf7d86d,VSS Vintorez rear sight,9999,25200,25200,Mechanic,558,₽,57838e1b2459774a256959b1 +b0bb2ad4-5d4a-446e-b97c-10b9c35224dc,ASh-12 folding front sight,2400,8941,13826,Mechanic,1250,₽,5caf16a2ae92152ac412efbc +5276010a-1595-4a43-ae69-e9fcf6977e5f,AR-15 rear sight carry handle,9999,6450,7813,Mechanic,461,₽,5ae30bad5acfc400185c2dc4 +74bb3689-e380-4590-bd2d-90aeb2a467e3,SOK-12 CSS rear sight rail mount,2400,2400,2400,Mechanic,1344,₽,58272b842459774abc128d50 +8c45fb49-c37e-430d-a04f-f1977279b977,Magpul MBUS Gen2 rear flip-up sight,6666,7751,7827,Mechanic,2016,₽,5bc09a18d4351e003562b68e +ef6fb2cc-c1b4-4047-bfd3-9fc04bef6c83,ASh-12 rear sight carry handle,15400,13349,15018,Mechanic,1008,₽,5caf1691ae92152ac412efb9 +4b945dd1-0ac7-45e0-8ed6-049f3da45808,M1A SA National Match .062 Blade front sight,1628,1628,1628,Mechanic,912,₽,5addba3e5acfc4001669f0ab +b4b73dc3-d8e4-4495-a3bb-44a5174a3cfb,P226 Meprolight TRU-DOT Night front sight,1500,1500,1500,Mechanic,840,₽,5c07b36c0db834002a1259e9 +563dcc96-af9a-49d3-a6f5-08d41d64173e,Glock Dead Ringer Snake Eye front sight,9777,7669,7229,Mechanic,1066,₽,5a7d90eb159bd400165484f1 +a9468be4-94ae-4008-a8b4-681985a0ad84,P226 Meprolight TRU-DOT Night rear sight,1400,1400,1400,Mechanic,784,₽,5c07b3850db834002330045b +3bb73ed6-efdc-4682-b149-831ebf77c7c6,AK-105 rear sight (6P44 Sb.1-30),23711,23711,23711,Mechanic,264,₽,5ac733a45acfc400192630e2 +2687fee3-24fa-4c04-b482-80bfeb94c21a,SV-98 rear sight,25000,25000,20622,Mechanic,559,₽,56083e1b4bdc2dc8488b4572 +d43f22e1-5d2a-49dd-bc44-8a431e61af87,MP7 flip up front sight,30000,30000,18401,Mechanic,337,₽,5ba26b01d4351e0085325a51 +828b5635-2fd2-41a3-88ed-e21c676b53e3,AKMP system rear sight device,470,470,470,Mechanic,263,₽,5a0ed824fcdbcb0176308b0d +94e967bc-e8a6-4505-b39c-afff36c64b86,Magpul MBUS Gen2 front flip-up sight,6998,7170,6190,Mechanic,1369,₽,5bc09a30d4351e00367fb7c8 +9548d355-22a4-443c-84ac-09918ea3ef2e,AS VAL rear sight,1000,9138,9138,Mechanic,558,₽,57c44e7b2459772d28133248 +d48e8012-d905-4e6f-b6f0-38c921898643,Glock TruGlo TFX front sight,5500,8685,5924,Mechanic,566,₽,5a7d9104159bd400134c8c21 +be3aeda8-953f-49d0-b1e2-097f613bcb17,AKMP system front sight device,4900,6582,5784,Mechanic,263,₽,5a0f096dfcdbcb0176308b15 +c6e85d3e-0247-4ddc-8600-5430945b5693,Glock front sight,11111,12044,10226,Mechanic,281,₽,5a6f58f68dc32e000a311390 +ca361eb5-4210-4c1f-a1cf-0056f5579efc,Glock TruGlo TFX rear sight,8000,5887,5938,Mechanic,1018,₽,5a7d912f159bd400165484f3 +56b6c931-4bd6-4456-a214-4d616a23ff23,SVDS rear sight,22420,16210,7896,Mechanic,492,₽,5c471b7e2e2216152006e46c +4fc102ff-6846-4b90-a934-fc43ec1965a6,Mosin rear sight,11000,11000,11000,Mechanic,492,₽,5ae099925acfc4001a5fc7b3 +e2224d6b-1873-4579-a04d-7fcdf7e47d18,AR-15 A2 rear sight,999,2477,4053,Mechanic,508,₽,55d5f46a4bdc2d1b198b4567 +aa675cf5-112c-4857-9e6c-ff0bd4571556,RPK-16 rear sight base,871,15754,15754,Mechanic,448,₽,5beec9450db83400970084fd +f7b47ff3-4ff7-4d6c-a2a8-1d8eff7c35c5,RPK-16 rear sight,8000,25580,25580,Mechanic,448,₽,5bf3f59f0db834001a6fa060 +a0dcd533-7a9b-45ff-b09a-bfc1dff510f6,Mosin carbine rear sight,6969,6969,8077,Mechanic,448,₽,5bfd4c980db834001b73449d +b1618db4-d9d9-42fe-b775-df6214e52bc2,Mosin front sight,8999,8714,8714,Mechanic,293,₽,5ae099875acfc4001714e593 +c57baebc-0c44-4ee9-97fb-6bc74ae249c5,AR-15 UTG Low Profile A2 front sight,671,671,2944,Mechanic,336,₽,55d4af3a4bdc2d972f8b456f +3a1d7845-6e91-4a1f-a10c-72368a423096,SVDS front sight,4444,3744,3744,Mechanic,293,₽,5c471ba12e221602b3137d76 +b94fd190-e8ef-443b-ae09-6c3c8ecf6b43,AKMB system rear sight,471,471,471,Mechanic,264,₽,5a0eb980fcdbcb001a3b00a6 +ca2907e6-93c7-434e-bdec-fd1c5b987334,VPO-209 rear sight,493,492,3900,Mechanic,263,₽,59e8977386f77415a553c453 +9fa888df-0ca8-4354-9339-91713eaba727,SOK-12 rear sight,15000,15000,19986,Mechanic,224,₽,57a9b9ce2459770ee926038d +39a8c16a-a0f6-4b2a-8067-ed68e8bc04a2,SA-58 Holland type rear sight,4999,3505,3505,Mechanic,263,₽,5b0bc22d5acfc47a8607f085 +c509ef09-7ec8-40db-bf56-3e527f445e73,AK-74M rear sight (6P20 Sb.2),9999,5279,5257,Mechanic,287,₽,5ac72e475acfc400180ae6fe +2b199f6a-2c3d-43b0-b307-939bf493ac2c,AK-74 rear sight (6P20 Sb.2),500,681,681,Mechanic,279,₽,5649b0544bdc2d1b2b8b458a +5fb42c38-7ea4-4893-805c-6d5003287e21,P226 front sight,2100,1855,5522,Mechanic,280,₽,56d5a661d2720bd8418b456b +424f0117-e713-4e57-92d0-7b9fac6e205a,AKM rear sight (6P1 Sb.2-1),525,525,525,Mechanic,270,₽,59d650cf86f7741b846413a4 +441e1abd-672f-4b03-a04b-aad22e4c6c82,SKS rear sight,5000,2104,2104,Mechanic,168,₽,574db213245977459a2f3f5d +8c8cef57-5104-46be-ab4b-24a2e3171755,APB rear sight,6999,5999,5999,Mechanic,337,₽,5aba639ed8ce8700182ece67 +3ee75789-4939-44df-b9c4-b59aa0b109dd,APS rear sight,5420,5420,5420,Mechanic,336,₽,5aba637ad8ce87001773e17f +578a2b99-7081-4e35-a5e5-b7c71f9de522,Glock ZEV Tech front sight,1300,1300,1300,Mechanic,728,₽,5a71e0048dc32e000c52ecc8 +32495573-a841-42f0-9be0-459a811423bf,Glock rear sight,604,604,604,Mechanic,338,₽,5a6f5d528dc32e00094b97d9 +e7ac2bb3-951a-4d0f-b77b-df29886945d2,PP-19-01 Vityaz-SN rear sight,9999,7332,7332,Mechanic,232,₽,599860e986f7743bb57573a6 +eb9c18d4-7723-4b9a-8869-ae9bf5f17785,USEC Customs stash key,75000,68840,71626,Therapist,52920,₽,5da743f586f7744014504f72 +50d5a333-8cbe-4b69-b4c7-dcdc9a0c8a68,Kolpak-1S visor,5899,8600,8058,Ragman,3008,₽,5ac4c50d5acfc40019262e87 +acf9b365-f36a-42cb-bd2a-69caf2643b33,Ops-Core FAST Visor,13000,12886,12555,Ragman,7253,₽,5a16b672fcdbcb001912fa83 +5e9f244d-4b4b-4ae9-a5b7-c47057a85b84,TW EXFIL Ballistic helmet face shield (Coyote Tan),23998,22778,22915,Ragman,19530,₽,5e01f37686f774773c6f6c15 +c551e1cd-726c-437c-8771-6efc8062f256,TW EXFIL Ballistic helmet face shield (Black),24100,23620,23093,Ragman,19530,₽,5e00cdd986f7747473332240 +48c62529-2824-4ab9-a670-f9eba79b3515,VAZ car key,9500,8185,7693,Therapist,5166,₽,5913651986f774432f15d132 +9a23b9b6-4c65-416c-b031-015822d42165,Pumping station back door key,3322,3871,3663,Therapist,3231,₽,593858c486f774253a24cb52 +fa376084-836a-4136-bc21-55830ba3a302,Pumping station front door key,3000,3329,3953,Therapist,3321,₽,57a349b2245977762b199ec7 +b770adcd-94ae-441d-a43f-e82e91a0aa84,Bandana,6000,7902,5349,Ragman,1237,₽,5b43271c5acfc432ff4dce65 +5380a984-8bef-40a2-a0c8-fa871a3ef591,BEAR baseball cap (Green),1900,7938,5393,Ragman,1070,₽,5aa2b87de5b5b00016327c25 +3ac6db29-ddc9-461d-9287-efc6e13e42c3,BEAR baseball cap (Black),6500,8819,5943,Ragman,1133,₽,5b40e5e25acfc4001a599bea +f2fec398-223f-48f3-ac9a-11fd7374fe2e,UX PRO beanie hat,5999,5860,6381,Ragman,1267,₽,5aa2ba46e5b5b000137b758d +b4e90a27-d48b-4fd8-8ebc-70b9e40790d5,USEC baseball cap (Black),5000,5750,5622,Ragman,1074,₽,5b40e61f5acfc4001a599bec +f0c76282-452a-42c4-93c6-d5a9bbac755c,USEC baseball cap,6500,3922,4018,Ragman,1018,₽,5aa2a7e8e5b5b00016327c16 +27733d7f-c2f5-4ba5-9403-2a4c3ae45f8b,Christmas tree ornament (Red),7000,7000,7000,Therapist,4410,₽,5df8a6a186f77412640e2e80 +c3df8f34-c54a-45c8-81dc-6b85f83b9fa9,Christmas tree ornament (White),10000,10000,10000,Therapist,6300,₽,5df8a72c86f77412640e2e83 +62457d27-0b7c-4d70-8b9f-73fbc2e8835f,Christmas tree ornament (Violet),20000,20000,20000,Therapist,12600,₽,5df8a77486f77412672a1e3f +7fce2e62-45db-4849-b8db-75226d863918,5.56x45 Magpul PMAG GEN M3 40 STANAG 40-round magazine (Flat Dark Earth),11111,9972,11590,Mechanic,3459,₽,5d1340bdd7ad1a0e8d245aab +9d2cd1ae-4faa-4035-90e3-032e25d39d18,5.56x45 Magpul PMAG GEN M3 W 30 STANAG 30-round magazine (Flat Dark Earth),19800,16590,16040,Mechanic,2126,₽,5d1340cad7ad1a0b0b249869 +99f27bd9-7d39-4d97-a46a-72df635bacd2,VPO-215 .366 TKM metal 4-round magazine,3899,4043,5601,Mechanic,672,₽,5de653abf76fdc1ce94a5a2a +21a6492f-a754-46de-b936-79d4c375a03f,Strike Industries Advanced Receiver Extension buffer tube (Anodized Red),99000,113889,108294,Mechanic,11872,₽,5c793fc42e221600114ca25d +df8a2a71-109f-467b-8eab-7b4827862890,Magpul MBUS Gen2 front flip-up sight (Flat Dark Earth),5444,5393,5842,Mechanic,1344,₽,5c18b90d2e2216152142466b +a4a3e9f7-0c05-46e3-baac-986e14e13802,Magpul MBUS Gen2 rear flip-up sight (Flat Dark Earth),8000,6432,6836,Mechanic,2016,₽,5c18b9192e2216398b5a8104 +c4fd404e-7154-44a4-9f6e-1153005db1eb,KAC URX 3/3.1 stopper panel (Flat Dark Earth),3000,4992,4386,Mechanic,1596,₽,5d124c1ad7ad1a12227c53a7 +b32cb841-af18-46c9-9899-b05806bc4fe9,KAC URX 3/3.1 short panel (Flat Dark Earth),3500,7163,5315,Mechanic,672,₽,5d124c01d7ad1a115c7d59fb +5c3bc354-999c-4ae2-9ae1-a80026344a3d,ETMI-019 shotgun rail mount,5000,8300,9470,Mechanic,1120,₽,5dfe14f30b92095fd441edaf +a38ca3e1-dac3-4e3c-89c9-eeeb27a25bb2,Hexagon medium length rail (Anodized Red),29999,14930,15085,Mechanic,4352,₽,5b8403a086f7747ff856f4e2 +21133606-a2c8-426c-a06b-c775aa49f27a,AK TDI AKM-L handguard (Anodized Red),15000,16756,16696,Mechanic,15568,₽,5d4aaa54a4b9365392071170 +5c8a0d7a-6dc6-46f8-98d0-a419758c7b20,AK Hexagon handguard (Anodized Red),22000,26518,26559,Mechanic,24643,₽,5b80242286f77429445e0b47 +510bebd3-6a68-4162-ad26-fb01dde4356c,AK TDI AKM-L handguard (Anodized Bronze),13900,14059,14322,Mechanic,13552,₽,5d4aaa73a4b9365392071175 +8ac8a128-e3e1-42d3-94ea-80e104dd4f7d,AK Vezhlivyy Strelok VS-24 + VS-33c handguard & gas block combo (White),48888,43847,43694,Mechanic,16576,₽,5d4aab30a4b9365435358c55 +6464d870-c817-4494-bdbe-b563b9bf5664,SA-58 quad rail full length handguard,9999,10137,9624,Mechanic,5377,₽,5b7be1ca5acfc400170e2d2f +d54a31bc-3739-4fc1-b8f9-bf7131159b53,Shoreline plan map,16000,16940,15674,Therapist,12569,₽,5a8036fb86f77407252ddc02 +a5d87048-8535-4749-b043-14e159bdab8f,Factory plan map,13000,14914,14307,Therapist,10157,₽,574eb85c245977648157eec3 +0eb34e80-2661-4e4d-b45f-afd44a7422cc,Customs plan map,19999,27000,22716,Therapist,8460,₽,5798a2832459774b53341029 +262d9d98-32d0-469d-8154-34f0b60bf999,Woods plan map,11999,10312,11464,Therapist,8013,₽,5900b89686f7744e704a8747 +892cbbbb-2cb7-417d-84d1-f1fec5a3b0d0,Shoreline Health Resort plan map,6900,8344,8340,Therapist,5907,₽,5a80a29286f7742b25692012 +bc3f7d57-7b92-4d07-acbf-fde66ddca621,Interchange paper map,9500,9500,10579,Therapist,5765,₽,5be4038986f774527d3fae60 +abae3acb-bb46-41dd-a795-1530e1713852,Armband (Blue),600,612,973,Ragman,355,₽,5b3f3af486f774679e752c1f +aa9e2b0e-3e56-4550-b50c-fe4551f2786b,Armband (Green),500,1087,1035,Ragman,327,₽,5b3f3b0186f774021a2afef7 +393c4796-ca02-4565-a342-1d0bfe7da689,Armband (Red),700,800,2002,Ragman,554,₽,5b3f3ade86f7746b6b790d8e +0108213d-3138-4d81-a2df-390389ab80af,Armband (White),809,854,884,Ragman,452,₽,5b3f16c486f7747c327f55f7 +27260707-2074-4e65-b8d2-f6e487e15635,Armband (Yellow),580,594,547,Ragman,331,₽,5b3f3b0e86f7746752107cda +330e765f-1a18-4a6f-80c8-9d8f56d906ba,Maska-1Shch face shield (Olive Drab),34000,35223,35223,Ragman,35836,₽,5c0919b50db834001b7ce3b9 +7ef7f6a0-0f8f-4d12-9b68-c370f26b9478,Leatherman Multitool,23999,23968,24593,Peacekeeper,83,$,544fb5454bdc2df8738b456a +06c976d0-bb0a-401f-9ef5-f0fe9bbf7496,WI-FI Camera,37999,35403,33088,Peacekeeper,139,$,5b4391a586f7745321235ab2 +f308b8d1-c1a0-4a9d-b930-cb5f0cca04b5,Signal Jammer,20000,31630,38048,Peacekeeper,69,$,5ac78a9b86f7741cca0bbd8d +5a46456f-c3d4-49fe-a9c5-5840fab440b1,MS2000 Marker,15555,18119,17791,Peacekeeper,55,$,5991b51486f77447b112d44f +a0632f1d-b7ec-4dd8-8887-583fe21c69ed,40mm VOG-25,13000,11103,10905,Mechanic,3780,₽,5656eb674bdc2d35148b457c +dc12f8c9-46b5-44b5-9ef6-0a7fec5f6952,Weapon safe key,6900,6798,6812,Therapist,6930,₽,59148f8286f7741b951ea113 +a1a42428-ca35-485c-bfc8-30bba31cf309,5.45x39 BT gs 120 pcs. ammo pack,25555,30481,32963,Mechanic,560,₽,57372c21245977670937c6c2 +2fb9fe2b-c52b-45fe-ac78-3cbfac9e322f,5.45x39 PP gs 120 pcs. ammo pack,1000,1000,1000,Mechanic,560,₽,57372d1b2459776862260581 +8507c030-967d-4824-a6da-fd7a8c632069,5.45x39 PRS gs 120 pcs. ammo pack,5000,9738,6127,Mechanic,560,₽,57372deb245977685d4159b3 +52961ee1-6f9e-4d5a-8f23-ec4a580c7cc6,5.45x39 US gs 120 pcs. ammo pack,8000,9000,8088,Mechanic,560,₽,57372f7d245977699b53e301 +f419154a-2459-4e62-938e-13530b56bffb,9x18PM BZhT gzh 16 pcs. ammo pack,6000,6000,8367,Mechanic,560,₽,573722e82459776104581c21 +2132af2a-4061-4a4c-a2c3-df68bb57f431,9x18PM PBM gzh 16 pcs. ammo pack,8500,10555,11146,Mechanic,560,₽,5737250c2459776125652acc +8c30d96b-fa89-4396-a411-eae1c7a533a5,"9x18mm PMM PstM gzh ammo box, 16 cartridges",6900,7725,8733,Mechanic,560,₽,5737256c2459776125652acd +734fdb0d-fd44-4eba-bb4f-6c0e30639d41,"9x18mm PM Ppe gzh ammo box, 16 cartridges",10000,10000,13500,Mechanic,560,₽,573725b0245977612125bae2 +9b4383d4-2e6a-44a2-a537-9d4b0108a10b,9x18PM Pst gzh 16 pcs. ammo pack,6500,6500,6500,Mechanic,560,₽,573727c624597765cc785b5b +caa2cdaa-6e47-4ea7-b41d-92ea6d518a27,9x18PM SP7 gzh 16 pcs. ammo pack,10000,16600,28294,Mechanic,560,₽,573728cc24597765cc785b5d +0094b226-b62e-4d20-9145-016b961f78c2,9x18PM SP8 gzh 16 pcs. ammo pack,44,44,14919,Mechanic,560,₽,573728f324597765e5728561 +949b7bfb-4cd8-46fd-ae25-404c5319a368,5.56x45 Warmageddon 20 pcs. ammo pack,1740,1095,1296,Mechanic,560,₽,5c11279ad174af029d64592b +95800b99-15b7-412a-a18b-51a3a3d0d2cb,5.45x39 PPBS gs 30 pcs. ammo pack,30000,53165,53165,Mechanic,560,₽,5c1262a286f7743f8a69aab2 +74c54110-df02-41dc-a5ab-3fb50bddd64d,5.45x39 PP gs 30 pcs. ammo pack,9000,9200,9200,Mechanic,560,₽,57372db0245977685d4159b2 +785a8a2c-5a41-4739-9930-2cfa482b9952,5.45x39 PRS gs 30 pcs. ammo pack,1100,7633,7633,Mechanic,560,₽,57372e4a24597768553071c2 +ffd5ad66-d740-47cd-90c5-15faa40fff9f,5.45x39 PS gs 30 pcs. ammo pack,2000,1970,1970,Mechanic,560,₽,57372ebf2459776862260582 +72f9c64d-e92a-4215-af25-9f102e0f745f,12/70 RIP 5 shell ammo box,2000,1557,3039,Mechanic,560,₽,5c1127d0d174af29be75cf68 +3e795ec6-ff1d-4970-b005-9b4845868187,7.62x39 PS gzh 30 pcs. ammo pack,800,3013,7602,Mechanic,560,₽,5649ed104bdc2d3d1c8b458b +60150ea8-643c-49bd-b722-aa50d2128dd4,7.62x54R SNB 30 pcs. ammo pack,19000,19000,19000,Mechanic,560,₽,560d75f54bdc2da74d8b4573 +160b9587-4cf4-4bad-b12f-064a507fc296,9x39 BP gs 8 pcs. ammo pack,10000,13429,12100,Mechanic,560,₽,5c1260dc86f7746b106e8748 +ef75b9a6-cc45-4ffb-9d6c-1052aa2f2e58,9x39 SPP 8 pcs. ammo pack,7000,7499,9640,Mechanic,560,₽,5c12619186f7743f871c8a32 +84accd80-d780-4f9a-9119-10b41374a03b,Magpul MOE Carbine stock (Foliage Green),12980,11852,11719,Mechanic,3638,₽,58d2946c86f7744e271174b5 +7d45abaf-2938-4580-ad57-1ed6e8abafba,Magpul MOE Carbine stock (Flat Dark Earth),8999,9310,9245,Mechanic,3714,₽,58d2946386f774496974c37e +41d7d6cf-ddad-4bbf-aeb0-c60e90f332ea,Magpul MOE Carbine stock (Stealth Gray),8880,8831,8560,Mechanic,3763,₽,58d2947e86f77447aa070d53 +a84c6613-c506-492a-b442-307030dca383,Magpul MOE Carbine stock (Olive Drab),8500,8423,8349,Mechanic,3578,₽,58d2947686f774485c6a1ee5 +274d42ed-e8dd-4fd7-8e53-d589d15aef10,Object #21WS keycard,290000,295436,354443,Therapist,31500,₽,5e42c83786f7742a021fdf3c +6554e6d6-c577-4ea5-a112-a9c3a332360c,Object #11SR keycard,848888,894850,951533,Therapist,63000,₽,5e42c81886f7742a01529f57 +2ea0fbfe-a035-4b02-a1ad-532ded459dd9,9x19 Pst gzh 16 pcs. ammo pack,5555,5555,17693,Mechanic,560,₽,5739d41224597779c3645501 +ff57bfe0-b3c0-4295-b2ee-12bab4dac1ad,5.56x45 M855 30 pcs. ammo pack,5000,6250,6250,Mechanic,560,₽,5447ac644bdc2d6c208b4567 +020b0c86-54fb-44f6-84ba-34f4a3aa0393,Grenade case,321300,321547,320500,Therapist,321300,₽,5e2af55f86f7746d4159f07c +8e07feba-7aec-4b43-9bbc-15357c035b00,Aramid fiber fabric,7000,10875,11685,Therapist,5544,₽,5e2af4d286f7746d4159f07a +a7694831-40a7-4f34-aad8-1eaae37222bb,Ripstop fabric,18399,16537,15563,Therapist,3654,₽,5e2af4a786f7746d3f3c3400 +7b5d4964-64a1-4b0b-9e0d-e815f12a7e37,Fleece fabric,6555,6338,6488,Therapist,2520,₽,5e2af47786f7746d404f3aaa +d31ba014-c02d-4b13-b115-ec1097a19bfa,Cordura polyamide fabric,14444,15765,15476,Therapist,8316,₽,5e2af41e86f774755a234b67 +8015f239-63a8-4000-b1a5-861c3ad49958,SurvL Survivor Lighter,12000,11476,11097,Therapist,10080,₽,5e2af37686f774755a234b65 +0a27af28-78e0-4f23-8289-0ad31bb66ea2,Hunting matches,8888,11905,10933,Therapist,2394,₽,5e2af2bc86f7746d3f3c33fc +00e370a7-0545-444e-9b31-ea79f23928ba,KEKTAPE duct tape,15500,15875,15459,Therapist,15120,₽,5e2af29386f7746d4159f077 +a0af7bca-f166-4121-868c-0330c2464f9b,Tube of Poxeram cold welding,12000,11989,12006,Therapist,12222,₽,5e2af22086f7746d3f3c33fa +671a9360-9a6e-43a9-8567-fccc0261ff72,Smoked Chimney drain cleaner,7000,7100,7300,Therapist,5958,₽,5e2af00086f7746d3f3c33f7 +a83a9d18-b892-4af3-912d-c6b155902d08,Pack of chlorine,25555,28231,27821,Therapist,6930,₽,5e2af02c86f7746d420957d4 +dc2c68a0-fb68-431d-b595-ab0db194a575,Repellent,8000,8478,7984,Therapist,5328,₽,5e2aef7986f7746d3f3c33f5 +82ae274f-81f1-4ad6-98de-7fd5ee9c9279,Cyclon rechargeable battery,53000,52672,52481,Therapist,53550,₽,5e2aee0a86f774755a234b62 +9b2efc09-ed97-48da-8441-3fa587983572,GreenBat lithium battery,27888,27688,28286,Therapist,16380,₽,5e2aedd986f7746d404f3aa4 +755e0a03-3765-4cc6-b57b-a615a82db9d3,UZRGM grenade fuze,11000,10463,10450,Prapor,4049,₽,5e2af51086f7746d3f3c3402 +9c90b90f-6a1b-4fa8-8fb7-5b481deebc2f,VOG-17 Khattabka grenade,10000,11562,11339,Prapor,4614,₽,5e32f56fcb6d5863cc5e5ee4 +1f986ad8-16f6-47d7-b6d9-530f01eca19f,VOG-25 Khattabka grenade,17399,17052,17029,Prapor,2350,₽,5e340dcdcb6d5863cc5e5efb +f64635c1-2f92-4797-ad00-702683d61c85,LBT 6094A Slick Plate Carrier,275000,295111,279874,Ragman,232190,₽,5e4abb5086f77406975c9342 +9ab6c1bf-2703-43e8-92ec-48c49b605e7a,LBT-2670 Slim Field Med Pack,55888,58071,57818,Ragman,55800,₽,5e4abc6786f77406812bd572 +bfa2a41e-e08b-46bd-8fde-70abff33301f,Walker's Razor digital headset,35000,35682,30772,Ragman,18662,₽,5e4d34ca86f774264f758330 +639e5eed-3f2b-4a34-abf3-8b68a7c5e267,MSA Gallet TC 800 High Cut combat helmet,23000,41185,41041,Ragman,35960,₽,5e4bfc1586f774264f7582d3 +1e2a88b4-12e6-44fe-9ebc-605c88f5e7e9,Ars Arma CPC MOD.2 plate carrier,289999,275364,256766,Ragman,86180,₽,5e4ac41886f77406a511c9a8 +cfd368f7-c154-47a6-a312-b79060ea45c3,Spiritus Systems Bank Robber chest rig,10000,10224,10317,Ragman,5084,₽,5e4abc1f86f774069619fbaa +8105332d-6f1a-4cf9-a172-79c2d493736f,Splav Tarzan M22 chest rig,13000,12644,12763,Ragman,11904,₽,5e4abfed86f77406a2713cf7 +2a8fec0d-15f0-4556-8041-54b37f3540ba,Pestily plague mask,58837,57133,57468,Ragman,58838,₽,5e54f79686f7744022011103 +7ff77b69-7fcb-4f1b-8d51-4bed1c71ab3b,SVD CAA DRG L-1 mount rail,4444,5673,5048,Mechanic,1456,₽,5e569a132642e66b0b68015c +acbc254e-0267-480c-90bd-8e3b6a7ad9e9,ULTRA medical storage key,1090000,1137802,1282435,Therapist,44100,₽,5e42c71586f7747f245e1343 +e989ad9e-f9c8-4720-95e0-84ba111d2601,Raven figurine,30600,29927,30001,Therapist,30240,₽,5e54f62086f774219b0f1937 +26f20e67-faef-4097-b1d7-6855b3aa2202,Shroud half-mask,26096,26139,25551,Ragman,26040,₽,5e54f76986f7740366043752 +4664d614-1e94-4199-a581-b9f07ea72de3,Dollars,124,124,124,,0,₽,5696686a4bdc2da3298b456a +df1658aa-d82d-4d2f-9737-19720086efaf,Euros,144,144,144,,0,₽,569668774bdc2da2298b4568 +26f9c484-5bcc-4fc3-9d06-4ef950c4bf1b,Can of Dr. Lupo's coffee beans,32750,32205,32286,Therapist,32760,₽,5e54f6af86f7742199090bf3 +0aeea273-589d-4e2b-88d5-5c8038eaad4d,Twitch Rivals 2020 mask,24000,24000,24000,Ragman,14880,₽,5e71f6be86f77429f2683c44 +aadeaebe-0376-47b6-90dc-defe7f4ff704,Twitch Rivals 2020 half mask,3800000,3150000,3150000,Ragman,19840,₽,5e71fad086f77422443d4604 +dc505cd0-8531-41a6-986f-b90de12f467a,Twitch Rivals 2020 glasses,500000,463333,463333,Ragman,15872,₽,5e71f70186f77429ee09f183 +08d4789d-5673-486c-984a-3c0f260c4592,PPSh-41 7.62x25 submachine gun,15000,15074,14942,Mechanic,5741,₽,5ea03f7400685063ec28bfa8 +8e04ec0f-7cc1-47ce-b27e-6913762bd3b4,Colt M1911A1 .45 ACP pistol,10000,9681,9239,Mechanic,3028,₽,5e81c3cbac2bb513793cdc75 +9a085b97-da2c-4cec-9c6b-d851adc52521,PPSh-41 7.62x25 10.6 inch barrel,10000,19400,19400,Mechanic,4592,₽,5ea02bb600685063ec28bfa1 +f09d711a-e241-4917-b95a-9f115e339a52,M1911A1 .45 ACP 127mm barrel,5000,3786,6844,Mechanic,952,₽,5e81c519cb2b95385c177551 +deeaec32-31f2-4f5c-8736-ebe679f47192,PPSh-41 7.62x25 35-round magazine,2500,4101,3184,Mechanic,1473,₽,5ea034eb5aad6446a939737b +3bb3913c-4fb8-48f8-a26a-10d26844e5b8,M1911A1 .45 ACP 7-round magazine,9998,10344,10382,Mechanic,616,₽,5e81c4ca763d9f754677befa +2776b934-6c7f-4083-8591-b945066e61e8,PPSh-41 7.62x25 71-round drum magazine,32000,27900,26704,Mechanic,8960,₽,5ea034f65aad6446a939737e +c2b9bc14-ff45-4257-b09f-618d8ab442f3,PPSh-41 dust cover,3333,4433,10130,Mechanic,672,₽,5ea03e5009aa976f2e7a514b +89906068-fdad-407b-9347-02f92493ff11,M1911A1 .45 ACP pistol slide,6000,6071,5445,Mechanic,1741,₽,5e81edc13397a21db957f6a1 +b5d83be9-0fa3-4568-819f-9403503606ff,PPSh-41 stock,5000,5000,5000,Mechanic,1187,₽,5ea03e9400685063ec28bfa4 +bd90b11e-71d2-45eb-a80f-b00a4f8627ce,M1911A1 polymer pistol grip,1000,1378,4670,Mechanic,448,₽,5e81c6bf763d9f754677beff +edfa3948-4a74-48dc-9800-5d40899968ab,M1911A1 slide stop,400,400,400,Mechanic,168,₽,5e81c539cb2b95385c177553 +64396f1c-8ce0-4f9a-acc4-814c552f2036,M1911A1 hammer,1700,3489,5467,Mechanic,196,₽,5e81c550763d9f754677befd +e4f07541-cd1e-4244-892d-662a83aba47f,M1911A1 trigger,8999,8999,8999,Mechanic,252,₽,5e81c6a2ac2bb513793cdc7f +e7182e02-1345-4406-a3cf-46118343104a,M1911A1 front sight,14666,7633,7877,Mechanic,281,₽,5e81ee213397a21db957f6a6 +de714d4b-41be-4762-9bd3-62ce7184e315,M1911A1 rear sight,800,5400,5400,Mechanic,338,₽,5e81ee4dcb2b95385c177582 +42be42c0-2e44-4a3a-9cab-c37b78b67da0,FORT Defender-2 body armor,182000,182716,179987,Ragman,180342,₽,5e9dacf986f774054d6b89f4 +0dbbd590-5c90-459e-a3ed-0b6bf20dcc8c,Tac-Kek FAST MT Helmet,11998,12175,12352,Ragman,9362,₽,5ea05cf85ad9772e6624305d +3739e464-daf8-4a5b-b101-80e798c37dac,Tac-Kek Heavy Trooper mask,68000,73439,67652,Ragman,37820,₽,5ea058e01dbce517f324b3e2 +f6a97a0a-4832-4607-8f78-3d07cd8cc157,LBT-8005A Day Pack backpack,18800,17611,17051,Ragman,14012,₽,5e9dcf5986f7746c417435b3 +b81acc1a-f2b8-42a4-b684-5fc59990bda7,LBT-1961A Load Bearing chest rig,34000,36707,36302,Ragman,27900,₽,5e9db13186f7742f845ee9d3 +02aaa0d3-49f9-44ed-968a-55f1eb47b02b,MPX Midwest Industries 14 inch M-LOK handguard,10000,11735,14021,Mechanic,6272,₽,5c5db63a2e2216000f1b284a +0d6386a6-714f-407c-8287-7e4b7642e71c,AK Hexagon DTKP MK.2 7.62x39 sound suppressor,28000,29555,29116,Mechanic,28960,₽,5e208b9842457a4a7a33d074 +38547dcd-ec0b-45e7-8074-2253e1bbf7dc,5.45x39 BP gs 30 pcs. ammo pack,1000,1000,1000,Mechanic,560,₽,57372ac324597767001bc261 +662f504e-88d4-448d-ade1-ae337ae08877,5.45x39 BT gs 30 pcs. ammo pack,40000,40000,40000,Mechanic,560,₽,57372c89245977685d4159b1 +44850d91-29b5-41b1-96d7-0c297fc1ed71,9x19mm RIP 20-round ammo box,17000,20500,15093,Mechanic,560,₽,5c1127bdd174af44217ab8b9 +1fe012d0-47c0-42d1-bcb7-1b19ea1f9c2b,Secure container Beta,750000,750000,750000,Therapist,472500,₽,5857a8b324597729ab0a0e7d +21365cac-3339-47d9-8913-be4d17af46ae,RB-RLSA key,54444,65772,74206,Therapist,48510,₽,5ede7b0c6d23e5473e6e8c66 +5ce0e01d-7985-425d-adfc-6bb9acdf6fc2,RB-PKPM marked key,160666,147044,158008,Therapist,31500,₽,5ede7a8229445733cb4c18e2 +4439eb1e-043c-410e-a98c-31a7954199c0,.45 ACP Match FMJ,466,365,283,Mechanic,46,₽,5e81f423763d9f754677bf2e +4285652d-3db1-4068-8b2e-79e229dc9ff7,.45 ACP RIP,1049,2357,1651,Mechanic,225,₽,5ea2a8e200685063ec28c05a +83b614ac-7d33-487e-b844-f06490e6ec45,Surefire SOCOM556-RC2 5.56x45 sound suppressor,31000,32066,31418,Mechanic,27720,₽,5ea17bbc09aa976f2e7a51cd +43183b46-a9bb-4df1-932b-c1c008bddbae,SVD CAA XRS-DRG handguard,11111,11134,10495,Mechanic,5376,₽,5e5699df2161e06ac158df6f +918165bc-f603-4fb0-a7d1-14aefd38b4a5,AR-15 Geissele SMR MK16 9.5 inch M-LOK handguard,9350,10085,10574,Mechanic,9016,₽,5ea16acdfadf1d18c87b0784 +82880213-ab9f-41d6-b57a-1c31d82cb3d0,AR-15 Geissele SMR MK16 13.5 inch M-LOK handguard,10000,12316,13832,Mechanic,8064,₽,5ea16ada09aa976f2e7a51be +d5a4fc38-e762-458a-8c70-2503e1a92c1d,SVD modern handguard,16000,14744,15085,Mechanic,8008,₽,5e56991336989c75ab4f03f6 +9a3301f6-824d-44f5-8b3d-bf4a4f8e2170,SilencerCo 12ga choke adapter,4000,3733,4579,Mechanic,448,₽,5b363dea5acfc4771e1c5e7e +45251e03-80bc-44a5-9c17-b6349e979dbe,SVD CAA XD RGL receiver mount,8000,9691,8663,Mechanic,3584,₽,5e569a2e56edd02abe09f280 +24bb056e-10c4-4a57-abec-7e0922733b47,AR-15 Geissele ACH charging handle,10000,12013,11129,Mechanic,2912,₽,5ea16d4d5aad6446a939753d +cba2601f-d56e-46dd-b99d-e3645b1472a9,AR-15 Radian Weapons Raptor charging handle (Grey),31000,51264,46680,Mechanic,3726,₽,5d44334ba4b9362b346d1948 +1d7d84d9-000f-4414-89be-44163779f6a6,AK-74 polymer handguard (6P20 Sb.9) Plum,4000,2133,2514,Mechanic,628,₽,5cbda9f4ae9215000e5b9bfc +c8d5768e-0cb0-4374-87de-2968e7e26880,AR-15 Strike Industries Viper Carbine Length M-LOK handguard (FDE),10639,9319,8886,Mechanic,5320,₽,5d00f63bd7ad1a59283b1c1e +e0070a1d-c939-4e80-8bb8-03435b125eee,AK KGB MG-47 pistol grip (Anodized Red),19000,17716,19118,Mechanic,9800,₽,5e2192a498a36665e8337386 +f64b300c-3622-4310-afb5-3a2a5a36d2bc,"AKM/AK-74 Hexagon ""Kocherga"" stock (Anodized Red)",16000,16874,16663,Mechanic,14997,₽,5e217ba4c1434648c13568cd +cee5015f-c9c2-4906-a3bb-8098e150028a,Magpul PRS GEN3 stock (Grey),32000,44202,44177,Mechanic,10528,₽,5d4406a8a4b9361e4f6eb8b7 +816e5b16-4612-4a81-8b0f-8b5b9ab7bbb9,AK-74 polymer stock (6P20 Sb.7) Plum,9000,7059,7059,Mechanic,1214,₽,5cbdb1b0ae9215000d50e105 +2a76e457-c894-47b0-8052-005b531236e8,Magpul CTR carbine stock (Flat Dark Earth),12900,14470,12455,Mechanic,4547,₽,5d135ecbd7ad1a21c176542e +10b1a151-2f90-467e-85e1-a6453be2841a,Hexagon short length rail (Anodized Red),12000,11189,11479,Mechanic,3641,₽,5b84038986f774774913b0c1 +3c359847-1f62-4a7c-aca7-370cbe0b46a2,SVD modern top rail,9777,8654,9233,Mechanic,5157,₽,5e569a0156edd02abe09f27d +b1cb9466-3ff5-4f67-bbf3-1e68163b1b4a,AR-15 SureFire FH556RC 5.56x45 flash hider,13988,13944,13093,Mechanic,3864,₽,5ea172e498dacb342978818e +c46dfbbc-e84f-42fb-a3fb-6ce94f27c199,AK 5.56x45 CNC Warrior muzzle device adapter,2999,2997,3113,Mechanic,1464,₽,5e21ca18e4d47f0da15e77dd +586a48f8-3e95-4088-8e51-6667ce39e864,Bastion helmet armor plate,99900,90458,89792,Ragman,68386,₽,5ea18c84ecf1982c7712d9a2 +6dbdddad-00ff-4948-981f-911ff2f5eb88,Diamond Age Bastion helmet,63000,64132,61506,Ragman,62620,₽,5ea17ca01412a1425304d1c0 +a6932a0d-43bc-4dd7-b560-3401e357e7ed,MP9 9x19 upper receiver,4880,4880,4880,Mechanic,2733,₽,5e0090f7e9dc277128008b93 +4c199df2-4b41-4967-b3dc-6e56f402a928,KAC URX 3/3.1 long panel (Flat Dark Earth),9988,6890,7596,Mechanic,980,₽,5d124c0ed7ad1a10d168dd9b +c4c810ec-8ef1-4e1c-b94d-9c76f80494dd,FN40GL Mk2 grenade launcher,110000,110000,110000,Mechanic,61600,₽,5e81ebcd8e146c7080625e15 +68c85b40-a267-422b-815f-4233ba468f27,M.U.L.E. stimulant injector,81000,88490,83615,Therapist,21105,₽,5ed51652f6c34d2cc26336a1 +7dfa9a75-4028-4d15-aa81-732d150316bc,"""Obdolbos"" cocktail injector",31000,29905,30918,Therapist,29994,₽,5ed5166ad380ab312177c100 +4d7f9b15-ae37-46e0-af2e-644c27089864,P22 injector,31000,31000,31000,Therapist,19530,₽,5ed515ece452db0eb56fc028 +196be457-8a70-466b-bf0e-fbeeec08ac29,L1 (Norepinephrine) injector,17777,19096,19544,Therapist,18207,₽,5ed515e03a40a50460332579 +2732624c-6742-4913-9e2c-55c3e99eb48c,3-(b-TG) stimulant injector,19000,21070,21007,Therapist,14874,₽,5ed515c8d380ab312177c0fa +4a05ebf9-60e1-4d61-b64b-af90df7a6579,AHF1-M stimulant injector,22190,22335,22365,Therapist,22050,₽,5ed515f6915ec335206e4152 +9b31ba09-dd97-41fe-a9e7-e7b1c68c1e8f,Meldonin injector,70999,71367,68790,Therapist,27090,₽,5ed5160a87bb8443d10680b5 +fef6edbd-db9e-4e60-bf1b-58b94476a042,.45 ACP AP,1800,1422,1646,Mechanic,81,₽,5efb0cabfb3e451d70735af5 +dc0718bf-1e87-4c57-8b02-54c467111ce3,.45 ACP Hydra-Shok,850,747,741,Mechanic,55,₽,5efb0fc6aeb21837e749c801 +a4cf9dff-d568-4452-a1b7-ab8a703397a6,.45 ACP Lasermatch FMJ,190,351,325,Mechanic,49,₽,5efb0d4f4bc50b58e81710f3 +a1eed532-c720-4cfc-b4ce-f3178613c1b7,.366 TKM AP-M,444,525,499,Mechanic,113,₽,5f0596629e22f464da6bbdd9 +00ceb78a-4c8a-450b-9fb6-6ced76f45c19,40x46mm M381(HE) grenade,35555,33219,41314,Mechanic,3192,₽,5ede474b0c226a66f5402622 +458b3d49-0f6b-4226-9095-2ba2c20f93f9,40x46mm M386 (HE) grenade,7777,6200,6821,Mechanic,3836,₽,5ede475b549eed7c6d5c18fb +7c7cd46e-0b50-4d2b-bc0b-b7c8e41ca028,40x46mm M406 (HE) grenade,6499,5862,6152,Mechanic,4312,₽,5ede4739e0350d05467f73e8 +0a930f85-ed27-4817-aa46-0aa9c6ed1b60,40x46mm M433 (HEDP) grenade,5998,10084,8768,Mechanic,5880,₽,5f0c892565703e5c461894e9 +8ad92dc8-920c-4eba-bcc7-f4584612f0b5,40x46mm M441(HE) grenade,59000,45930,41415,Mechanic,4760,₽,5ede47405b097655935d7d16 +9f7030ac-07e9-4767-8006-6d8cfc4a0cdb,40x46mm M576 (MP-APERS) grenade,1580,2047,2234,Mechanic,1624,₽,5ede475339ee016e8c534742 +f7ad2a63-a996-483d-96c8-1d6e5ffa027f,7.62x51mm M993,2589,2760,2953,Mechanic,252,₽,5efb0c1bd79ff02a1f5e68d9 +c71b3b3b-858c-46f7-9093-630140d4ee07,9x19mm PBP gzh,1835,1887,1796,Mechanic,115,₽,5efb0da7a29a85116f6ea05f +a47b7bf7-f2dc-4934-800a-32d1f7733b8e,9x19mm QuakeMaker,425,400,399,Mechanic,78,₽,5efb0e16aeb21837e749c7ff +28091ab5-f397-4ca8-8348-96e2cb025d12,Health Resort east wing room 110 key with a blue tape,38000,46552,42999,Therapist,11529,₽,5eff09cd30a7dc22fd1ddfed +b4c395c0-37e2-4106-b14a-0ca49e726c77,Keycard with a blue marking,100000,111071,114936,Therapist,31500,₽,5efde6b4f5448336730dbd61 +de676c45-883f-494d-98c7-7c3c427e148e,Sanitar's bag,29000,29458,29253,Ragman,28567,₽,5e997f0b86f7741ac73993e2 +36bf979c-25f2-4bb4-9e44-36085d814221,5.45x39 BS gs 30 pcs. ammo pack,28000,29000,29000,Mechanic,560,₽,57372bd3245977670b7cd243 +9d3e331d-df07-48f0-9a37-fad804c5cfaa,Secure container Gamma,1850000,1850000,1850000,Therapist,1165500,₽,5857a8bc2459772bad15db29 +ae6b191b-9c5c-4ab0-8bed-dd5fe0329d1e,Secure container Alpha,360000,360000,360000,Therapist,226800,₽,544a11ac4bdc2d470e8b456a +32154527-e57e-4614-9806-79b185e39b6a,Secure container Epsilon,1100000,1100000,1100000,Therapist,693000,₽,59db794186f77448bc595262 +d3b419af-63ba-41d5-84e0-2799623449e0,Secure container Kappa,4900000,4900000,4900000,Therapist,3087000,₽,5c093ca986f7740a1867ab12 +6bd49efc-18c1-41a5-bfde-6fe124b7e70c,GP-34 underbarrel grenade launcher,50900,50900,50900,Mechanic,28504,₽,5648b62b4bdc2d9d488b4585 +89fffe49-6c93-4f50-a2c7-a0c9f0401bf7,LK 3F Transfer tourist backpack,6500,5782,6021,Ragman,2480,₽,5f5e45cc5021ce62144be7aa +d945dff0-dffe-41c4-beb3-b8fb1483ea28,Eberlestock F5 Switchblade backpack (Dry Earth),46555,46766,45843,Ragman,25110,₽,5f5e467b0bc58666c37e7821 +1302e8a8-a419-4205-977f-35ed3baf30d4,Eberlestock F4 Terminator load bearing backpack (Tiger Stripe),56000,62441,57573,Ragman,43710,₽,5f5e46b96bdad616ad46d613 +69974129-ae27-4048-bd98-f482b0372a71,Direct Action Thunderbolt compact chest rig,19500,19424,19328,Ragman,18352,₽,5f5f41f56760b4138443b352 +c6232517-c70d-489b-8371-761ec8f6f428,Kel-Tec RFB 7.62x51 carbine,0,0,0,Mechanic,14339,₽,5f2a9575926fd9352339381f +67eebe59-2411-4d6d-9d45-e5946ca5c9f1,Colt M45A1 .45 ACP pistol,9999,9990,10361,Mechanic,4148,₽,5f36a0e5fbf956000b716b65 +5c1f6715-4556-469d-b9b8-0781840194ae,Mossberg 590A1 12ga pump-action shotgun,15888,14312,14966,Mechanic,8065,₽,5e870397991fd70db46995c8 +fea4d1cd-f6c2-4b18-9e58-a23db1444722,TOZ KS-23M 23x75mm pump-action shotgun,49000,46062,47433,Mechanic,10305,₽,5e848cc2988a8701445df1e8 +b3b2d393-9a67-4630-b806-7c763dd36118,EYE MK.2 professional hand-held compass,32000,29179,32220,Peacekeeper,259,$,5f4f9eb969cdc30ff33f09db +c4adee2a-48bb-47c9-8e17-75b9c8d79eae,"Premium Kvass ""Norvinskiy Yadreniy"" 0.6L bottle",8666,10491,9682,Therapist,5355,₽,5e8f3423fd7471236e6e3b64 +6c3735af-45aa-4b72-9b4e-ec5661f47ee9,BNTI Korund-VM armor,121111,158599,142079,Ragman,50840,₽,5f5f41476bdad616ad46d631 +0d717e2e-c7a7-4526-9a8f-6c45bdb953b3,Rys-T bulletproof helmet,680000,591667,634123,Ragman,122963,₽,5f60c74e3b85f6263c145586 +b9a1a8eb-a2bd-4ab5-9478-3c3c8e43d19f,Galvion Caiman Hybrid helmet,78000,87880,89217,Ragman,90505,₽,5f60b34a41e30a4ab12a6947 +06f7bf4a-a524-4cb1-ac42-f7a14f81cc80,30x29 mm VOG-30,980,980,980,Mechanic,549,₽,5d70e500a4b9364de70d38ce +1a87ba4e-5cac-49f0-b9c4-6a80a4d1fb70,"23x75mm ""Barrikada"" slug",630,770,704,Mechanic,143,₽,5e85aa1a988a8701445df1f5 +ffa41ecc-3aec-47e0-b77f-34678e557ccc,"23x75mm ""Shrapnel-10"" buckshot",400,370,351,Mechanic,44,₽,5e85a9a6eacf8c039e4e2ac1 +168ed338-8692-4dc6-b9c9-dab64308c15a,23x75mm Shrapnel-25 buckshot,888,775,598,Mechanic,54,₽,5f647f31b6238e5dd066e196 +694dc9fe-ee5b-48e3-955d-a9649d4b81b9,"23x75mm ""Zvezda"" flashbang round",24000,34228,26736,Mechanic,549,₽,5e85a9f4add9fe03027d9bf1 +0fe1f2cb-0d1d-4301-acb7-965e32619dcb,Esmarch tourniquet,1390,1412,1395,Therapist,756,₽,5e831507ea0a7c419c2f9bd9 +99119cb6-b073-4d7b-8365-23111e687792,CALOK-B hemostatic applicator,6000,7586,7477,Therapist,2249,₽,5e8488fa988a8701445df1e4 +94d75251-32ed-4e04-9ae7-d036eba5ac0f,VPO-101 Vepr Hunter 7.62x51 Rotor 43 muzzle brake,25000,27608,27243,Mechanic,18480,₽,5f63407e1b231926f2329f15 +84698b5f-aee4-42ac-b5c6-ea919afd7fd1,Walker's XCEL 500BT Digital headset,39000,37021,36659,Ragman,22382,₽,5f60cd6cf2bcbb675b00dac6 +426dec77-fa82-44a5-8ad3-243136f28126,Caiman Hybrid Ballistic Applique (Black),37500,37232,37751,Ragman,37386,₽,5f60b85bbdb8e27dee3dc985 +1ca1f212-4f07-47b7-8f5f-fa29efc4cf2c,Caiman Fixed Arm Visor,19500,19158,19918,Ragman,11593,₽,5f60bf4558eff926626a60f2 +62d5b95a-2649-443c-9402-31fb1142b2a2,Caiman Ballistic Mandible Guard,38888,34248,35598,Ragman,15190,₽,5f60c076f2bcbb675b00dac2 +a43430dd-57d7-4e05-88fe-a954ea4e9bd5,Rys-T face shield,48888,49216,50091,Ragman,49265,₽,5f60c85b58eff926626a60f7 +1be79487-9209-477f-b9f0-bfbcc4a57bfc,AK TDI X47 tactical handguard rail system,23000,22588,21625,Mechanic,10808,₽,5f6331e097199b7db2128dc2 +e1042365-77d2-4320-8799-ac51370dbac0,AR-15 Daniel Defense RIS II 9.5 handguard (Flat Dark Earth),11000,11008,11180,Mechanic,8359,₽,55f84c3c4bdc2d5f408b4576 +065cbb87-05ea-4acd-b76a-3336241838b9,B-30 handguard with B-31S upper handguard rail,32000,32876,29770,Mechanic,10263,₽,5efaf417aeb21837e749c7f2 +3edca209-c644-4b51-a2c5-7f41d56cdb32,M45A1 .45 ACP slide,69420,69420,75202,Mechanic,2856,₽,5f3e7823ddc4f03b010e2045 +6a61159a-a95b-4e9a-9020-23325fc638a4,Beret (Black),10900,11224,11093,Ragman,930,₽,5f60e6403b85f6263c14558c +a03b161f-f0e5-4a09-b8bd-0b04169010c1,Beret (Blue),6500,8555,7101,Ragman,2108,₽,5f60e7788adaa7100c3adb49 +78b43446-1b89-4811-9544-85cb726ee385,Beret (Olive),9500,9991,9444,Ragman,839,₽,5f60e784f2bcbb675b00dac7 +c6c5eb2a-ec55-4c38-8043-d36ac6475fb2,MDR handguard (Black),25420,73821,75849,Mechanic,4852,₽,5dcbd6b46ec07c0c4347a564 +e799ebd5-35ff-4768-8079-9099efcae43a,M590A1 Magpul MOE forestock,7000,8475,8745,Mechanic,4424,₽,5eea21647547d6330471b3c9 +3b3f6838-ecf0-421a-a8e6-c58b35aba13c,KS-23M forestock,1500,8036,4658,Mechanic,1176,₽,5e848d51e4dbc5266a4ec63b +cfaaa357-8ba3-4885-a543-19ca6eb84bb4,RFB handguard,3999,5957,11836,Mechanic,6096,₽,5f2aa47a200e2c0ee46efa71 +c13d2a69-21e3-497e-8661-b4797986670c,SOK-12 Bravo-18 aluminium handguard,13131,14415,14854,Mechanic,7392,₽,5f63418ef5750b524b45f116 +13fcf22b-9a6f-467d-937e-20a973aebb4b,M590A1 SpeedFeed short forestock,8000,9721,8773,Mechanic,785,₽,5e87076ce2db31558c75a11d +b89ceee3-94e3-454e-92e8-6ec8b2e463fd,AR-10 Lancer LCH-7 12.5 inch M-LOK handguard,23332,28284,28305,Mechanic,11872,₽,5f6336bbda967c74a42e9932 +d7a6f354-7c03-4e25-8139-0bf501167228,Veritas guitar pick,34660,34318,34581,Therapist,34650,₽,5f745ee30acaeb0d490d8c5b +2c158186-8675-49df-addf-2ab1fd20417a,Tactical Dynamics aluminum skeletonized vertical grip,16777,17156,17150,Mechanic,4200,₽,5f6340d3ca442212f4047eb2 +330658d2-9ae8-42fc-ba69-559f09b2ddf6,AK 7.62x39 JMAC RRD-4C muzzle brake,43500,37423,39215,Mechanic,7336,₽,5f633f68f5750b524b45f112 +97774138-15a2-4419-aab1-1646d57d1077,AK-74 thread type JMac Customs RRD-4C multi-caliber muzzle brake,50000,62722,55733,Mechanic,5152,₽,5f633f791b231926f2329f13 +a8458119-10ac-4f0f-be7a-712e2dd4b525,RFB 7.62x51 flash hider,5000,4849,4329,Mechanic,750,₽,5f2aa4559b44de6b1b4e68d1 +beff3c67-5bbe-4ba2-803b-d51f70482af3,M1911A1 Anarchy Outdoors muzzle brake,6000,9974,7000,Mechanic,2632,₽,5ef61964ec7f42238c31e0c1 +6495c2eb-5359-465e-b965-12ff82f02f87,Ferfrans CRD Concussion Reduction Device 5.56x45,9999,10922,12176,Mechanic,5404,₽,5f6339d53ada5942720e2dc3 +93815481-7212-4973-b7f1-3397694dd26c,Ferfrans CQB 5.56x45 muzzle brake,9750,10028,9833,Mechanic,4704,₽,5f6372e2865db925d54f3869 +594a53bc-a711-47ad-b878-04b67576cbad,Remington M700 thread protection cap,500,500,500,Mechanic,280,₽,5d270b3c8abbc3105335cfb8 +3900c093-80af-4274-b6ef-bf64358c38b6,RFB thread spacer,8888,8755,10372,Mechanic,1232,₽,5f2aa43ba9b91d26f20ae6d2 +c4212aef-2a77-4a6e-a34b-d5bddef23544,RFB thread protection cap,10000,15444,11394,Mechanic,224,₽,5f2aa4464b50c14bcf07acdb +b5dbdeea-17e4-4954-92a6-0d47c0a3bdbd,M590 ghost ring front sight,7100,7052,7052,Mechanic,392,₽,5e8708d4ae379e67d22e0102 +6eae90ad-53e9-4a56-bdf1-8772bdd51196,M590 ghost ring rear sight,4600,4600,4645,Mechanic,448,₽,5e87114fe2db31558c75a120 +dff5f30e-85f5-4886-a91e-c7fe5c37ac7d,M45A1 Novak Lomount front sight,9000,11278,11278,Mechanic,420,₽,5f3e78a7fbf956000b716b8e +37b1d1d8-684c-4bf6-b070-d067e48ba6df,M45A1 Novak Lomount rear sight,5000,8969,8969,Mechanic,448,₽,5f3e7897ddc4f03b010e204a +60a6f708-d26f-4b35-bf73-3b122c20da7b,M1911A1 Wilson Extended slide stop,4444,3864,6183,Mechanic,1008,₽,5ef3553c43cb350a955a7ccb +0f0bd097-69bb-47ef-97a3-12921d0128d1,M1911A1 STI HEX hammer,4400,10387,9184,Mechanic,2240,₽,5ef35f46382a846010715a96 +bddb2c9b-3024-4d84-a53a-10fff2cd7c59,M1911A1 hammer,1000,2353,4573,Mechanic,840,₽,5ef35d2ac64c5d0dfc0571b0 +03838a53-3080-4d97-9a23-d14c523f8374,M1911A1 Wilson Ultralight skeletonized hammer,13999,32714,19547,Mechanic,2744,₽,5ef35bc243cb350a955a7ccd +0f9b838f-6836-4ce0-b940-b88877e0d2ac,M1911A1 Caspian Arms Trik Trigger,9000,10854,9730,Mechanic,2072,₽,5ef32e4d1c1fd62aea6a150d +85d743d1-14da-4ae8-bdaf-6e5142c1e081,M45A1 slide lock,49999,27500,27500,Mechanic,280,₽,5f3e777688ca2d00ad199d25 +423d0927-3c09-47e9-b0ea-94bfcc80c3a6,M45A1 hammer,50000,40000,40000,Mechanic,280,₽,5f3e76d86cda304dcc634054 +5e8bc506-f380-47d2-9677-f06b8a926239,M45A1 trigger,3000,3000,28250,Mechanic,308,₽,5f3e772a670e2a7b01739a52 +e04b4279-4a60-45cc-814d-ddec04dc8581,AR-15 Avalanche MOD2 charging handle,17999,25084,27877,Mechanic,3920,₽,5f633ff5c444ce7e3c30a006 +3be330b9-2b78-4213-ae81-643716bba9f1,MP-153 12ga 4-shell forend cap,1000,1000,11129,Mechanic,280,₽,56deee15d2720bee328b4567 +275fe105-b798-428f-87db-fe1e53edf998,AK-74 5.45x39 6L23 30-round magazine (Plum),4200,3194,3429,Mechanic,1176,₽,5cbdaf89ae9215000e5b9c94 +5b1a3591-24e0-426a-ba98-817e9fa9b17f,KS-23M 23x75 3-shell magazine cap,8888,6955,7070,Mechanic,1232,₽,5f647d9f8499b57dc40ddb93 +dbcbfcf4-6970-4f05-ad31-aadf0d59b8a1,AK 7.62x39 Palm US AK30 30-round magazine (Flat Dark Earth),15000,19271,21620,Mechanic,1192,₽,59fafc9386f774067d462453 +ed7a7f08-2efd-434c-8ed9-4545c313d61b,5.56x45 Magpul PMAG GEN M3 30 STANAG 30-round magazine (Flat Dark Earth),6665,9160,9812,Mechanic,1743,₽,5d1340b3d7ad1a0b52682ed7 +2e5ff77a-ddc4-4296-93ef-747c9b31237d,AK 7.62x39 Magpul PMAG 30 GEN M3 30-round magazine (Banana),38888,28021,25976,Mechanic,2902,₽,5e21a3c67e40bd02257a008a +753e3d7c-a2db-4ef3-9129-31028e986163,M590A1 12ga 8-shell magazine cap,9978,20558,16065,Mechanic,840,₽,5e87080c81c4ed43e83cefda +0a3c3398-d9cd-4ed6-bd33-01d61ddd5ea9,M45A1 .45 ACP 7-round magazine,4600,6258,5146,Mechanic,672,₽,5f3e77b26cda304dcc634057 +75a957b6-bbdc-4a5a-9109-e2a0f1b94273,100 rounds belt,1030,1030,1030,Mechanic,577,₽,5cffa483d7ad1a049e54ef1c +02ce9d4a-1118-4277-b0e7-dae162e8841c,M1911A1 .45 ACP Mec-Gar 11-round magazine,37000,34099,26330,Mechanic,1176,₽,5ef3448ab37dfd6af863525c +69d3d404-a0c5-4e4c-b5c5-5b646a0351de,M590A1 tactical rail,9500,11386,11222,Mechanic,3304,₽,5eeb2ff5ea4f8b73c827350b +52b53b77-fca7-4196-b19d-1b97b084bb29,Ops-Core Picatinny Rail Adapter mount,44000,47639,45725,Mechanic,6720,₽,5a398b75c4a282000a51a266 +f3398b91-16e7-4524-b426-cdfe29ab79e1,Ops Core Single Clamp Rail Adapter mount,31999,30124,40128,Mechanic,6720,₽,5a398ab9c4a282000c5a9842 +89eaf6f3-9f10-468d-838c-cea7e3fda3cf,RFB scope mount rail,5000,5933,6727,Mechanic,1478,₽,5f2aa49f9b44de6b1b4e68d4 +a62db846-ef8e-4fb9-9548-2c797f828489,M1911A1 Weigand Weig-a-tinny rail mount,2900,2900,2900,Mechanic,1624,₽,5ef5d994dfbc9f3c660ded95 +02fbd992-ad80-4999-b538-43ee070b26e4,M1911A1 NcSTAR trigger guard mount,2300,2300,2300,Mechanic,1288,₽,5ef369b08cef260c0642acaf +f58df01f-fafb-4373-aa04-10a20cb425b4,RFB handguard rail mount,4000,6913,7686,Mechanic,1190,₽,5f2aa493cd375f14e15eea72 +c423785e-e790-4976-8d6c-15a79c5320c6,M590A1 Magpul SGA stock,9888,9367,9595,Mechanic,4941,₽,5eea217fc64c5d0dfc05712a +4f3f3325-b7d4-4d06-8905-a10a7d56289f,KS-23M wire stock,8550,9414,10934,Mechanic,1064,₽,5e848dc4e4dbc5266a4ec63d +b9b5e39f-9aac-468d-ad33-dffe66a03135,KS-23 wooden stock,11000,12300,13323,Mechanic,832,₽,5e848db4681bea2ada00daa9 +cfcaf9ff-91a3-4eb1-b0fa-a7880f842dac,M590A1 polymer stock,8888,11579,12478,Mechanic,840,₽,5e87116b81c4ed43e83cefdd +6b936175-3235-481f-9c59-51e6a2505449,Mesa Tactical Crosshair Hydraulic buffer tube,20000,27379,24553,Mechanic,11928,₽,5ef1ba28c64c5d0dfc0571a5 +0eacd258-3bcb-4d37-87c7-aa12ab2747e9,M590A1 Mesa Tactical LEO gen.1 stock adapter,2900,6533,5058,Mechanic,1456,₽,5ef1b9f0c64c5d0dfc0571a1 +476746a6-39c2-460a-a23b-0cca300ffa8b,VPO-101 Vepr Hunter SVD-style stock,19000,35505,23634,Mechanic,3024,₽,5f63405df5750b524b45f114 +40ef6696-fd72-4818-ae2f-0b9aeb36dca7,KS-23 23x75 510mm barrel,19000,23821,19550,Mechanic,4536,₽,5e848d1c264f7c180b5e35a9 +60f12ffd-2574-49be-92f5-56180c96074d,KS-23 23x75 700mm barrel,32000,10542,13537,Mechanic,4146,₽,5e848d2eea0a7c419c2f9bfd +2a414334-c32d-4c7b-a9da-719022e5e162,RFB 7.62x51 18 inch barrel,94500,81842,81842,Mechanic,8792,₽,5f2aa46b878ef416f538b567 +d51192cb-1166-4aca-9834-fbc0eca4ade5,M590A1 12ga 20 inch barrel,22222,30219,37698,Mechanic,5488,₽,5e87071478f43e51ca2de5e1 +40d97f9b-560d-4da2-930e-78d2642c998e,M1911A1 .45 ACP threaded barrel,10000,10382,12533,Mechanic,3080,₽,5f3e77f59103d430b93f94c1 +be0bebeb-2099-4d4b-8088-411f6cda328d,M1911A1 .45 ACP National Match barrel,77777,79111,79111,Mechanic,1736,₽,5f3e7801153b8571434a924c +ac82aa42-f2cd-4ac9-8791-565b5cd00407,6B43 Zabralo-Sh 6A body armor (0/85),500000,1688889,1785662,Ragman,238680,₽,545cdb794bdc2d3a198b456a +19af1418-5a96-40fa-909a-90d453074b9d,Expeditionary fuel tank (0/60),49500,64722,57779,Therapist,3150,₽,5d1b371186f774253763a656 +5214d609-fda1-4840-8806-00e6b3a2bf31,AK Aeroknox Scorpius pistol grip,16000,21176,18698,Mechanic,3248,₽,5f6341043ada5942720e2dc5 +f83878f8-9643-4d0a-9371-70a1525232df,P226 Combat pistol grip (Flat Dark Earth),1247,1247,1247,Mechanic,698,₽,57c9a89124597704ee6faec1 +0b44653d-a664-4670-a47b-119e2c399acc,M1911A1 Pachmayr American Legend grip #423,2900,2900,2900,Mechanic,1624,₽,5ef366938cef260c0642acad +2422d472-2b8b-40b2-8e43-2a5e19a1b966,KS-23M polymer pistol grip,8500,9131,9187,Mechanic,1460,₽,5e848d99865c0f329958c83b +909ee335-4d0f-4c4b-b07a-0704d9a14925,M45A1 polymer pistol grip,1200,1200,1200,Mechanic,672,₽,5f3e778efcd9b651187d7201 +16844a1b-662d-420c-a885-dd684dc2b1d7,Highcom Trooper TFO armor (Multicam) (0/85),85000,85556,87034,Ragman,55180,₽,5c0e655586f774045612eeb2 +d48f7afd-ff0d-4ec7-9494-91254fdc3e43,Lone Star TX-15 DML 5.56x45 carbine,85000,82790,79380,Mechanic,13662,₽,5d43021ca4b9362eab4b5e25 +c975e89c-920b-4ec4-a9df-d6cac7794109,ADAR 2-15 5.56x45 carbine,18200,18419,18852,Mechanic,3528,₽,5c07c60e0db834002330051f +91c1bd70-51a9-4cdf-b333-fbba237d2dda,DS Arms SA-58 7.62x51 assault rifle,35400,33544,32952,Mechanic,21332,₽,5b0bbe4e5acfc40dc528a72d +355d42e3-47c2-4ff6-b27a-2e96489d9de2,Desert Tech MDR 5.56x45 assault rifle,56000,55106,54272,Mechanic,18609,₽,5c488a752e221602b412af63 +f2e684a3-b58a-45b6-bce7-b758d1df8199,Desert Tech MDR 7.62x51 assault rifle,84000,87027,83916,Mechanic,29809,₽,5dcbd56fdbd3d91b3e5468d5 +09029383-736d-4f96-b605-edd94ebcd04c,Colt M4A1 5.56x45 assault rifle,60000,57174,57945,Mechanic,10302,₽,5447a9cd4bdc2dbd208b4567 +855ee05f-701c-44f8-a80e-9cb3581db661,Kel-Tec RFB 7.62x51 carbine,39999,38166,35785,Mechanic,14339,₽,5f2a9575926fd9352339381f +61f5999a-de23-49ed-b5d8-455d5c50fde3,TDI KRISS Vector Gen.2 9x19 submachine gun,55000,56981,56006,Mechanic,15568,₽,5fc3f2d5900b1d5091531e57 +f625f5ee-ac39-4531-90dc-12b2391285c2,TDI KRISS Vector Gen.2 .45 ACP submachine gun,86000,79731,78770,Mechanic,17724,₽,5fb64bc92b1b027b1f50bcf2 +38fe1428-43fd-45fa-923c-2b39f63cf7fa,HK UMP .45 ACP submachine gun,31900,29899,29566,Mechanic,14840,₽,5fc3e272f8b6a877a729eac5 +efc5fe33-9262-48c6-9559-2d6763f3f8c6,DIY IDEA chest rig,9900,9284,9022,Ragman,3100,₽,5fd4c4fa16cac650092f6771 +5c67a696-7038-4f76-ae4d-09269d540507,Security vest,9500,9919,9693,Ragman,2418,₽,5fd4c5477a8d854fa0105061 +3c997fea-4f40-4596-aba2-658f3e57ad13,Gear Craft GC-BSS-MK1 chest rig,24797,24324,24260,Ragman,24812,₽,5fd4c60f875c30179f5d04c2 +07cb3298-769e-4dc9-bb5c-99711be34ff4,SIG MCX .300 AAC Blackout assault rifle,45000,47172,46343,Mechanic,11928,₽,5fbcc1d9016cce60e8341ab3 +67387c9d-b024-46d7-b9cc-f8c49d155e39,SWORD International Mk-18 .338 LM marksman rifle,355990,351493,321933,Jaeger,24963,₽,5fc22d7c187fea44d52eda44 +2d53997a-61c2-4048-b994-537cf1d1f25b,.300 AAC Blackout BCP FMJ,100,123,149,Mechanic,44,₽,5fbe3ffdf8b6a877a729ea82 +f2365425-5ef1-4096-8068-f7c7d128f8cd,.300 AAC Blackout AP,1499,1608,1523,Mechanic,136,₽,5fd20ff893a8961fc660a954 +6466ca83-9856-412c-9474-0b8de0b70425,.338 Lapua Magnum AP,38000,24132,21733,Mechanic,1484,₽,5fc382a9d724d907e2077dab +13e00fe4-4dce-4a9f-b78d-10c29580cc7c,.338 Lapua Magnum FMJ,4333,4874,5691,Mechanic,538,₽,5fc275cf85fd526b824a571a +94db639f-e56c-4889-9550-ca31c8a6757f,.338 Lapua Magnum UPZ,500,515,529,Mechanic,420,₽,5fc382c1016cce60e8341b20 +3a86ab4f-62d7-4841-a9f7-0e428b8e09cf,.338 Lapua Magnum TAC-X,600,724,672,Mechanic,616,₽,5fc382b6d6fa9c00c571bbc3 +f373e2da-e51a-4a5c-9a83-7b7ccd1e4dac,5.11 Tactical Hexgrid plate carrier,249000,257801,253252,Ragman,130200,₽,5fd4c474dd870108a754b241 +8691dfd3-ee48-4875-b8a5-be775273be23,SilencerCo Omega 45k .45 ACP sound suppressor,31111,28736,28535,Mechanic,21136,₽,5fc4b9b17283c4046c5814d7 +55fbf60c-6208-4a7b-88fa-0711aa1368e3,SIG Sauer SRD762Ti 7.62x51 sound suppressor,57111,60506,59769,Mechanic,29131,₽,5fbe7618d6fa9c00c571bb6c +1facee08-8b5d-4e43-b1d1-9ad6c685b267,SIG Sauer SRD762-QD 7.62x51 sound suppressor,59200,58982,59824,Mechanic,30531,₽,5fbe760793164a5b6278efc8 +e1eae569-8498-467a-ab38-c81e3b00a9bd,MCX flip-up rear sight,10000,5457,6806,Mechanic,588,₽,5fc0fa957283c4046c58147e +e30e238f-60a6-485b-bc5d-505552a82c7d,Cultist knife,30000,22921,22228,Jaeger,21000,₽,5fc64ea372b0dd78d51159dc +397a472b-c8a4-4db7-8d7d-8c942173bf60,xTG-12 antidote injector,39111,39153,38985,Therapist,39060,₽,5fca138c2a7b221b2852a5c6 +c21eb6b7-0e2d-4e41-b070-f27c10aa6e57,SJ9 TGLabs combat stimulant injector,450000,779999,957894,Therapist,43470,₽,5fca13ca637ee0341a484f46 +ecd900e9-5fd1-4197-933e-a8c623081da9,Magpul RVG foregrip (Flat Dark Earth),10888,14848,13734,Mechanic,3981,₽,5fce0cf655375d18a253eff0 +c1efa0a9-138e-497e-bfb8-c0f721d928ae,MVF001 A3 KeyMod vertical grip (Black),8700,14616,10007,Mechanic,4373,₽,5fc0f9b5d724d907e2077d82 +d6ab6716-27d0-4d09-b8c2-787ee07cf42f,SIG Sauer Vertical Foregrip KeyMod (Black),6666,8007,8632,Mechanic,3696,₽,5fc0f9cbd6fa9c00c571bb90 +1e5b7ca6-4ea4-490d-a67d-77fcb2ecabc9,MCX gas block,27500,17496,17496,Mechanic,2520,₽,5fbc210bf24b94483f726481 +8f9d7809-382b-4f3a-bd04-cc940995b570,Mk-18 gas block,125000,124536,124536,Mechanic,4508,₽,5fc2360f900b1d5091531e19 +9a99f8f8-8148-47aa-9091-a37d91802131,SIG Sauer 7.62x51 3-prong flash hider,4000,4694,4572,Mechanic,1030,₽,5fbcbcf593164a5b6278efb2 +8f16b86b-776e-42ce-80c0-6ef63d9b68cd,SIG Sauer Micro Brake 7.62x51 muzzle brake,4400,4589,4913,Mechanic,1310,₽,5fbcbd02900b1d5091531dd3 +93832850-85c9-4ea7-a29e-2d2c34aaae0c,KRISS Vector .45 ACP flash hider,3444,4435,5091,Mechanic,750,₽,5fb65424956329274326f316 +0193d8e7-bbf4-4619-8c0a-a8c27474d98a,SilencerCo AC-858 ASR .338 LM Muzzle brake,13500,27327,26678,Mechanic,4547,₽,5fc23636016cce60e8341b05 +990fb54e-3986-472b-a1b3-65af33195738,KRISS Vector 9x19 flash hider,2900,2555,3926,Mechanic,750,₽,5fbbc3324e8a554c40648348 +d4dc7812-0bfa-452e-8d37-ba1a6c7e2568,SIG Sauer Two Port Brake 7.62x51 muzzle brake,17400,11665,12416,Mechanic,3248,₽,5fbcbd10ab884124df0cd563 +06f5baad-f535-4635-8b95-c4e3b11317eb,SIG Sauer Taper-LOK muzzle adapter,10000,14976,13025,Mechanic,2369,₽,5fbc22ccf24b94483f726483 +1948d22a-81d9-443c-8bdf-66fb015f9de7,KRISS Vector 9x19 thread protection cap,2888,3910,3603,Mechanic,224,₽,5fbbc34106bde7524f03cbe9 +2271011b-e987-44dc-b499-f73ab5678838,SilencerCo Omega 45k direct thread mount adapter,8887,5706,6129,Mechanic,2100,₽,5fc4b992187fea44d52edaa9 +e5b1c099-0bf2-4d43-b035-ef5123f0cb70,SilencerCo Omega 45k piston mount adapter,6499,6285,5447,Mechanic,2234,₽,5fc4b97bab884124df0cd5e3 +dbbe8713-c390-46b6-aeea-1d178763f3ad,KRISS Vector .45 ACP thread protection cap,4999,7300,4747,Mechanic,224,₽,5fb6548dd1409e5ca04b54f9 +deb1fc42-c10e-424e-b977-828ae5820842,MCX flip-up front sight,4000,7556,10048,Mechanic,1316,₽,5fc0fa362770a0045c59c677 +383eb989-74ec-4613-bc3b-44cc9f5a00ec,KRISS Defiance low profile flip-up front sight,8999,9166,8419,Mechanic,1232,₽,5fb6567747ce63734e3fa1dc +dd4c9262-c5b4-42c4-be50-b14cfc069d15,KRISS Defiance low profile flip up rearsight,7999,8417,9273,Mechanic,1792,₽,5fb6564947ce63734e3fa1da +2e530eca-f3e0-40d4-abe8-358ad7dbc3a6,MCX charging handle,733,733,733,Mechanic,410,₽,5fbcc640016cce60e8341acc +1af2be41-2888-4282-a458-1367cf4710d4,Glock .45 ACP KRISS G30 MagEx 30-round magazine,33333,40878,44213,Mechanic,2296,₽,5fb651dc85f90547f674b6f4 +e29a6334-f2ab-41e2-a63d-c9791779620d,Glock .45 ACP 13-round magazine,4300,5333,4802,Mechanic,868,₽,5fb651b52b1b027b1f50bcff +74929fbd-e8b6-4143-ad54-2a5014362233,HK UMP .45 ACP 25-round magazine,12300,13187,16127,Mechanic,1288,₽,5fc3e466187fea44d52eda90 +21977580-ce02-431e-8e38-fcaa86f995b0,Mk-18 .338 LM 10-round magazine,11500,13432,10708,Mechanic,3921,₽,5fc23426900b1d5091531e15 +ec8bb522-7abe-4d0f-97ad-5bc31f941011,KRISS Vector bottom rail,3200,3906,4864,Mechanic,616,₽,5fbb976df9986c4cff3fe5f2 +455c19e5-c09e-44e4-9036-d0db3a6fbb05,HK UMP bottom handguard rail,2000,2429,3516,Mechanic,881,₽,5fc53954f8b6a877a729eaeb +161adccf-2844-49d6-b34c-b59f827a2548,KRISS Vector side rail,7777,3859,4822,Mechanic,578,₽,5fce0f9b55375d18a253eff2 +2dea3739-e723-4237-b66b-ad8157bf36f2,KRISS Vector Mk.5 modular rail,3999,4387,4522,Mechanic,1232,₽,5fbb978207e8a97d1f0902d3 +fcd96ceb-6a5c-4273-bf54-3db4354c2710,HK UMP side handguard rail,1666,2769,2664,Mechanic,578,₽,5fc5396e900b1d5091531e72 +174ef5ab-99a4-48cd-81de-cb9a02d11ef4,B5 Systems Precision stock,20000,19903,19662,Mechanic,10360,₽,5fc2369685fd526b824a5713 +d811487e-96a2-43c6-afa4-9de8673d2fcd,HK UMP polymer stock,20000,6937,6575,Mechanic,3640,₽,5fc3e4ee7283c4046c5814af +53711cd6-5f4b-4034-b261-86644410d19f,KRISS Vector non-folding stock adapter,29876,9938,8889,Mechanic,2184,₽,5fb655b748c711690e3a8d5a +82119170-1360-492d-80ee-5a84b05c15ec,KRISS Vector Pistol Sling adapter,999,1896,2702,Mechanic,840,₽,5fb655a72b1b027b1f50bd06 +4a3525cc-ef24-4595-90ea-9e4087845fdf,KRISS Defiance DS150 stock (Flat Dark Earth),9900,9860,9629,Mechanic,4424,₽,5fce16961f152d4312622bc9 +662986a6-80d2-4b4d-b623-9c35ddac704b,MCX thin lightweight stock,4420,6254,6264,Mechanic,3864,₽,5fbcc437d724d907e2077d5c +bce54247-8ab1-4b29-b044-6192a86a4bf0,KRISS Defiance DS150 stock (Black),11105,11016,10734,Mechanic,4424,₽,5fbbaa86f9986c4cff3fe5f6 +feb68120-19a3-4391-939f-c8c9aadaf331,KRISS Vector Gen.2 folding stock,7037,7493,7512,Mechanic,3427,₽,5fb6558ad6f0b2136f2d7eb7 +390c33b3-23df-4f0e-803d-98088b9d225c,MCX telescoping stock,7700,5973,6292,Mechanic,2710,₽,5fbcc429900b1d5091531dd7 +f58051b4-b8f5-43ee-b8b1-74802be1a447,MCX .300 BLK 171mm barrel,18000,10077,9765,Mechanic,9026,₽,5fbbfabed5cb881a7363194e +d776e09d-d377-4da5-90f7-5b9d794d0ba4,MCX .300 BLK 229mm barrel,14444,13852,14117,Mechanic,10874,₽,5fbbfacda56d053a3543f799 +c75072c4-6272-4a28-9571-fe75ac933be4,Mk-18 .338 LM 24 inch barrel,169999,169999,169999,Mechanic,35598,₽,5fc23678ab884124df0cd590 +3ee6d4dc-d4e9-4730-9daa-9ac6f0999224,KRISS Vector 9x19 5 inch barrel,8950,10782,10525,Mechanic,4592,₽,5fbbc366ca32ed67276c1557 +3ea9d6df-3a05-45a8-b155-eaabdc772fdf,KRISS Vector .45 ACP 6 inch barrel,12000,13064,12937,Mechanic,5992,₽,5fb653962b1b027b1f50bd03 +9608b47d-9ef7-4f22-b78b-7622455a5a41,HK UMP .45 ACP 8 inch barrel,6000,8233,11561,Mechanic,3864,₽,5fc3e4a27283c4046c5814ab +15bd7738-61d9-4d36-9b80-439ffb7d4f18,KRISS Vector .45 ACP 5 inch barrel,10000,9294,8623,Mechanic,4984,₽,5fb65363d1409e5ca04b54f5 +cb19e9f6-39fe-459e-a41f-e222497e83a8,KRISS Vector 9x19 6 inch barrel,10000,13079,13331,Mechanic,5432,₽,5fbbc383d5cb881a7363194a +6c52b7eb-7800-4756-9f4d-27b0c10d9341,MCX 12 inch KeyMod handguard,11000,11614,13450,Mechanic,5600,₽,5fbc227aa56d053a3543f79e +2bbde1ba-332f-446c-bb37-0882c7091939,Mk-18 18 inch handguard,169999,169999,169999,Mechanic,9184,₽,5fc235db2770a0045c59c683 +6a6fdd39-65fe-430e-bc2e-2213e39f3b21,MCX 8 inch KeyMod handguard,4990,5108,5143,Mechanic,4480,₽,5fbc226eca32ed67276c155d +a8143d89-4a24-4404-bcd8-7358320d3ee3,MCX pistol grip,2666,5365,5967,Mechanic,1344,₽,5fbcbd6c187fea44d52eda14 +d82abf94-2736-4c12-8d86-efdc79a8dfba,MCX GEN1 upper receiver,6666,6666,6666,Mechanic,1965,₽,5fbcc3e4d6fa9c00c571bb58 +638ff3e8-c9ff-421b-9ce0-1d25a9f6bd1a,Mk-18 .338 LM upper receiver,250000,218181,218181,Mechanic,12404,₽,5fc278107283c4046c581489 +779febe9-8d7b-408a-ae71-aee2fca8fde0,Smoke balaclava,27420,27300,26794,Ragman,27466,₽,5fd8d28367cb5e077335170f +576e0009-d49a-48d0-b657-8a3fd2f86c4c,5.45x39 T gs 30 pcs. ammo pack,1000,1000,1000,Mechanic,560,₽,57372f5c24597769917c0131 +6afb828b-0b7c-4174-b2ee-313d01801408,9x18PM P gzh 16 pcs. ammo pack,1000,1000,1000,Mechanic,560,₽,573724b42459776125652ac2 +cfb6aa1c-2a3c-471b-8056-6b6a6b48fd50,9x18PM PSO gzh 16 pcs. ammo pack,1000,1000,1000,Mechanic,560,₽,5737273924597765dd374461 +43132a5c-e258-4399-81aa-349bee1712c8,"9x18mm PM PRS gs ammo box, 16 cartridges",1000,1000,1000,Mechanic,560,₽,5737266524597761006c6a8c +485a9219-7d1b-438b-9c33-276947677d80,9x18PM PSV 16 pcs. ammo pack,1000,1000,1000,Mechanic,560,₽,5737280e24597765cc785b5c +42379365-94e8-4b1d-933d-50b031144be4,9x18PM RG028 gzh 16 pcs. ammo pack,1000,1000,1000,Mechanic,560,₽,5737287724597765e1625ae2 +d16deaae-9f76-4ca3-be0e-497c8bf65509,5.45x39 PS gs 120 pcs. ammo pack,1000,1000,1000,Mechanic,560,₽,57372e73245977685d4159b4 +656846f8-30c4-4454-a17c-c4f27851cbaf,"9x18mm PM PPT gzh ammo box, 16 cartridges",1000,1000,1000,Mechanic,560,₽,5737260b24597761224311f2 +0ef5c8a7-9c6c-43cc-adbc-bffeae068572,5.45x39 US gs 120 pcs. ammo pack,1000,1000,1000,Mechanic,560,₽,5737300424597769942d5a01 +d416ddf8-7a62-448c-972b-1d3e12b80298,5.45x39 FMJ 30 pcs. ammo pack,1000,1000,1000,Mechanic,560,₽,5737330a2459776af32363a1 +764c8e41-1825-4c38-8226-2da04494f65d,5.45x39 HP 30 pcs. ammo pack,1000,1000,1000,Mechanic,560,₽,5737339e2459776af261abeb +0eb2aa86-995d-485a-a492-5c9668606598,5.45x39 T gs 120 pcs. ammo pack,1000,1000,1000,Mechanic,560,₽,57372ee1245977685d4159b5 +ca5e5d83-3219-48ac-af0c-b2d2358d2348,5.45x39 SP 30 pcs. ammo pack,1000,1000,1000,Mechanic,560,₽,573733c72459776b0b7b51b0 +692e9c48-f5dc-437e-af04-210c3b34b16f,5.45x39 BP gs 120 pcs. ammo pack,20000,20000,20000,Mechanic,560,₽,5737292724597765e5728562 +b41b5688-009d-4566-a1ec-2a6ec0d6c904,5.45x39 BP gs 120 pcs. ammo pack,1000,1000,1000,Mechanic,560,₽,57372b832459776701014e41 +1bfe0b29-ae6b-421d-867e-4a6251176712,5.45x39 BP gs 120 pcs. ammo pack,50000,43000,60625,Mechanic,560,₽,57372a7f24597766fe0de0c1 +4116bf23-e87a-42ac-8d1c-27d9800c898f,5.45x39 BS gs 120 pcs. ammo pack,1000,1000,1000,Mechanic,560,₽,57372bad245977670b7cd242 +3d46b3d8-8767-491b-9c83-cd8a9da3dbc1,5.45x39 T gs 120 pcs. ammo pack,1000,1000,1000,Mechanic,560,₽,57372f2824597769a270a191 +a2f109cb-8e2d-4c4d-8545-2d5ff7a02558,5.45x39 BT gs 120 pcs. ammo pack,25800,26600,32113,Mechanic,560,₽,57372c56245977685e584582 +df7abdf3-3d32-46c5-a7c5-21d8fc0b2c9c,5.45x39 PRS gs 120 pcs. ammo pack,10000,10000,10000,Mechanic,560,₽,57372e1924597768553071c1 +d05d357f-1ee1-434f-a803-363704e688f1,9x18PM PS gs PPO 16 pcs. ammo pack,1000,1000,1000,Mechanic,560,₽,573726d824597765d96be361 +649f4ba0-c84a-4af7-b777-b0c44874ba74,5.45x39 PP gs 120 pcs. ammo pack,1000,1000,1000,Mechanic,560,₽,57372d4c245977685a3da2a1 +c8f4081c-25fd-4b3d-a6d4-af8bdf77556e,5.45x39 PS gs 120 pcs. ammo pack,1000,1000,1000,Mechanic,560,₽,57372e94245977685648d3e1 +ff201e6e-6f0d-477e-b214-6c57bba5cbda,5.45x39 US gs 120 pcs. ammo pack,1000,1000,1000,Mechanic,560,₽,57372fc52459776998772ca1 +dd37d98b-8d9d-4e95-a1a0-9966f5f907ec,Rivals 2020 armband,20000,20000,20000,Ragman,12400,₽,5f9949d869e2777a0e779ba5 +b8440017-19a2-4400-9658-a948ea24aff6,Rivals 2020 cap,20000,20000,20000,Ragman,12400,₽,5f99418230835532b445e954 +cf266647-811a-49f6-8cc9-40a3b9266387,Rivals 2020 beanie,20000,20000,20000,Ragman,12400,₽,5f994730c91ed922dd355de3 +a4798887-1f41-4634-8ca4-d5def1597607,Roubles,0,0,0,,0,₽,5449016a4bdc2d6f028b456f +ab85c8c1-3bb9-432f-9641-03871757d35a,Metal fuel tank (0/100),28888,31909,27524,Therapist,3024,₽,5d1b36a186f7742523398433 +9af23ea1-4144-4fd0-8d92-f09dc55b99a7,MF-UNTAR body armor (0/50),29999,28508,23662,Ragman,20680,₽,5ab8e4ed86f7742d8e50c7fa +e0111e37-5450-4259-bc75-b10bd9dd947e,Altyn face shield (0/50),42000,38549,34081,Ragman,26945,₽,5aa7e373e5b5b000137b76f0 +3ac64ac9-6fa9-4c67-a604-ba689c3d3a41,BNTI Gzhel-K armor (0/65),77777,78472,78458,Ragman,70574,₽,5ab8e79e86f7742d8b372e78 +960d0019-d52f-4c7c-bc1c-cc8d39805498,TP-200 TNT brick,20000,21214,22179,Therapist,22050,₽,60391b0fb847c71012789415 +575548eb-01a2-4eed-b017-7bc62258d12a,Can of thermite,49500,45407,46860,Therapist,32760,₽,60391a8b3364dc22b04d0ce5 +cd5a4fdd-ced2-4f33-bb1a-63a32deca404,Ratchet wrench,79000,79963,80295,Therapist,78120,₽,60391afc25aff57af81f7085 +5208fb2f-1060-4057-a1d5-85a9dd2afa4e,STM-9 9x19 muzzle brake,1955,2781,2684,Mechanic,1068,₽,60337f5dce399e10262255d1 +98d7ec11-33a4-49aa-a9a8-e9d571f2c7b3,PL-15 9x19 sound suppressor,17400,17202,17401,Mechanic,17360,₽,602a97060ddce744014caf6f +a8652c0a-fefa-4389-8626-4fff913f7bc3,Eberlestock G2 Gunslinger II backpack (Dry Earth),51000,48852,46645,Ragman,36642,₽,6034d2d697633951dc245ea6 +404e7358-ae45-4aeb-a98d-623d946290fe,Hazard 4 Takedown sling backpack (Multicam),47000,32457,30428,Ragman,23250,₽,6038d614d10cbf667352dd44 +d3447664-b4c5-402f-8f85-b3d451b8aca2,Hazard 4 Takedown sling backpack,34888,35654,33973,Ragman,21390,₽,6034d103ca006d2dca39b3f0 +9d637e55-3011-4baa-ada7-e4349a54671a,Azimut SS Zhuk chest harness (Black),25000,23136,23191,Ragman,21991,₽,603648ff5a45383c122086ac +4d1d9b61-1c88-4560-a88b-71d0aed18fe1,CSA chest rig,13900,14772,14512,Ragman,11718,₽,6034d0230ca681766b6a0fb5 +9946c778-60e4-4bfe-9e73-488fadd90e63,Umka М33-SET1 hunter vest,16000,16973,16587,Ragman,15934,₽,6034cf5fffd42c541047f72e +3d507f13-e511-4803-8623-b68944679cff,Azimut SS Zhuk Chest Harness (SURPAT),21987,22208,22577,Ragman,21991,₽,6040dd4ddcf9592f401632d2 +78af0ff5-901c-4413-923c-926d8f18f124,PL-15 9x19 pistol,14300,14754,15188,Mechanic,3976,₽,602a9740da11d6478d5a06dc +7b9ae557-8c04-493b-ab34-6c31af67efdd,STM-9 Gen.2 9x19 carbine,21000,20493,21241,Mechanic,7000,₽,60339954d62c9b14ed777c06 +c3d2f4a5-106c-4056-ac05-c3a2a7585b82,LBT 6094A Slick Plate Carrier (Olive),266666,276505,267656,Ragman,232190,₽,6038b4ca92ec1c3103795a0d +c2d7cefb-a80d-450d-bbae-242e50e0f06c,LBT 6094A Slick Plate Carrier (Tan),269990,273267,268839,Ragman,232190,₽,6038b4b292ec1c3103795a0b +b85e8a98-8a88-42e7-96ad-31c3e94b04ab,Opsmen Earmor M32 headset,19590,19051,17993,Ragman,10540,₽,6033fa48ffd42c541047f728 +6f864bb0-af40-4904-8f03-588e2f8963d3,CAT hemostatic tourniquet,1389,1570,1829,Therapist,1260,₽,60098af40accd37ef2175f27 +0a5ee2c6-c82e-4ff5-a258-ab38132fd65f,AFAK personal tactical first aid kit,27222,26813,26277,Therapist,16380,₽,60098ad7c2240c0fe85c570a +792da5e0-1c24-4caa-8359-9e4a8ffb87e9,Emergency Water Ration,9500,9882,9347,Therapist,4536,₽,60098b1705871270cd5352a1 +7cda7a5a-ca7d-409b-8f37-3cd70a78f8e2,UVSR Taiga-1 survival machete,25000000,25000000,20622500,Jaeger,166500,₽,601948682627df266209af05 +a1e009ae-cc07-4761-8e5c-b236ba7a67fc,GP-7 gas mask,8000,8287,7796,Ragman,5199,₽,60363c0c92ec1c31037959f5 +5e3ce3ed-5b5c-4db2-b9e0-0c2a014a6b3b,Army cap (Black),8650,17593,10668,Ragman,2699,₽,603618feffd42c541047f771 +a211e7a5-af53-42a8-b88d-1793142e0339,Army cap (Coyote Tan),5990,6461,5472,Ragman,839,₽,603619720ca681766b6a0fc4 +a35b7ad1-2b68-4045-819c-0f386b2d888d,Army cap (CADPAT),20000,19880,14311,Ragman,2079,₽,6040de02647ad86262233012 +409d2482-e21a-42bc-a343-e7b3ecd740de,Army cap (Flora),4000,3040,3196,Ragman,839,₽,60361a7497633951dc245eb4 +3bf73f89-e286-4903-bf81-2adc993ce7b1,Army cap (Desert),3999,26665,7386,Ragman,839,₽,60361b0b5a45383c122086a1 +693a90a4-f7b7-410f-bdb0-ae4af0ad8b3d,Army cap (UCP),9000,4770,6923,Ragman,1459,₽,60361b5a9a15b10d96792291 +285d5a8b-14c1-4ad2-b208-b3a0e5942af9,NPP KLASS Condor glasses,18888,21961,20546,Ragman,7440,₽,603409c80ca681766b6a0fb2 +d2084fcd-f8c6-409d-b129-d62f3f76638f,5.56x45mm MK 318 Mod 0 (SOST),250,225,239,Mechanic,101,₽,60194943740c5d77f6705eea +1dc7d29d-bc76-4f05-ac71-7b905b238909,5.56x45mm SSA AP,1600,1630,1859,Mechanic,339,₽,601949593ae8f707c4608daa +eee4f05d-04fe-40ea-9da2-8745df43847c,7.62x39mm MAI AP,1568,1583,1647,Mechanic,279,₽,601aa3d2b2bcb34913271e6d +881435e8-ee43-468d-a920-68b01ef29e42,PL-15 front sight,5555,5555,5555,Mechanic,448,₽,60228a76d62c9b14ed777a66 +2ea824c1-344d-442d-b8c3-ef6dbf22499d,PL-15 extended front sight,950,950,950,Mechanic,532,₽,60228a850ddce744014caf69 +69ff1921-415e-46bb-b015-2504230dc068,PL-15 rear sight,900,900,900,Mechanic,504,₽,60229948cacb6b0506369e27 +82cb0800-2371-447f-82c9-335f2c6896c2,PL-15 extended rear sight,6000,6000,6000,Mechanic,532,₽,602293f023506e50807090cb +393b1724-0a7a-4e9f-ac80-1cfdc047d089,STM-9 magwell,999,2108,3715,Mechanic,715,₽,602f85fd9b513876d4338d9c +c6223089-d237-4345-93de-4c33fdd60efb,STM-9 magwell (Grey),1811,2578,5593,Mechanic,883,₽,60338ff388382f4fab3fd2c8 +65600a62-553a-4c51-acea-d9a3d2d4f1e7,AR-15 MASP Industries Ambidextrous Battle Charging Handle,7400,8695,7822,Mechanic,1064,₽,6033749e88382f4fab3fd2c5 +f3ef713e-df87-4e62-bc2e-49224e83f454,PL-15 9x19 16-round magazine,7950,5896,5265,Mechanic,771,₽,602286df23506e50807090c6 +328a1d4e-22c2-45a4-94ba-0025dea5f928,STM Arms buffer tube,18000,21666,19670,Mechanic,672,₽,602e3f1254072b51b239f713 +5b447f06-be33-4c6c-ad8c-238524b54dfc,FAB Defense GL-Core buttstock,5900,6001,6261,Mechanic,2296,₽,602e620f9b513876d4338d9a +8aa58234-07d0-4823-814f-88724209d80d,PL-15 9x19 barrel,1500,1733,2992,Mechanic,1435,₽,602a95edda11d6478d5a06da +09c42399-fb78-4c37-a772-bb60bf278f4a,STM-9 9x19 10.5 inch barrel,4500,4514,5310,Mechanic,3920,₽,603372b4da11d6478d5a07ff +258367ce-f302-4f09-bc31-a07093bbd79f,PL-15 9x19 threaded barrel,8998,13465,15126,Mechanic,2771,₽,602a95fe4e02ce1eaa358729 +a66c70e9-d290-4c9d-a5d7-3aab66882702,STM-9 9x19 12 inch barrel,10000,12578,9169,Mechanic,4200,₽,603372d154072b51b239f9e1 +4bae43a4-fb54-4860-b528-58a1434be29e,STM-9 9x19 14 inch barrel,9999,11881,11505,Mechanic,5600,₽,603372f153a60014f970616d +2ef3b613-a006-4124-abd9-bce9b9428bd3,STM-9 9x19 16 inch barrel,11777,19921,17622,Mechanic,7000,₽,603373004e02ce1eaa358814 +29194ef3-81aa-4f9d-9fef-b948cf812858,AR-15 STM 12 inch M-LOK handguard,8000,11137,10669,Mechanic,7000,₽,6034e3e20ddce744014cb878 +0ce1dd23-aa84-4858-97a8-8801d5039dbd,AR-15 STM 15 inch M-LOK handguard,13555,14974,14700,Mechanic,8400,₽,6034e3d953a60014f970617b +a4880ffe-58c3-42e7-baaf-bab8ff835185,AR-15 STM 9 inch M-LOK handguard,9500,9990,10158,Mechanic,5880,₽,6034e3cb0ddce744014cb870 +d3115fc9-47e8-4575-85e5-f23c525c9129,AR-15 DLG-123 pistol grip,3000,3541,4628,Mechanic,924,₽,602e71bd53a60014f9705bfa +27a3cc3d-cf13-47b7-ad72-95de3fbee3d5,PL-15 pistol slide,9788,9788,9788,Mechanic,2184,₽,60228924961b8d75ee233c32 +cd48cbfe-b7fd-4218-b950-b172eb6131e1,STM-9 9x19 upper receiver,4444,5934,5566,Mechanic,2351,₽,602e63fb6335467b0c5ac94d +8e916b78-ee07-400c-8735-56438b5b0431,Molot VPO-209 .366 TKM carbine,0,0,0,Mechanic,12088,₽,59e6687d86f77411d949b251 +d1d8f718-65bc-4a1f-8526-32c1f7070bb3,Simonov OP-SKS 7.62x39 semi-automatic carbine (Hunting Rifle Version),0,0,0,Mechanic,12216,₽,587e02ff24597743df3deaeb +f43b431f-5082-4e0b-89e5-2da29014fde8,Simonov SKS 7.62x39 semi-automatic carbine,0,0,0,Mechanic,10825,₽,574d967124597745970e7c94 +3ca58807-4ef8-4ec6-a7d4-d0ab2c0cb395,Molot VPO-136 Vepr KM 7.62x39 carbine,0,0,0,Mechanic,10628,₽,59e6152586f77473dc057aa1 +d38441de-bb9a-42a6-ac14-84438a5b4d39,VPO-101 Vepr Hunter 7.62x51 carbine,0,0,0,Mechanic,21828,₽,5c501a4d2e221602b412b540 +6da5e1fa-ec95-4917-ae38-196b12ad16b0,AK-102 5.56x45 assault rifle,0,0,0,Mechanic,28923,₽,5ac66d015acfc400180ae6e4 +e2459081-2ffe-4fdc-bfde-2b086940a1cc,AK-74N 5.45x39 assault rifle,0,0,0,Mechanic,12962,₽,5644bd2b4bdc2d3b4c8b4572 +9606643e-b4c9-4246-bdd4-6e40d1a500b5,AKS-74N 5.45x39 assault rifle,0,0,0,Mechanic,14274,₽,5ab8e9fcd8ce870019439434 +8049eb30-558f-4a5a-afab-db252c3ef0b7,AK-104 7.62x39 assault rifle,0,0,0,Mechanic,22351,₽,5ac66d725acfc43b321d4b60 +f3ba6208-0c5b-4f9c-905e-73326a9a0e7d,HK 416A5 5.56x45 assault rifle,0,0,0,Mechanic,12208,₽,5bb2475ed4351e00853264e3 +0510b8e7-3489-4b54-9e06-3e71e9ac6b0a,SIG MCX .300 AAC Blackout assault rifle,0,0,0,Mechanic,11928,₽,5fbcc1d9016cce60e8341ab3 +437f2455-1c94-4ae1-a7e1-57ff1969edb7,AK-105 5.45x39 assault rifle,0,0,0,Mechanic,17283,₽,5ac66d9b5acfc4001633997a +a019db96-3a2f-4e21-8eec-6cec1fe71259,ASh-12 12.7x55 assault rifle,0,0,0,Mechanic,52528,₽,5cadfbf7ae92152ac412eeef +6ab09c83-ae2f-45c4-8533-723fca65f657,AK-103 7.62x39 assault rifle,0,0,0,Mechanic,19214,₽,5ac66d2e5acfc43b321d4b53 +9ce1681d-6d21-4cc6-8eea-72eed72199b1,AKS-74U 5.45x39 assault rifle,0,0,0,Mechanic,7640,₽,57dc2fa62459775949412633 +d1270339-b5e4-468c-ab49-112ff5b0b113,AKS-74UB 5.45x39 assault rifle,0,0,0,Mechanic,12178,₽,5839a40f24597726f856b511 +617ddd17-a28b-4374-b750-cedab68edd4a,AK-74 5.45x39 assault rifle,0,0,0,Mechanic,12180,₽,5bf3e03b0db834001d2c4a9c +b5c92212-48a9-4dec-adf9-b8c4f30ab053,AKM 7.62x39 assault rifle,0,0,0,Mechanic,16527,₽,59d6088586f774275f37482f +836d2a5b-3f85-4e40-a75f-2eb173fc29fe,AKMN 7.62x39 assault rifle,0,0,0,Mechanic,19042,₽,5a0ec13bfcdbcb00165aa685 +b7dc45ab-273d-4921-9be6-f63b3a62822d,AKMS 7.62x39 assault rifle,0,0,0,Mechanic,15608,₽,59ff346386f77477562ff5e2 +c864d7c9-8772-4343-81dc-79d264e28faa,AK-101 5.56x45 assault rifle,0,0,0,Mechanic,19971,₽,5ac66cb05acfc40198510a10 +6b999ebd-30c9-4960-83c8-895d8c54a159,AS VAL 9x39 suppressed assault rifle,0,0,0,Mechanic,32562,₽,57c44b372459772d2b39b8ce +a78c0bf0-48b9-41d4-aa56-0fe8c87089d0,AKMSN 7.62x39 assault rifle,0,0,0,Mechanic,16224,₽,5abcbc27d8ce8700182eceeb +04e08c4a-fab8-4d58-80b3-dd8299e95897,AKS-74UN 5.45x39 assault rifle,0,0,0,Mechanic,10833,₽,583990e32459771419544dd2 +d91762b2-39d0-432d-ba68-74945dfc7ce6,AK-74M 5.45x39 assault rifle,0,0,0,Mechanic,14661,₽,5ac4cd105acfc40016339859 +d1edc180-819c-4c48-9f66-1187549c7d07,AKS-74 5.45x39 assault rifle,0,0,0,Mechanic,13250,₽,5bf3e0490db83400196199af +a50e1643-3231-426c-8069-6a212f300d52,Mosin 7.62x54R bolt-action infantry rifle,0,0,0,Jaeger,6900,₽,5bfd297f0db834001a669119 +4b3713b5-421b-49ac-8c13-64ddf57e7556,Remington Model 700 .308 bolt-action sniper rifle,0,0,0,Jaeger,10500,₽,5bfea6e90db834001b7347f3 +5cbeec05-e639-469a-8023-33a2443ce869,Mosin 7.62x54R bolt-action sniper rifle,0,0,0,Jaeger,9346,₽,5ae08f0a5acfc408fb1398a1 +5752dd27-5327-4757-8ad7-81ce638f9d28,Molot VPO-215 .366 TKM bolt-action rifle,0,0,0,Jaeger,4410,₽,5de652c31b7e3716273428be +23e22323-1d04-456b-bda4-2bd80156d2c4,Orsis T-5000M .308 bolt-action sniper rifle,0,0,0,Jaeger,16184,₽,5df24cf80dee1b22f862e9bc +e2823503-1f51-4f54-9f6f-38cc52bf03bb,LOBAEV Arms DVL-10 Saboteur .308 bolt-action sniper rifle,0,0,0,Jaeger,25784,₽,588892092459774ac91d4b11 +b8f45a55-0e93-4648-b713-dd61da96613d,SV-98 7.62x54R bolt-action sniper rifle,0,0,0,Jaeger,14993,₽,55801eed4bdc2d89578b4588 +bf9ee7da-e50e-40bf-a060-61cbaca5e1bb,RPK-16 5.45x39 light machine gun,0,0,0,Mechanic,12522,₽,5beed0f50db834001c062b12 +a64db6b8-8b35-4fc8-80ce-ffdec6e6566b,Knight's Armament Company SR-25 7.62x51 marksman rifle,0,0,0,Jaeger,14763,₽,5df8ce05b11454561e39243b +608cc18a-08da-48c7-9e45-46aaef42a1b8,SVDS 7.62x54R sniper rifle,0,0,0,Jaeger,26163,₽,5c46fbd72e2216398b5a8c9c +cd66e8f0-5443-4823-84cc-0faed39b7395,Springfield Armory M1A 7.62x51 carbine,0,0,0,Jaeger,18158,₽,5aafa857e5b5b00018480968 +342d7704-7d47-4f57-8b57-c3a2360224e0,Remington R11 RSASS 7.62x51 marksman rifle,0,0,0,Jaeger,24963,₽,5a367e5dc4a282000e49738f +c9ddcabd-62cc-4b62-9ea3-030d1fcd6e0a,SWORD International Mk-18 .338 LM marksman rifle,0,0,0,Jaeger,24963,₽,5fc22d7c187fea44d52eda44 +dc1e9625-aa20-43f3-8299-7035b15368c4,VSS Vintorez 9x39 Special Sniper Rifle,0,0,0,Jaeger,32602,₽,57838ad32459774a17445cd2 +e507e2af-5f88-4dfa-9521-5aae0e1501d7,"PM (t) ""Makarov"" 9x18PM pistol",0,0,0,Mechanic,4770,₽,579204f224597773d619e051 +b2ed558d-0259-43f8-971b-e0f20fa06b47,SIG P226R 9x19 pistol,0,0,0,Mechanic,3493,₽,56d59856d2720bd8418b456a +4933ec3c-21d1-4370-b2f6-de5142453124,APB 9x18PM silenced machine pistol,0,0,0,Mechanic,6513,₽,5abccb7dd8ce87001773e277 +c5fa86b0-9cd4-4b31-a574-39a07a1aafe6,Colt M45A1 .45 ACP pistol,0,0,0,Mechanic,4148,₽,5f36a0e5fbf956000b716b65 +9b092f89-d674-4e54-a1a3-6d802598ea08,FN Five-seveN MK2 5.7x28 pistol,0,0,0,Mechanic,7973,₽,5d3eb3b0a4b93615055e84d2 +24e0ae3f-7710-4f5a-8ca2-7b2f86f98602,TT-33 7.62x25 TT pistol (Gold),0,0,0,Mechanic,12984,₽,5b3b713c5acfc4330140bd8d +2154ab75-6d2b-4efd-b759-fc2e33237321,FN Five-seveN MK2 5.7x28 pistol (Flat Dark Earth),0,0,0,Mechanic,7973,₽,5d67abc1a4b93614ec50137f +774b3ee5-c839-45e1-ae2e-3c81cca42d3f,Beretta M9A3 9x19 pistol,0,0,0,Mechanic,2688,₽,5cadc190ae921500103bb3b6 +345497f7-3d25-4ba0-8e16-f1bbcc2b9874,TT-33 7.62x25 TT pistol,0,0,0,Mechanic,2346,₽,571a12c42459771f627b58a0 +1fe4e381-8135-48f3-8e3d-96f6e4a5ccd1,PB 9x18PM silenced pistol,0,0,0,Mechanic,6439,₽,56e0598dd2720bb5668b45a6 +1c7dbcf2-5ad9-496e-af7d-21a85298ebec,Colt M1911A1 .45 ACP pistol,0,0,0,Mechanic,3028,₽,5e81c3cbac2bb513793cdc75 +d9c468e2-b91b-48fe-afe4-5b86a358da27,"PM ""Makarov"" 9x18PM pistol",0,0,0,Mechanic,2854,₽,5448bd6b4bdc2dfc2f8b4569 +b5001907-e0e2-4728-be73-590e74c07aaa,APS 9x18PM machine pistol,0,0,0,Mechanic,6496,₽,5a17f98cfcdbcb0980087290 +6839b0a1-6ceb-4f84-bf41-99c542609aaa,PL-15 9x19 pistol,0,0,0,Mechanic,3976,₽,602a9740da11d6478d5a06dc +3db98ab2-4e68-4793-8248-ffafecc8ecf5,Yarygin MP-443 Grach 9x19 pistol,0,0,0,Mechanic,5845,₽,576a581d2459771e7b1bc4f1 +25934111-544a-41d4-830a-10bb77fc7080,Glock 18C 9x19 machine pistol,0,0,0,Mechanic,8526,₽,5b1fa9b25acfc40018633c01 +cd7ae9bd-2abf-4c1b-b2b3-cd2b91b5f31e,Glock 17 9x19 pistol,0,0,0,Mechanic,3700,₽,5a7ae0c351dfba0017554310 +86d59010-32df-48b3-88e1-6f4d79160806,Serdyukov SR-1MP Gyurza 9x21 pistol,0,0,0,Mechanic,10804,₽,59f98b4986f7746f546d2cef +f98a899b-ba32-4110-a544-c7132fbe6e13,TOZ-106 20ga bolt-action shotgun,0,0,0,Mechanic,1975,₽,5a38e6bac4a2826c6e06d79b +2919535d-fbe2-4233-80f8-174046b8e165,Mossberg 590A1 12ga pump-action shotgun,0,0,0,Mechanic,8065,₽,5e870397991fd70db46995c8 +4b59dc8b-edc4-4f02-9f27-c692d3bc3ef9,Remington Model 870 12ga pump-action shotgun,0,0,0,Mechanic,8065,₽,5a7828548dc32e5a9c28b516 +9f853bb5-bacb-444c-93a5-923113af577d,MP-153 12ga semi-automatic shotgun,0,0,0,Mechanic,8389,₽,56dee2bdd2720bc8328b4567 +2593401c-04e9-4d9b-8aac-ac4dea03cee6,MP-133 12ga pump-action shotgun,0,0,0,Mechanic,8088,₽,54491c4f4bdc2db1078b4568 +fddf9560-1238-4b6a-9c85-b93dcdd68f58,TOZ KS-23M 23x75mm pump-action shotgun,0,0,0,Mechanic,10305,₽,5e848cc2988a8701445df1e8 +af54865d-6052-46eb-a58e-081fe60ac904,Saiga 12ga ver.10 12/76 semi-automatic shotgun,0,0,0,Mechanic,9250,₽,576165642459773c7a400233 +06db0c29-3acc-4a55-905c-90748c5415c4,B&T MP9 9x19 submachine gun,0,0,0,Mechanic,8001,₽,5e00903ae9dc277128008b87 +2d098843-d609-447e-baec-21d2d19ff6a7,PP-19-01 Vityaz-SN 9x19 submachine gun,0,0,0,Mechanic,8261,₽,59984ab886f7743e98271174 +343b0a41-5286-4a84-b82d-20899202b60f,FN P90 5.7x28 submachine gun,0,0,0,Mechanic,25312,₽,5cc82d76e24e8d00134b4b83 +8c6a8d89-da81-4e3b-bb1b-5f47d7d07ffe,HK MP7A2 4.6x30 submachine gun,0,0,0,Mechanic,25329,₽,5bd70322209c4d00d7167b8f +d5e95618-51e3-492d-a451-170bf586b9eb,HK MP7A1 4.6x30 submachine gun,0,0,0,Mechanic,24801,₽,5ba26383d4351e00334c93d9 +567e9930-b55f-4da9-bdc9-a21659e52b63,B&T MP9-N 9x19 submachine gun,0,0,0,Mechanic,10360,₽,5de7bd7bfd6b4e6e2276dc25 +1fa75cd9-0ec0-4213-bd75-aa88d12cc66a,STM-9 Gen.2 9x19 carbine,9999,17181,17367,Mechanic,7000,₽,60339954d62c9b14ed777c06 +4b1dce7a-86ee-4e71-828a-2671252a3248,PP-91 Kedr 9x18PM submachine gun,0,0,0,Mechanic,10554,₽,57d14d2524597714373db789 +d55a743a-d53a-474f-ad6c-9e2bdbb49382,HK UMP .45 ACP submachine gun,0,0,0,Mechanic,14840,₽,5fc3e272f8b6a877a729eac5 +f78920f8-7f00-4c4f-a5d2-42c705ad40a4,HK MP5 9x19 submachine gun (Navy 3 Round Burst),0,0,0,Mechanic,6794,₽,5926bb2186f7744b1c6c6e60 +f38c6fd5-e521-4e2d-8844-3d2a31d34848,SIG MPX 9x19 submachine gun,0,0,0,Mechanic,10588,₽,58948c8e86f77409493f7266 +86dead6c-8e14-4c2d-bc55-b75839aa4c87,PP-91-01 Kedr-B 9x18PM submachine gun,0,0,0,Mechanic,11333,₽,57f3c6bd24597738e730fa2f +f0d3d52b-4d29-4fa6-89f5-0cf7bf698dab,HK MP5K 9x19 submachine gun,0,0,0,Mechanic,5320,₽,5d2f0d8048f0356c925bc3b0 +ec5383e1-acfe-4898-ac28-141cc384566e,Saiga-9 9x19 carbine,0,0,0,Mechanic,5570,₽,59f9cabd86f7743a10721f46 +fd2174ac-2c25-442a-a35f-dffccbd8630e,PPSh-41 7.62x25 submachine gun,0,0,0,Mechanic,5741,₽,5ea03f7400685063ec28bfa8 +050f902f-a92b-4063-9e10-693f6638694f,TDI KRISS Vector Gen.2 .45 ACP submachine gun,0,0,0,Mechanic,17724,₽,5fb64bc92b1b027b1f50bcf2 +1fd7859c-ffac-4eba-8bdc-c3677772735f,TDI KRISS Vector Gen.2 9x19 submachine gun,0,0,0,Mechanic,15568,₽,5fc3f2d5900b1d5091531e57 +e5c53236-be36-4791-a7cf-adfbc512ec93,PP-9 Klin 9x18PMM submachine gun,0,0,0,Mechanic,13698,₽,57f4c844245977379d5c14d1 +a299b0bb-5620-4a55-8e42-63117dfce0aa,FN40GL Mk2 grenade launcher,0,0,0,Mechanic,61600,₽,5e81ebcd8e146c7080625e15 +5ed37c76-8780-447c-ac7e-a8b11b5b24db,GP-34 underbarrel grenade launcher,0,0,0,Mechanic,28504,₽,5648b62b4bdc2d9d488b4585 +1f051e99-cbbd-494c-85db-b4e89d695df7,LVNDMARK's rat poison,32062,31852,31856,Therapist,32062,₽,60b0f561c4449e4cb624c1d7 +8b17e67a-0b4c-4cac-85fa-4face5ce3155,CMMG Low Profile gas block,9239,11270,10273,Mechanic,4620,₽,6065dc8a132d4d12c81fd8e3 +78391c74-8cf8-4837-bbb4-f339be4846c4,SilencerCo ASR 51T 5.56x45 flash hider,10000,18098,14018,Mechanic,4480,₽,609269c3b0e443224b421cc1 +afd96e70-c9c5-4c05-a6e6-a14842610230,AR-10 CMMG SV Brake 7.62x51 muzzle brake,4426,5753,5577,Mechanic,4042,₽,6065c6e7132d4d12c81fd8e1 +86187a6a-5ceb-4e08-bd34-a196e794e25d,AR-10 SureFire ProComp 7.62x51 muzzle brake,7777,9089,8419,Mechanic,7280,₽,607ffb988900dc2d9a55b6e4 +05381211-0d8e-4ed0-9b05-c0e2a6a2f653,SilencerCo SAKER ASR 556 5.56x45 sound suppressor,71500,77675,73481,Mechanic,34902,₽,60926df0132d4d12c81fd9df +a54bf329-790e-417f-ba7e-3a39be690485,VOMZ PILAD Target Ring reflex sight,9000,9082,8980,Mechanic,4910,₽,609b9e31506cf869cf3eaf41 +4abb053a-26b8-4d61-87b9-4872f0b2ad19,SIG Sauer ROMEO8T reflex sight,24000,18787,17982,Mechanic,16184,₽,60a23797a37c940de7062d02 +960f9f2b-386a-472f-a870-e0b638a726ac,Valday Krechet reflex sight,14416,14244,14085,Mechanic,7406,₽,609a63b6e2ff132951242d09 +8ce72a4e-ce34-4c0e-ae31-a91f3634dcd4,Torrey Pines Logic T12W thermal reflex sight,50000,55571,56454,Mechanic,42445,₽,609bab8b455afd752b2e6138 +04f29d71-8a64-43dc-8a73-3f5e2a20dd40,MP-155 Ultima thermal camera,29900,28725,30828,Mechanic,27517,₽,606f2696f2cb2e02a42aceb1 +494e1804-42a1-4d40-9c55-537357357619,MP-155 Ultima underbarrel mount,4800,4236,4537,Mechanic,995,₽,606f26752535c57a13424d22 +c5b46142-e281-434e-928f-fb3929ee0a23,MP-155 Ultima pistol grip rubber pad,3800,4023,3959,Mechanic,827,₽,60785c0d232e5a31c233d51c +5bb21241-0b82-458d-a29d-76b292bce586,Mk47 ambidextrous charging handle,7988,5656,6152,Mechanic,1232,₽,606587bd6d0bd7580617bacc +bd7be2b2-03e8-4dfb-b6ef-196f30236483,МP-155 6-round magazine extension,21000,6900,6340,Mechanic,684,₽,6076c87f232e5a31c233d50e +b8a1dfce-f738-4b18-a9ca-9b3c22de2794,VPO-102 Arbalet mount,5555,5432,5959,Mechanic,1625,₽,609a4b4fe2ff132951242d04 +114ef0f9-7746-4662-b939-335e86d94f96,MP-155 Ultima top rail,40000,37261,32325,Mechanic,3304,₽,60785ce5132d4d12c81fd918 +24b240d3-c515-4d25-8823-8653f8c1a140,Custom Guns rail guide,1149,9807,5622,Mechanic,560,₽,6086b5392535c57a13424d70 +7066c6f2-1674-453d-8ae9-4206d00f6201,MP-155 Ultima short rail,12000,13666,17818,Mechanic,560,₽,607ea812232e5a31c233d53c +b1400175-71de-4767-8729-c263f457aaee,CMMG RipStock buttstock,4000,4254,4273,Mechanic,1960,₽,606587d11246154cad35d635 +ffc74b72-7e2b-406c-9741-54db22232cc5,CMMG buffer tube,4369,6315,7232,Mechanic,2128,₽,606587e18900dc2d9a55b65f +abe5a378-d339-4b44-8a86-97d36d1b28e5,MP-155 walnut stock,5000,7852,8270,Mechanic,727,₽,607d5a891246154cad35d6aa +c51eb27a-17ae-485e-9017-d1adc89190f5,MP-155 Ultima polymer stock,9999,9475,9338,Mechanic,1840,₽,606eef756d0bd7580617baf8 +207c0ffd-21e4-4d35-86cf-8781a7941a67,AKM/AK-74 ProMag Archangel OPFOR AA47 buttstock,22000,26861,24797,Mechanic,10976,₽,6087e2a5232e5a31c233d552 +96fdfd28-8e63-4583-9d78-edb4eb94e27f,MP-155 Ultima large recoil pad,8888,20644,13119,Mechanic,3489,₽,606f263a8900dc2d9a55b68d +17cf338e-990d-4057-9da1-3aafcf6f3fab,MP-155 Ultima medium recoil pad,9988,10070,9575,Mechanic,1809,₽,606f262c6d0bd7580617bafa +00338134-b11e-498d-8c11-bcb49b829368,MP-155 Ultima small recoil pad,8000,9166,9010,Mechanic,1249,₽,606ef0812535c57a13424d20 +1bea40fe-e2b3-46ef-996e-a2669afa3a9d,MP-155 510mm barrel,6980,7690,9194,Mechanic,3923,₽,6076c1b9f2cb2e02a42acedc +5d136339-926b-45c7-a4c6-66e3e3a11de7,Mk47 254mm barrel,12000,11865,11377,Mechanic,9688,₽,60658776f2cb2e02a42ace2b +585cc72f-aef6-4000-9ee0-a1463b858b79,Mk47 409mm barrel,55555,103278,88157,Mechanic,14318,₽,6065878ac9cf8012264142fd +4af1cf92-b01b-47bb-bba1-12dbbceb1e16,SOK-12 Custom Guns Type-340 handguard,8900,11027,11519,Mechanic,8848,₽,6086b5731246154cad35d6c7 +6e758e5e-69d0-4f07-b29f-1039e08b1bd6,AR-10 CMMG MK3 RML15 15 inch M-LOK handguard,13333,10907,11980,Mechanic,8400,₽,6065881d1246154cad35d637 +716378ba-7be6-4114-9cf7-3a87ad4be5f3,AR-10 CMMG MK3 RML9 9 inch M-LOK handguard,9000,9444,8954,Mechanic,5880,₽,6065880c132d4d12c81fd8da +f9e1bf67-68b2-4e78-8768-0db45c88cc38,AR-15 Unique-ARs Wing & Skull 12 inch handguard,28887,35507,30957,Mechanic,28000,₽,6087e0336d0bd7580617bb7a +642784f5-dec5-4ab6-a901-8b37da003ea6,MP-155 walnut forestock,1920,4152,6440,Mechanic,1024,₽,607d5aa50494a626335e12ed +03585d04-79cd-4f31-beb0-2de5b4aa7a19,MP-155 Ultima polymer stock,6666,5842,5645,Mechanic,2457,₽,606ee5c81246154cad35d65e +84490011-cede-49b9-8d06-cc1cfdb9be49,AK Custom Arms AGS-74 PRO + Sniper Kit pistol grip,35000,37766,34360,Mechanic,8008,₽,6087e663132d4d12c81fd96b +e5924f58-ed26-431d-99df-bb63a34f63a6,MP-155 Ultima pistol grip,3800,3539,4420,Mechanic,1460,₽,606eef46232e5a31c233d500 +35423946-fdf8-400c-a40a-0cd206db70ac,Mk47 Resolute 7.62x39 upper receiver,9999,8922,8482,Mechanic,2666,₽,606587a88900dc2d9a55b659 +c090e155-2222-435f-81b3-2529ac8a2bbf,Hazard4 Pillbox backpack,21000,20234,18923,Ragman,13640,₽,60a2828e8689911a226117f9 +df4082b5-2ae9-46b0-bb66-f4e8fac05ee8,Hazard 4 Drawbridge backpack,44999,39324,36567,Ragman,22320,₽,60a272cc93ef783291411d8e +3f1c9442-d5a0-43c2-8146-4a358560bf96,Waist pouch,1000,1000,1000,Ragman,9300,₽,5732ee6a24597719ae0c0281 +914f2c91-3724-4db8-ad32-3a29e278f758,"Stich Profi Chest Rig MK2 (Recon, A-TACS FG)",24100,26092,26144,Ragman,22320,₽,60a6220e953894617404b00a +3f3d6122-d80b-4455-91cd-087204213f2f,"Stich Profi Chest Rig MK2 (Assault, A-TACS FG)",25000,23757,23465,Ragman,23250,₽,60a621c49c197e4e8c4455e6 +17b6e0b1-2f70-403a-a101-40118617d0b6,Crye Precision AVS MBAV (Tagilla Edition),265555,256006,248446,Ragman,133300,₽,609e860ebd219504d8507525 +b7ca6adf-f860-4f22-9961-9b1715ab6b82,"CQC Osprey MK4A plate carrier (Assault, MTP)",99888,112160,102883,Ragman,76880,₽,60a3c70cde5f453f634816a3 +02d58e62-6bfb-437d-9bfe-ed1b336802bc,"CQC Osprey MK4A plate carrier (Protection, MTP)",199999,194475,181379,Ragman,96100,₽,60a3c68c37ea821725773ef5 +17cf5c3f-a3f5-4df3-9e1d-13dca5227865,WZ Wallet,36000,41363,43469,Therapist,19241,₽,60b0f6c058e0b0481a09ad11 +379e587d-f3b6-4fff-bf88-88a979c7598c,CMMG Mk47 Mutant 7.62x39 assault rifle,88888,101061,103112,Mechanic,11310,₽,606587252535c57a13424cfd +81b0ea23-c3cb-498d-b3b8-6cd7c916befa,MP-155 12ga semi-automatic shotgun,13555,15949,16184,Mechanic,10584,₽,606dae0ab0e443224b421bb7 +e1047340-608c-432c-907b-1fbeeb060c56,Evasion armband,79888,83284,80638,Ragman,27900,₽,60b0f988c4449e4cb624c1da +b4cb1d05-c9ac-420a-9ae2-ad177363eb21,NFM THOR Concealable Vest body armor,62000,60625,54210,Ragman,31620,₽,609e8540d5c319764c2bc2e9 +fc39cb62-98cb-41aa-b6d1-c43c7eb77e07,NFM THOR Integrated Carrier body armor,265000,264692,258403,Ragman,213590,₽,60a283193cb70855c43a381d +0650e767-e894-49f7-bb56-8553b1741a80,"Tagilla's welding mask ""Gorilla""",210000,166432,152774,Ragman,83700,₽,60a7ad3a0c5cb24b0134664a +1df08dc5-c104-4988-964e-dbf68154d96c,"Tagilla's welding mask ""UBEY""",240000,188281,172417,Ragman,83700,₽,60a7ad2a2198820d95707a2e +b9af432c-0fac-4168-b121-838aab25ef57,BOSS cap,25000,27087,29095,Ragman,5179,₽,60a7acf20c5cb24b01346648 +0cd4a085-5f6f-410b-8c74-4c4f6340a532,Bomber Beanie,18000,17554,17138,Ragman,18414,₽,60bf74184a63fc79b60c57f6 +dea94328-51c4-4da3-aad8-642377b10be9,Stich Profi Chimera boonie hat,3699,4038,3863,Ragman,1965,₽,60b52e5bc7d8103275739d67 +0186623f-8677-4b74-a0ee-ee741cd37ac2,Can of RatCola,15000,15086,15043,Therapist,15107,₽,60b0f93284c20f0feb453da7 +827d9d78-dc06-4236-8563-4b848b7085fa,Superfors DB 2020 Dead Blow Hammer,45000,45000,45000,Jaeger,27000,₽,6087e570b998180e9f76dc24 +90320d3c-5db0-45a2-84c4-0e5208566edc,Loot Lord plushie,52000,52014,51910,Therapist,52308,₽,60b0f7057897d47c5b04ab94 +cd0e9c14-cb28-4d53-a95c-39d9477bf52e,CMMG Mk47 Mutant 7.62x39 assault rifle,0,0,0,Mechanic,11310,₽,606587252535c57a13424cfd +05b9e784-b417-4348-8102-2f5d73e861c7,MP-155 12ga semi-automatic shotgun,0,0,0,Mechanic,10584,₽,606dae0ab0e443224b421bb7 \ No newline at end of file diff --git a/MarketPriceLookup/MarketPriceLookup.csproj b/MarketPriceLookup/MarketPriceLookup.csproj new file mode 100644 index 0000000..0e911df --- /dev/null +++ b/MarketPriceLookup/MarketPriceLookup.csproj @@ -0,0 +1,13 @@ + + + + Exe + netcoreapp3.1 + + + + + + + + diff --git a/MarketPriceLookup/Program.cs b/MarketPriceLookup/Program.cs new file mode 100644 index 0000000..bed3075 --- /dev/null +++ b/MarketPriceLookup/Program.cs @@ -0,0 +1,27 @@ +using MarketPriceLookup.Common; +using MarketPriceLookup.Common.Helpers; +using System.Collections.Generic; +using System.IO; + +namespace MarketPriceLookup +{ + public class Program + { + static void Main(string[] args) + { + // loop over all items and get a price for each + var priceList = new Dictionary(); + foreach (var item in ItemTemplateHelper.Items) + { + var priceData = MarketPricesHelper.GetItemPrice(item.Key); + if (priceData != null && priceData.Price != 0) + { + priceList.Add(item.Key, priceData); + } + } + + // save found prices to json + JsonWriter.WriteJson(priceList, "output", Directory.GetCurrentDirectory(), "itemPriceSnapshot"); + } + } +} diff --git a/README.md b/README.md index 54ee10c..c9a34ad 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # MarketPriceLookup +Creates a file with prices that can be used to update database\traders\ragfair\itemPriceSnapshot.json + +place marketPrices.csv with prices in the following folder: +And run MarketPriceLookup/program.cs